@charset "utf-8";
/* CSS Document */
/*Fat Erik's Breadcrumbs*/
#navcontainer {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}
#navlist {
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
    margin: 8px 0 8px 0;
}
#navlist li {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: #666;
}
#navlist li a {
    color: #036;
    text-decoration: none;
}
#navlist li a:visited {
    color: #613290;
    text-decoration: none;
}
#navlist li a:hover {
    color: #036;
    text-decoration: underline;
}
#navlist li a:hover:visited {
    color: #613290;
    text-decoration: underline;
}
#navlist li:before {
    content: "> ";
    color: #8a9fa6
}
#navlist li:first-child:before {
    content: "";
}
/*IE workaround*/
/*All IE browsers*/
* html #navlist li, * + html #navlist li {
    background-image: url("/component/c_common/img/gt.gif");
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 0 0.5em 0 1em;
    margin: 0 1em 0 -1em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #navlist, * + html #navlist {
    height: 1%;
}
* html #navlist li, * + html #navlist li {
    display: block;
    float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child, * + html #navlist li:first-child {
    background-image: none;
}
/*  for IE6 breadcrumbs */
.ie6 #navlist, .msie6 #navlist {
    overflow: hidden;
}
.ie6 #navlist li, .msie6 #navlist li {
    background: url("/component/c_common/img/gt.gif") no-repeat 0 0.4em;
    padding: 0 3px 0 13px;
    margin: 0 1em 0 -1em;
}
div.footerBacktop {
    width: 970px;
    margin: 0 auto;
}
footer #page-top {
    display: none !important;
}
/* .content-wrapper{
    overflow-x: hidden;
} */
.textRead {
    line-height: 1.8em;
}
/* ============================== headhing */
/* ------------------------------
.h4
-------------------------------- */
.h4 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #28364f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #28364f;
}
/* ------------------------------
.headingBasic
-------------------------------- */
.headingBasic {
    margin: 80px 0 30px;
    padding: 12px 20px;
    background-color: #eee;
    font-size: 20px;
}
/* ============================== column */
.column_wrap {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.column_1-2,
.column_1-3,
.column_2-3 {
    margin: 40px 0 0 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.column_1-2 .h3,
.column_1-3 .h3,
.column_2-3 .h3 {
    margin: 0;
}
.column_1-2 .textRead,
.column_1-3 .textRead,
.column_2-3 .textRead {
    margin: 20px 0 0;
    font-size: 14px;
}
.column_1-2 .columnIfImg,
.column_1-3 .columnIfImg,
.column_2-3 .columnIfImg {
    margin: 0 -5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.column_1-2 .columnIfImg .textRead,
.column_1-3 .columnIfImg .textRead,
.column_2-3 .columnIfImg .textRead {
    width: calc(100% - 210px);
    padding: 0 5px;
    box-sizing: border-box;
}
.column_1-2 .textImg,
.column_1-3 .textImg,
.column_2-3 .textImg {
    width: 100%;
    max-width: 210px;
    margin: 20px 0 0;
    padding: 0 5px;
    font-size: 14px;
    box-sizing: border-box;
}
.column_1-2 .textImg img,
.column_1-3 .textImg img,
.column_2-3 .textImg img {
    max-width: 100%;
    height: auto;
}
/* ------------------------------
.column_1-2
-------------------------------- */
.column_1-2 {
    width: 50%;
}
/* ------------------------------
.column_1-3
-------------------------------- */
.column_1-3 {
    width: 33.3%;
}
/* ------------------------------
.column_2-3
-------------------------------- */
.column_2-3 {
    width: 66.6%;
}
/* ============================== btn */
/* ------------------------------
.btn
-------------------------------- */
#contentsArea .btn a {
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
/* ------------------------------
.btn001
-------------------------------- */
#contentsArea .btn001 {
    margin: 20px 0 0;
}
#contentsArea .btn001 a {
    background-color: #28364f;
    background-image: url(/k11-contents/kmj/assets/it-guardians/img/bg_arrow_002.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 17px auto;
    color: #fff;
}
#contentsArea .btn001 a:hover{
    opacity: 0.7;
}
/* ============================== Table */
/* ------------------------------
.table
-------------------------------- */
.table {
    width: 100%;
    border-collapse: collapse;
}
.table th, .table td {
    padding: 10px 30px;
    border-top: 1px solid #c3c9d1;
    border-bottom: 1px solid #c3c9d1;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.table th {
    background-color: #eee;
}
.table001 th, .table001 td {
    text-align: left;
}
.table001 tr td:first-of-type {
    background-color: #f9f9f9;
}
.table002 {
    table-layout: fixed;
    text-align: left;
}
.table002 tr td:first-of-type {
    background-color: #f9f9f9;
}
.table003 tr th:not(:first-of-type), .table003 tr td:not(:first-of-type) {
    text-align: center;
}
.table004 tr:last-of-type td[colspan="2"]{
    text-align: center;
}
.table004 tr td:first-of-type {
    background-color: #f9f9f9;
}
.table005 {
    table-layout: fixed;
    text-align: left;
}
.tableOffice360 {
    width: 100%;
    border-collapse: collapse;
}
.tableOffice360 th, .tableOffice360 td {
    padding: 15px;
    border-top: 1px solid #c3c9d1;
    border-bottom: 1px solid #c3c9d1;
    font-size: 14px;
    font-weight: normal;
}
.tableOffice360 th {
    background-color: #eee;
    text-align: left;
}
.tableOffice360 td {
    text-align: center;
}
.tableOffice360 tr:nth-of-type(1) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(2) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(3) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(4) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(5) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(6) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(7) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(8) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(9) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(10) td:nth-last-of-type(1), .tableOffice360 tr:nth-of-type(11) td:nth-last-of-type(1) {
    background-color: #ccece9;
}
.tableOffice360 tr:nth-of-type(1) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(2) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(2) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(2) td:nth-last-of-type(4), .tableOffice360 tr:nth-of-type(3) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(4) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(5) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(5) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(5) td:nth-last-of-type(4), .tableOffice360 tr:nth-of-type(6) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(6) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(6) td:nth-last-of-type(4), .tableOffice360 tr:nth-of-type(7) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(7) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(7) td:nth-last-of-type(4), .tableOffice360 tr:nth-of-type(8) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(8) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(8) td:nth-last-of-type(4), .tableOffice360 tr:nth-of-type(9) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(9) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(9) td:nth-last-of-type(4), .tableOffice360 tr:nth-of-type(10) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(10) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(10) td:nth-last-of-type(4), .tableOffice360 tr:nth-of-type(11) td:nth-last-of-type(2), .tableOffice360 tr:nth-of-type(11) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(11) td:nth-last-of-type(4) {
    background-color: #e5ecf0;
}
.tableOffice360 tr:nth-of-type(1) td:nth-of-type(1), .tableOffice360 tr:nth-of-type(1) td:nth-of-type(2), .tableOffice360 tr:nth-of-type(2) td:nth-of-type(1), .tableOffice360 tr:nth-of-type(2) td:nth-of-type(2) {
    border: none;
}
.tableOffice360 tr:nth-of-type(3) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(4) td:nth-last-of-type(3), .tableOffice360 tr:nth-of-type(5) td:nth-last-of-type(5), .tableOffice360 tr:nth-of-type(6) td:nth-last-of-type(5), .tableOffice360 tr:nth-of-type(7) td:nth-last-of-type(5), .tableOffice360 tr:nth-of-type(8) td:nth-last-of-type(5), .tableOffice360 tr:nth-of-type(9) td:nth-last-of-type(5), .tableOffice360 tr:nth-of-type(10) td:nth-last-of-type(5), .tableOffice360 tr:nth-of-type(11) td:nth-last-of-type(5) {
    text-align: left;
}
/* ============================== list */
/* ------------------------------
.listBasic
-------------------------------- */
.listBasic {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.listBasic li {
    position: relative;
    padding: 2px 0 2px 1.5em;
    font-size: 14px;
    text-indent: -1.5em;
}
.listBasic li::before {
    width: 7px;
    height: 7px;
    margin: 0 13px 1px 0;
    display: inline-block;
    border-radius: 100%;
    background-color: #28364f;
    content: "";
}
/* ------------------------------
.listFootNote001
-------------------------------- */
.listFootNote001 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.listFootNote001 li {
    position: relative;
    padding: 2px 0 2px 1.5em;
    font-size: 14px;
    text-indent: -1.5em;
}
.listFootNote001 li::before {
    content: "※";
    margin: 0 0.5em 0 0;
}
/* ------------------------------
.listFootNote002
-------------------------------- */
.listFootNote002 {
    margin: 0;
    padding: 0;
    counter-reset: num;
    list-style-type: none;
}
.listFootNote002 li {
    position: relative;
    padding: 2px 0 2px 2.5em;
    font-size: 14px;
    text-indent: -2.5em;
}
.listFootNote002 li::before {
    counter-increment: num;
    content: "※"counter(num);
    margin: 0 10px 0 0;
}
.listInternalLink {
    margin: -10px -15px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.listInternalLink li {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
}
#contentsArea .listInternalLink li a {
    padding: 0 0 0 15px;
    display: block;
    background-image: url(/k11-contents/kmj/assets/it-guardians/img/bg_arrow_001.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 7px auto;
    font-size: 14px;
    color: #009e96;
    text-decoration: none;
}
#contentsArea .listInternalLink li a:hover{
    opacity: 0.7;
}
/* ============================== Block */
/* ------------------------------
.imgBlock
-------------------------------- */
.imgBlock img {
    vertical-align: bottom;
}
/* ------------------------------
.serviceBlock
-------------------------------- */
.mv {
    width: 100%;
    min-width: 970px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 320px;
}

.mvBox {
 width: 50%;
}

.broadband {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/broadband/img/img_keyvisual-broadband.jpg);
}
.cloud-backup{
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/cloud-backup/img/img_keyvisual-cloud-backup.jpg);
}
.hosting {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/hosting/img/img_keyvisual-hosting.jpg);
}
.ism {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/ism/img/img_keyvisual-ism.jpg);
}
.it_support {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/it_support/img/img_keyvisual-it_support.jpg);
}
.managed_pc {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/managed_pc/img/img_keyvisual-managed_pc.jpg);
}
.wifi {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/wifi/img/img_keyvisual-wifi.jpg);
}
.antivirus {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/antivirus/img/ttl_index.jpg);
}
.remote_view {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/remote_view/img/ttl_index.jpg);
}
.utmsophos {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/utmsophos/img/ttl_index.jpg);
}
.Office365 {
    background-image: url(/k11-contents/kmj/assets/office365/img/ttl_index.jpg);
}
.honobono {
    background: url(/k11-contents/kmj/assets/honobono/img/ttl_index.jpg) right no-repeat;
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
    background-size: 70%;
}
.vpn {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/vpn/img/opt_img_keyvisual-vpn.jpg);
}
.internet {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/internet/img/opt_img_keyvisual_internet.jpg);
}
.monitoring {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/monitoring/img/opt_img_keyvisual_monitoring.jpg);
}
.base_lan {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/base_lan/img/opt_img_keyvisual_base_lan.jpg);
}
.storage {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/storage/img/opt_img_keyvisual_storage.jpg);
}
.mvInner {
    width: 100%;
    max-width: 970px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#contentsArea .mvInner h1 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00a093;
}
#contentsArea .mvInner h1 img {
    margin: 0 0 15px;
    display: block;
}
.mvInner p {
    margin: 35px 0 0;
}
/* ------------------------------
.inherentNavigation
-------------------------------- */
.inherentNavigation {
    position: relative;
    top: 0;
    width: 100%;
    min-width: 970px;
    margin: 0 0 80px;
    border-top: 1px solid #fff;
    background-color: #e5ecf0;
    z-index: 9;
}
.m_fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}
.inherentNavigationTitle, .inherentNavigationBtn {
    display: none;
}
.inherentNavigation ul {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}
.inherentNavigation ul li {
    width: 121px;
    max-width: 121px;
    padding: 10px 18px;
    text-align: center;
    box-sizing: border-box;
}
#contentsArea .inherentNavigation ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
#contentsArea .inherentNavigation ul li a:hover {
    color: inherit;
}
#contentsArea .inherentNavigation ul li a:hover::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #28364f;
    content: "";
}
/* ------------------------------
.serviceBlock
-------------------------------- */
.serviceBlock {
    margin: -20px;
    display: flex;
    flex-wrap: wrap;
}
.serviceBox {
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
}
.serviceBox h3 {
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.serviceBox p {
    margin: 20px 0 0;
}
.serviceBox img {
    width: 50px;
    height: auto;
    float: left;
    margin: 0 15px 0 0;
}
/* ------------------------------
.listLink
-------------------------------- */
.listLinkList {
    margin: 20px 0 0 0;
    padding: 0 20px;
    list-style: none;
}
.listLinkList .listItem {
    margin: 28px 0 0 0;
}
.listLinkList .listItem a{
    padding: 0 0 0 20px;
    display: block;
    background: url(/k11-contents/kmj/assets/it-guardians/purpose/img/bg_arrow_001.png) no-repeat left 5px;
    background-size: 15px;
    text-decoration: none !important;
    color: #00a094 !important;
    line-height: 1.5;
}
.listLinkList .listItem a:hover{
    color: rgba(0, 160, 148, 0.7)!important
}
.listLinkList .listItem p{
    margin: 5px 0 0;
    padding: 0 0 0 20px;
    font-size: 14px;
}

/* ==============================
Media Queries for only sp
============================== */
/* for PC */
@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */
body{
    line-height: 1.5;
}
img {
    max-width: 100%;
    height: auto;
}
.textRead {
    margin: 0;
    padding: 0 10px;
}
#navcontainer {
    display: none;
}
div.footerBacktop {
    width: 100%;
}
/* ============================== headhing */
/* ------------------------------
.headingBasic
-------------------------------- */
.headingBasic {
    margin: 20px 0 30px;
}
/* ============================== column */
/* ------------------------------
.column
-------------------------------- */
.column_wrap {
    margin: 0;
}
.column_1-2,
.column_1-3,
.column_2-3 {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
}
.column_1-2 .columnIfImg,
.column_1-3 .columnIfImg,
.column_2-3 .columnIfImg {
    margin: 0;
    flex-wrap: wrap;
}
.column_1-2 .textRead,
.column_1-3 .textRead,
.column_2-3 .textRead {
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0 10px;
}
.column_1-2 .columnIfImg .textRead,
.column_1-3 .columnIfImg .textRead,
.column_2-3 .columnIfImg .textRead {
    width: 100%;
    padding: 0 10px;
}
.column_1-2 .textImg,
.column_1-3 .textImg,
.column_2-3 .textImg {
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
    padding: 0 20px;
}
.column_1-2 .textImg img,
.column_1-3 .textImg img,
.column_2-3 .textImg img {
    width: 100%;
}
/* ============================== list */
/* ------------------------------
.list
-------------------------------- */
.listBasic, .listFootNote001, .listFootNote002 {
    margin: 8px 0 40px;
    padding: 0 10px;
}
.listInternalLink {
    margin: 0;
    padding: 0 10px;
}
.listInternalLink li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}
/* ============================== Table */
/* ------------------------------
.table
-------------------------------- */
.tableStyleSecond {
    table-layout: auto;
}
.scroll {
    margin: 10px;
    overflow-x: scroll;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 5px;
}
.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
.table002,
.table005 {
    table-layout: auto;
}
/* ============================== Block */
/* ------------------------------
.imgBlock
-------------------------------- */
.imgBlock{
    margin-bottom: 20px;
}
/* ------------------------------
.serviceBlock
-------------------------------- */
.mv {
    width: 100vw;
    min-width: auto;
    height: 75vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.broadband {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/broadband/img/img_keyvisual-broadband_sp.jpg);
}
.cloud-backup {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/cloud-backup/img/img_keyvisual-cloud-backup_sp.jpg);
}
.hosting {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/hosting/img/img_keyvisual-hosting_sp.jpg);
}
.ism {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/ism/img/img_keyvisual-ism_sp.jpg);
}
.it_support {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/it_support/img/img_keyvisual-it_support_sp.jpg);
}
.managed_pc {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/managed_pc/img/img_keyvisual-managed_pc_sp.jpg);
}
.wifi {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/wifi/img/img_keyvisual-wifi_sp.jpg);
}
.antivirus {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/antivirus/img/ttl_index_sp.jpg);
}
.remote_view {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/remote_view/img/ttl_index_sp.jpg);
}
.utmsophos {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/utmsophos/img/ttl_index_sp.jpg);
}
.Office365 {
    background-image: url(/k11-contents/kmj/assets/office365/img/ttl_index_sp.jpg);
}
.honobono {
    background-image: url(/k11-contents/kmj/assets/honobono/img/ttl_index_sp.jpg);
}
.vpn {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/vpn/img/opt_img_keyvisual-vpn_sp.jpg);
}
.internet {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/internet/img/opt_img_keyvisual_internet_sp.jpg);
}
.monitoring {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/monitoring/img/opt_img_keyvisual_monitoring_sp.jpg);
}
.base_lan {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/base_lan/img/opt_img_keyvisual_base_lan_sp.jpg);
}
.storage {
    background-image: url(/k11-contents/kmj/assets/it-guardians/service/storage/img/opt_img_keyvisual_storage_sp.jpg);
}
.mvInner {
    align-items: flex-end;
}
#contentsArea .mvInner h1 {
    padding: 15px 10px 5px;
    font-size: 18px;
    letter-spacing: 0.1em;
}
#contentsArea .mvInner h1 img {
    width: 141px;
    margin: 0 0 5px;
}
.mvInner p {
    margin: 0;
    padding: 5px 10px 15px;
    font-size: 12px;
}
/* ------------------------------
.inherentNavigation
-------------------------------- */
.inherentNavigation {
    min-width: auto;
}
/* ------------------------------
.serviceBlock
-------------------------------- */
.serviceBlock {
    margin: -15px 0;
    padding: 0;
}
.serviceBox {
    width: 100%;
    padding: 15px 10px;
}
.serviceBox h3 {
    width: 64vw;
    padding: 0 0 0 3.125vw;
    height: auto;
    box-sizing: border-box;
    float: left;
}
.serviceBox p {
    margin: 10px 0 0;
    width: 64vw;
    padding: 0 0 0 3.125vw;
    box-sizing: border-box;
    float: left;
    word-break: break-all;
}
.serviceBox img {
    width: 26vw;
    float: left;
    margin: 0;
    box-sizing: border-box;
}
/* ------------------------------
.listLink
-------------------------------- */
.listLinkList {
    padding: 0 10px;
}
.listLinkList .listItem {
    margin: 20px 0 0 0;
}
.listLinkList .listItem p {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.5;
}

/* ------------------------------
.inherentNavigation
-------------------------------- */
.inherentNavigation {
    height: auto;
    min-height: 45px;
    margin: 0 0 40px;
    background-color: #212121;
}
.inherentNavigationBox {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inherentNavigationTitle, .inherentNavigationBtn {
    display: block;
}
.inherentNavigationTitle {
    width: 100%;
    margin: 0;
    padding: 13px 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}
#contentsArea a.inherentNavigationBtn {
    width: auto;
    min-width: 75px;
    height: 45px;
    padding: 0;
    display: block;
    background-color: #515151;
    background-image: url(/k11-contents/kmj/assets/it-guardians/img/btn_menu_001.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 33px auto;
    border: 0;
    outline: none;
    font-size: 0;
}
.inherentNavigation ul {
    flex-wrap: wrap;
    display: none;
    background-color: #fff;
}
.inherentNavigation.is-open ul {
    display: flex;
}
.inherentNavigation ul li {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
}
#contentsArea .inherentNavigation ul li a {
    padding: 13px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
#contentsArea .inherentNavigation ul li a:hover::after {
    content: none;
}
#contentsArea .inherentNavigation ul li a br {
    display: none;
}
#contentsArea .inherentNavigation.is-open a.inherentNavigationBtn {
    background-image: url(/k11-contents/kmj/assets/it-guardians/img/btn_menu-close_001.png);
    background-size: 12px auto;
}
}

.align-middle {
    vertical-align: middle !important;
}

.bg-white {
    background-color: #fff !important;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}


.km-inpage-anchor{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.km-inpage-anchor .km-inpage-anchor-item{
    color: #ffffff!important;
    text-decoration: none!important;
    font-size: 18px;
    font-weight: bold;
    background-color: #00A195;
    padding: 10px 35px;
    border-radius: 40px;
    width: 200px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.km-inpage-anchor .km-inpage-anchor-item::before{
   content: '';
  position: absolute;
  right: 35px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.item-row{
    text-decoration: none!important;
}

.item-row .catalog-row__col__ttl, .item-row .catalog-row__col__txt{
   color: #28364f;
}


.btn-top{
    max-width: 970px;
    margin: 0 auto;
}

.subheader__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    gap: 15px;
    justify-content: flex-end;
}


.subheader__list li a {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: .5em 1.5em .5em 3.5em;
    text-align: center;
    font-size: 0.875rem;
    color: #fff!important;
    text-decoration: none;
    background-color: #0066cc;
    background-repeat: no-repeat;
    background-image: url(/k11-contents/kmj/assets/common/img/icon_arrow-right_001.svg);
    background-size: 16px 16px;
    background-position: 16px 9px;
    border-radius: 4px;
    transition: opacity ease .3s;
    text-decoration: none!important;
    font-weight: bold;
}


@media only screen and (min-width: 601px) {
    .catalog-row__col__img2 {
        margin: 0;
        min-height: 222px;
        box-sizing: border-box;
    }

    .catalog-row__col2{
        width: 320px!important;
    }

    .text-doc {
        font-size: 15px !important;
    }

}


.catalog-row__col__img2 {
    background: url(/k11-contents/kmj/assets/it-guardians/catalog/img/bg_index.png);
    background-size: cover;
    padding: 5% 6%;
    display: flex;
}




.flex-img{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    
}


@media only screen and (max-width: 599px) { 

    .km-inpage-anchor{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog-row__col__img2 {
        margin: 0 auto;
    }

.spHide{
    display: none!important;
}

.subheader__list{
    margin-bottom: 10px;
    gap: 8px;
}

.btn-top{
    margin: 0 8px;
}

    
.flex-img{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
    
}
}
