/*
Theme Name: 賢威8.0（子テーマ） 
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー		
Author URI: https://web-rider.jp/
Description: 賢威8.0 子テーマです。		
Version: 8.0.0.0
Template: keni80_wp_standard_all_201910041029
*   font-family: 'Noto Sans JP', sans-serif;
*   font-family: 'Roboto Condensed', sans-serif;
*   #1f64d7
*   #0091da
*   #00a23e 
*   #6dba00
*/

@media print, screen and (min-width: 768px) {
        span.br {
        display: block;
    }
    #a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,
    #b01,#b02,#b03 {
        margin-top: -100px;
        padding-top: 100px;
    }
}
@media screen and (max-width:767px) {
}

/* ul */
ul.check_icon li,
ul.checkbox li,
ul.ul_circle li {
    position: relative;
    padding-left: 1.6em;
    line-height: 1.5;
}
ul.check_icon li::after,
ul.ul_circle li::after,
ul.checkbox li::after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.25em;
    line-height: 1.2;
    font-family: 'Material Icons';
}
ul.checkbox li::after {
    content: "\e834";
    color: #cc0000;
}
ul.ul_circle li::after {
    content: "\e061";
    color: #0091da;
}
ul.check_icon li::after {
    content: "\e876";
    color: #bbb;
}

/* morelink */

.morelink {
    text-align: center;
}
.morelink a {
    border-bottom: 2px solid #111;
    color: #111;
    display: block;
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 200px;
}
.morelink a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: .3s;
}
.morelink a:hover {
    color: #0091da;
    border-bottom-color: #0091da;
}
.morelink a:hover::after {
    right: 5px;
}

/* btn_link */
.btn_link a {
    display: flex;
    padding: 10px 24px 10px 10px;
    position: relative;
    line-height: 1.6;
    font-size: 88%;
    text-decoration: none;
    transition: .3s;
    background:#2ba3df url("images/bg_dots04.png") ;
    color: #fff;
    letter-spacing: 0.08em;
    position: relative;
    align-items: center;
    font-weight: 500;
}
.btn_link a::after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e315';
    right: 3px;
    top: 50%;
    margin-top: -0.8em;
}
.btn_link a:hover {
    opacity: .7;
    color: #fff;
}
.btn_link.btn_contact a {
    padding: 12px 30px 12px 18px;
    font-size: 16px;
}
.btn_link.btn_contact a i {
    margin-right: 11px;
}

/* */

.columns > p {
    margin-bottom: 0 !important;
}

/*追記*/
.home_section .columns img{
	margin-left: 2em;
}

/*****/

.breadcrumbs_parts{
    background: #fff;
}
.breadcrumbs_parts .breadcrumbs_parts_inner {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.page_news_archive .breadcrumbs_parts .breadcrumbs_parts_inner,
.archive .breadcrumbs_parts .breadcrumbs_parts_inner,
.single .breadcrumbs_parts .breadcrumbs_parts_inner {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

/*****/

.columns.jcc{
    justify-content: center;
}

/********************
 TOP
********************/
/* tenda_main-bnr */

.tenda_main-bnr {
}
.main-bnr_inner{
    background: #111;
}
.tenda_main-bnr .main-bnr_inner.hover::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
}
@media print, screen and (min-width: 768px) {
    .tenda_main-bnr {
        display: flex;
    }
    .tenda_main-bnr .main-bnr_inner {
        flex: 1;
        display: flex;
        align-items: center;
    }
}
.tenda_main-bnr .main-bnr_inner {
    position: relative;
    overflow: hidden;
}
.tenda_main-bnr .main-bnr_inner::before {
    background-position: center;
    background-size: cover;
    content: "";
    height: 102%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .6s;
    width: 102%;
    margin: -1% 0 0 -1%;
    z-index: 1;
}
.tenda_main-bnr .notesbnr::before {
    background-image: url("images/main_bnr1.jpg");
}
.tenda_main-bnr .sharepbnr::before {
    background-image: url("images/main_bnr2.jpg");
}
.tenda_main-bnr .sharepubnr::before {
    background-image: url("images/main_bnr4.jpg");
}
.tenda_main-bnr .officebnr::before {
    background-image: url("images/main_bnr3.jpg");
}
.tenda_main-bnr .main-bnr_inner::after {
    content: "";
    display: block;
    left: 11%;
    height: 64%;
    position: absolute;
    top: 18%;
    transition: .3s ;
    width: 78%;
    z-index: 2;
    opacity: 0;
   background: rgba(0,145,218,.75); /* #0091da */ 
}
.tenda_main-bnr .hover::before {
    width: 108%;
    height: 108%;
    margin: -4% 0 0 -4%;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.tenda_main-bnr .main-bnr_inner a:hover {
    cursor: pointer;
}
.tenda_main-bnr .main-bnr_inner .bnr_box {
    color: #fff;
    display: block;
    padding: 240px 0;
    text-decoration: none;
    z-index: 3;
}
.tenda_main-bnr .main-bnr_inner .bnr_box p,
.tenda_main-bnr .main-bnr_inner .bnr_box .morelink {
    margin-left: 11%;
    margin-right: 11%;
}
.tenda_main-bnr .main-bnr_inner .bnr_box .bnr_title {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}
.tenda_main-bnr .main-bnr_inner .bnr_box .bnr_subtitle .ja {
    font-size: 26px;
    font-weight: 700;
}
.tenda_main-bnr .main-bnr_inner .bnr_box .bnr_subtitle .en {
    font-size: 34px;
    font-weight: 700;
}
.tenda_main-bnr .main-bnr_inner .bnr_box .morelink {
    /*bottom: 18%;
    position: absolute;
    right: 11%;*/
}
.tenda_main-bnr .main-bnr_inner .bnr_box .morelink span {
    border: #fff 2px solid;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 204px;
    color: #fff;
}
.tenda_main-bnr .main-bnr_inner .bnr_box .morelink span::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    right: 15px;
    top: 50%;
}
/*
.tenda_main-bnr .notesbnr .bnr_box .morelink span {
    color:#1f64d7 ;
}
.tenda_main-bnr .sharepbnr .bnr_box .morelink span {
    color:#0091da ;
}
.tenda_main-bnr .sharepubnr .bnr_box .morelink span {
    color:#00a23e ;
}
.tenda_main-bnr .officebnr .bnr_box .morelink span {
    color:#6dba00 ;
}*/
@media print, screen and (min-width: 1041px) {
    .tenda_main-bnr .main-bnr_inner .bnr_box .bnr_title {
        font-size: 58px;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 1040px) {
    .tenda_main-bnr {
        /*flex-wrap: wrap;*/
    }
    .tenda_main-bnr .main-bnr_inner {
        flex-basis: 50%;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box {
        margin: 10% 10%;
        padding:100px 0 100px;
    }
    .tenda_main-bnr .main-bnr_inner::after {
        left: 10%;
        height: 80%;
        top: 10%;
        width: 80%;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box .morelink {
        bottom: 10%;
        right: 10%;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box .bnr_title {
        font-size: 5.5vw;
        margin-bottom: 5px;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box p,
    .tenda_main-bnr .main-bnr_inner .bnr_box .morelink {
        margin-left: 0;
        margin-right:0;
    }
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width:767px) {
    .tenda_main-bnr .main-bnr_inner {
        margin-bottom: 2px;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box {
        z-index: 4;
        position: relative;
        margin: 0;
        padding: 50px 30px;
    }
    .tenda_main-bnr .main-bnr_inner::after {
        left: 30px;
        height: calc( 100% - 60px);
        top: 30px;
        width: calc( 100% - 60px);
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box .bnr_title {
        font-size: 44px;
        display: inline-block;
        margin-bottom: 3px;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box .bnr_subtitle {
        display: inline-block;
        margin-bottom: 15px;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box .morelink {
        bottom: 0;
        right: 0;
    }
    .tenda_main-bnr .main-bnr_inner .bnr_box p,
    .tenda_main-bnr .main-bnr_inner .bnr_box .morelink {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width:480px) {
    .tenda_main-bnr .main-bnr_inner .bnr_box .bnr_title {
    }
}

/* section_solution */

.section_solution {
    margin-top: 100px;
}
.section_solution .section_wrap {
    background:#f9f9f9 url("images/bg_dots.png") repeat;
    padding-bottom: 230px;
}
.section_solution .section_wrap h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 84px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: -0.6em;
}
.section_solution .section_wrap h3 {
    font-size: 26px;
    margin-bottom: 35px;
    line-height: 1.3;
}
.section_solution .section_wrap h3 .en {
    font-size: 34px;
    font-weight: 700;
}
.section_solution .img_block img {
    box-shadow: -30px 30px 0px 0px #FFF;
}

@media print, screen and (min-width: 768px) {
    .section_solution {
        padding-top: 130px;
    }
    .section_solution .columns_item {
        flex: 0 0 50%;
    }
    .section_solution .img_block {
        text-align: right;
        margin-top: -130px;
    }
    .section_solution .txt_block .block_inner {
        max-width: 500px;
        padding-left: 80px;
    }
    .section_solution .section_wrap h2 {
        font-size: 74px;
    }
    .section_solution .section_wrap h3 .en {
        font-size: 32px;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 1040px) {
    .section_solution .txt_block .block_inner {
        padding-left: 12%;
        padding-right: 20px;
    }
}
@media screen and (max-width:767px) {
    .section_solution {
        margin: 50px 0 0;
        padding-top: 100px;
    }
    .section_solution .section_wrap {
        padding:0 20px 40px 20px; 
    }
    .section_solution .section_wrap > .columns {
        display: flex;
        flex-wrap: wrap;
    }
    .section_solution .section_wrap > .columns .img_block {
        flex: 0 0 100%;
    }
    .section_solution .img_block {
        margin-top: -80px;
        padding-left: 30px;
    }
    .section_solution .section_wrap h2 {
        margin-top:50px;
        margin-bottom: 20px;
        font-size: 70px;
    }
}
@media screen and (max-width:480px) {
    .section_solution .section_wrap h2 {
        font-size: 18vw;
        margin-bottom: 0.2em;
        margin-top: 0.4em;
    }
    .section_solution .section_wrap h3 {
        font-size: 6vw;
        margin-bottom: 1em;
    }
    .section_solution .section_wrap h3 .en {
        font-size: 8.5vw;
    }
}

/* section_service */
.section_service {
    margin-top:-165px; 
}
.section_service .container {
    background: #fff;
}
.section_service .column_item {
    padding-top: 75px;
    padding-bottom: 75px;
    margin: 0 50px;
    position: relative;
    border-bottom: 1px solid #e2e2e2
}
.section_service .column_item img {
    width: 92px;
}
.section_service .column_item:last-child {
    border-bottom: none;
}
.section_service .column_item .img_block {
    text-align: center;
}
.section_service .column_item h4 {
    font-size: 30px;
    margin-bottom: 28px;
    letter-spacing: 0.05em;
}
.section_service .column_item h4 .en {
    font-size: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 2px;
}
.section_service .column_item h4 .ja {
    vertical-align: baseline;
    display: inline-block;
}
.section_service .column_item p {
    line-height: 1.85;
}
.section_service .column_item p strong {
    font-weight: 700;
    font-size: 1.35em;
    line-height: 2;
    display: inline-block;
    margin-bottom: 0.65em;
}
.section_service .column_item p strong .en {
    font-weight: 700;
    font-size: 1.25em;
}
.section_service .column_item dl dt {
    font-weight: 700;
    margin-bottom: 0.5em;
    padding: 5px 5px;
    border-radius: 2px;
    line-height: 1.5;
    border-bottom: 2px solid #159b3d;
    display: inline-block;
    color: #159b3d;
}
.section_service .column_item dl dd {
    padding-left: 0;
}
.section_service .column_item dl dd:before {
  font-family: 'Material Icons';
  content: "\e5ca";
    margin-right: 5px;
    color: #159b3d;
}
.section_service .morelink {
    text-align: center;
}
.section_service .morelink a{
    display: inline-block;
    padding-left: 35px;
    padding-right: 45px;
    width: auto;
}
@media print, screen and (min-width: 768px) {
    .section_service .column_item {
        display: flex;
    }
    .section_service .column_item .img_block {
        flex: 0 0 auto;
        margin-right: 50px;
    }
    .section_service .morelink {
        text-align: right;
    }
    .section_service .morelink a {
        margin-right: 0;
    }
}
@media screen and (max-width:767px) {
    .section_service {
        margin-top:0; 
        padding: 0 20px;
    }
    .section_service .column_item {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-left: 0;
        margin-right: 0;
    }
    .section_service .column_item h4 {
        text-align: center;
        line-height: 1.2;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section_service .column_item h4 .en {
        font-size: 28px;
    }
    .section_service .column_item h4 span {
        display: block;
    }
    .section_service .column_item h4 br {
        display: none;
    }
}

/* section_contact */

.section_contact {
    background: url("images/contact_bg.jpg") no-repeat center / cover ;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.section_contact .columns .column_item {
    padding: 20px 0;
}
.section_contact .columns .column_item h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.section_contact .columns .column_item h2 .en {
    font-size: 50px;
    font-weight: 700;
}
.section_contact .columns .column_item p {
    font-size: 14px;
    line-height: 1.8;
}
.section_contact .morelink a {
    color: #fff;
    border-bottom-color: #fff;
}
.section_contact .morelink a:hover {
    background: #fff;
    color: #0091da;
}

@media print, screen and (min-width: 768px) {
    .section_contact .columns .column_item {
        flex: 0 0 50%;
    }
    .section_contact .columns .column_item:first-child {
        position: relative;
        border-right: 1px solid #49addf;
    }
}
@media screen and (max-width:767px) {
    .section_contact {
        padding: 50px 20px;
    }
    .section_contact .column_item:first-child {
        padding-bottom: 50px;
        margin-bottom: 30px;
        border-bottom: 1px solid #49addf;
    }
    .section_contact .columns .column_item h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section_contact .columns .column_item h2 .en {
        font-size: 40px;
    }
}

/* section_blognews */

.section_blognews {
    padding-bottom: 100px;
}
.section_blognews h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 45px;
}
.section_blognews h2 .en {
    font-size: 50px;
    font-weight: 700;
}
.section_blognews h2 .en .small {
    font-size: 42px;
}
.section_blognews .txt_block {
    margin-top: -10px;
    position: relative;
}
.img_link {
    display: block;
}
.img_link img {
    width: 100%;
}
.post_cat {
    position: relative;
    margin: 0 20px 15px;
    font-size: 12px;
    line-height: 1.2;
}
.post_cat a {
    background: #0091da;
    display: inline-block;
    color: #fff;
    margin-top: -10px;
    padding: 5px 10px;
    top: 0;
    left: 0;
    text-decoration: none;
}
.post_cat a:hover {
    color: #fff;
    opacity: .8;
}
.post_title,
.post_date {
    margin-left: 20px;
    margin-right: 20px;
}
.post_title {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 10px;
}
.post_title a {
    color: #111;
    text-decoration: none;
}
.post_title a:hover {
    color: #0091da;
}
.post_date {
    font-size: 12px;
    color: #636363;
    text-align: right;
}

.section_relatedpost .columns {
    flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
    .section_blognews .columns {
        justify-content: space-between;
    }
    .section_blognews .columns .column_item {
        flex: 0 0 32%;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 1040px) {
    .section_blognews {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:767px) {
    .section_blognews {
        padding: 20px 20px 50px;
    }
    .section_blognews h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .section_blognews h2 .en {
        font-size: 40px;
    }
}

/********************
 共通
********************/
.dib {
    display: inline-block;
}
/* title_parts */

.title_parts h1{
    text-align: center;
    font-size: 36px;
    padding: 60px 20px;
    letter-spacing: 0.05em;
}
.page_title_parts h1 {
    padding-bottom: 120px;
}
.page_title_notes_migration h1,
.page_title_sharepoint_migration h1,
.page_title_office365 h1,
.page_title_contact h1,
.page_title_download h1,
.page_title_whitepaper h1,
.page_title_thanks_download h1 ,
.page_title_thanks_whitepaper h1 {
    padding-bottom: 60px;
}
.title_parts h1 .en {
    font-weight: 700;
    font-size: 40px;
}
body.single .title_parts h1,
body.category .title_parts h1,
body.archive .title_parts h1,
body.page_news_archive .title_parts h1,
.page_title_contact h1,
.page_title_download h1,
.page_title_download_list h1,
.page_title_whitepaper h1,
.page_title_whitepaper_list h1,
.page_title_thanks_download h1 ,
.page_title_thanks_whitepaper h1,
.page_title_404 h1 {
 line-height: 1.2;   
}
.notes_migration_page_title h1,
.sharepoint_migration_page_title h1,
.page_title_office365 h1,
.page_title_contact h1,
.page_title_download h1,
.page_title_whitepaper h1,
.page_title_thanks_download h1 ,
.page_title_thanks_whitepaper h1,
.page_title_404 h1{
    padding-bottom: 60px;
}
body.single .title_parts h1 .en,
body.category .title_parts h1 .en,
body.archive .title_parts h1 .en,
body.page_news_archive .title_parts h1 .en,
.page_title_contact h1 .en,
.page_title_download h1 .en,
.page_title_download_list h1 .en,
.page_title_whitepaper h1 .en,
.page_title_whitepaper_list h1 .en,
.page_title_thanks_download h1 .en,
.page_title_thanks_whitepaper h1 .en,
.page_title_404 h1 .en {
    font-size: 40px;
    display: block;
}
body.single .title_parts h1 .ja ,
body.category .title_parts h1 .ja ,
body.archive .title_parts h1 .ja,
body.page_news_archive .title_parts h1 .ja,
.page_title_contact h1 .ja,
.page_title_download h1 .ja,
.page_title_download_list h1 .ja,
.page_title_whitepaper h1 .ja,
.page_title_whitepaper_list h1 .ja,
.page_title_thanks_download h1 .ja,
.page_title_thanks_whitepaper h1 .ja,
.page_title_404 h1 .ja {
    font-size: 18px;
    display: block;
}
.post_title_parts {
    background: #f1f1f1;
    background: url("images/pagetitle/notes_migration_titlebg.jpg") center / cover;
}
.page_title_parts {
    background: url("images/pagetitle/notes_migration_titlebg.jpg") center / cover;
}

@media print, screen and (min-width: 960px) {
    .col2r .page_title_parts {
        margin-left: 280px;
    }
}

@media screen and (max-width:959px) {
    .title_parts h1 {
        font-size: 26px;
        padding: 30px 20px 30px;
    }
    .title_parts h1 .en {
        font-size: 34px;
    }
.page_title_contact h1,
.page_title_download h1,
.page_title_whitepaper h1 {
    padding-bottom: 30px;
}
}
@media screen and ( min-width:768px) and (max-width:959px) {
    .page-child .page_title_parts h1,
    .page_title_download_list h1 ,
    .page_title_whitepaper_list h1 {
        padding-bottom: 110px;
    }
}

/* solutionpage_navi */

.solutionpage_navi {
    list-style: none;
    padding: 0;
    margin: 0;
}
.solutionpage_navi li a {
    text-decoration: none;
}
.solutionpage_navi li.page_item {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0;
}
.solutionpage_navi li.page_item > a {
    color: #111111;
    font-weight: 500;
    display: block;
    padding: 10px 16px 10px 18px;
    border-left: 10px solid #fff;
    transition: .3s;
    font-size: 14px;
}
.solutionpage_navi li.parent_item {
    border-bottom: none;
}
.solutionpage_navi li.current_page_item > a {
    border-left-color: #0091da;
}
.solutionpage_navi li.page_item > a:hover {
    color: #0091da;
    border-left-color: #0091da;
}
.solutionpage_navi li.parent_item > a {
    background: #0091da;
    text-align: center;
    color: #fff;
    border-bottom: 10px solid #fff;
}
.solutionpage_navi li.parent_item > a {
    color: #fff;
    padding: 30px 0;
    border-left: none;
}
.solutionpage_navi li.parent_item > a:hover {
    color: #fff;
    background: #111;
    border-left: none;
}
.solutionpage_navi li.parent_item > a > span {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 400;
}
.solutionpage_navi li.parent_item > a span.en {
    font-weight: 700;
    font-size: 30px;
    display: block;
}
.solutionpage_navi li.parent_item > a span.ja {
    font-family:'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 960px) {
    .solutionpage_navi {
        width: 280px;
    }
    .solutionpage_navi_outer {
        position: fixed;
        left: 0;
        border-right: 1px solid #e2e2e2;
    }
    .solutionpage_navi_outer.ov {
        /*overflow-y: scroll;*/
    }
    .solutionpage_navi li.parent_item {
        display: flex;
        flex-wrap: wrap;
    }
    .solutionpage_navi li.parent_item ul {
        display: block !important;
    }
    .solutionpage_navi li.parent_item > a {
        flex: 1 0 100%;
        display: flex;
        align-items: center;
    }
    .solutionpage_navi li.parent_item > a >span {
        flex: 1;
    }
}
@media screen and (max-width:959px) {
    body:not(.page-parent) .solutionpage_navi_outer {
        display: none;
    }
}

@media screen and (max-width:959px) {
    .solutionpage_navi_outer {
    }
    .solutionpage_navi li.page_item > a {
        padding: 14px 20px 14px 20px;
        border-left: none;
    }
    .solutionpage_navi li.parent_item {
        border-bottom: none;
    }
    .solutionpage_navi li.parent_item > a {
        text-align: left;
        border-bottom: none;
        position: relative;
        pointer-events: none;
        padding: 20px 20px 20px 20px;
    }
    .solutionpage_navi li.parent_item > a::after {
        position: absolute;
        content:"\e5cf" ;
        font-family: 'Material Icons';
        right: 20px;
        top: 50%;
        margin-top: -18px;
        font-size: 26px;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .solutionpage_navi li.parent_item.open > a::after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .solutionpage_navi li.parent_item > a::hover {
        
    }
    .solutionpage_navi li.parent_item > a > span,
    .solutionpage_navi li.parent_item > a span.en {
        display: inline;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 18px;
        font-weight:500;
    }
    .solutionpage_navi li.parent_item ul {
        display: none;
    }
    .solutionpage_navi li.page_item ul a {
        background: #f4f4f4;
    }
}

/* childpage_tab */

.childpage_tab_outer {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 10px;
}
.childpage_tab {
    line-height: 1.6;
    
}
.childpage_tab ul {
    justify-content: flex-start;
}
.childpage_tab ul li {
    flex:1 1 auto;
    margin:0 !important;
    position: relative;
    display: flex;
    text-align: center;
    line-height: 1.2;
    border-left: 1px solid #fff;
    min-height: 70px;
}
.childpage_tab ul li:first-child {
    border-left: none;
}
.childpage_tab ul li.current_page_list_item {
}
.childpage_tab ul li.current_page_list_item a > div {
    padding: 15px 5px;
}
.child_of_notes_migration .childpage_tab ul li.current_page_list_item {
}
.childpage_tab ul li a {
    flex: 1;
    display: flex;
    background: #eee;
    border-top: 5px solid #d1d1d1;
    /*border: 1px solid #ccc;*/
    transition: .3s;
    position: relative;
    border-bottom: none;
    text-decoration: none;
    color: #777;
}
.childpage_tab ul li:first-child a {
}
.childpage_tab ul li a:hover {
    background: #0091da;
    color: #fff;
    border-bottom: none;
    border-top-color: #0091da;
}
.page-id-2016 .childpage_tab ul li:first-child a ,
.page-id-2018 .childpage_tab ul li:last-child a ,
.childpage_tab ul li.current_page_list_item a {
    background: #fff;
    color: #111;
    border-top-color: #0091da;
}
.childpage_tab ul li.current_page_list_item a::after {
}
.childpage_tab ul li.current_page_list_item a:hover {
    opacity:1;
}
.childpage_tab ul li a > div {
    padding: 7px 5px 12px;
    width: 100%;
    display: flex;
    align-items: center;
}
.childpage_tab ul li a div > span {
    flex: 1;
    line-height: 1.2;
}
.childpage_tab ul li span {
}
.childpage_tab ul li span.en {
    font-size: 80%;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
}
.childpage_tab ul li span.ja {
    font-size: 60%;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
}
.childpage_tab ul li span.sub {
    font-size: 69%;
    display: block;
    font-weight: 400;
    line-height: 1.5;
}
.childpage_tab ul li.current_page_list_item span.en {
    font-size: 88%;
}
.childpage_tab ul li.current_page_list_item span.ja {
    font-size: 78%;
}
.childpage_tab ul li.current_page_list_item span.sub {
    font-size: 76%;
}
.page-id-2016 .childpage_tab ul li span.ja ,
.page-id-2018 .childpage_tab ul li span.ja {
    font-size: 92%;
}
@media print, screen and (min-width: 768px) {
    .childpage_tab ul {
        margin-top: -70px;
    }
}
@media screen and (max-width:767px) {
    .childpage_tab_outer {
        width: 100%;
        margin-bottom: 20px;
    }
    .childpage_tab ul {
        display: flex;
        flex-wrap: wrap;
        background: #f9f9f9;
    }
    .childpage_tab ul > li {
        flex: 0 0 50%;
        border-bottom: 1px solid #ccc;
    }
}


/* other_solutionpage_navi */

.other_solutionpage_navi_outer {
    padding: 0 0;
    background:url("images/bg_dots03.png") ;
}

.other_solutionpage_navi {
    padding:100px 0 90px;
}
.other_solutionpage_navi h2 {
    text-align: center;
    margin-bottom: 30px;
}
.other_solutionpage_navi h2 .en {
    display: block;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}
.other_solutionpage_navi a {
    display: flex;
    text-decoration: none;
    background: #fff;
    flex: 1 0;
    align-items: center;
    color: #111;
    transition: .3s;
    padding: 20px;
    position: relative;
}
.other_solutionpage_navi a::after {
    position: absolute;
    content: "\e5cc";
  font-family: 'Material Icons';
    right: 20px;
    top: 50%;
    margin-top: -0.5em;
    font-size: 25px;
}
.other_solutionpage_navi a:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.other_solutionpage_navi a {
    margin-right: 20px;
}
@media print, screen and (min-width: 768px) {
.other_solutionpage_navi a:last-child {
    margin-right: 0;
}
}
.other_solutionpage_navi a .other_solution_icon {
    background: #0091da;
    padding: 15px 0;
    width: 72px;
    text-align: center;
    margin-right: 30px;
}
.other_solutionpage_navi a .other_solution_icon img {
    width: 40px;
}
.other_solutionpage_navi a .en {
    font-size: 28px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}
.other_solutionpage_navi a .ja {
    display: block;
    line-height: 1;
    font-weight: 500;
}

@media print, screen and (min-width: 768px) {
    .other_solutionpage_navi {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:767px) {
    .other_solutionpage_navi {
        padding:50px 0 50px;
    }
    .other_solutionpage_navi h2 {
        line-height: 1.1;
    }
    .other_solutionpage_navi h2 .en {
        font-size: 40px;
    }
    .other_solutionpage_navi a .en {
        font-size: 28px;
    }
    .other_solutionpage_navi a .ja {
    }
    .other_solutionpage_navi a:first-child {
        margin-right: auto;
        margin-bottom: 20px;
    }
    .other_solutionpage_navi a {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
        width: 480px;

    }
    .other_solutionpage_navi a .other_solution_icon {
        margin-right: 15px;
    }
    .other_solutionpage_navi a::after {
        right: 10px;
    }
}

/********************
 第２階層
********************/

/**/
.section {
    padding-bottom: 100px;
}
@media screen and (max-width:767px) {
    .section {
        padding-bottom: 50px;
    }
}

/**/
.section h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 1.1;
}
.section h2 .en {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
}
.section h2 .ja {
    display: block;
}

/**/

.section .bg01_block {
    background: #f5f5f5;
    padding: 100px 0;
}
.section .bg01_block .bg01_block_inner {
    background: #fff;
    padding: 50px;
    border: 1px solid #e1e1e1;
}
.section .bg01_block .bg01_block_inner p:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
    .section_block_inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
    }
}
@media screen and (max-width:767px) {
    .section_block_inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
    }
    .section .bg01_block {
        padding: 50px 0;
    }
    .section .bg01_block .bg01_block_inner {
        padding: 20px;
    }
    .section h2 {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .section h2 .en {
        font-size: 36px;
    }
}

/* solution_title_section */

.solution_title_section {
    text-align: center;
}
.solution_title_section {
    padding-bottom: 80px;
}
.solution_title_section.first_contents {
    padding-bottom: 0;
}
.solution_title_section .solution_title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: relative;
    line-height: 1.5;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    width: 760px;
    max-width: 100%;
}
.solution_title_section .solution_title::before,
.solution_title_section .solution_title::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 5px;
    bottom: 0;
    left: 50%;
}
.solution_title_section .solution_title::before {
    background: #0291da;
    margin-left: -20px;
}
.solution_title_section .solution_title::after {
    background:#01a23b ;
}
@media print, screen and (min-width: 960px) {
    .solution_title_section.first_contents .solution_title {
        padding-top: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width:959px) {
    .solution_title_section .solution_title {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .solution_title_section.first_contents .solution_title {
        padding-top: 0;
    }
}
@media screen and (max-width:959px) {
    .solution_title_section {
        padding-bottom: 30px;
    }
}
@media screen and (max-width:767px) {
    .solution_title_section .solution_title {
        font-size: 22px;
    }
}

/* advantage_section */

.advantage_section {
    padding-top: 100px;
}

.advantage_section .column h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.05em;
}
.advantage_section .advantage_item p {
    margin-bottom: 25px;
}
.advantage_section .advantage_item p:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
    .advantage_section .columns .column {
        flex: 1;
        margin-right: 30px;
    }
    .advantage_section .columns .column:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width:767px) {
    .advantage_section {
        padding-top: 50px;
    }
    .advantage_section .column h3 {
    }
    .advantage_section .advantage_item {
        margin-bottom: 40px;
    }
    .advantage_section .advantage_item:last-child {
        margin-bottom: 0;
    }
}

/* description_section */

.description_section {
    padding-bottom: 0;
}
.description_section .section_block .columns {
    padding:80px 50px 50px;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 70px;
    position: relative;
    align-items: center;
}
.description_section .section_item h3 {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 1em;
    letter-spacing: 0.08em;
    padding-bottom: 0.9em;
    background: #111;
    color: #fff;
    padding: 0.7em 1.5em;
}
.description_section .text_block h4 {
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0.95em;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.08em;
    line-height: 1.65em;
}
.description_section .text_block p:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
    .description_section .section_block {
        padding-top: 30px;
    }
    .description_section .bg01_block {
        padding-bottom: 40px;
    }
    .description_section .columns {
        align-items: center;
    }
    .description_section .img_item {
        flex-basis: 46%;
        margin-right: 5%;
    }
    .description_section .text_block {
        flex-basis: 49%;
    }
    .description_section .section_item h3 {
        position: absolute;
        top: -1.6em;
        left: 0;
    }
}
@media screen and (max-width:767px) {
    .description_section .section_block .columns {
        padding:20px 20px 20px;
        margin-bottom: 40px;
    }
    .description_section .text_block h3 {
        font-size: 16px;
    }
    .description_section .section_block .section_item:last-child {
        margin-bottom: 0;
    }
}

/* contact_block */
.contact_block {
    background: url("images/contact_bg.jpg") no-repeat center / cover;
}
.contact_block .contact_item_wrap {
    flex: 1 0 ;
}
.contact_block .contact_item {
    /*display: flex;*/
    flex: 1;
    align-items: center;
    flex-direction: row-reverse;
}
.contact_block a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding:10px 0 10px;
    transition: .3s;
    color: #fff;
    position: relative;
}
.contact_block a:hover {
    background: rgba(0,0,0,.5);
    color: #fff;
    cursor: pointer;
}
.contact_block .contact_icon {
    line-height: 1;
    padding: 0 0 5px;
    text-align: center;
}
.contact_block .contact_icon i {
    font-size: 40px;
    padding: 10px 20px 10px ;
}
.contact_block .en {
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact_block .ja {
    line-height: 1.4;
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
    .contact_block > .inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }
    .contact_block a {
        padding: 45px 0 60px;
    }
    .contact_block a .contact_item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact_block a::after {
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        content: "";
        width: 1px;
        background:#49addf ;
    }
    .contact_block a:hover::after,
    .contact_block a:last-child::after {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .contact_block {
        padding: 50px 0;
    }
    .contact_block a {
        border: 2px solid #fff;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
        width: 480px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .contact_block a:last-child {
        margin-bottom: 0;
    }
    .contact_block .contact_item {
        display: flex;
        justify-content: space-between;
    }
    .contact_block a {
        text-align: left;
    }
}

/* process_section */

.process_section {
    padding-top: 100px; 
    padding-bottom: 0;
}
.process_section .section_block_inner {
    background: #fff;
}
.process_box {
    background: #fff;
    position: relative;
    padding: 60px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.process_box::after {
    position: absolute;
  font-family: 'Material Icons';
    content: "\e5cf";
    left: 175px;
    bottom: -13px;
    font-size: 60px; 
    z-index: 1;
}
.process_section .section_block_inner .process_box:last-child::after {
    display: none;
}
.process_box p:last-child {
    margin-bottom: 0;
}
.process_box .step_box {
    text-align: center;
    margin-right: 30px;
    display: flex;
    background: url("images/bg_dots03.png");
}
.process_box .step_box .step.en {
    background: #111;
    color: #fff;
    padding: 5px;
    margin: 0;
}
.process_box .step_box .step_box_inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.process_box .step_box .steptitle {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
}
@media print, screen and (min-width: 768px) {
    .process_box .step_box {
        flex:0 0 280px;
    }
}
@media screen and (max-width:767px) {
    .process_section {
        padding-top: 50px; 
    }
    .process_box {
        padding: 20px;
    }
    .process_box .step_box {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .process_box .step_box .steptitle {
        padding: 20px;
    }
    .process_box::after {
        left: 50%;
        font-size: 45px;
        margin-left: -0.5em;

    }
}

/* download_section */

.download_section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.download_section .section_block_inner {
    border: 5px solid #f0f0f0;
    padding: 40px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.download_section .section_block_inner:last-child {
    margin-bottom: 0;
}
.download_section .columns {
    align-items: center;
}
.download_section .text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1.8em;
}
.download_section .text h3 {
    font-size: 19px;
    margin-bottom: 1.2em;
    padding-bottom: 0.95em;
    border-bottom: 1px solid #ddd;
    position: relative;
}
@media print, screen and (min-width: 768px) {
    .download_section .img_block {
        margin-right: 40px;
        flex: 3;
    }
    .download_section .text{
        flex: 4;
    }
    .download_section .btn_link.btn_contact a {
        min-width: 60%;
    }
}
@media screen and (max-width:767px) {
    .download_section {
        padding-top: 50px; 
    padding-bottom: 30px;
    }
    .download_section .section_block_inner {
        padding: 20px;
        margin-bottom: 20px;
    }
    .download_section .img_block p {
        margin-bottom: 20px !important;
    }
    .download_section .text h3 {
        font-size: 18px;
    }
}

/* childpage_link_outer */

.childpage_link_outer {
    padding: 50px 0 35px;
}
.childpage_link {
    max-width: 1000px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.childpage_link ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.childpage_link ul li {
    display: flex;
    flex: 0 0 24%;
    margin: 0 1% 15px 0;
}
.childpage_link ul li:nth-child(4n) {
    margin-right: 0;
}
.childpage_link ul li:last-child{
    margin-bottom: 15px;
}
.childpage_link ul li a {
    text-decoration: none;
    flex: 1;
    display: flex;
    align-items: center;
    color: #111;
    border: 1px solid #ddd;
    border-left: 5px solid #0291da;
    padding: 15px 30px 15px 15px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
}
.childpage_link ul li a::after {
    position: absolute;
    content: "\e315";
    font-family: 'Material Icons';
    top: 50%;
    right: 5px;
    margin-top: -0.5em;
    font-size: 16px;
}
.childpage_link ul li a > div {
    flex: 1;
}
.childpage_link ul li a:hover {
    color: #0291da;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width:767px) {
    .childpage_link ul li {
        margin-right: 0;
    }
}


/********************
 第３階層
********************/

.inpage_link ul {
    /*border: 1px solid #111;
    border-left: none;*/
}
.inpage_link ul li {
    flex: 1 0;
    display: flex;
    line-height: 1.2;
    text-align: center;
}

.inpage_link ul li:last-child {
    margin-right: 0;
}
.inpage_link ul li a {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px 0 30px;
    background: #0091da;
    text-align: center;
    text-decoration: none;
    font-size: 98%;
    color: #fff;
    font-weight: 700;
    transition: .3s;
    position: relative;
}
.inpage_link ul li a::after {
    position: absolute;
    content: "\e5cf";
    font-family: 'Material Icons';
    font-size: 15px;
    color: #fff;
}
.inpage_link ul li a:hover { 
    opacity: .7;
}
.inpage_link ul li a:hover::after {
}
.inpage_link ul li a > span {
    padding: 0 10px;
    flex: 1;
}
@media print, screen and (min-width: 768px) {
    .inpage_link ul li {
        margin: 0 5px 0 0 !important;
    }
    .inpage_link ul li a::after {
        left: 50%;
        bottom: 6px;
        margin-left: -0.5em;
    }
}
@media screen and (max-width:767px) {
    .inpage_link ul {
    }
    .inpage_link ul li {
        margin-bottom: 5px;
    }
    .inpage_link ul li a {
        text-align: left;
        padding: 20px 0 20px;
    }
    .inpage_link ul li a::after {
        right: 20px;
        top: 50%;
        margin-top: -0.5em;
    }
    .inpage_link ul li a > span {
        padding: 0 20px;
    }
}

/* customer_issues */
.customer_issues_outer {
    padding-top: 100px;
}
@media screen and (max-width:767px) {
    .customer_issues_outer {
        padding-top: 50px;
    }
}

/* customer_issues_link */

.customer_issues_link {
    margin-bottom: 50px;
}
.customer_issues_link ul {
    justify-content: space-between;
}
.customer_issues_link li a {
    display: flex;
    flex: 1;
    width: 100%;
    background: #f1f1f1;
    align-items: center;
    text-decoration: none;
    color: #111;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding: 30px 10px 25px;
    transition: .3s;
    line-height: 1.4;
    font-size: 1.15em;
}
.customer_issues_link li a:hover {
    opacity: .7;
}
.customer_issues_link li span.figure {
    background: #111;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    padding: 4px 0 3px;
}
.customer_issues_link li span.inner {
    flex: 1;
}

@media print, screen and (min-width: 768px) {
    .customer_issues_link li {
        flex: 0 0 32%;
        text-align: center;
        display: flex;
        margin-right: 2%;
        margin-bottom: 0 !important;
    }
    .customer_issues_link li:last-child {
        margin-right: 0;
    }
    .customer_issues_link li span.figure {
        position: absolute;
        margin: -14px 0 0 -35px;
        top: 0;
        left: 50%;
        width: 70px;
    }
}
@media screen and (max-width:767px) {
    .customer_issues_link li a {
        padding: 20px;
        text-align: left;
        position: relative;
    }
    .customer_issues_link li span.figure {
        padding: 10px;
        margin-right: 20px;
        font-size: 22px;
    }
    .customer_issues_link li a::after {
        position: absolute;
        content: "\e5cf";
        font-family: 'Material Icons';
        right: 20px;
        top: 50%;
        margin-top: -12px;
        font-size: 20px;
    }
}

/*customer_issues*/
.customer_issues {
    margin-bottom: 30px;
    padding-top: 30px;
}
.customer_issues_outer .customer_issues:last-child {
    margin-bottom: 0;
}
.customer_issues >.section_block_inner > .inner {
    border: 5px solid #f0f0f0;
    padding: 40px 40px 30px;
    position: relative;
    box-sizing: border-box;
}
.customer_issues >.section_block_inner > .inner .figure {
    background: #111;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    position: absolute;
    font-weight: 700;
    font-size: 26px;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: -5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.customer_issues .alignleft {
    max-width: 40%;
}
.customer_issues .text h3 {
    font-size: 22px;
    margin-bottom: 1.2em;
    padding-bottom: 0.95em;
    border-bottom: 1px solid #ddd;
    padding-left: 1.4em;
    position: relative;
}
.customer_issues .text h3::before {
    font-family: 'Material Icons';
    content: "\e154";
    position: absolute;
    font-size: 28px;
    left: -3px;
    top: 1px;
}
.customer_issues .img_block {
    min-height: 0%;
}
.customer_issues .text {
}
.customer_issues .text h4 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 18px;
    position: relative;
}
.customer_issues .text p {
    font-size: 15px;
}
.customer_issues .inner .text p:last-child,
.customer_issues > .inner p:last-child {
    margin-bottom: 0;
}
.customer_issues .btn_link {
    display: flex;
    flex-wrap: wrap;
}
.customer_issues .btn_link li {
    flex: 0 0 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;    
}
.customer_issues .btn_link li:nth-child(2n) {
    margin-right: 0;
}
.customer_issues .btn_link li a {
    display: flex;
    flex: 1;
}

@media print, screen and (min-width: 768px) {
    .customer_issues .img_block {
        margin-right: 4%;
        width: 34%;
        flex: 0 0 34%;
    }
    .customer_issues .text {
        flex: 0 0 62%;
        width: 62%;
    } 
    .customer_issues .btn_link li {
        flex: 0 0 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        display: flex;    
    }
}
@media screen and (max-width:767px) {
    .customer_issues >.section_block_inner > .inner {
        padding: 20px;
    }
    .customer_issues .text h3 {
        font-size: 20px;
        margin-top: 15px !important;
    }
    .customer_issues .text h3::before {
        font-size: 24px;
    }
    .customer_issues .text h4 {
        font-size: 17px;
    }
    .customer_issues .btn_link li {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .customer_issues .text p {
        font-size: 14px;
    }
}

/** about_section **/
.about_section {
    padding-bottom: 0;
}

/** service_section **/

.service_section {
    padding-bottom: 0;
}
.service_section .section_block section {
    margin-bottom: 75px;
}
.service_section .section_block section:last-child {
    margin-bottom: 0;
}
.service_section .section_block_inner h3 {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 1em;
    letter-spacing: 0.08em;
    padding-bottom: 0.9em;
    background: #111;
    color: #fff;
    padding: 0.7em 1.5em;
}
.service_section .section_block_inner h4,
.service_section .section_block_inner dl.icon_dl dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 1.5em;
    padding: 0 0 0 15px;
    letter-spacing: 0.08em;
    line-height: 1.65em;
    border-left: 8px solid #0091da;
}
.service_section .section_block_inner dl.icon_dl dd {
    padding-left: 0;
}
.service_section .section_block_inner table {
    margin-bottom: 40px;
    text-align: center;
}
.service_section .section_block_inner table.txt_left tbody th,
.service_section .section_block_inner table.txt_left tbody td {
    text-align: left;
}
.service_section .section_block_inner table thead th {
    text-align: center;
    border-color: #00a33b;
    background: #00a33b;
}
@media print, screen and (min-width: 768px) {
    .service_section .section_block_inner table tbody tr:nth-child(2n) td {
        background: #f8f8f8;
    }
}
.service_section .section_block_inner li {
    position: relative;
}

.service_section .section_block_inner > ul:not(.ul_circle):not(.checkbox):not(.check_icon) > li {
    padding-left: 1.6em;
}
.service_section .section_block_inner > ul:not(.ul_circle):not(.checkbox):not(.check_icon) > li::after {
    font-family: 'Material Icons';
    position: absolute;
    content: "\e061";
    color: #ccc;
    top: 0;
    left: 0;
}

.service_section .section_block_inner > h5 {
    margin-top: 20px;
    padding: 5px 10px;
    background: #eee;
    margin-bottom: 20px;
}

.service_section .column h5 {
    margin-bottom: 15px;
    background: #ddd;
    text-align: center;
    padding: 10px 8px;
}
.service_section p.img_block {
    margin-bottom: 20px;
}

.service_section .service_item_outer .service_item {
        background:#f7f7f7;
    padding-top: 30px;
    padding-bottom: 20px;
}
.service_section .service_item_outer .service_item h4,
.service_section .service_item_outer .service_item h5,
.service_section .service_item_outer .service_item p,
.service_section .service_item_outer .service_item dl {
    margin-left: 25px;
    margin-right: 25px;
}
.service_section .service_item_outer .service_item h4 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1em;
    border: none;
    padding-left:0;
}
.service_section .service_item_outer .service_item h5 {
    margin-top: 0;
    font-size: 13px;
    padding: 3px 15px;
    text-align: left;
    line-height: 1.2;
    color: #666;
    font-weight: 500;
    position: relative;
    background: none;
    z-index: 1;
    border: 1px solid #999;
    display: inline-block;
}
.service_section .service_item_outer .service_item dl {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
}
.service_section .service_item_outer .service_item dl dt::after {
    content: "：";
}
.service_section .service_item_outer .service_item dl dt::before {
    content: "\e154";
    font-size: 0.85em;
    font-family: 'Material Icons';
    vertical-align: middle;
}
.service_section .service_item_outer .service_item dl dd {
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    padding-left: 0;
}
.service_section .service_item_outer .service_item p:last-child {
    margin-bottom: 0;
}

.service_section .service_step_block p {
    margin-bottom: 20px;
}
.service_section .service_step_block h5 {
    margin-top: 0;
    background: none;
    color: #111;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px
}
.service_section .service_step_block h5 .icon_step {
    background: #0091da;
    display: inline-block;
    padding: 2px 8px 1px;
    color: #fff;
    line-height: 1.2;
    font-size: 88%;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 2px;
}
.service_section .service_step_block h5 .title {
    display: inline-block;
}

@media print, screen and (min-width: 768px) {
    .service_section .bg01_block .section_block_inner {
        position: relative;
        padding-top: 65px;
    }
    .service_section .columns.col2 .column {
        flex: 0 0 48%;
        margin-right: auto;
        margin-bottom: 6%;
    }
    .service_section .columns.col2 .column:nth-child(2n) {
        margin-right: 0;
    }
    .service_section .columns.col2 .column:last-child,
    .service_section .columns.col2 .column:nth-last-child(2) {
        margin-bottom: 0;
    }
    .service_section .section_block_inner h3 {
        position: absolute;
        top: -1.6em;
        left: 0;
    }
    
    .service_section .service_item_outer {
        flex-wrap: wrap;
    }
    .service_section .service_item_outer .service_item {
        flex: 0 0 48%;
        margin-right: 4%;
        margin-bottom: 40px;
    }
    .service_section .service_item_outer .service_item:nth-child(2n) {
        margin-right: 0;
    }
    .service_section .service_item_outer .service_item dl dt {
        float: left;
    }
    .service_section .service_step_block > .column {
        flex: 1;
        margin-right: 30px;
        position: relative;
    }
    .service_section .service_step_block > .column:last-child {
        margin-right: 0;
    }
    .service_section .service_step_block > .column::after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        margin: -20px -20px 0 0;
        width: 0;
        height: 0;
        border-left: 12px solid #ccc;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }
    .service_section .service_step_block > .column:last-child::after {
        display: none;
    }
    
    
}
@media screen and (max-width:767px) {
    .service_section .section_block section {
        margin-bottom: 40px;
    }
    .service_section .columns.col2 .column {
        margin-bottom: 30px;
    }
    .service_section .service_step_block > .column {
        margin-bottom: 20px;
    }
    .service_section .service_step_block > .column:last-child {
        margin-bottom: 0;
    }
    .service_section .section_block_inner h3 {
        padding: 0.6em 0.8em;
        font-size: 17px;
    }
    .service_section .service_item_outer .service_item {
        margin-bottom: 20px;
    }
}

.service_section .spec_block .spec_item {
    border: 2px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.service_section .spec_block .spec_item h5,
.service_section .spec_block .spec_item p,
.service_section .spec_block .spec_item ul {
    margin-left: 40px;
    margin-right: 40px;
}
.service_section .spec_block .spec_item h5 {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin-bottom: 20px;
    background: #f7f7f7;
}
.service_section .spec_block .spec_item h5 .spec_icon {
    flex: 1;
    margin-right: 20px;
}
.service_section .spec_block .spec_item h5 .spec_title {
    flex: 3;
}
.service_section .spec_block .spec_item p {
    margin-bottom: 20px;
    font-weight: 500;
}


@media print, screen and (min-width: 768px) {

    .service_section .spec_block {
        flex-wrap: wrap;
    }
    .service_section .spec_block .spec_item {
        flex: 1;
        flex: 0 0 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .service_section .spec_block .spec_item:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:767px) {
}


.service_section .report_block .report_item {
    border: 2px solid #ddd;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.service_section .report_block .report_item p,
.service_section .report_block .report_item h5,
.service_section .report_block .report_item h6 {
    margin-left: 20px;
    margin-right: 20px;
}
.service_section .report_block .report_item h5,
.service_section .report_block .report_item h6 {
    background: none;
    margin-top: 0;
    padding:0;
    font-size: 1.1em;
}
.service_section .report_block .report_item h6 {
    margin-bottom: 15px;
    text-align: center;
}
.service_section .report_block .report_item p {
    font-size: 92%;
    line-height: 1.7;
}
.service_section .report_block .report_item p.img_item {
    text-align: center;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
    .service_section .report_block {
        flex-wrap: wrap;
    }
    .service_section .report_block .report_item {
        flex: 0 0 32%;
        margin-right: 2%;
        margin-bottom: 3%;
    }
    .service_section .report_block .report_item:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width:767px) {
}

/**/

.service_section .package_block {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.service_section .package_block:first-of-type {
    padding-top: 10px;
}
.service_section .package_block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.service_section .package_block h5 {
    font-size: 1.2em;
    margin-bottom: 1em;
    color: #0091da;
}
.service_section .package_block p {
    margin-bottom: 25px;
}
.service_section .package_block .text > ul > li {
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 1.2em;
    position: relative;
}
.service_section .package_block .text > ul > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}
.service_section .package_block .text > ul > li :last-child {
    margin-bottom: 0;
}
.service_section .package_block .text > ul > li > ul {
    margin-top: 5px;
}
.service_section .package_block .text > ul > li > ul li {
    font-weight: 400;
    margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
    .package_block_inner .text {
        flex: 3;
        margin-right: 20px;
    }
    .package_block_inner .img_block {
        flex: 2;
    }
}
@media screen and (max-width:767px) {
}

/** case_section **/

.case_section {
    padding-top: 100px;
}
.case_section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 2em;
    line-height: 1.65;
}
.case_section .case_box {
    border: 5px solid #f0f0f0;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 0 40px;
}
.case_section .case_box .box_inner {
    border-bottom: 1px solid #eee;
    padding: 50px 10px;
}
.case_section .case_box .box_inner:last-child {
    border-bottom: none;
}
.case_section .case_box .columns {
    align-items: center;
}
.case_section .case_box .img_block {
    flex: 0 0 80px;
    margin-right: 40px;
    margin-left: 10px;
}
.case_section .case_box h4 {
    margin-bottom: 1.2em;
    background: #ddd;
    padding: 0.2em 1.2em;
    line-height: 1.4;
    border-radius: 0.9em;
    display: inline-block;
}
.case_section .case_box li {
    padding-left: 1.5em;
    position: relative;
}
.case_section .case_box li::before {
    position: absolute;
    content:"\e5ca";
    font-family: 'Material Icons';
    left: 0;
    top: 0;
    color: #cc0000;
}
.case_section .case_box li:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width:767px) {
    .case_section {
        padding-top: 50px;
    }
    .case_section h3 {
        font-size: 18px;
    }
    .case_section .case_box {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .case_section .case_box .box_inner {
        padding: 20px 10px;
    }
    .case_section .case_box .img_block {
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .case_section .case_box .text {
        text-align: center;
        margin-top: 20px;
    }
    .case_section .case_box .text ul {
        text-align: left;
    }
}

/**/

/**/
p.mb {
    margin-bottom: 20px !important;
}

@media print, screen and (min-width: 768px) {
.columns > .col2 {
    flex: 1;
    margin-right: 20px;
}
.columns > .col2:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 20px;
}
}

/********************
 フォーム
********************/
.page-id-1442 .keni-section_wrap ,
.page-id-1444 .keni-section_wrap ,
.page-id-1749 .keni-section_wrap {
    max-width: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.form_block .form_block_grey {
    padding: 60px 0;
    background: #f7f7f7;
    margin: 50px 0;
}
.form_block_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.privacy_block_wrap {
    height: 150px;
    padding: 40px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.privacy_block_wrap h3 {
    font-size: 1.15em;
    margin-bottom: 15px;
}
.form_block .step_block ul{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.form_block .step_block ul >li {
    padding: 15px 20px;
    border: 2px solid #ddd;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    color: #ccc;
    position: relative;
    font-weight: 500;
}
.form_block .step_block ul >li .step {
    display: inline-block;
    background: #ddd;
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
    border-radius: 11px;
    font-weight: 700;
}
.form_block .step_block .wpcf7c-elm-step1 ul >li.step1,
.form_block .step_block .wpcf7c-elm-step2 ul >li.step2,
.form_block .step_block .wpcf7c-elm-step3 ul >li.step3 {
    border-color: #01a23b;
    color: #01a23b;
}
.form_block .step_block .wpcf7c-elm-step1 ul >li.step1 .step,
.form_block .step_block .wpcf7c-elm-step2 ul >li.step2 .step,
.form_block .step_block .wpcf7c-elm-step3 ul >li.step3 .step {
    background: #01a23b;
}
.form_block .step_block ul >li::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -42px;
    content: "";
    height: 2px;
    width: 40px;
    background: #ddd;
}
.form_block .step_block ul >li:last-child::after {
    display: none;
}
.form_block .step_block ul >li .text {
    display: block;
    line-height: 1.5;
}

.form_block .sub_text {
    text-align: center;
        margin-bottom: 70px;
}

.form_block .contactform_table {
    
}
.form_block .contactform_table tbody th,
.form_block .contactform_table tbody td {
    border: none;
    color: #111;
    text-align: left;
    background: none;
    padding: 20px 0;
    font-size: 16px;
}
.form_block .contactform_table tbody th {
    font-weight: 500;
    text-align: right;
}
.form_block .contactform_table tbody th span.columns {
    justify-content: space-between;
    align-items: center;
}
.form_block .contactform_table textarea,
.form_block .contactform_table input {
    margin-bottom: 5px;
}
.form_block .contactform_table select {
    margin-bottom: 5px;
}
.form_block .contactform_table [type="email"],
.form_block .contactform_table [type="tel"], 
.form_block .contactform_table [type="text"] {
    width: 440px;
    padding: 15px 20px;
}
.form_block .contactform_table textarea {
    padding: 15px 20px;
}
.form_block .contactform_table .countdown,
.form_block .contactform_table .supple {
    font-size: 88%;
    color: #555;
    display: block;
}
.form_block .contactform_table .countdown {
    text-align: right;
    display: block;
}
.form_block .contactform_table .countdown .wpcf7-character-count {
    font-weight: 700;
    font-size: 110%;
}
.form_block .contactform_table span.required ,
.form_block .contactform_table span.optional {
    display: inline-block;
    padding: 3px 13px ;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1;
    background-color:#e0e0e0;
    border-radius: 3px;
    margin-left: 10px;
}
.form_block .contactform_table span.required {
    background-color: #d40000;
    color: #fff;
}

.form_block .acceptance_block {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.form_block .acceptance_block > span {
    display: inline-block;
    padding: 12px 30px;
    background: #faccd0;
    border-radius: 6px;
}
.form_block .acceptance_block span.wpcf7-list-item {
    margin-left: 0;
}
.form_block .acceptance_block label > span {
    vertical-align: middle;
}
.form_block .acceptance_block label input {
    margin-right: 10px;
}

.form_block .form_btn {
    text-align: center;
}
.form_block .form_btn input {
    padding: 20px 50px;
    width: 400px;
    margin: 0 10px;
    background: #0091da;
    color: #fff;
}
.form_block .form_btn [type="submit"] {
    background: #0091da;
}
.form_block .form_btn [type="button"] {
    background: #999;
}
.form_block .form_btn input[disabled]{
    opacity: .5;
}
.form_block .form_btn .ajax-loader {
    display: none;
}
.form_block span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0 ;
}
.wpcf7 .form_block .wpcf7-not-valid {
    background: #f9e8e8;
    border-color: #c81919;
}
.wpcf7 div.wpcf7-response-output {
    width: 96%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.wpcf7 div.wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
.wpcf7c-conf {
    background-color: #FFFFFF;
    color: black;
    border: 1px solid #ccc;
}
.form_block .wpcf7-form-control.wpcf7-radio {
    display: inline-block;
    margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
.form_block .contactform_table tbody th {
    padding-right: 30px;
}
}
@media screen and (max-width:1080px) {
}
@media screen and (max-width:767px) {
    div.wpcf7 {
        margin-bottom: 50px !important;
    }
    .form_block table,
    .form_block tbody,
    .form_block tr,
    .form_block .contactform_table tbody th,
    .form_block .contactform_table tbody td {
        display: block;
    }
    .form_block .contactform_table tbody th {
        text-align: left;
    }
    .form_block .step_block ul >li {
        padding: 15px 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .form_block .step_block ul >li::after {
        margin-right: -12px;
        width: 10px;
    }
    .form_block .step_block ul >li .text {
        font-size: 88%;
    }
    .form_block .sub_text {
        margin-bottom: 30px;
    }
    .form_block .form_block_grey {
        padding: 20px 0 20px;
        margin: 30px 0;
    }
    .form_block .contactform_table tbody th {
        padding-bottom: 0;
    } 
    .form_block .contactform_table tbody td {
        
    }
    .form_block .contactform_table [type="email"], .form_block .contactform_table [type="tel"], .form_block .contactform_table [type="text"] {
        padding: 10px ;
    }
    .privacy_block_wrap {
        padding: 15px;
    }
    .form_block .step_block ul >li .step {
            padding: 0 12px;
        font-size: 11px;
    }
    .form_block .form_btn input {
        width: 280px;
        margin-bottom: 10px;
    }
}

/**/

.download_list_wrap {
    margin-bottom: 40px;
}
.download_list_wrap .columns {
    display: flex;
    flex-wrap: wrap;
}
.download_list_wrap .columns .download_item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    border: 5px solid #eee;
}
.download_list_wrap .columns .download_item > h4,
.download_list_wrap .columns .download_item > p,
.download_list_wrap .columns .download_item > div {
    margin-left: 20px;
    margin-right: 20px;
}
.download_list_wrap .columns .download_item p.img_item {
    min-height: 0%;
}
@media print, screen and (min-width: 768px) {
.download_list_wrap .columns .solution_item {
    flex-direction: row;
}
}
.download_list_wrap .columns .solution_item .img_item {
    flex: 2;
    margin-right: 20px;
}
.download_list_wrap .columns .solution_item p.img_item {
    margin-bottom: 0;
}
.download_list_wrap .columns .download_item p.img_item {
    margin-bottom: 20px;
}
.download_list_wrap .columns .download_item .text {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
}
.download_list_wrap .columns .solution_item .text {
    flex: 3;
}
.download_list_wrap .columns .download_item .text h4 {
    margin-bottom: 25px;
}
.download_list_wrap .columns .solution_item .text h4 {
    font-size: 1.2em;
}
.download_list_wrap .columns .download_item .text > p {
    margin-bottom: 20px;
    width: 100%;
    flex: 0 0 100%;
}
.download_list_wrap .columns .download_item .text > .btn_download {
    justify-content: flex-end;
    margin-top: auto;
    flex: 0 0 100%;
}
.download_list_wrap .columns .solution_item .text > .btn_download  {
    margin-top: auto;
    flex: 0 0 100%;
    width: 100%;
}
.download_list_wrap .columns .download_item .text > .btn_download p {
    flex: 1 1 auto;
    align-items: flex-end;
    display: flex;
}
.download_list_wrap .columns .download_item .text > .btn_download a {
    width:100% ;
    font-size: 14px;
}
@media print, screen and (min-width: 768px) {
.download_list_wrap .columns .solution_item .text > .btn_download a {
    max-width: 260px;
    margin-left: auto;
}
}

.list_sub_text {
    margin-bottom: 50px;
    text-align: center;
}
.list_sub_text > .columns {
    justify-content: center;
}

@media print, screen and (min-width: 768px) {
    .download_list_wrap {
        margin-bottom: 80px;
    }
    .download_list_wrap .columns .download_item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .download_list_wrap .columns .download_item:nth-child(3n) {
        margin-right: 0;
    }
    .download_list_wrap .columns .solution_item {
        flex: 1;
        margin-right: 0;
    }
    
}

@media screen and (max-width:767px) {
    .download_list_wrap .columns .download_item .text h4,
    .download_list_wrap .columns .download_item .text div {
        width: 100%;
    }
}


/**/

@media screen and (max-width:767px) {
    .option_table01 thead,
    .environment_table01 thead,
    .assessment_table01 thead{
        display: none;
    }
    .option_table01 ,
    .option_table01 tbody ,
    .option_table01 tbody tr,
    .option_table01 tbody th,
    .option_table01 tbody td,
    .environment_table01,
    .environment_table01 tbody ,
    .environment_table01 tbody tr,
    .environment_table01 tbody th,
    .environment_table01 tbody td,
    .assessment_table01,
    .assessment_table01 tbody ,
    .assessment_table01 tbody tr,
    .assessment_table01 tbody th,
    .assessment_table01 tbody td {
        display: block;
        border: none;
        padding: 0;
        text-align: left;
        background: none;
    }
    .option_table01 tbody td,
    .environment_table01 tbody td,
    .assessment_table01 tbody td {
        padding-bottom: 10px;
    }
    .assessment_table01 tr {
        border-bottom: 1px solid #ddd;
    }
    .assessment_table01 tbody tr {
        padding: 10px;
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }
    .option_table01 tbody tr td::before,
    .environment_table01 tbody tr td::before,
    .assessment_table01 tbody tr td::before {
        font-weight: 700;
    }
    
    .option_table01::before {
        content: "オプション";
        font-weight: 700;
        display: block;
        text-align: left;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .option_table01 tbody tr {
        border: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .option_table01 tbody tr td:first-child {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        background: #f1f1f1;
        margin-bottom: 10px;
        font-weight: 700;
        font-weight: 700;
    }
    .option_table01 tbody tr td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .option_table01 tbody tr td:first-child::before {
    }
    .option_table01 tbody tr td:nth-child(2)::before {
        content:"オプション費用：";
    }
    .option_table01 tbody tr td:last-child::before {
        content:"備考：";
    }

    .environment_table01 tbody tr {
        margin-bottom: 15px;
    }
    .environment_table01 tbody td,
    .environment_table01 tbody td::before {
        border: 1px solid #ddd;
        padding: 10px;
    }
    .environment_table01 tbody td:first-child {
        border-bottom: none;
        background: #f1f1f1;
        font-weight: 700;
    }
/*
    .environment_table01 tbody tr td:first-child::before {
        content:"項目";
    }
    .environment_table01 tbody tr td:last-child::before {
        content:"動作環境";
    }*/


    .assessment_table01 tbody tr td:first-child::before {
        content:"DB数：";
    }
    .assessment_table01 tbody tr td:nth-child(2)::before {
        content:"ライセンス費用：";
    }
    .assessment_table01 tbody tr td:nth-child(3)::before {
        content:"解析費用：";
    }
    .assessment_table01 tbody tr td:last-child:before {
        content:"合計費用：";
    }
}

.thanks_block {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}

/********************
 投稿用CSS
********************/
/* 投稿ページ */

.page-nav ul {
    text-align: center;
}
.entry_more {
    text-align: right;
    padding-top: 20px;
}
.entry_more a {
    margin-right: 0;
}
.keni-sub .widget > .keni-section .sub-section_title {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3em;
}

/********************
 404
********************/

.error404 #main .keni-section header h1:first-child {
    margin-top: 40px;
}

/********************
 投稿用CSS
********************/

ul.indent1em, 
p.indent1em { margin-bottom: 2em; }
p.indent1em,    
.indent1em li { padding-left: 1em; text-indent: -1em; }

body.single #main article .article-body ul,
body.single #main article .article-body ol {
    padding-left: 1.5em;
}
body.single #main article .article-body ul li {
    list-style: disc;
    list-style-position: outside;
}
body.single #main article .article-body ol li {
    list-style:decimal;
    list-style-position: outside;
}
body.single #main article .article-body a[target="_blank"]::after {
    content: "\f2d2";
    font-family: "Font Awesome 5 Free";
    vertical-align: top;
}


/**/

.popular-posts-sr {
    margin: -16px -20px -20px;
    padding: 10px 0 !important;
}
.popular-posts-sr ul.wpp-list {
    margin: 10px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.popular-posts-sr ul.wpp-list li {
    list-style: none !important;
}
.popular-posts-sr ul.wpp-list li {
    position: relative;
}
.popular-posts-sr ul.wpp-list li .wpp-item-data {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 3px;
    background: rgba(0,0,0,.5);
}
.popular-posts-sr ul.wpp-list li .wpp-item-data a {
    color: #fff;
    text-decoration: none;
}
.popular-posts-sr ul.wpp-list {
	counter-reset: num;
}

.popular-posts-sr ul.wpp-list > li{
	counter-increment: num;
	position: relative;
}

.popular-posts-sr ul.wpp-list > li::before{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	border-width: 20px;
	border-style: solid;
	border-color: #80cbc4;
	border-right-color: transparent;
	border-bottom-color: transparent;
	content: '';
}

.popular-posts-sr ul.wpp-list > li::after{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 5px;
	content: counter(num);
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.popular-posts-sr ul.wpp-list > li:nth-child(1)::before{
	border-color: #f9a825;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.popular-posts-sr ul.wpp-list > li:nth-child(2)::before{
	border-color: #bdbdbd;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.popular-posts-sr ul.wpp-list > li:nth-child(3)::before{
	border-color: #8d6e63;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

form.sent .form_block_grey,form.sent .form_block_privacy,
form.sent .wpcf7-mail-sent-ok{
    display:none !important;
}

form.custom-wpcf7c-confirmed table input,
form.custom-wpcf7c-confirmed table select {
    background: #ddd;
    color: #888;
    box-shadow: none !important;
}
form.custom-wpcf7c-confirmed table input:not(:placeholder-shown) {
    background: #fafbbc;
    color: #888;
}


/**/
.list_pic_item {
	padding: 0 !important;
	text-align: center;
}
.list_pic_item::after {
	display: none;
}
.list_pic_item_title {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.list_pic_culum3,.list_pic_culum4 {
        max-width: 800px;
        margin: 0 auto;
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
		gap: 20px;
	}
	.list_pic_culum3 .list_pic_item {
		flex: 0 0 calc((100% - 40px)/3);
	}
	.list_pic_culum4 .list_pic_item {
		flex: 0 0 calc((100% - 60px)/4);
	}
	.list_pic_item_title {
		font-size: 2.0rem;
	}
}
@media screen and (max-width:767px) {
	.list_pic_item:not(:last-child) {
		margin-bottom: 20px;
	}
	.list_pic_item_title {
		font-size: 1.8rem;
	}
}
