@charset "utf-8";
/*
Theme Name: jedox-partner
Theme URI: http://xeory.jp/extension
Description: Xeory拡張チEEマをベEスに修正
Author: KK Sidethree
Author URI: https://www.sidethree.co.jp/
*/
/* ----------------------------------------------------------------------
 #mainvisual
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 problem-solving - Excelでは解決しきれなぁE題を「Jedox」で解決、E
---------------------------------------------------------------------- */
#problem-solving .sec {
    padding: 80px 0 63px 0;
}
#problem-solving .h2-style01 {
    padding: 0 0 53px 0;
}
.card1 {
    margin-top: -30px;
    justify-content: stretch;
}
.card1 [class*="col-"] {
    margin-top: 30px;
}
.card1 .card1-inner {
    background-color: #fff;
    text-align: center;
    padding: 30px 10px;
    height: 100%;
}
.card1 .card1-inner object {
    max-height: 80px;
    position: relative;
    height: 100%;
    max-width: 90px;
    width: 100%;
}
.card1 .card1-inner:before {
    position: absolute;
    content: '';
    background: url(circle01.svg) no-repeat center center;
    background-size: contain;
    padding: 0;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
@media (max-width: 767px) {
.card1 [class*="col-"] {
   margin-top: 5px;
   padding: 5px;
}
	
}
/* ----------------------------------------------------------------------
 can-do - 「Jedox」でできること
---------------------------------------------------------------------- */
#can-do li {
    position: relative;
}
#can-do .card {
    background: #fff;
    width: 76%;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
    margin: 5% auto 6% auto;
    margin-left: 7%;
    padding: 6% 15% 6% 0;
}
#can-do .card .h3-style01 {
    z-index: 1;
    position: relative;
    background: #fff;
    display: inline-block;
    margin-left: 14%;
    padding-left: 1%;
    width: 70%;
}
#can-do li:nth-child(3) .card .h3-style01 {
    width: 57%;
}
#can-do .card .btn-style01 {
    margin: 40px auto 0;
    width: auto;
}
#can-do li .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 22%;
}
#can-do li .no object {
    width: 100%;
    height: auto;
}
#can-do li figure {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 30%;
}
#can-do li:nth-child(2) figure {
    width: 47%;
    margin-right: 1%;
    bottom: 4%;
}
#can-do li:nth-child(3) figure {
    width: 38%;
    margin-right: 4%;
}
#can-do li:nth-child(4) figure {
    width: 46%;
    margin-right: 2%;
}

@media (max-width: 1040px) {
#can-do .card {
    padding-right: 20%;
    margin-right: 0;
    width: 90%;
}
#can-do li:nth-child(2) figure, #can-do li:nth-child(3) figure, #can-do li:nth-child(4) figure {
    width: 40%;
    margin: 0;
}
}
/* ----------------------------------------------------------------------
 info - 新着惁E
---------------------------------------------------------------------- */
#info dl dd {
    padding-bottom: 10px;/* margin-left: 0; */
}
#info dl dd a {
    color: #073f7e;
}
#info dl dd a[target="_blank"]::after, footer a[target="_blank"]::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    width: 18px;
    height: 16px;
    display: inline-block;
    background-size: 18px 16px;
    position: relative;
    top: 1px;
}
#info dl dd a:hover {
    color: #f6be53;
    text-decoration: underline;
}
#info .info-box {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}
#info .row {
    margin: 0;
}
#info dl {
    border-bottom: 1px dotted #b8b8b8;
}
#info dl + dl {
    padding-top: 10px;
}
#info dl dt .date {
    font-size: 14px;
    position: relative;
}
#info dl dt .date:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f017";
    margin-right: 10px;
    font-size: 1.7rem;
    position: relative;
    bottom: -1px;
}
#info dl dt .date object {
    position: relative;
    top: 5px;
    margin-right: 12px;
}
#info dl dt .tag {
}
#info p {
    margin-top: 40px;
}
.tag {
    text-align: center;
    display: inline-block;
    max-width: 160px;
    width: 100%;
    padding: 7px 0;
    border-radius: 20px;
    font-size: 13px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}
.tag-event {
    background-color: #779dff;
    color: #fff;
}
.tag-publicity {
    background-color: #9177ff;
    color: #fff;
}
.tag-product {
    background-color: #77cdff;
    color: #fff;
}
.tag-blog {
    background-color: #ff779a;
    color: #fff;
}
.tag-news {
    background-color: #ffa777;
    color: #fff;
}

@media (max-width: 1199px) {
#info .info-box {
    justify-content: start;
}
}
/* ----------------------------------------------------------------------
下層ペEジ共通（固定EージEE
---------------------------------------------------------------------- */
.readbox1 {
    background-color: #f3f3f3;
    padding: 35px 40px;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.bg-gray .readbox1 {
    background-color: #fff;
}
.readbox1 p {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.8rem;
}
.readbox1 .note {
    font-size: 1.6rem;
}

@media (max-width: 767px) {
.readbox1 {
    text-align: justify;
    padding: 18px 20px;
    margin-bottom: 20px;
}
}
/* ----------------------------------------------------------------------
 product - 製品情報
---------------------------------------------------------------------- */
#page-product .box-style1 .row {
    padding-top: 126px;
    margin-top: -81px;
}
.box-style1 .headline02:before, .box-style1 .headline02:after {
    content: none;
}
.box-style1 {
    counter-reset: number;
    padding-left: 0;
    counter-increment: number;
}
.box-style1 .row + .row {
    margin-top: 45px;
}
.box-style1 .text-area:before {
    position: absolute;
    content: counter(number, decimal-leading-zero);
    color: rgba(7, 63, 126, .9);
    font-size: 7rem;
    background: -webkit-linear-gradient(130deg, #073f7e, #9ccae3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    background-color: #fff;
    display: block;
    width: auto;
    height: auto;
    left: 24px;
    top: 15px;
    font-weight: bold;
}
.box-style1 .text-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background: url(circle01.svg) no-repeat center center;
    background-size: contain;
    padding: 7rem;
}
.box-style1 .text-area {
    padding-left: 145px;
}
.box-style1 .photo-area {
    text-align: center;
}
.box-style1 .text-area .headline02 {
    padding-left: 0;
    margin-bottom: 35px;
    font-size: 2rem;
    line-height: 1.8;
    padding-top: 25px;
}
.box-style1 .text-area p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 0;
}

@media all and (-ms-high-contrast: none) {
.box-style1 .text-area::before {
    background-color: transparent;
    left: 20px;
    top: 22px;
}
}

@media (max-width: 1040px) {
.box-style1 .text-area:before {
    left: 23px;
    top: 10px;
    font-size: 5rem;
}
.box-style1 .text-area:after {
    padding: 4.5rem;
    left: 10px;
}
.box-style1 .text-area {
    padding-left: 105px;
}
}

@media (max-width: 767px) {
#page-product .box-style1 .row {
    padding-top: 66px;
    margin-top: -16px;
}
.box-style1 .photo-area {
    margin-top: 10px;
}
.box-style1 .text-area {
    padding-left: 0;
}
.box-style1 .text-area .headline02 {
    padding-left: 100px;
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;
    padding-top: 0;
    height: 90px;
}
.box-style1 .text-area .headline02 + p {
    margin-top: 20px;
}
.box-style1 .text-area:before {
    left: 20px;
    top: 10px;
}
}
.card2 [class*="col-"] {
    margin-bottom: 35px;
}
.card2 .card2-inner {
    padding: 40px 15px;
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.card2 .card2-inner p {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
}
/* ----------------------------------------------------------------------
 選ばれる琁E
---------------------------------------------------------------------- */
.card5 {
    background: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.08);
    position: relative;
	height: 100%;
}
.card5 .img-area img {
    display: block;
}
.column4-style01 li:nth-child(n+5) .card5 {
    margin-top: 30px;
	height: calc(100% - 30px);
}
.card5 .txt-area {
    padding: 25px 30px 30px;
}
.card5 .txt-area li {
    text-align: left;
}
#page-reason .column4-style01 li {
    margin: 0 auto;
    padding: 0;
}
#page-reason .sec + .sec {
    padding-top: 0;
}
@media (max-width: 767px) {
#page-reason .col-md-9 figure{
    padding: 20px 15px 0;
}
#page-reason .col-md-3 figure{
    padding: 20px 10% 10px;
}
#page-reason .column4-style01 li {
    width: 100%;
}
.column4-style01 li:nth-child(n+5) .card5,
.column4-style01 li .card5{
    margin-top: 20px;
    height: inherit;
}
.card5 .txt-area {
    padding: 25px 10px;
}
.card5 .txt-area li + li{
    margin-top: 5px;
}
}
/* ----------------------------------------------------------------------
 license - ご利用プランにつぁE
---------------------------------------------------------------------- */


.card4 {
    background: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.08);
    margin-top: 30px;
    padding: 30px 6%;
    position: relative;
    height: calc(100% - 30px);
}
.column3-style01 li:nth-child(n+4) .card4 {
    margin-top: 60px;
    height: calc(100% - 60px);
}
.card4 .headline02 {
    font-size: 1.9rem;
    padding-left: 110px;
    position: inherit;
    margin-bottom: 50px;
}
.card4 .headline02:before {
    font-size: 5rem;
    display: block;
    width: 75px;
    height: 75px;
    left: -3px;
    top: -36px;
}
.card4 .headline02:after {
    top: -60px;
    left: -7%;
    z-index: 0;
    padding: 6rem;
}

@media (max-width: 767px) {
.column3-style01 li:nth-child(n+4) .card4 {
    margin-top: 30px;
    height: calc(100% - 30px);
}
#page-license .box-style1 .col-md-6 + .col-md-6 {
    margin-top: 45px;
}
.card4 .headline02 {
    padding-left: 84px;
}
.card4 .headline02:before {
    font-size: 5rem;
    border-radius: 0;
    z-index: 2;
    background-color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    left: -6px;
    top: -37px;
}
.card4 .headline02:after {
    padding: 5rem;
    top: -50px;
    left: -20px;
}
}
/* ----------------------------------------------------------------------
 flow - 導Eの流れ
---------------------------------------------------------------------- */
.flow-list ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}
.flow-list li {
    padding-left: 80px;
    position: relative;
}
.flow-list li:nth-child(n+3) {
    margin-top: 40px;
}
.flow-list li:before {
    content: counter(item);
    counter-increment: item;
    background: #9ccae3;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    left: 15px;
}

@media all and (-ms-high-contrast: none) {
.flow-list li:before {
    line-height: 55px;
}
}
.flow-list li:nth-child(2):before {
    background: #7fbcdb;
}
.flow-list li:nth-child(3):before {
    background: #46a1ce;
}
.flow-list li:nth-child(4):before {
    background: #62a2cc;
}
.flow-list li:nth-child(5):before {
    background: #3e99d6;
}
.flow-list li:nth-child(6):before {
    background: #115ea5;
}
.flow-list li:nth-child(7):before {
    background: #073f7e;
}
.flow-list li h3 {
    font-size: 1.9rem;
    line-height: 50px;
    color: #9ccae3;
}
.flow-list li:nth-child(2) h3 {
    color: #7fbcdb;
}
.flow-list li:nth-child(3) h3 {
    color: #46a1ce;
}
.flow-list li:nth-child(4) h3 {
    color: #62a2cc;
}
.flow-list li:nth-child(5) h3 {
    color: #3e99d6;
}
.flow-list li:nth-child(6) h3 {
    color: #115ea5;
}
.flow-list li:nth-child(7) h3 {
    color: #073f7e;
}

@media (max-width: 767px) {
.flow-list li {
    padding-left: 50px;
}
.flow-list li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.flow-list li:not(:first-child), .flow-list li:nth-child(n+3) {
    margin-top: 20px;
}
.flow-list li h3 {
    line-height: 30px;
}
}
/* ----------------------------------------------------------------------
 faq - よくある質啁E
---------------------------------------------------------------------- */
.anchor-nav {
    margin: 0 auto;
}
.anchor-nav li {
    width: calc(100% / 8);
    width: 13%;
    height: 100px;
    border-left: 2px solid #073f7e;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.anchor-nav li:last-child {
    border-right: 2px solid #073f7e;
}
.anchor-nav li:hover {
    background: #ecf8ff;
    cursor: pointer;
}
.anchor-nav li a {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.anchor-nav li .txt-area {
    font-size: 1.4rem;
    color: #073f7e;
    font-weight: bold;
    display: block;
}
.anchor-nav li .txt-area:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.anchor-nav li .icon-area {
    width: 36px;
    height: auto;
    display: block;
    margin: 0 auto 8px;
    min-height: 56px;
}
.anchor-nav li .icon-area object {
    z-index: -1;
    position: relative;
}
.anchor-nav li:nth-child(2) .icon-area {
    width: 50px;
}
.anchor-nav li:nth-child(3) .icon-area {
    width: 40px;
}
.anchor-nav li:nth-child(4) .icon-area {
    width: 42px;
}
.anchor-nav li:nth-child(5) .icon-area {
    width: 68px;
}
.anchor-nav li:nth-child(6) .icon-area {
    width: 45px;
}
#page-faq .sec:nth-of-type(1) {
    padding-bottom: 0;
}
#page-faq .sec:nth-of-type(2) {
    padding-top: 0;
}
#faq-list .column-base{
				margin-top: 70px;
}
#faq-list dt, #faq-list dd {
    position: relative;
    padding: 0 0 0 30px;
}
#faq-list dt:before, #faq-list dd:before {
    position: absolute;
    top: -3px;
    left: 0;
    content: "Q";
    font-size: 2.0rem;
    color: #073f7e;
    font-weight: bold;
}
#faq-list dd:before {
    content: "A";
}
#faq-list dd a {
    color: #5789b4;
}
#faq-list dd a:hover {
    color: #073f7e;
}
#faq-list dt {
    font-weight: bold;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#faq-list dl + dl {
    margin-top: 40px;
}


#faq-list dl dd a[target="_blank"]::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    width: 18px;
    height: 16px;
    display: inline-block;
    background-size: 18px 16px;
    position: relative;
    top: 0;
}
@media (max-width: 1340px) {
.anchor-nav li {
    width: calc(100% / 6);
    width: 16%;
}
}

@media (max-width: 767px) {
.anchor-nav {
    margin: 0 auto 30px auto;
}
.anchor-nav li {
    width: calc(100% / 3);
    width: 33.333333%;
    height: 72px;
}
.anchor-nav li:nth-child(3) {
    border-right: 2px solid #073f7e;
}
.anchor-nav li:nth-child(n+4) {
    margin-top: 10px;
}
.anchor-nav li .icon-area, .anchor-nav li:nth-child(2) .icon-area, .anchor-nav li:nth-child(3) .icon-area, .anchor-nav li:nth-child(4) .icon-area, .anchor-nav li:nth-child(5) .icon-area, .anchor-nav li:nth-child(6) .icon-area {
    width: auto;
    height: 30px;
    min-height: inherit;
}
.anchor-nav li .icon-area object {
    height: 100%;
    width: auto;
}
.anchor-nav li .txt-area {
    font-size: 1.3rem;
}
.anchor-nav li .txt-area:after {
    margin-left: 0;
    display: block;
}

#faq-list dl + dl {
    margin-top: 20px;
}
}

@media (max-width: 1040px) {
	#faq-list .column-base {
    margin-top: 40px;
}
}

/* ----------------------------------------------------------------------
 お問ぁEわせ - contact
---------------------------------------------------------------------- */
@media (max-width: 767px) {
#page-contact .column-base p.a-center {
    text-align: justify !important;
}
}
/* ----------------------------------------------------------------------
 blog - 新着惁E一覧
---------------------------------------------------------------------- */
#info.news-archive ul {
    margin-bottom: 50px;
}
.news-archive li.col-md-1 {
    -ms-flex: 0 0 5.6%;
    flex: 0 0 5.6%;
    max-width: 5.6%;
    border-left: 1px solid #073f7e;
    padding: 0;
}
.news-archive .cat-nav li.col-md-1 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}
.news-archive li:last-child {
    border-right: 1px solid #073f7e;
}
.news-archive li a {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #073f7e;
    font-weight: bold;
    display: block;
    line-height: 20px;
}

@media (max-width: 767px) {
.news-archive li.col-md-1 {
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
}
.news-archive .cat-nav li.col-md-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.news-archive ul.justify-content-center {
    -webkit-box-pack: left!important;
    -ms-flex-pack: left!important;
    justify-content: left!important;
}
.news-archive ul.justify-content-center li {
    margin-bottom: 5px;
}
}
/* ----------------------------------------------------------------------
 yearly - 年別一覧
---------------------------------------------------------------------- */
.news-archive li.current-cat a {
    color: #f6be53;
}
/* ----------------------------------------------------------------------
 blog - 新着惁E詳細
---------------------------------------------------------------------- */
#info-detail h2, #info-detail #info, #info-detail .post-thumbnail {
    margin-bottom: 30px;
}
#info-detail .post-thumbnail img {
    display: block;
    margin: 0 auto;
}
#info-detail .post-content {
    padding: 0 30px;
    border-bottom: 1px dotted #b8b8b8;
    margin-bottom: 50px;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
#info-detail .post-content {
    font-size: 1.6rem;
}
}
/* ----------------------------------------------------------------------
 pagination
---------------------------------------------------------------------- */
#info .pagination {
    margin-top: 40px;
}
.pagination .current, .pagination .inactive {
    font-weight: bold;
    font-size: 1.4rem;
    color: #073f7e;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #073f7e;
    border-radius: 2px;
    margin: 0 2px;
}
.pagination .current, .pagination .inactive:hover {
    background: #073f7e;
    color: #fff;
}
