@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;
    width: 100%;
}
.textRead {
    margin: 0;
    line-height: 1.8em;
}
img{
    vertical-align: bottom;
}
/* ============================== headhing */
/* ------------------------------
h2
-------------------------------- */
.h2{
    background: url(/business/solution/public/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_2-3 {
    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_2-3:nth-of-type(1),
.column_wrap .column_2-3:nth-of-type(2){
    margin: 0;
}
.column_1-2 .h3,
.column_1-3 .h3,
.column_2-3 .h3 {
    margin: 0;
}
.column_1-2 .h3 + .imgBlock,
.column_1-3 .h3 + .imgBlock,
.column_2-3 .h3 + .imgBlock {
    margin: 20px 0 0;
}
.column_1-2 .textRead,
.column_1-3 .textRead,
.column_2-3 .textRead {
    margin: 20px 0 0;
    font-size: 14px;
}
.column_1-2 img,
.column_1-3 img,
.column_2-3 img {
    max-width: 100%;
    height: auto;
}
.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 .columnIfImgColumn,
.column_1-3 .columnIfImgColumn,
.column_2-3 .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_2-3 .columnIfImgColumn .textRead {
    max-width: 100%;
    margin: 20px 0 auto;
}
.column_1-2 .columnIfImgColumn img,
.column_1-3 .columnIfImgColumn img,
.column_2-3 .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_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 {
    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;
}
.digitization_document-management {
    background-image: url(/business/solution/public/digitization/document-management/img/ttl_index.jpg);
}
.education_gigaschool {
    background-image: url(/business/solution/public/education/gigaschool/img/ttl_index.jpg);
}
.meeting_paperless {
    background-image: url(/business/solution/public/meeting/paperless/img/ttl_index.jpg);
}
.download {
    background-image: url(/business/solution/public/download/img/bg_content_pc.png);
}
.mv.download {
    height: 240px;
}
.download .mvBox {
	text-align: center;
	display: contents;
}
.download .mvBox h1 {
	line-height: 1.1 !important;
}
.download .mvBox small {
	font-size: 14px;
}
.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(/business/solution/public/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() 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(/business/solution/public/img/bg_content_top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}
*/
.topCopyText {
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 2;
/*	width: 870px; */
}
.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 auto;
    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(/business/solution/public/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 10px;
    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(/business/solution/public/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(/business/solution/public/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 auto -80px;
/*    width: 870px; */
/*
	background-image: url(/business/solution/public/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(/business/solution/public/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_2-3 {
    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_2-3:nth-of-type(1),
.column_wrap .column_2-3: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_2-3:first-of-type {
    margin: 0;
}
.column_1-2 .columnIfImg,
.column_1-3 .columnIfImg,
.column_2-3 .columnIfImg {
    margin: 0;
    flex-wrap: wrap;
}
.column_1-2 .h3 + .imgBlock,
.column_1-3 .h3 + .imgBlock,
.column_2-3 .h3 + .imgBlock {
    margin: 10px 0 0;
}
.column_1-2 .h4,
.column_1-3 .h4,
.column_2-3 .h4 {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    font-size: 16px;
}
.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 .imgBlock,
.column_1-3 .imgBlock,
.column_2-3 .imgBlock {
    margin: 0;
}
.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%;
}
.column_1-2 .listBasic,
.column_1-3 .listBasic,
.column_2-3 .listBasic {
    margin: 8px 0 0;
}
.column_1-2 .columnIfImgColumn,
.column_1-3 .columnIfImgColumn,
.column_2-3 .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;
}
.digitization_document-management {
    background-image: url(/business/solution/public/digitization/document-management/img/ttl_index_sp.jpg);
}
.education_gigaschool {
    background-image: url(/business/solution/public/education/gigaschool/img/ttl_index_sp.jpg);
}
.meeting_paperless {
    background-image: url(/business/solution/public/meeting/paperless/img/ttl_index_sp.jpg);
}
.download {
    background-image: url(/business/solution/public/download/img/bg_content_sp.png);
}
.mv.download {
    height: 120px !important;
}
.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 .mv.download .mvInner h1 {
    font-size: 30px;
	padding: 30px 0;
}
#contentsArea .mv.download .mvInner h1 small {
    font-size: 14px;
    letter-spacing: 0.1em;
}
.download .mvBox h1 {
	line-height: 1.3 !important;
}
#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() 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(/business/solution/public/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; */
    margin: 0 0 10px;
    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(/business/solution/public/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;
*/
    margin: 0 15px;
}
.contentCardItem {
    width: 100%;
    padding: 0;
}
.contentCardInner {
    padding: 30px 0;
    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;
}
}

/**************************************************************************************************/

.main-visual {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.main-visual img {
  z-index: -1;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mainvisual-title {
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 800px; /* 720px */
  margin: 127px auto 0 auto;
  background: linear-gradient(to right, #558ED5, #06A2E9);
  opacity: 0.9;
}

.mainvisual-title .sb_title-small{
	font-size: 45px;
	margin: 0;
}

.mainvisual-title .sb_title{
	font-size: 72px;
	margin: 0;
}

@media only screen and (max-width: 599px) {
	.main-visual{
		height: 175px;
		overflow: hidden;
	}

	.main-visual img {
		z-index: -1;
		position: absolute;
		top: 33%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 200%;
	}

	.mainvisual-title {
		padding: 20px 10px;
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		width: 82%;
		margin: 15% auto;
	}

	.mainvisual-title .sb_title-small{
		font-size: 18px;
		margin: 0;
	}

	.mainvisual-title .sb_title{
		font-size: 29px;
		margin: 0;
	}
}

/**************************************************************************************************/

.bg-edf4fb {
    background-color: #edf4fb !important
}

.color-0068b4 {
	color: #0068b4;
}

.flowTtl {
	font-size: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #0068b4;
    box-sizing: border-box;
}

.flowContent {
	display: flex;
	width: 100%;
	margin-top: 14px;
}

.flowContentTtl, .flowContentTtl-last {
	position: relative;
	display: flex;
	padding: 7px 10px;
	width: 20%;
	height: 70px;
	color: #fff;
	font-size: 16px;
	background: #0068b4;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.flowContentItem, .flowContentItem-last {
	width: 80%;
    display: flex;
    align-items: center;
	background-color: #fff;
}

.flowContentItem span, .flowContentItem-last span {
	margin-left: 25px;
}

.meritArea {
	background-color: #fff;
}

.meritContent {
	display: flex;
	padding: 30px 65px;
}

.meritItem {
	width: 47%;
}

.meritItem p {
	line-height: 1.8em;
}

.meritSeparator {
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 45px solid #0068b4;
	height: 0;
	margin: 90px 22px auto 30px;
}

.meritContent:first-child .meritSeparator {
	margin: 150px 22px 82px 30px;
}

.meritBefore, .meritAfter {
	color: #fff;
	text-align: center;
	border-radius: 15px;
	width: 150px;
	margin: 0 auto 30px;
	font-size: 18px;
	padding: 2px;
}

.meritBefore, .caseStudyBefore {
	background-color: #28364f;
}

.meritAfter, .caseStudyAfter {
	background-color: #0068b4;
}

.meritBeforeTtl, .meritAfterTtl {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: -5px;
}

.meritBeforeTtl {
	color: #28364f;
}

.meritAfterTtl {
	color: #0068b4;
}

.caseStudy {
	display: flex;
}

.caseStudyImg {
	width: 24%;
}

.caseStudyItem {
    display: flex;
    align-items: center;
	width: 76%;
	line-height: 2.2;
}

.caseStudyItem strong {
    line-height: 1.5;
    display: block;
    margin: 10px 0;
}

.caseStudy-h4 {
	border: none;
	margin-top: 40px;
}

.caseStudy-other p {
	line-height: 1.8em;
}

.btn-content {
    width: 530px;
	margin: 0 auto;
}

.btn-content__link a {
    border: 1px solid #0068b4;
    text-align: center;
    display: block;
    padding: 15px 10px;
    text-decoration: none !important;
    background: #0068b4;
    position: relative;
	color: #fff !important;
}

.btn-content__link a:before {
    content: '';
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    right: 4.5%;
    top: 22%;
    width: 20px;
    height: 15px;
    position: absolute;
}

.btn-content__link a:after {
    content: '';
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(
-135deg
);
    transform: rotate(
-135deg
);
    right: 5%;
    top: 50%;
    margin-top: -.5rem;
    width: 15px;
    height: 15px;
    position: absolute;
}

.btn-content__link:hover a {
	background: #fff;
	color: #0068b4 !important;
}

.btn-content__link:hover a:before {
    border-bottom: 1px solid #0068b4;
}

.btn-content__link:hover a:after {
    border-bottom: 1px solid #0068b4;
    border-left: 1px solid #0068b4;
}

.caseStudyBefore, .caseStudyAfter {
	color: #fff;
	text-align: center;
	border-radius: 15px;
	width: 130px;
	padding: 1px;
}

.footer-btn__wrapper .content-double {
	margin: 70px 20px 0 !important;
	width: 445px;
}

@media only screen and (min-width: 600px) {
	.flowContentTtl:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
		border: 8px solid transparent;
		border-top: 12px solid #0068b4;
	}
}

@media only screen and (max-width: 599px) {
	.searchBoxSP .form input#searchSP {
		color: #666;
		width: 85%;
		height: 27px;
		line-height: 27px;
		padding: 0 0 0 10px;
		border: none;
		background: none;
		float: left;
	}

	.h2 {
		font-size: 1.3em;
	}

	.flowContent {
		display: block;
	}

	.flowContentTtl, .flowContentTtl-last, .flowContentItem, .flowContentItem-last {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}

	.flowContentTtl, .flowContentTtl-last {
		height: 50px;
		margin-top: 17px;
	}

	.flowContentItem span, .flowContentItem-last span {
		margin: 0;
		padding: 15px;
		font-size: 0.8em;
	}

	.flowContentItem:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
		border: 8px solid transparent;
		border-top: 12px solid #fff;
	}

	.meritContent {
		display: block;
		padding: 30px 65px;
	}

	.meritSeparator {
		display: none;
	}

	.meritItem {
		width: 100%;
	}

	.caseStudyImg {
		display: none;
	}

	.caseStudyItem{
		width: 100%;
		line-height: 1.5;
	}

	.caseStudy-h4 {
		margin-top: 30px;
	}

	.caseStudy-other {
		padding: 0 20px;
	}

	.caseStudyAfter {
		margin-top: 15px;
	}

	.btn-content {
		width: 100%;
	}

	.footer-btn__wrapper {
		padding: 20px 10px;
	}

	.footer-btn__wrapper .content-double {
		width: 100%;
		margin: 0 !important;
		padding: 20px 20px;
	}

	.footer-btn__wrapper .content-double:last-child {
		margin-top: 20px !important;
	}
}

/**************************************************************************************************/

.service-h4 {
	border: none;
	margin-top: 40px;
}

.caseStudy-reason {
    background-color: #0068b4;
	color: #fff;
    text-align: center;
    border-radius: 15px;
    width: 150px;
	margin: 0 auto;
	padding: 3px 0 2px;
    font-size: 15px;
}

.service-inner {
	padding: 0;
}

.service-inner p {
	line-height: 1.8em;
}

@media only screen and (max-width: 599px) {
	.caseStudy-reason {
		margin: 0;
	}

	.service-inner {
		padding: 0 20px;
	}
}

/**************************************************************************************************/
.download-link {
	width: 530px;
	margin: 0 auto;
}

.catalog-row__col a.catalog-row__col__img {
	background-color: #edf4fb;
}

span.btn-content__link {
	display: inline-block;
	width: 45%;
}

@media only screen and (min-width: 600px) {
	.catalog-row__col__ttl {
		min-height: 48px;
	}
	.catalog-row__col__txt {
		min-height: 120px;
	}
}

@media only screen and (max-width: 599px) {
	.download-link {
		width: 335px;
	}
}
