/*
Theme Name:oops_tcd048-child
Template:oops_tcd048
Version:3.2.2
*/
@charset "Shift_JIS";

/*ヘッダー部分*/
.p-global-nav {
    font-size: 16px;
}

/*初期設定*/
p:empty:before {
    content: none;
}


body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif!important;
}

/********スマホだけ改行*****************/
/* PC・タブレットでは改行しない */
.sp-only {
  display: none;
}

/* スマホのみ改行 */
@media (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

/*PCで無効*/
.pc_hid{
    display: none;
}

/*スマホで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: block;
    }
}

/*PCで有効*/
.sp_hid{
    display: block;
}

/*スマホで無効*/
@media screen and (max-width:768px) {
    .sp_hid{
        display: none;
    }
}



/*テーブル表　table*/
.p-entry__body table {
/*    font-family: Meiryo, sans-serif;*/
}

colgroup {
    display: table-column-group;
}

col {
    display: table-column;
}

.tbl, .tbl-04, .tbl-comparision {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-top: 1px solid #d8dadc;
/*    border-right: none;*/
/*    border-bottom: none;*/
/*    border-left: none;*/
}

.tbl th, .tbl-04 th, .tbl-comparision th, .tbl td, .tbl-04 td, .tbl-comparision td {
    padding: 15px;
/*    border-top: none;*/
    border-right: 1px solid #d8dadc;
    border-bottom: 1px solid #d8dadc;
/*    border-left: none;*/
    font-size: 100%;
    line-height: 1.42857;
}

.tbl th:first-child, .tbl-04 th:first-child, .tbl-comparision th:first-child, .tbl td:first-child, .tbl-04 td:first-child, .tbl-comparision td:first-child {
/*    border-left: none;*/
    border-right: 1px solid #d8dadc;
}

em {
    font-weight: bold;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-45 {
/*    width: 45% !important;*/
}

.bt-40{
    margin-bottom:20px!important;
}


.p-entry__body h2 {
/*font-family: "YuGothic", sans-serif;*/
    font-size: 2rem;/*clamp(2.5rem, 2.041rem + 1.959vw, 4rem)*/
    font-weight: 700;
    color: #12265E;
}

.p-entry__body h2.main::before {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px !important;
    height: 3px;
    content: "";
    background: linear-gradient(to right, #0066CC 0%, #D7B9F9 100%);
}
.p-entry__body h2.main span {
    color: #0068B7;
    font-size: 14px;
    display: block;
    margin-top: 20px;
}

.section_title {
/*    font-family: "YuGothic", sans-serif;*/
    font-size: clamp(2.5rem, 2.041rem + 1.959vw, 4rem);
    font-weight: 700;
    color: #222;
}

.deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: clamp(0.75rem, 0.673rem + 0.327vw, 1rem);
    font-size: clamp(1rem, 0.923rem + 0.327vw, 1.25rem);
    color: #335FA8;
}

.tablepress.tablepress-id-1 p {
    font-size: 16px;
}
}

/*2カラム時*/
@media screen and (max-width: 949px){
.container-all{
    display: block;
    clear:both;
}
.left{
    width: 100%;
    margin-bottom: 20px;
}
.right{
    width: 100%;
    margin-bottom: 20px;
}
}

@media screen and (min-width: 950px){
.container-all{
    display: flex;
    clear:both;
}
.left{
    width: 49%;
    margin-right: 20px;
    margin-bottom: 80px;
}
.right{
    flex: 1;
    margin-bottom: 80px;
}
}

.q_button {
    background-color: #ff8000;
}

.q_button:hover, .q_button:focus {
    background-color: #f5b238;
}



.h_button {
    background-color: #B3424A;
}

.h_button:hover, .h_button:focus {
    background-color: #d45860;
}

.h_button {
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    min-width: 200px;
    margin: 0;
    max-width: 90%;
    padding: .6em 1.3em .5em;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.well3 {
    margin: 2em 0 2.5em;
    padding: 1em 1.5em;
    line-height: 2.0;
    border: 5px solid #a7b3d3;
    background: #eaf5fb;
    box-shadow: 0 1px 3px 0 rgb(195 195 195 / 30%);
    display: table-cell;
}

/*導入の流れ*/
.veu_flowBox dl {
    display: block;
    overflow: hidden;
    padding: 20px 25px;
/*    border: 3px solid #e5e5e5;*/
    margin: 0;
}

.veu_flowBox dl .flowBox_img {
    width: 20%;
    float: left;
    margin-right: 4%;
}

.flowBox_img_right {
    float: right;
}

/*
.veu_flowBox dl dd div.infolink {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 20px;
}
*/

.veu_flowBox dl dd, .veu_flowBox dl dt {
    width: 76%;
    float: right;
}

.veu_flowBox>dl>dd>p.sm {
    line-height: 1.4em;
    margin-bottom: 5px;
    font-size: 18px;
}

.p-entry__body p {
    font-size: 18px;
    line-height: 1.6!important;
    margin-bottom: 30.4px;
}

.p-entry__body p.sm {
    font-size: 12px!important;
}
.p-entry__body p span.sm {
    font-size: 14px;
    line-height: 1.5;
    display:block;
}

.p-entry__body p span.sme {
    font-size: 14px;
}

.veu_flowBox dl dt {
    font-size: 1.4em;
    color: #12265E;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

h3:after, .subSection-title:after {
    border-bottom-color: #1b95d4;
}

h4 {
    padding: 10px 15px 8px;
    background-color: #efefef;
    border-radius: 4px;
}


.su-box {
    margin: 0 0 1.5em;
    border-width: 3px;
    border-style: solid;
}


.su-box-title {
    display: block;
    padding: 1em;
    font-weight: 700;
    font-size: 1.1em;
}

.text-center {
    text-align: center;
}

.corp {
    padding: 2em 1em;
}

.btn-weborder, .btn-raiten {
    font-weight: 700;
}
.btn-to-order {
    width: 80%;
    margin: 10px 0;
    padding: 20px 10px;
    font-size: 24px;
    line-height: 1.3333333;
    background: #ed1c60;
    border: 1px solid #ed1c60;
    color: #fff;
}
.btn {
    border-radius: 3px;
}
.btn {
    white-space: normal;
}
element.style {
    background-color: #000000;
    color: #FFFFFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #12265E;
  margin: 0 auto;
  margin-top: 30px;
}

/*トップページ　トップ画像調整*/
.p-index-slider__item-desc {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20.4px;
    opacity: 100;
}

.p-index-slider__item-image {
    opacity: 100;
    width: 49.55752%;
}

.p-index-slider__item-catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 12.4px;
    opacity: 100;
}

.p-index-slider__item-button {
    opacity: 100;
}

.post_col, .post_col-2, .post_col-3, .post_col-4 { float: left; margin-bottom: 2em; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { 
.post_col-2 { width: 50%; /* 2カラム */ 
}
  .post_col-3 {
 width: 33.33333%; 
} 
  .post_col-4 {
 width: 25%; 
} 
}

@media screen and (min-width: 1024px) { 
.post_col-2 {
 width: 50%; /* 2カラム */ 
}
  .post_col-3 {
 width: 33.33333%; 
} 
  .post_col-4 {
 width: 25%; 
} 
}






.post_col, .post_col-2, .post_col-3 {
    float: left;
    margin-bottom: 0;
}

.qa .post_col, .qa .post_col-2, .qa .post_col-3 {
    margin-bottom: 20px;
}


@media screen and (max-width: 949px){
.well4{
    padding: 15px;
    margin: 2em 0 2.5em;
    margin: auto;
    line-height: 2.0;
    border: 5px solid #f6c937;
    background: #fcfde7;
    box-shadow: 0 1px 3px 0 rgb(195 195 195 / 30%);
    display: block;
    width: 80%;
}

.well5 {
    border: 2px solid #d02f27;
    padding: 20px 20px 0px 20px;
    margin-bottom: 50px;
    background-color: #fdedea;
}

.big-p {
    font-size: 1.8rem;
}

.p-index-content01 {
    padding-top: 24px;
    padding-bottom: 24px;
}
}

@media screen and (min-width: 950px){
#cb_0 {
    padding-top: 80px;
}

.p-index-content01 {
    padding-top: 0px;
    padding-bottom: 45px;
    FONT-VARIANT: JIS78;
    text-align: center;
}

.well4{
    padding: 50px 50px 20px 70px;
    margin: 2em 0 2.5em;
    margin: auto;
    line-height: 2.0;
    border: 5px solid #f6c937;
    background: #fcfde7;
    box-shadow: 0 1px 3px 0 rgb(195 195 195 / 30%);
    display: block;
    width:800px;
}

.well4 p{
    line-height: 2.0;
}

.well4 p a.t-area{
    margin-top: 25px;
    padding: 30px;
    font-size: 1.5rem;
    font-weight: 600;
}

.big-p{
font-size: 2.7rem;
    color: #f6c937;
    font-weight: 600;
}

.well5 {
    border: 2px solid #d02f27;
    padding: 20px 20px 0px 20px;
    margin-bottom: 50px;
    background-color: #fdedea;
}
}

/*お申し込みページ*/

.p-entry__body th {
    background: #f5f5f5;
    font-size: 1rem;
    font-weight: 100;
    vertical-align: top;
    color: #000;
    width: 30%;
}

.p-entry__body th#e {
    width: 40%;
}

table th.popular{
  position: relative;
}

table th.popular span.no1{
    position: absolute;
    top: -10px;
    left: calc(50% - 45px);
    background: #f1b201;
    width: 80px;
    font-size: 10px;
    border-radius: 15px;
    line-height: 1;
    padding: 5px;
}

th.popular span.inner {
  position: absolute;
    color: white;
    background-color: #f34955;
    left: 0;
    bottom: 0;
    display: block;
    font-weight: 600;
    padding: 11px 0;
    width: 100%;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge {
    display: inline-block;
    padding: .30em .4em;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media screen and (max-width: 767px){
.p-entry__body td {
    border: 1px solid #ddd;
    padding: 9px 15px 6px;
    line-height: 2.2;
    background: #fff;
    font-size: 14px;
}

.p-entry__body .plan td, .p-entry__body .plan th {
    padding: 5px 0 5px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
}

.wpcf7 {
     background: none;
     border: none;
}
}


@media screen and (min-width: 768px){
.p-entry__body td {
    border: 1px solid #ddd;
    padding: 9px 15px 6px;
    line-height: 2.2;
    background: #fff;
    font-size: 16px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.2;
}

.wpcf7 {
     background: none;
     border: none;
}
}


/*お申し込みページ　合計金額表示*/

#cc1{
    background: none;
    border: none;
    box-shadow: none;
    color: #f1c901;
    font-weight: 600;
    width: 30%;
    font-size: 1.2rem;
}

h3.style4 {
    background-color: antiquewhite;
    padding: 10px;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.totalfee {
    border: 5px solid #F1C901;
    padding: 15px 10px 0px 10px;
    margin: 0 0 30px 0;
}

/*
.totalfee {
position: fixed;
    bottom: 0;
    width: 100%;
    overflow: auto;
    border-top: 5px solid #F1C901;
    padding: 5px;
    margin: 0 auto;
    background-color: #fdf8e0;
    z-index: 999;
}
*/
@media screen and (min-width: 1024px){
.totalfee {
    position: fixed;
    /* top: 550px;*/
    bottom: 80px; 
    right: 0;
    width: 300px;
    height: 220px;
    overflow: auto;
    border: 5px solid #F1C901;
    padding: 10px 10px 0px 10px;
    background-color: #fdf8e0;
    z-index: 999;
}

h3.style4 {
    background-color: antiquewhite;
    padding: 10px;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

#cc1{
    background: none;
    border: none;
    box-shadow: none;
    color: #f1c901;
    font-weight: 600;
    width: 30%;
    font-size: 1.3rem;
}
#cc1:after{
    content:"\5186\FF08\7A0E\8FBC\FF09";
    display: block;
    width: 30px;
    height: 30px;
    background: #ff0000;
    z-index: 99999;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
#cc1:before{
    content:"";
    display: block;
}
}

/*フォーム*/

.wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7 select, .wpcf7 textarea {
/*    display: block;*/
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.wpcf7 form {
    margin: 0;
}

.wpcf7 textarea {
    height: 200px;
}

@media only screen and (min-width: 768px){
.wpcf7 input, .wpcf7 textarea {
    font-size: 16px;
}

.wpcf7 form {
    margin: 1.5em 1.5em 0;
}

#lastname696, #fastname697, #lastname698, #fastname699 {
    width: 40%;
    margin:0px 10px;
}
}

/*端末一覧ページ*/

.mobile-page-u96-layout-products_list-wide .mobile-page-b3s-layout-products_list-item {
    width: calc(33.33% - 13.32px);
}

[class*="mobile-page-u96-js-model-line"][aria-hidden="true"] {
    display: block;
    height: auto;
    visibility: visible;
}

.mobile-page-b3s-layout-products_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-page-u96-layout-products_list-wide .mobile-page-b3s-layout-products_list-item:nth-child(3n+1) {
    margin-left: 10px;
}

a.mobile-page-b3s-layout-products_box {
    width: 100%;
    background-color: transparent;
    min-height: 0px;
    padding: 45px 20px 0;
    box-sizing: border-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-page-b3s-layout-products_box-label {
    right: initial;
    left: 0px;
    top: 10px;
    padding: 5px;
}

.mobile-page-u96-layout-products_box-label-icon-5g {
    background: #000;
    margin: 0;
    margin-left: 5px;
    padding: 0 6px;
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    height: 22px;
    border-radius: 3px;
    float: left;
}

.mobile-page-b3s-layout-products_box-image.mobile-page-u96-device-size-m {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.mobile-page-b3s-layout-products_box-image {
    width: 120px;
    height: 120px;
}

.mobile-page-b3s-layout-products_box-inner {
    padding-right: 0;
    width: 100%;
    flex: 1;
    padding-left: 10px;
}

.mobile-page-b3s-layout-products_box-name {
    display: flex;
    font-size: 1.9rem;
    align-items: center;
    padding-top: .2em;
    padding-bottom: .2em;
    line-height: 140%;
    position: relative;
    padding-right: 10px;
}

.mobile-page-b3s-layout-products_box-release {
    border-top: 1px solid #ccc;
    margin: 0;
    font-size: 0.8em;
    padding-top: .4em;
}

.mobile-page-b3s-layout-products_box-release {
    color: #c1c1c2;
    font-size: 1.1rem;
    margin-top: 5px;
}

.mobile-page-b3s-layout-products_box-price {
    font-size: 1.6rem;
}

.mobile-page-b3s-layout-products_box-price {
    color: #2c2c2c;
    font-size: 1.4rem;
    margin-top: 0;
}

.mobile-page-b3s-layout-products_button-wrapper {
    padding: 20px;
}

.mobile-page-b3s-layout-products_more-button {
    display: table;
    width: 100%;
    height: 2.5em;
    position: relative;
}

.mobile-page-b3s-layout-products_more-button>a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #eaf1fd;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
}







/********************************/

section {
    display: block;
}

.ulIndex01 > li:nth-child(3n+1) {
    clear: both;
/*    width: 314px;*/
}

.ulIndex01 > li:nth-child(3n+1) .boxImg {
    padding-left: 0;
}

.ulIndex01 .boxImg {
    display: table-cell;
    width: 120px;
    vertical-align: top;
}

.ulIndex01 .boxImg img {
    width: 100%;
    height: auto;
}

.ulIndex01 .boxTxt {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.ulIndex01 i {
    font-style: normal;
    font-size: 7px;
    font-size: 0.7rem;
    font-weight: bold;
    background-color: #eee;
    color: #000;
    margin-bottom: 5px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    border-radius: 2px;
}

.ulIndex01 .boxTxt .tit {
    color: #12265e;
    font-size: 12px;
    font-size: 1.2rem;
/*    font-weight: bold;*/
    margin-bottom: 10px;
    margin-top: -15px;
    padding: 0;
    border-bottom: none;
}

.p-entry__body h2 .ulIndex01 .boxTxt h2.tit {
    border-bottom: none;
}

.ulIndex01 .boxTxt p {
    margin-top: 10px !important;
    line-height: 1.5;
    font-size: 15px;
}

.ulIndex01 > li {
    width: 343px;
    float: left;
    display: table;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, section:after {
    content: "";
    display: table;
    clear: both;
}

.p-entry__body ul {
    list-style: none;
    margin-left: 0;
}

@media only screen and (min-width: 768px){
.p-entry__body ul {
    list-style: none;
    margin-left: 1.3em;
}
}







/* セクション全体 */
.section01 {
  padding: 80px 20px;
  background-color: #ffffff;
}

/* 横幅制御 */
.section01 .inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* グレーのボックス */
.boxCompany01 {
  background-color: #f4f4f4;
  padding: 60px 40px;
  text-align: center;
  margin-bottom:50px;
}

/* 「企業理念」見出し */
.boxCompany01 .section_title {
  font-size: 22px;
  font-weight: bold;
  color: #12265E; /* ネイビー */
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

/* 本文テキスト */
.boxCompany01 p {
  font-size: 18px!important;
  line-height: 2;
  color: #000;
  margin: 0;
  font-weight: 600;
  text-align:center;
}

@media only screen and (max-width: 768px){
.boxCompany01 {
  background-color: #f4f4f4;
  padding: 60px 20px;
  text-align: center;
  margin-bottom:50px;
}

.boxCompany01 p {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin: 0;
  font-weight: 600;
  text-align:left;
}
}

.section01:nth-child(n+2) {
    clear: both;
    margin-top: 40px;
}

@media only screen and (min-width: 768px){
.section01:nth-child(n+2) {
    clear: both;
    margin-top: 60px;
}
}

.mwaku{
    border: 1px solid #e4e2e2;
    padding: 5px;
    /* border-radius: 5px; */
    font-size: 14px;
    background-color: #fbfaf8;
    line-height: 1.5;
    margin: 15px 0px 70px 0px;
}

.mwaku span{
    line-height: 1.5;
}

td.pinkwhite {
    background: #fffcfb;
}

.boxImg span {
    top: -10px;
    left: calc(50% - 45px);
    display: block;
    background: #f1b201;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 15px;
    line-height: 1;
    padding: 5px;
}


/*装飾*/

.tmassage {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 0.5rem;
    font-weight: 600;
    color: #ECB302;
    text-align: center;
}

.tmassage:after, .tmassage:before {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: none;
    content: none;
}

.tmassage:before {
    left: 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.tmassage:after {
    right: 0;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}

.flex2-sp1 .inline-text {
    display: inline;
    position: absolute;
    color: #ffffff;
    font-size: 2rem;
    margin-top: 180px;
    margin-left: 241px;
}

.inline-icon {
    display: inline;
    position: absolute;
    color: #ffffff;
    font-size: 2rem;
    margin-top: 121px;
    margin-left: 341px;
}

@media only screen and (min-width: 768px){

.tmassage {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-size: 1rem;
    font-weight: 700;
    color: #ECB302;
    text-align: center;
}

.tmassage:after, .tmassage:before {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: #ECB302;
    content: '';
}

.tmassage:before {
    left: 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.tmassage:after {
    right: 0;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}
}

/*flex カラム*/
.flex-area{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex2-sp1 {
    width: 50%;
}

.flex3-sp1 {
    width: calc(33.33333% - 10px);
}

/* スマホ版（1カラム） */
@media screen and (max-width: 768px) {
  .flex3-sp1 {
    width: 100%;
  }
}

.shadow-waku {
    padding: 5px;
    margin: 10px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 20px 20px 20px #c3c3c3;
    color: #000;
    position: relative;
}

h3.center {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
}

.flex-area.img-area {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small {
    font-size: 1.4rem;
}

.p-entry__body h3 {
    font-size: 130%;
    color: #12265e;
/*    border-left: solid 3px #12265e;*/
/*    padding-left: 18px;*/
}

.p-entry__body h3.border-left {
    font-size: 130%;
    color: #12265e;
    border-left: solid 3px #12265e;
    padding-left: 18px;
}




/***セキュリティソリューション最上部のカテゴリエリア***********/

/* ▼ 背景画像エリア */
.top-background-section {
  background-image: url("/wp-content/uploads/2025/12/sec-contop4.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 20px 80px 20px;
  position: relative;
  border-radius: 10px;
}


/* ▼ 価格（3ボックス部）レイアウト */
.flex-area {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;

  gap: 15px;
  max-width: 1100px;
  margin: 0 auto;
}


/* ▼ 3カラム（PC） */
.flex3-sp1 {
  width: calc(28% - 10px);
}
/* ▼ スマホ版（1カラム） */
@media screen and (max-width: 768px) {
  .flex3-sp1 {
    width: 100%;
  }
}


/* ▼ ボックスデザイン */
.jump-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  text-decoration: none;
  color: #163a73;
  font-weight: bold;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.icon-cat{
  margin:24px 0 5px 0;
}

/* ▼ ホバー（ふわっと） */
.jump-box:hover {
  background: rgba(255,255,255,0.85);
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

/* ▼ ジャンプ先のセクション */
.jump-section {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}




/***セキュリティソリューション最下部のカテゴリエリア***********/

/* ▼ 背景画像エリア */
.contact-background-img {
  background-image: url("/wp-content/uploads/2025/12/contact-btarea.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 20px 80px 20px;
  position: relative;
  margin:0 auto;
  color:#fff;
}

.btn-contact {
  display: inline-block;
  padding: 15px 100px;
  border: 3px solid #ffffff;
  border-radius: 50px;
  text-align:center;
  background: transparent;
  color: #ffffff!important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border 0.35s ease;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
.btn-contact {
  padding: 15px 70px;
 }
}
.contact-background-img .btn-contact a{
  color: #ffffff!important;
}


/* ▼ ホバー時 */
.btn-contact:hover {
  background-color: #12265E;
  border: none;
  color: #ffffff;
  border: 3px solid #12265E;

/*  少し大きく
  transform: scale(1.06);
  box-shadow: 0 10px 25px rgba(18, 38, 94, 0.4); */
}


/***セキュリティソリューションページの枠デザイン***************************************************/
/* 全体ボックス */
.product-box {
  display: flex;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  overflow: hidden;
  max-width: 100%; /*元1100px*/
  margin: 30px auto;
}

/* 画像エリア */
.product-img {
  flex: 0 0 40%;
}

.product-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア */
.product-content {
  flex: 1;
  padding: 35px 50px;
}

.p-entry__body h2.product-title {
  font-size: 1.6rem;
  text-align:center;
  font-weight: 600;
  color: #003366;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-entry__body p.product-desc {
/*  font-size: 15px;*/
  line-height: 1.5;
  margin-bottom: 25px;
}

/* 利用場面ボックス */
.product-usecase {
    background: #e8f1ff;
    padding:10px 15px 10px 15px;
    border-left: 6px solid #003366;
    border-radius: 4px;
    margin-top: 25px;
    position: relative;
}

.p-entry__body .product-usecase p {
        font-size: 0.8rem;
        line-height: 2.4;
        margin-bottom: 10px;
    }

/* タグ（利用場面）を上に飛び出させる */
.product-usecase .tag {
  position: absolute;
  top: -10px;     /* 飛び出し量（調整可能） */
  left: 20px;

  background: #003366;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;

  font-size: 14px;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.product-usecase p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

/* スマホのみ対応 */
@media screen and (max-width: 425px) {
  .product-usecase .tag {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #003366;
    color: #fff;
    padding: 1px 20px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .product-box {
    flex-direction: column;
  }

  .product-img {
    flex: 0 0 auto;
  }

  .product-content {
    padding: 20px;
  }

  .product-title {
    font-size: 20px;
  }
}


/******************************************************/

/*元々のcssキャンセル*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
    .p-entry__body ul {
        list-style: none;
        margin-left: 1.3em;
        margin-right: 1.3em;
    }
}
.c-menu-button { color: #1e90ff; display: none; position: absolute; top: 0; right: 0; text-align: center; }

.l-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* width: 88.28125%; */
    /* max-width: 1130px; */
}

@media only screen and (max-width: 767px) {
    .l-inner {
        width: 100%!important;
    }
}

.p-entry__inner {
    width: 100%;
    max-width: 100%;
    /* max-width: 1130px; */
}

/*追加css*/
.n-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
     width: 88.28125%; 
     max-width: 1130px; 
}

.inner {
    max-width: 910px;
    margin: 0 auto;
}

@media (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.outer {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .outer {
    width: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
}


.l-inner ul.p-breadcrumb{
    max-width: 910px;
    margin: 0 auto;
}


.mb-40{
    margin-bottom:40px;
}

.mb-50{
    margin-bottom:50px;
}

.mb-60{
    margin-bottom:60px;
}

.mb-70{
    margin-bottom:70px;
}

.product, .product--blue {
/*    padding-bottom: 10px;*/
    margin-bottom: 40px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: left;
}

@media screen and (max-width: 768px) {
.product, .product--blue {
    margin: 0px 40px 10px 40px;
}
}

.product_small {
    padding-bottom: 0px;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 30px;
    background-color: #ffffff;
    text-align: left;
}

.product p {
    text-align: left;
}

.product h2 {
    text-align: center;
}

h2.tit-bold{
    font-size:3rem;
    font-weight:bold;
    margin-bottom: 5px;
    text-align: left;
    margin-top:5px;
}

@media screen and (max-width: 1024px) {
h2.tit-bold{
    font-size:2rem;
 }
}

@media screen and (max-width: 768px) {
.p-entry__body h2 {
    font-size: 1.6rem;
 }
}

h2.tit, h2.tit-white {
    margin-bottom: 50px;
    text-align: center;
    margin-top:60px;
    position: relative;
}

h2.tit-white{
    color:#fff;
}

.p-entry__body h2.tit span, .p-entry__body h2.tit-white span {
    font-size: 14px;
    display: block;
    margin-top: 20px;
}

.p-entry__body h2.tit span {
    color: #12265E;
}

.p-entry__body h2.tit-white span {
    color: #fff;
}

.p-entry__body h2.tit-white::before {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px !important;
    height: 3px;
    content: "";
    background: #fff;
}

.p-entry__body h2.tit::before {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px !important;
    height: 3px;
    content: "";
    background: linear-gradient(to right, #12265E 0%, #1E8FFE 100%);
}



/*ここからFLOW流れの記述*/

.sectionEffect__comparison {
    /* margin-top: 40px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
}


.sectionEffect__itemSpace {
    width: 100%;
    margin-right: 20px;
    display: flex;
}

.sectionEffect__itemSpace:last-child {
    margin-right: 0px!important;
}


.product__effectBox {
    padding-bottom: 10px;
    padding: 24px;
    height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start; /* ← space-between;を左記に変更 */
}

/*追記テスト1/8*/
.product__effectBox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
h3.product__effect {
  min-height: 3em;   /* ← 2行分くらい */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product__effectBox_small {
    padding-bottom: 10px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merit-icon-area {
    width: 100%;
    margin: 0 auto;
}

.product__effect, .product__effect--blue {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 600;
}

h3.product__effect {
    font-size: 130%;
    color: #12265e;
    text-align:center;
    border-left: none;
    padding-left: none;
}

h3.product__effect_small {
    font-size: 100%;
    color: #12265e;
    text-align: center;
    border-left: none;
    padding-left: 0;
    margin: 20px 0;
    font-weight: 600;
  display:table-cell;
  vertical-align:middle;
}
}

.product__img {
    width: 280px;
}
@media screen and (min-width: 769px) {
  /* スマホ用 ▼ は非表示 */
  .flow-arrow {
    display: none;
  }
}

/* ==========================
   Flow 矢印 共通
========================== */
.sectionEffect__itemSpace {
  position: relative;
  overflow: visible; /* ← これが超重要 */
}

/* ▶ 矢印 */
.sectionEffect__itemSpace::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: bold;
  z-index:99;
text-shadow: 0 0 4px rgba(30, 143, 254, 0.25);

  /* 左 → 右 グラデーション */
  background: linear-gradient(
    to right,
    rgb(18, 38, 94) 0%,
    rgb(30, 143, 254) 100%
  );

  background-size: 200% 100%;
  animation: flowArrowLTR 3.5s linear infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 最後は非表示 */
.sectionEffect__itemSpace:last-child::after {
  display: none;
}

.product,
.product__effectBox {
  overflow: visible !important;
}
/*
.sectionEffect__comparison {
  transform: none !important;
}
*/

/* ==========================
   スマホ用（768px以下）
========================== */
@media screen and (max-width: 768px) {

  /* 全体を縦並びに */
  .sectionEffect__comparison {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }

  /* 各ステップ（1カラム） */
  .sectionEffect__itemSpace {
    position: relative;
    margin-bottom: 25px;
  }

  .flow-arrow {
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    font-size: 32px;

    background: linear-gradient(
      to bottom,
      rgb(18, 38, 94) 0%,
      rgb(30, 143, 254) 100%
    );
    background-size: 100% 200%;
    animation: flowArrowTTB 3.5s linear infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sectionEffect__itemSpace:last-child .flow-arrow {
    display: none;
  }


.flow-arrow::before {
  content: "▼";
}

  /* PC用 ▶ を完全に無効化 */
  .sectionEffect__itemSpace::after {
    content: none;
  }

  /* カード本体 */
  .product__effectBox {
    height: auto;
    padding: 20px 16px;
  }

  /* アイコン画像 */
  .product__img {
    width: 180px;
    margin: 0 auto;
    display: block;
  }

  /* 見出し */
  h3.product__effect {
    font-size: 18px;
    margin: 24px 0 12px;
    text-align: center;
  }

  /* テキスト */
  .product__effectBox p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  /* アイコンエリア */
  .merit-icon-area {
    margin-bottom: 10px;
  }

/*高さ調整をスマホだけ解除*/
  .sectionEffect__comparison {
    align-items: flex-start;
  }

}



@keyframes flowArrowLTR {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes flowArrowTTB {
  0% {
    background-position: 0% 200%;
  }
  100% {
    background-position: 0% 0%;
  }
}




  /* 背景色 */

.background-lightgray{
    padding-top:1px;
    background-color:#f2f2f2;
    padding-bottom: 10px;
}

.background-lightgray-top {
    padding-top: 30px;
    background-color: #f2f2f2;
}

.background-lightblue{
    padding-top:1px;
    background-color:#F3F7FA;
    padding: 50px 0px 50px 0px; 
}

/*
.background-lightblue-top { ライトブルー
    padding: 30px 0px 30px 0px;
    background-color: #F3F7FA;
}
*/

.background-aquablue { /*アクアブルー*/
    padding: 50px 0px 50px 0px;
    background-color: #DAEBF5;
}


/* IC Card 部分の背景を下に潜らせるため */
.background-lightblue-top {
    background: #F3F7FA; /* あなたの水色背景色 */
    margin-top: -130px;   /* ← 重なり量（調整OK） */
    padding: 100px 0px 50px 0px;   /* コンテンツが潰れないように余白を追加 */
    position: relative;
    z-index: 1;
}

/* 上のセクションを上に少しかぶせる */
.top-background-section {
    position: relative;
    z-index: 2;
}




.gray-waku {
    background-color: #efefef;
    padding: 20px;
    display: block;
    margin-bottom: 50px!important;
}

.blue-waku {
    background-color: #D4E3F9;
    padding: 20px;
    display: block;
    margin-bottom: 50px!important;
}

.col-border {
    border: 1px solid #CCCCCC;
    padding: 40px 60px;
    font-size: 90%;
}

.p-footer-cta--1 .p-footer-cta__btn {
    border-radius: 30px;
}

.p-index-content02__item-image {
    display: block;
    border-radius: 10px;
}

.p-index-content02__item-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.p-index-content02__item-desc {
    line-height: 1.6;
    margin-bottom: 20px;
}

/*2カラム*/
/* ==========================
   2カラムレイアウト
========================== */
.consulting-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 左：画像 */
.consulting-image {
  flex: 0 0 325px; /* 画像幅固定 */
}

.consulting-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* 右：テキスト */
.consulting-text {
  flex: 1;
}

.consulting-text p {
  line-height: 1.8;
  margin-bottom: 16px;
}

/* 強調文 */
.consulting-message {
  text-align: center;
  font-weight: 600;
  margin-top: 24px;
font-size: 1.2rem!important;
font-family: serif;
}

/* ==========================
   スマホ版（768px以下）
========================== */
@media screen and (max-width: 768px) {

  .consulting-layout {
    flex-direction: column;
    gap: 24px;
  }

  .consulting-image {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .consulting-image img {
    max-width: 100%;
  }

  .consulting-text p {
    font-size: 14px;
  }
}


.p-entry__body {
    margin-bottom: 0px;
}



/*dl/dt/ddのレイアウト*/
.feature-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

.feature-item {
  display: flex;
  border-bottom: 1px solid #666;
  padding: 14px 0;
}

.feature-item dt {
  width: 30%;
  font-weight: 600;
  color: #000;
}

.feature-item dd {
  width: 70%;
  margin: 0;
  color: #000;
}

@media screen and (max-width: 768px) {
  .feature-item {
    flex-direction: column;
  }

  .feature-item dt,
  .feature-item dd {
    width: 100%;
  }

  .feature-item dt {
    margin-bottom: 6px;
  }
}



/*横2カラム　グレー背景*/
.feature-section {
  background: #ffffff;
  padding: 60px 20px;
}

.feature-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.feature-box {
  background: #f3f3f3;
  padding: 40px;
}

.feature-box h3 {
  color: #12265e;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.feature-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-box li {
  font-size: 15px;
  color: #000;
  line-height: 1.6!important;
  margin-bottom: 6px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-box {
    padding: 24px;
  }
}


/* トップ2カラム 全体レイアウト */
.solution-area {
  display: flex;
  width: 100%;
  align-items: flex-start; /* ★ 高さを勝手に揃えない */
    margin-bottom: 80px;
}

/* 各エリア */
.solution-box {
  position: relative;
  width: 50%;
  height: 450px;            /* ★ 高さを固定 */
  overflow: hidden!important;         /* ★ はみ出し防止 */
  text-decoration: none;
}

@media screen and (max-width: 1440px) {
.solution-box {
  height: 400px; 
 }
}

@media screen and (max-width: 1024px) {
.solution-box {
  height: 300px; 
 }
}

@media screen and (max-width: 768px) {
  .solution-box {
    width: 100%;
    height:250px;
  }
}

@media screen and (max-width: 375px) {
.solution-box {
  height: 220px; 
 }
}

/* 背景画像 */
.solution-box > img {
  position: absolute;       /* ★ レイアウトから切り離す */
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;        /* ★ 高解像度でもOK */
  transition: transform 0.4s ease;
}

/* オーバーレイ */
.solution-overlay {
  position: absolute;
  inset: 0;
  margin: 0;           /* ★ 念のため */
  padding: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.4s ease;
  z-index: 2;
}

/* アイコン */
.solution-icon {
  width: 76px;
  height: auto;
  margin-bottom: 15px;
}

/* テキスト */
.solution-text {
  color: #fff;
  font-size: 1.4rem!important;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* ホバー時 */
.solution-box:hover .solution-overlay {
  background: rgba(0, 0, 0, 0.45);
}

/* 画像ズーム（任意：雰囲気UP） */
.solution-box:hover img {
  transform: none;
/*  transform: scale(1.05);
  transition: transform 0.4s ease;*/
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .solution-area {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
    .p-index-content02 {
        border-top: 1px solid #ddd;
        display: block;
        margin-bottom: 0;
        padding: 26.4px 15px 0 15px;
    }
}

/***　トップページの動画エリア　video　***************************************/
.l-header__logo--retina img {
    width: 60%;
}

.l-header--large {
     height: 70px; 
     line-height: 70px;
}

video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-weight: bold; vertical-align: baseline; }
.p-header-video .caption{
font-weight: bold;
}
/* トップ動画の位置を下にずらす */
video {
  object-position: center 70%;
}

/***　トップページのカードエリア　***************************************/

/* 一覧 */
.solution-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom:40px;
  align-items: stretch; /* ★これが重要（デフォルトだが明示） */
}

/* カード */
.solution-card {
  display: block;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: #1E90FF 10px solid;
  display: flex;        /* ★中身を縦に並べるため */
  flex-direction: column;
  height: 100%;
}

/* 浮き上がり */
.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* 画像 */
.card-image img {
  width: 100%;
  display: block;
}

/* テキストエリア */
.card-body {
  padding: 24px;
  background: #f5f8fc;
  transition: background 0.3s ease, color 0.3s ease;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* アイコン */
.card-icon svg {
  width: 28px;
  height: 28px;
  fill: #1E90FF;
  margin-bottom: 12px;
  transition: fill 0.3s ease;
}

/* タイトル */
.card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 説明文 */
.card-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
  color:#12265e;
}

.card-text a{
  font-size: 14px;
  color:#12265e;
}


/* More */
.card-more {
  font-size: 14px;
  font-weight: bold;
  color: #1E90FF;
  transition: color 0.3s ease;
  margin-top: auto;
}

/* ===== hover時 ===== */
.solution-card:hover .card-body {
  background: #1E90FF;
  color: #ffffff;
}

.solution-card:hover .card-more {
  color: #ffffff;
}

.solution-card:hover .card-title {
  color: #ffffff;
}

.solution-card:hover .card-text {
  color: #ffffff;
}

.solution-card:hover .card-icon svg {
  fill: #ffffff;
}

/* レスポンシブ */
@media screen and (max-width: 900px) {
  .solution-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .solution-cards {
    grid-template-columns: 1fr;
  }
}


.btn-blue {
  display: inline-block;
  margin:20px 0 20px 0;
  padding: 15px 50px;
  border: 3px solid #1E90FF;
  border-radius: 50px;
  text-align:center;
  background: transparent;
  color: #1E90FF!important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border 0.35s ease;
}

.btn-blue a{
  color: #ffffff!important;
}


/* ▼ ホバー時 */
.btn-blue:hover {
  background-color: #1E90FF;
/*  border: none;*/
  color: #ffffff!important;
  border: 3px solid #1E90FF;
}


/***フッター部分にむりやり文字追加********************************************/

.l-footer__logo a {
  display: inline-block;
}

/* 会社名の下にテキストを追加 */
.l-footer__logo a::after {
    content: "セキュリティシステムとデータセンターインフラ";
    display: block;
    margin-top: 16px;
    font-size: 15px;
    color: #fff;
}

/*****トップページ　対応メーカー一例*******************************/
.partners {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}

.partners-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.partners-title span {
  display: block;
  font-size: 14px;
  color: #1e4fb8;
  margin-top: 8px;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partners-list li {
    background: #f1f1f1;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 3px;
    padding: 0px 10px 0px 10px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .partners-list {
    grid-template-columns: 1fr;
  }
}

