@charset "utf-8";
/* CSS Document */
body {
    color: #28364f;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 89;
}
.keyvisual+.localnavigation {
    background: #000;
}
#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: "";
}
* 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;
}
* html #navlist, * + html #navlist {
    height: 1%;
}
* html #navlist li, * + html #navlist li {
    display: block;
    float: left;
}
* html #navlist li:first-child, * + html #navlist li:first-child {
    background-image: none;
}
.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 {
    margin: 0;
    line-height: 1.8em;
}
img{
    vertical-align: bottom;
}
/* ============================== headhing */
/* ------------------------------
h2
-------------------------------- */
.h2{
    background: url(/k11-contents/kmj/assets/document/img/bg_h2.png) no-repeat left;
    color: #0068b4;
}
/* ------------------------------
.h4
-------------------------------- */
.h4 {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #28364f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #28364f;
    line-height: 1.5;
}
/* ------------------------------
.headingBasic
-------------------------------- */
.headingBasic {
    margin: 80px 0 30px;
    padding: 12px 20px;
    background-color: #eee;
    font-size: 20px;
}
/* ------------------------------
.titleCenter
-------------------------------- */
.titleCenter{
    margin: 40px 0 20px;
    font-size: 22px;
    text-align: center;
}
.titleCenter + .column_wrap{
    margin: 0 -20px;
}
/* ============================== column */
.column_wrap {
    margin: 40px -20px 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.column_wrap > .h3 {
    width: 100%;
    margin: 0 0 40px 20px;
}
.column_1-2,
.column_1-3,
.column_1-3-2,
.column_1-4,
.column_1-5,
.column_2-5,
.column_2-3,
.column_2-3-2{
    margin: 40px 0 0 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    box-sizing: border-box;
}
.column_wrap .column_1-2:nth-of-type(1),
.column_wrap .column_1-2:nth-of-type(2),
.column_wrap .column_1-3:nth-of-type(1),
.column_wrap .column_1-3:nth-of-type(2),
.column_wrap .column_1-3:nth-of-type(3),
.column_wrap .column_1-3-2:nth-of-type(1),
.column_wrap .column_1-3-2:nth-of-type(2),
.column_wrap .column_1-3-2:nth-of-type(3),
.column_wrap .column_1-4:nth-of-type(1),
.column_wrap .column_1-4:nth-of-type(2),
.column_wrap .column_1-4:nth-of-type(3),
.column_wrap .column_1-4:nth-of-type(4),
.column_wrap .column_1-5:nth-of-type(1),
.column_wrap .column_1-5:nth-of-type(2),
.column_wrap .column_1-5:nth-of-type(3),
.column_wrap .column_1-5:nth-of-type(4),
.column_wrap .column_1-5:nth-of-type(5),
.column_wrap .column_2-5:nth-of-type(1),
.column_wrap .column_2-5:nth-of-type(2),
.column_wrap .column_2-5:nth-of-type(3),
.column_wrap .column_2-3:nth-of-type(1),
.column_wrap .column_2-3:nth-of-type(2),
.column_wrap .column_2-3-2:nth-of-type(1),
.column_wrap .column_2-3-2:nth-of-type(2){
    margin: 0;
}
.column_1-2 .h3,
.column_1-3 .h3,
.column_1-3-2 .h3,
.column_1-4 .h3,
.column_1-5 .h3,
.column_2-5 .h3,
.column_2-3 .h3,
.column_2-3-2 .h3  {
    margin: 0;
}
.column_1-2 .h3 + .imgBlock,
.column_1-3 .h3 + .imgBlock,
.column_1-3-2 .h3 + .imgBlock,
.column_1-4 .h3 + .imgBlock,
.column_1-5 .h3 + .imgBlock,
.column_2-5 .h3 + .imgBlock,
.column_2-3 .h3 + .imgBlock,
.column_2-3-2 .h3 + .imgBlock {
    margin: 20px 0 0;
}
.column_1-2 .textRead,
.column_1-3 .textRead,
.column_1-3-2 .textRead,
.column_1-4 .textRead,
.column_1-5 .textRead,
.column_2-5 .textRead,
.column_2-3 .textRead,
.column_2-3-2 .textRead {
    margin: 20px 0 0;
    font-size: 14px;
}
.column_1-2 img,
.column_1-3 img,
.column_1-3-2 img,
.column_1-4 img,
.column_1-5 img,
.column_2-5 img ,
.column_2-3 img,
.column_2-3-2 img {
    max-width: 100%;
    height: auto;
}
.column_1-2 .columnIfImg,
.column_1-3 .columnIfImg,
.column_1-3-2 .columnIfImg,
.column_1-4 .columnIfImg,
.column_1-5 .columnIfImg,
.column_2-5 .columnIfImg,
.column_2-3 .columnIfImg,
.column_2-3-2 .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_1-3-2 .columnIfImg .textRead,
.column_1-4 .columnIfImg .textRead,
.column_1-5 .columnIfImg .textRead,
.column_2-5 .columnIfImg .textRead,
.column_2-3 .columnIfImg .textRead,
.column_2-3-2 .columnIfImg .textRead {
    width: calc(100% - 210px);
    padding: 0 5px;
    box-sizing: border-box;
}
.column_1-2 .textImg,
.column_1-3 .textImg,
.column_1-3-2 .textImg,
.column_1-4 .textImg,
.column_1-5 .textImg,
.column_2-5 .textImg,
.column_2-3 .textImg, 
.column_2-3-2 .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_1-3-2 .textImg img,
.column_1-4 .textImg img,
.column_1-5 .textImg img,
.column_2-5 .textImg img,
.column_2-3 .textImg img,
.column_2-3-2 .textImg img {
    max-width: 100%;
    height: auto;
}
.column_1-2 .columnIfImgColumn,
.column_1-3 .columnIfImgColumn,
.column_1-3-2 .columnIfImgColumn,
.column_1-4 .columnIfImgColumn,
.column_1-5 .columnIfImgColumn,
.column_2-5 .columnIfImgColumn,
.column_2-3 .columnIfImgColumn,
.column_2-3-2 .columnIfImgColumn {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
}
.column_1-2 .columnIfImgColumn .textRead,
.column_1-3 .columnIfImgColumn .textRead,
.column_1-3-2 .columnIfImgColumn .textRead,
.column_1-4 .columnIfImgColumn .textRead,
.column_1-5 .columnIfImgColumn .textRead,
.column_2-5 .columnIfImgColumn .textRead,
.column_2-3 .columnIfImgColumn .textRead,
.column_2-3-2 .columnIfImgColumn .textRead {
    max-width: 100%;
    margin: 20px 0 auto;
}
.column_1-2 .columnIfImgColumn img,
.column_1-3 .columnIfImgColumn img,
.column_1-3-2 .columnIfImgColumn img,
.column_1-4 .columnIfImgColumn img,
.column_1-5 .columnIfImgColumn img,
.column_2-5 .columnIfImgColumn img,
.column_2-3 .columnIfImgColumn img,
.column_2-3-2 .columnIfImgColumn img {
    margin: 35px 0 0;
    display: block;
}
.columnDefinitionList {
    margin: 0;
}
.columnDefinitionList dt {
    margin: 0 0 5px;
    font-size: 14px;
}
.columnDefinitionList dd {
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 1.75;
}
.columnDefinitionList dd:last-of-type{
    margin: 0;
}
/* ------------------------------
.column_1-2
-------------------------------- */
.column_1-2 {
    width: 50%;
}
/* ------------------------------
.column_1-3
-------------------------------- */
.column_1-3 {
    width: 33.3%;
}
/* ------------------------------
.column_1-3-2
-------------------------------- */
.column_1-3-2 {
    width: 40%;
}
/* ------------------------------
.column_1-4
-------------------------------- */
.column_1-4 {
    width: 25%;
}
/* ------------------------------
.column_1-5
-------------------------------- */
.column_1-5 {
    width: 20%;
}
/* ------------------------------
.column_2-5
-------------------------------- */
.column_2-5 {
    width: 40%;
}
/* ------------------------------
.column_2-3
-------------------------------- */
.column_2-3 {
    width: 66.6%;
}
/* ------------------------------
.column_2-3-2
-------------------------------- */
.column_2-3-2 {
    width: 60%;
}
/* ============================== 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 {
    padding: 10px 20px;
    text-align: left;
}
.table001 tr td:first-of-type {
    width: 300px;
    vertical-align: middle;
    box-sizing: border-box;
}
.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.0em;
    font-size: 14px;
    line-height: 1.75;
}
.listBasic li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    margin: 0;
    display: block;
    border-radius: 100%;
    background-color: #28364f;
    content: "";
}
/* ------------------------------
.listBasic002
-------------------------------- */
.listBasic002 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.listBasic002 li {
    position: relative;
    padding: 2px 0 2px 10px;
    font-size: 14px;
    line-height: 1.75;
}
.listBasic002 li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    margin: 0;
    display: 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 */
/* ------------------------------
tmbContent
-------------------------------- */
.tmbContent {
    max-width: 700px;
    margin: 40px auto 0;
    padding: 25px 21px 40px 34px;
    background-color: #e7eaf2;
    box-sizing: border-box;
}
.tmbContentTtl {
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center;
}
.tmbContentItem {
    display: flex;
}
.tmbContentImg {
    margin: 0 18px 0 0;
}
.tmbContentImg img {
    vertical-align: bottom;
}
.tmbContentList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tmbContentList li {
    margin: 0 0 3px;
}
.tmbContentList li:last-of-type{
    margin: 0;
}
/* ------------------------------
.imgBlock
-------------------------------- */
.imgBlock {
    text-align: center;
}
.imgBlock img {
    vertical-align: bottom;
}
/* ------------------------------
.supportBlock
-------------------------------- */
.supportBlock {
    width: 735px;
    margin: 40px auto 0;
}
.supportBlock .supportBlockTtl {
    font-size: 20px;
    letter-spacing: 0.03em;
    text-align: right;
    color: #0068b4;
    box-sizing: border-box;
}
.supportDefinitionFir {
    margin: 0;
    padding: 0 0 80px;
    display: flex;
    background-image: url(/k11-contents/kmj/assets/document/rakuraku/img/img_index_009.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
}
.supportDefinitionFir .supportDefinitionTtl {
    width: 110px;
    padding: 0 0 0 5px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    box-sizing: border-box;
}
.supportDefinitionFir .supportDefinitionCont {
    width: 625px;
    margin: 0;
    padding: 15px 0;
    background-color: #eceff4;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    box-sizing: border-box;
}
.supportDefinitionSec {
    margin: 0;
    display: flex;
    background-size: auto;
    align-items: center;
}
.supportDefinitionSec .supportDefinitionTtl {
    width: 110px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    box-sizing: border-box;
}
.supportDefinitionSec .supportDefinitionCont {
    width: 625px;
    margin: 0;
    padding: 14px 14px;
    display: flex;
    flex-wrap: wrap;
    background-color: #edf4fb;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    box-sizing: border-box;
}
.supportDefinitionItem {
    margin: 6px;
    padding: 6px 14px;
    background-color: #0068b4;
    font-size: 14px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.03em;
    flex: 1 1 auto;
}
/* ------------------------------
.serviceBlock
-------------------------------- */
.mv {
    width: 100%;
    min-width: 970px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 320px;
}

.touchsafety{
    background-image: url(/k11-contents/kmj/assets/document/touchsafety/img/ttl_index.png);
}
.yarakuzen {
    background-image: url(/k11-contents/kmj/assets/document/yarakuzen/img/ttl_index.png);
}
.maxhub {
    background-image: url(/k11-contents/kmj/assets/telework/maxhub/img/opt_maxhub-01.png);
}
.maxhub-keyvisual {
    background-image: url(/business/solution/innovation/collaboration_work/maxhub/img/opt_main_pc.png);
}
.agileworks {
    background-image: url(/k11-contents/kmj/assets/document/agileworks/img/opt_agileworks_01.png);
}
.rakuraku {
    background-image: url(/k11-contents/kmj/assets/document/rakuraku/img/ttl_index.jpg);
}
.consulting {
    background-image: url(/k11-contents/kmj/assets/document/consulting/img/ttl_index.jpg);
}
.implementation-support {
    background-image: url(/k11-contents/kmj/assets/document/implementation-support/img/ttl_index.jpg);
}
.xpoint-cloud {
    background-image: url(/k11-contents/kmj/assets/document/xpoint-cloud/img/ttl_index.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.02em;
    line-height: 1.5;
    color: #0068b4;
}
#contentsArea .mvInner h1 img {
    margin: 0 0 15px;
    display: block;
}
.mvInner p {
    margin: 35px 0 0;
}
/* ------------------------------
.inherentNavigation
-------------------------------- */
.inherentNavigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    min-width: 970px;
    margin: 0 0 80px;
    border-top: 1px solid #fff;
    background-color: #e5ecf0;
    z-index: 9;
}
.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/document/img/bg_arrow_001.png) no-repeat left 5px;
    background-size: 15px;
    text-decoration: none !important;
    color: #0068b4 !important
}
.listLinkList .listItem a:hover {
    color: #5198cc !important;
}
.listLinkList .listItem p{
    margin: 5px 0 0;
    padding: 0 0 0 20px;
    font-size: 14px;
}
/* ============================== Layout */
.content-wrapper .content-inner-top {
    width: 100%;
}
/* ------------------------------
Top
-------------------------------- */
/* keyvisual */
.keyvisual {
    height: 691px;
    background: #212121 url(/k11-contents/kmj/assets/document/img/bg_keyvisual_pc.jpg) center;
    margin-bottom: -51px;
    margin-top: 0;
}
#contentsArea .keyvisual__copy.keyvisual__catch {
    margin: 0;
    padding: 0;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: inherit;
    color: #fff;
}
#contentsArea .keyvisual__copy {
    font-size: 18px;
    letter-spacing: 0.5em;
}
.keyvisual__txt {
    margin: 15px 0 0;
    line-height: 2;
}
.localnavigation{
    width: 100%;
    margin: 0;
}
.localnavigation ul li:nth-of-type(1) {
    width: 280px;
}
.localnavigation ul li:nth-of-type(2) {
    width: 260px;
}
.localnavigation ul li:nth-of-type(3) {
    width: 294px;
}
.localnavigation ul li:nth-of-type(4) {
    width: auto;
}
/* topCopy */
.topCopy {
    margin: 0 0 -80px;
    padding: 70px 0 80px;
    text-align: center;
    background-image: url(/k11-contents/kmj/assets/document/img/bg_content_top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}
.topCopyText {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 2;
}
.topCopyText:last-child {
    margin: 0;
}
.topCopyRead {
    font-weight: bold;
}
/* topContainer001 */
.topContainer001 {
    min-width: 970px;
    padding: 80px 0 100px;
}
.topContainerInner {
    max-width: 970px;
    margin: 0 auto;
}
.topContainer001 .containerHeading {
    margin: 0 0 80px;
}
.topContainer001 .containerHeading h2 {
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #0068b4;
    text-align: center;
}
.topContainer001 .containerHeading p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #0068b4;
    text-align: center;
}
.contentList {
    margin: -20px -17.5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.contentListItem {
    width: 335px;
    min-height: 460px;
    padding: 20px 17.5px;
    box-sizing: border-box;
}
.contentListItem a {
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0px 0px 7px -2px #828282;
    text-decoration: none !important;
    color: #28364f !important;
}
.contentListItem a:hover{
    color: #28364f !important;
}
.contentListItemImg img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.contentListItem a:hover img{
    opacity: .7;
}
.contentListItemTtl {
    height: 60px;
    margin: 0;
    padding: 22px 30px 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.1em;
}
.contentListItemText {
    margin: 15px 30px 0;
    padding: 15px 0 30px;
    border-top: 2px solid #2890ae;
    font-size: 14px;
    line-height: 1.78;
}
.contentList .contentListItem:nth-of-type(2) .contentListItemText {
    border-top: 2px solid #5ca66c;
}
.contentList .contentListItem:nth-of-type(3) .contentListItemText {
    border-top: 2px solid #b74865;
}
.contentList .contentListItem:nth-of-type(4) .contentListItemText {
    border-top: 2px solid #546e7a;
}
.contentList .contentListItem:nth-of-type(5) .contentListItemText {
    border-top: 2px solid #d3b111;
}
.contentList .contentListItem:nth-of-type(6) .contentListItemText {
    border-top: 2px solid #826fb0;
}
/* topContainer002 */
.topContainer002 {
    min-width: 970px;
    padding: 80px 0;
}
.topContainer002:last-of-type {
    padding: 80px 0 0;
}
.topContainer002 .h3 {
    margin-bottom: 20px;
    color: #0068b4;
}
.topContainer002 .h3::before {
    border-color: #0068b4;
}
.topContainer002 .topContainerInner {
    max-width: 930px;
    padding: 0 20px;
}
.topContainer002 .containerHeading {
    margin: 0 0 45px;
}
.topContainer002 .containerHeading h2 {
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: inherit;
    text-align: center;
}
.topContainer002 .containerHeading p {
    margin: 22px 0 0;
    font-size: 18px;
    color: inherit;
    text-align: left;
    line-height: 1.6;
}
.content-inner .topContainer002:nth-of-type(even) {
    background-image: url(/k11-contents/kmj/assets/document/img/bg_content_sec.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
}
.content-inner .topContainer002:nth-of-type(odd) {
    background-color: #e5ecf0;
}
.contentCard {
    margin: 0 -7.5px;
    display: flex;
    flex-wrap: wrap;
}
.contentCardItem {
    width: 33.3%;
    padding: 0 7.5px;
    box-sizing: border-box;
}
.contentCardInner {
    padding: 25px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
}
.content-inner .topContainer002:nth-of-type(even) .contentCardInner {
    border: 1px solid #c3c9d1;
}
.contentCardTtl {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.contentCardCopy {
    min-height: 48px;
    margin: 15px 0 0;
}
.contentCardCaption {
    margin: 20px 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #c3c9d1;
    text-align: center;
}
.contentCardLinkList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contentCardLinkList .listItem {
    margin: 15px 0 0;
}
.contentCardLinkList .listItem a {
    padding: 0 0 0 20px;
    display: block;
    background: url(/k11-contents/kmj/assets/document/img/bg_arrow_001.png) no-repeat left 5px;
    background-size: 15px;
    text-decoration: none !important;
    color: #0068b4 !important;
    line-height: 1.75;
}
.chrome.android .contentCardLinkList .listItem a {
    background: url(/k11-contents/kmj/assets/document/img/bg_arrow_001.png) no-repeat left 8px;
}
.contentCardLinkList .listItem a:hover {
    color: #5198cc !important;
}
.contentCardLinkList .listItem p {
    margin: 5px 0 0;
    padding: 0 0 0 20px;
    font-size: 14px;
}
/* ------------------------------
under
-------------------------------- */
/* topCopy */
.underCopy{
    padding: 60px 0 0;
    text-align: center;
}
.underCopy p{
    margin: 0 0 50px;
    font-feature-settings: "palt";
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.underCopy p:last-of-type{
    margin: 0;
}
.underCopyBg{
    padding: 60px 0 95px;
    margin: 0 0 -80px;
    background-image: url(/k11-contents/kmj/assets/document/img/bg_content.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

/* ------------------------------
footer
-------------------------------- */
.footer-btn__wrapper .footer-btn-content:last-child {
    margin: 70px 0 0 220px;
}
.footer-btn__wrapper .footer-btn-content {
    padding: 40px 20px;
    width: 530px;
    float: left;
}
.footer-navigation ul li {
    width: 50%;
}
.footer-navigation ul li:nth-child(1) {
    order: 1;
}
.footer-navigation ul li:nth-child(2) {
    order: 2;
}
.footer-navigation ul li:nth-child(3) {
    order: 3;
    border-bottom: 0;
}
.footer-navigation ul li:nth-child(4) {
    order: 4;
    border-bottom: 0;
}
/* ==============================
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 */
/* ------------------------------
h2
-------------------------------- */
.h2{
    background: url(/k11-contents/kmj/assets/document/img/bg_h2.png) repeat-y left;
}
/* ------------------------------
.headingBasic
-------------------------------- */
.headingBasic {
    margin: 20px 0 30px;
}
/* ------------------------------
.titleCenter
-------------------------------- */
.titleCenter{
    margin: 25px 0 5px;
    font-size: 16px;
}
.titleCenter + .column_wrap {
    margin: 0;
}
/* ============================== column */
/* ------------------------------
.column
-------------------------------- */
.column_wrap {
    margin: 30px 0 0;
}
.column_wrap > .h3 {
    margin: 0 0 20px 0;
}
.column_1-2,
.column_1-3,
.column_1-3-2,
.column_1-4,
.column_1-5,
.column_2-5,
.column_2-3,
.column_2-3-2 {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
}
.column_wrap .column_1-2:nth-of-type(1),
.column_wrap .column_1-2:nth-of-type(2),
.column_wrap .column_1-3:nth-of-type(1),
.column_wrap .column_1-3:nth-of-type(2),
.column_wrap .column_1-3:nth-of-type(3),
.column_wrap .column_1-3-2:nth-of-type(1),
.column_wrap .column_1-3-2:nth-of-type(2),
.column_wrap .column_1-3-2:nth-of-type(3),
.column_wrap .column_1-4:nth-of-type(1),
.column_wrap .column_1-4:nth-of-type(2),
.column_wrap .column_1-4:nth-of-type(3),
.column_wrap .column_1-4:nth-of-type(4),
.column_wrap .column_1-5:nth-of-type(1),
.column_wrap .column_1-5:nth-of-type(2),
.column_wrap .column_1-5:nth-of-type(3),
.column_wrap .column_1-5:nth-of-type(4),
.column_wrap .column_1-5:nth-of-type(5),
.column_wrap .column_2-5:nth-of-type(1),
.column_wrap .column_2-5:nth-of-type(2),
.column_wrap .column_2-5:nth-of-type(3),
.column_wrap .column_2-3:nth-of-type(1),
.column_wrap .column_2-3:nth-of-type(2),
.column_wrap .column_2-3-2:nth-of-type(1),
.column_wrap .column_2-3-2:nth-of-type(2){
    margin: 30px 0 0;
}
.column_wrap .column_1-2:first-of-type,
.column_wrap .column_1-3:first-of-type,
.column_wrap .column_1-3-2:first-of-type,
.column_wrap .column_1-4:first-of-type,
.column_wrap .column_1-5:first-of-type,
.column_wrap .column_2-5:first-of-type,
.column_wrap .column_2-3:first-of-type,
.column_wrap .column_2-3-2:first-of-type {
    margin: 0;
}
.column_1-2 .columnIfImg,
.column_1-3 .columnIfImg,
.column_1-3-2 .columnIfImg,
.column_1-4 .columnIfImg,
.column_1-5 .columnIfImg,
.column_2-5 .columnIfImg,
.column_2-3 .columnIfImg,
.column_2-3-2 .columnIfImg {
    margin: 0;
    flex-wrap: wrap;
}
.column_1-2 .h3 + .imgBlock,
.column_1-3 .h3 + .imgBlock,
.column_1-3-2 .h3 + .imgBlock,
.column_1-4 .h3 + .imgBlock,
.column_1-5 .h3 + .imgBlock,
.column_2-5 .h3 + .imgBlock,
.column_2-3 .h3 + .imgBlock,
.column_2-3-2 .h3 + .imgBlock {
    margin: 10px 0 0;
}
.column_1-2 .h4,
.column_1-3 .h4,
.column_1-3-2 .h4,
.column_1-4 .h4,
.column_1-5 .h4,
.column_2-5 .h4,
.column_2-3 .h4,
.column_2-3-2 .h4  {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    font-size: 16px;
}
.column_1-2 .textRead,
.column_1-3 .textRead,
.column_1-3-2 .textRead,
.column_1-4 .textRead,
.column_1-5 .textRead,
.column_2-5 .textRead,
.column_2-3 .textRead,
.column_2-3-2 .textRead {
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0 10px;
}
.column_1-2 .imgBlock,
.column_1-3 .imgBlock,
.column_1-3-2 .imgBlock,
.column_1-4 .imgBlock,
.column_1-5 .imgBlock,
.column_2-5 .imgBlock,
.column_2-3 .imgBlock,
.column_2-3-2 .imgBlock {
    margin: 0;
}
.column_1-2 .columnIfImg .textRead,
.column_1-3 .columnIfImg .textRead,
.column_1-3-2 .columnIfImg .textRead,
.column_1-4 .columnIfImg .textRead,
.column_1-5 .columnIfImg .textRead,
.column_2-5 .columnIfImg .textRead,
.column_2-3 .columnIfImg .textRead,
.column_2-3-2 .columnIfImg .textRead {
    width: 100%;
    padding: 0 10px;
}
.column_1-2 .textImg,
.column_1-3 .textImg,
.column_1-3-2 .textImg,
.column_1-4 .textImg,
.column_1-5 .textImg,
.column_2-5 .textImg,
.column_2-3 .textImg,
.column_2-3-2 .textImg {
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
    padding: 0 20px;
}
.column_1-2 .textImg img,
.column_1-3 .textImg img,
.column_1-3-2 .textImg img,
.column_1-4 .textImg img,
.column_1-5 .textImg img,
.column_2-5 .textImg img,
.column_2-3 .textImg img,
.column_2-3-2 .textImg img {
    width: 100%;
}
.column_1-2 .listBasic,
.column_1-3 .listBasic,
.column_1-3-2 .listBasic,
.column_1-4 .listBasic,
.column_1-5 .listBasic,
.column_2-5 .listBasic,
.column_2-3 .listBasic,
.column_2-3-2 .listBasic {
    margin: 8px 0 0;
}
.column_1-2 .columnIfImgColumn,
.column_1-3 .columnIfImgColumn,
.column_1-3-2 .columnIfImgColumn,
.column_1-4 .columnIfImgColumn,
.column_1-5 .columnIfImgColumn,
.column_2-5 .columnIfImgColumn,
.column_2-3 .columnIfImgColumn,
.column_2-3-2 .columnIfImgColumn {
    align-items: center;
}
.columnDefinitionList {
    padding: 0 10px;
}
.columnDefinitionList dt {
    font-size: 16px;
}
.columnDefinitionList dd {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
}
.columnDefinitionList dd .listBasic{
    padding: 0;
}
/* ============================== 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;
}
/* ------------------------------
.supportBlock
-------------------------------- */
.supportBlock {
    width: 100%;
    margin: 20px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.supportBlock .supportBlockTtl {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
}
.supportDefinitionFir {
    padding: 0 0 36px;
    background-image: url(/k11-contents/kmj/assets/document/rakuraku/img/img_index_009_sp.png);
    background-size: contain;
}
.supportDefinitionFir .supportDefinitionTtl {
    min-width: 80px;
    max-width: 80px;
    padding: 0;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}
.supportDefinitionFir .supportDefinitionCont {
    width: 100%;
    margin: 0 0 0 10px;
    flex: 1 1 auto;
}
.supportDefinitionSec {
    align-items: flex-start;
}
.supportDefinitionSec .supportDefinitionTtl {
    min-width: 80px;
    max-width: 80px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}
.supportDefinitionSec .supportDefinitionCont {
    width: 100%;
    margin: 0 0 0 10px;
    padding: 10px 34px;
    flex: 1 1 auto;
}
.supportDefinitionItem {
    width: 100%;
    margin: 0 0 7px;
    padding: 5px 5px;
}
/* ------------------------------
.mv
-------------------------------- */
.mv {
    width: 100vw;
    min-width: auto;
    height: 63.4375vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.rakuraku {
    background-image: url(/k11-contents/kmj/assets/document/rakuraku/img/ttl_index_sp.jpg);
}
.consulting {
    background-image: url(/k11-contents/kmj/assets/document/consulting/img/ttl_index_sp.jpg);
}
.implementation-support {
    background-image: url(/k11-contents/kmj/assets/document/implementation-support/img/ttl_index_sp.jpg);
}
.xpoint-cloud {
    background-image: url(/k11-contents/kmj/assets/document/xpoint-cloud/img/ttl_index_sp.jpg);
}
.mvInner {
    align-items: flex-end;
}
#contentsArea .mvInner h1 {
    padding: 15px 10px 10px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #0068b4;
}
#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;
}
/* ------------------------------
.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;
}
/* ------------------------------
tmbContent
-------------------------------- */
.tmbContent {
    margin: 20px auto 0;
    padding: 10px 10px 20px;
}
.tmbContentTtl {
    margin: 0 0 5px;
    font-size: 16px;
}
.tmbContentItem {
    display: block;
}
.tmbContentImg {
    margin: 0 0 15px;
    padding: 0 10px;
}
.tmbContentImg img {
    width: 100%;
    height: auto;
}
.tmbContentList {
    padding: 0 10px 10px;
}
.tmbContentList li {
    font-size: 14px;
    line-height: 1.5;
}
/* ============================== Layout */
/* ------------------------------
Top
-------------------------------- */
/* keyvisual */
.keyvisual {
    background: url(/k11-contents/kmj/assets/document/img/bg_keyvisual_sp.jpg) center;
    background-size: cover;
    height: 280px;
    margin: 0;
}
#contentsArea .keyvisual__copy {
    padding: 40px 0 0;
    font-size: 14px;
    line-height: 1.3;
}
.keyvisual__txt {
    margin: 25px 0 0;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.6;
}
#contentsArea .keyvisual__copy.keyvisual__catch {
    margin: 25px 0 0;
    font-size: 19px;
    letter-spacing: 0.2em;
    line-height: 1.3;
}
.keyvisual + .sticky-wrap {
    display: none;
}
.localnavigation ul li:nth-of-type(1),
.localnavigation ul li:nth-of-type(2),
.localnavigation ul li:nth-of-type(3),
.localnavigation ul li:nth-of-type(4) {
    width: 50%;
}
/* topCopy */
.topCopy {
    margin: 0;
    padding: 40px 10px 0;
    background-image: url(/k11-contents/kmj/assets/document/img/bg_content_top_sp.png);
    background-size: 100%;
}
.topCopyText {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.75;
}
.topCopyRead {
    font-size: 20px;
}
/* topContainer001 */
.topContainer001 {
    min-width: 0;
    padding: 40px 0 60px;
}
.topContainer001 .containerHeading {
    margin: 0 0 40px;
    padding: 0 10px;
}
.topContainer001 .containerHeading h2 {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
.topContainer001 .containerHeading p {
    margin: 15px 0 0;
    font-size: 14px;
}
.contentList {
    margin: 0;
    padding: 0 10px;
}
.contentListItem {
    width: 100%;
    min-height: 0;
    margin: 0 0 40px;
    padding: 0;
}
.contentListItem:last-of-type {
    margin: 0;
}
.contentListItemTtl {
    height: auto;
    padding: 15px 30px 0;
    font-size: 24px;
    letter-spacing: 0.05em;
}
.contentListItemText {
    margin: 15px 30px 0;
    padding: 22px 0 20px;
}
/* topContainer002 */
.topContainer002 {
    min-width: 0;
    padding: 30px 0 40px;
}
.topContainer002:last-of-type {
    padding: 30px 0 0;    
}
.topContainer002 .h3 {
    margin-bottom: 15px;
    font-size: 16px;
}
.topContainer002 .h3::before {}
.topContainer002 .topContainerInner {
    padding: 0 10px;
}
.topContainer002 .containerHeading {
    margin: 0 0 30px;
}
.topContainer002 .containerHeading h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
}
.topContainer002 .containerHeading p {
    margin: 10px 0 0;
    font-size: 16px;
}
.content-inner .topContainer002:nth-of-type(even) {
    background-image: url(/k11-contents/kmj/assets/document/img/bg_content_sec_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.contentCard {
    margin: 0 -10px;
    border-bottom: 1px solid #c3c9d1;
}
.contentCardItem {
    width: 100%;
    padding: 0;
}
.contentCardInner {
    padding: 30px 10px;
    height: auto;
    border-top: 1px solid #c3c9d1;
}
.content-inner .topContainer002:nth-of-type(even) .contentCardInner {
    border: none;
    border-top: 1px solid #c3c9d1;
}
.contentCardTtl {
    font-size: 18px;
}
.contentCardCopy {
    min-height: auto;
}
.contentCardCaption {
    margin: 8px 0 0;
    padding: 0;
    border: none;
    text-align: left;
}
/* ------------------------------
under
-------------------------------- */
/* topCopy */
.underCopy{
    padding: 40px 10px 0;
    text-align: left;
}
.underCopy p{
    margin: 0 0 25px;
    font-size: 16px;
    font-feature-settings: normal;
    line-height: 2;
    letter-spacing: normal;
}
.underCopyBg {
    padding: 40px 10px 0;
    margin: 0;
    background: none;
}

/* ------------------------------
footer
-------------------------------- */
.footer-btn__wrapper .footer-btn-content:last-child {
    margin: 20px 0 0;
}
.footer-btn__wrapper .footer-btn-content {
    padding: 40px 20px;
    width: 100%;
    float: none;
}
}