/* other.css */

.wrapper {
    min-width: 100%;
    overflow: hidden;
}

header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
}

#pageCont {
    background: #fff;
    margin-top: 88px;
}

.inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    display: block;
}

li {
    font-size: 16px;
}

.c_memo {
    font-size: 12px;
    color: #ccc;
}

a:hover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view_pc {
    display: block;
}

.view_sp {
    display: none;
}


/*----------------------------------
パンくず
------------------------------------*/

.bread {
    width: calc(1290px - 40px);
    margin: 0 auto;
    padding: 15px 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1250px;
}

.bread a,
.bread span {
    font-size: 13px;
    display: block;
    margin-right: 10px;
    color: #333333;
}

.bread a {
    color: #B60005;
}


/*----------------------------------
下層Main
------------------------------------*/

.o_main_wrap,
.o_main_wrap2 {
    padding-top: 35px;
    position: relative;
}

.o_main_deco {
    width: 64%;
    max-width: 800px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.o_main {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.o_main_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}

.o_main_img:before {
    content: '';
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.o_main_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.o_main h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

.o_main h1 span {
    color: #B60005;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.o_main_wrap2 h1 span img {
    width: 30%;
}

.o_main h1 span.sup {
    color:#fff;
    font-size: 50%;
    vertical-align: top;
    position: relative;
    display: inline;
}

/*----------------------------------
各ブロック共通
------------------------------------*/

.block_inner h2 {
    font-size: 31px;
    font-weight: 300;
    margin-bottom: 30px;
}

.block_inner p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.block_inner p.center_tx {
    text-align: center;
}

.block_inner a {
    color: #B60005;
    font-size: 16px;
}

.block_inner h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    margin: 10px 0 10px 20px;
}

.block_inner h3:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    background-image: url(/assets/img/s_title01_ic-cms.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    margin-top: 7px;
    margin-left: -16px;
}

.block_inner h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.block_inner .box {
    background: #FCFCFC;
    border: 1px solid #D5D5D5;
    padding: 30px 30px 10px;
    margin-bottom: 20px;
}

.block_inner ul.links {
    margin-bottom: 20px;
}

.block_inner ul.links li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}


.bt01 {
    display: inline-block;
    min-width: 300px;
    border-radius: 5px;
    background: #B60005;
    color: #fff!important;
    font-weight: 500;
    text-align: center;
    padding: 19px 20px;
    margin-bottom: 20px;
}

.bt02 {
    display: inline-block;
    min-width: 300px;
    background: #fff;
    border: 1px solid #333333;
    color: #333333!important;
    font-weight: 500;
    text-align: center;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.bt01.center {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
}

.bt02.center {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
}

.bt01.right {
    display: block;
    width: 300px;
    margin-left: auto;
}

.bt02.right {
    display: block;
    width: 300px;
    margin-left: auto;
}

.center,
.txt-center {
    text-align: center;
}

ul.two_imgs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

ul.two_imgs li:first-child {
    margin-right: 20px;
}


/*----------------------------------
動画埋め込みパターン
------------------------------------*/

.thumb_mov {
    width: 100%;
    margin: 0 auto 20px;
}

.thumb_mov a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb_mov a:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(/22/img/common/play_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.normal_mov {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
}

.normal_mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------------------------------
汎用ブロック
------------------------------------*/

.block_normal .block_inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    /*    padding: 50px 0 30px;*/
    margin: 50px auto 60px;
}


/*----------------------------------
左見出し、右画像・動画
------------------------------------*/

.block_l_tx .block_inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    margin: 50px auto 60px;
    display: flex;
}

.block_l_tx .block_inner .area_l {
    width: 51%;
    margin-right: 4%;
}

.block_l_tx .block_inner .area_r {
    width: 45%;
}


/*----------------------------------
中央見出し、中央画像・動画
------------------------------------*/

.block_center .block_inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 50px auto 60px;
}

.block_center .block_inner h2 {
    text-align: center;
}

.block_center .center_img {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.block_center .center_img img {
    display: inline;
}
.success .inner, .cx_success .inner {
    width: calc(100% - 40px);
    max-width: 900px;
}
.success .inner, .cx_success .inner h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
}
.success .inner, .cx_success .inner #formcolourid {
    width: 100%;
}
/*----------------------------------
左画像・動画、右見出し・テキスト
------------------------------------*/

.block_r_tx .block_inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    margin: 50px auto 60px;
    display: flex;
}

.block_r_tx .block_inner .area_l {
    width: 45%;
    margin-right: 4%;
}

.block_r_tx .block_inner .area_r {
    width: 51%;
}


/*----------------------------------
導入事例ページ
------------------------------------*/

.c_intro h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.c_intro p {
    font-size: 18px;
}

.c_intro .inner {
    padding: 60px 0 60px;
}

.pickup h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
    margin-bottom: 30px;
}

.pickup h2 span {
    font-style: normal;
    font-size: 16px;
    color: #B9B9B9;
    display: block;
    padding-top: 10px;
}

.pickup .inner {
    padding-top: 25px;
    padding-bottom: 60px;
    border-top: 1px solid #D6D6D6;
    position: relative;
}

.pickup .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    background: #B60005;
    top: -1px;
    left: 0;
}

.pickup2 .inner {
    padding-top: 25px;
    padding-bottom: 60px;
    position: relative;
}



ul.pickupList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.pickupList li {
    width: 31.33333333%;
    max-width: 31.33333333%;
    margin-right: 3%;
    padding-bottom: 70px;
    position: relative;
}

ul.pickupList li:nth-child(3n) {
    margin-right: 0;
}

ul.pickupList li .pick_img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

ul.pickupList li .pick_img img {
    display: block;
    margin: 0 auto;
}

ul.pickupList li .pick_img2 {
    display: block;
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}

ul.pickupList li .p_title {
    margin-bottom: 10px;
}

ul.pickupList li h3 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

ul.pickupList li .p_tx {
    margin-bottom: 15px;
}

ul.pickupList li .p_tx p {
    margin-bottom: 10px;
}

ul.pickupList li .tags {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.pickupList li .tags a {
    border: 1px solid #B60005;
    color: #B60005;
    padding: 2px 16px 4px;
    border-radius: 20px;
    margin-right: 6px;
    margin-bottom: 6px;
}

ul.pickupList li .detail_bt {
    display: block;
    width: 100%;
    background: #333;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

ul.pickupList li .detail_bt span {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

ul.pickupList li .detail_bt.ex_link span:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url(/22/img/case/ex_link_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -2px;
}

.phase .ex_link span:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 12px;
    background-image: url(/22/img/ex_link_ic_red.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -2px;
}



h2.w_border span {
    border-bottom: 1px solid #D6D6D6;
    font-size: 24px;
    font-weight: 500;
    padding: 0 10px 10px;
    position: relative;
}

h2.w_border span:before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #B60005;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1px;
}

.case_list {
    background: #F9F6F3;
}

.case_list .inner {
    padding: 50px 0 30px;
}

.case_list .inner h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.case_tags {
    display: flex;
    justify-content: center;
}

.case_tags a {
    border: 1px solid #B60005;
    color: #B60005;
    padding: 5px 25px 7px;
    border-radius: 20px;
    font-size: 18px;
    margin: 0 5px 10px;
}

ul.caseList {
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.caseList li {
    width: 23.5%;
    width: 24%;
    background: #fff;
    padding: 15px 15px 70px;
    margin-right: 2%;
    margin-right: 1.3333333333%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}

ul.caseList li:nth-child(3n) {
    margin-right: 2%;
    margin-right: 1.3333333333%;
}

ul.caseList li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:980px) {
    ul.caseList li {
        width: 32%;
        max-width: 32%;
        margin-right: 2%;
    }
    ul.caseList li:nth-child(4n) {
        margin-right: 2%;
    }
    ul.caseList li:nth-child(3n) {
        margin-right: 0;
    }
}

ul.caseList li .detail_bt {
    width: 85%;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

ul.caseList li .detail_bt span {
    font-size: 13px;
}

.case_company .inner {
    width: calc(100% - 40px);
    padding: 60px 0 30px;
}

.case_company h2 {
    text-align: center;
    margin-bottom: 50px;
}

.case_company ul {
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.case_company ul li {
    padding: 0 10px;
    margin-bottom: 25px;
}
.block_inner div.text {
    margin-top: 0;
}

/*---------------20220427VR360新規追加-----------------*/

.vr360_logo {
    width: 20%;
    margin: 0 auto;
}

.kw360 {
    text-align: center;
}
.block_inner>div {
    margin-top: 5%;
}

.vr360_issue_txt {
    margin-top: 5%;
}

#vr360_iframe {
    height: 100vh;
    margin-bottom: -15vh;
}

.vr360_local_txt {
    text-align: right;
}

.icon_person {
    width: 100%;
    text-align: center;
}

.display_flex {
    display: flex;
    align-items: center;
    gap: 2%;
}

.func_desc_img {
    border-radius: 16px;
    border: 10px solid #ffde29;
}

.func_desc_img2 {
    border-radius: 16px;
    border: 5px solid #0f45b1;
}

.block_l_tx .block_inner.reverse {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    margin: 50px auto 60px;
    display: flex;
    flex-direction: row-reverse;
    gap: 3%;
}

.block_l_tx .block_inner.display_flex_no {
    display: block;
}

.kw360 h3:before {
    background-image: none;
}

.contact {
    width: calc(100% - 40px);
    max-width: 700px;
    padding: 50px 47px 30px;
    margin: 50px auto 60px;
    display: flex;
}


/*-----DAMPIM---------*/

.bt01cms {
    display: inline-block;
    min-width: 300px;
    border-radius: 5px;
    background: #fff;
    color: #b60005;
    font-weight: 500;
    text-align: center;
    padding: 19px 20px;
    margin-bottom: 20px;
    border: 1px solid #b60005;
}

.bt01cms:hover {
    background: #b60005;
    color: #fff
}

ul .damreason {
    list-style-type: square;
}

.link_cms {
    text-align: right;
    padding-right: 10%;
}


/*-----２０２２０６０３日笠山casestudy新規追加---------*/

.block_l_cs .block_inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    margin: 50px auto 60px;
    display: flex;
}

.block_l_cs .block_inner .area_cs {
    width: 50%;
}

.block_l_cs .block_inner .area_left {
    width: 51%;
    margin-right: 4%;
    margin-top: 0%!important;
}

.mokuji_title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

h3.block_tit {
    Font-size: 24px;
}

h5.tit-bold {
    font-size: 16px;
}

.area_right {
    width: 50%;
    margin-top: 0%!important;
}

span.f_w_b {
    font-weight: bold;
}

.about_cs {
    padding-top: 60px;
    margin-top: -60px;
}

.about_cs ul.ab_block {
    display: -webkit-flex;
    display: flex;
}

.about_cs ul.ab_block01 li:nth-child(1) {
    width: 60%;
}

.about_cs ul.ab_block01 li:nth-child(2) {
    width: 50%;
}

.about_cs ul.ab_block02 li:nth-child(1) {
    width: 50%;
}

.about_cs ul.ab_block02 li:nth-child(2) {
    width: 60%;
}

.about_cs ul.ab_block03 li:nth-child(1) {
    width: 30%;
}

.about_cs ul.ab_block03 li:nth-child(2) {
    width: 100%;
}

.about_cs ul.ab_block04 li:nth-child(1) {
    width: 100%;
}

.about_cs ul.ab_block04 li:nth-child(2) {
    width: 30%;
}

.about_cs ul.ab_block05 li:nth-child(1) {
    width: 90%;
    margin-right: 90px;
}

.about_cs ul.ab_block02 .list--disc li {
    width: 100%;
}
.about_cs ul.ab_block06 li:nth-child(1) {
    width: 60%;
    margin-right: 90px;
}
.about_cs ul.ab_block06 li:nth-child(2) {
    width: 35%;
}
.about_cs ul.ab_block07 li:nth-child(1) {
    width: 50%;
    margin-right: 90px;
}
.about_cs ul.ab_block07 li:nth-child(2) {
    width: 45%;
}
.about_cs ul.ab_block08 li:nth-child(1) {
    width: 45%;;
    margin-right: 90px;
}
.about_cs ul.ab_block08 li:nth-child(2) {
    width: 50%;
}


.link-btn a {
    display: block;
    margin: 0 auto;
    height: 70px;
    max-height: 70px;
    width: 515px;
    padding-right: 30px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-indent: -4vw;
    background-size: 20px;
    background-color: #B60005;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
}

.link-bdash-document {
    display: inline-block;
    width: 130px;
    position: absolute;
    transform: translate(238px, -114px);
    z-index: 2;
}

img.img_right {
    margin: 15px auto;
}

img.img_left {
    margin: 23px 0;
}

img.img_left02 {
    margin: 15px auto;
}

h4.tit-red {
    font-size: 20px;
    margin-bottom: 20px;
    color: #b60005;
}

.o_main_ex h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

.o_main_img_ex {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}

.o_main_ex {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.o_main_img_ex:before {
    content: '';
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.o_main_ex h1 span {
    color: #B60005;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.o_main_img_ex img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check_list_ex a.link_down:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    background-image: url(/assets/img/s_title01_ic-cms.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    margin-top: 7px;
    margin-left: -16px;
}

.block_inner .comment_box {
    margin-top: 0px;
}

.comment_box .img {
    float: right;
    width: 27%;
    margin: 0 0 15px 15px;
    margin-top: 0px;
}

.comment_box .img .txt-s80 {
    font-size: 80%;
    padding: 0 65px 0;
    text-align: center;
}

.lightGrayBox {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    border: 10px solid #f4f4f4;
    padding: 32px 26px;
    margin-bottom: 20px;
}

.tit-bold {
    font-size: 18px;
    font-weight: 900;
    margin: 15px 0;
}

.tit-heading10 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    border-left: 5px solid #c01920;/*左線*/
    border-bottom: 1px solid #000;
    padding: 0.4em 0.5em;
    line-height: 1.3;
}
.check_list_ex li {
    padding-bottom: 10px;
    font-size: 18px;
    list-style-type: none;
}

ul.check_list_ex {
    padding-left: 16px;
    padding-top: 16px;
}

img.img_center {
    margin: 15px auto;
}

.company_infomation dt {
    display: flex;
    justify-content: space-between;
    clear: both;
    float: left;
    padding-top: 20px;
    font-size: 15px;
}

.company_infomation dd {
    padding-top: 20px;
    padding-left: 202px;
    font-size: 15px;
    margin: 0 auto;
}

.company_infomation dd::before {
    content: "：";
}

.company_infomation p {
    padding-top: 30px;
}

p.img_txt {
    font-size: 80%;
}

p.img_txt_center {
    font-size: 80%;
    text-align: center;
    padding-top: 15px;
}

p.img_txt_right {
    font-size: 80%;
    padding-left: 43px;
}


/*------------日比谷花壇-----------*/

section.customer_pro_mt {
    margin-top: 13%;
}


/*------------IDOM-----------*/

.o_main_ex h1 span.tit_min {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    display: contents;
}

img.img_center02 {
    margin: 15px auto;
    padding-top: 140px;
}


/*-------JAL-----------*/

h4.tit-bold {
    font-size: 16px;
}


/*----------solution追加--------------*/


/*--------DX人材育成----------*/

.definition_list dt {
    float: left;
}

img.dx_img_size {
    margin: 60px auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tbl-r04 tr {
    border: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
}

.tbl-r04 th,
.tbl-r04 td {
    width: 25%;
    padding: 15px 25px;
    border-right: solid 1px #eee;
}

td.icon {
    position: relative;
    text-align: left;
    background-color: #ec7c7c;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

td.icon:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #ec7c7c;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.th_color {
    background-color: #ebc9c9;
}

p.p_lineheight {
    padding-bottom: 20px;
}


/*--------------新規会社概要追加20220614日笠山--------------*/


/*-----------共通--------------*/

ul.list--down li {
    text-indent: -1em;
    padding-left: 1em;
}

.o_main_img_co {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}

.o_main_co {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.o_main_img_co:before {
    content: '';
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.o_main_co h1 span {
    color: #B60005;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.o_main_img_co img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.o_main_co h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

.section-block h2.tit-heading04,
.tit-heading04 {
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.section-block p {
    line-height: 1.6;
    font-size: 16px;
}

a.link_red {
    color: #B60005;
    text-decoration: none;
    font-size: 16px;
}

.table-x th {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    min-width: 116px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

.table-x td {
    vertical-align: middle;
    line-height: 1.6;
    border-right: none;
    font-size: 16px;
    padding: 10px 25px;
    border-left: solid 1px #eee;
}

.table-x p {
    font-size: 16px;
}

.block_inner_co p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.6;
}


/*------------企業情報リンク-----------------*/

section.corporate {
    width: calc(100% - 40px);
    max-width: 87%;
    margin: 0 auto auto auto;
    padding: 10px 0 60px;
    border-top: 3px solid;
}

li.separator {
    display: inline-block;
}

li.separator:not(:first-child)::before {
    content: "|";
}

li.separator a {
    padding: 12px;
    font-size: 16px;
}

.corporate_title {
    padding: 20px 0 0 0;
}

section.corporate span {
    font-size: 20px;
    padding: 10px 0;
}

ul.normal-sub {
    margin: 0 auto;
}

.u-mb20 {
    margin-bottom: 20px;
}


/*-------会社概要--------*/

.main-contents {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 260px);
    font-size: 16px;
    font-size: 1.6rem;
}

.block_h3 {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.block_h3 p {
    font-size: 16px;
}

.tit-heading05 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    color: #000;
    line-height: 1.3;
}

.table-c th, .table-a th {
    text-align: left;
    font-size: 16px;
}

.table-x tr {
    border-bottom: solid 1px #eee;
    border-left: none;
    border-right: none;
}

.table-c tr {
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #eee;
}

.table-c td, .table-a td {
    border: none;
    font-size: 16px;
}
.table-a tr {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.table-a th {
    border: none;
}
.row {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.team-box {
    padding-right: 35px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}
.team-box:first-child {
    border-top: solid 1px #eee;
    padding-top: 20px;
}
.team-box .photo {
    width: 186px;
    height: 186px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 30px;
}

.team-box .photo img {
    width: 186px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 30px;
}

.team span {
    display: block;
    float: right;
    width: calc(100% - 200px);
}

.team p {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    margin-bottom: 20px;
    margin-top: 0px;
}

.team-box .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.team-box .sub-title {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    margin-bottom: 0px;
    font-weight: 600;
    vertical-align: baseline;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.team-box .ln-photo {
    width: 26px;
    height: 26px;
    margin-top: 5px;
}


/*-------経営理念-------*/

.p_b_15 p {
    padding-bottom: 15px;
    font-size: 16px;
}


/*-------社長挨拶-------*/

.right {
    text-align: right;
    margin-left: auto;
    padding-bottom: 5px;
}

p.right {
    display: block;
}

.block_l_tx .block_inner_gr {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 50px auto auto auto;
    display: flex;
}

.block_inner_gr h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.block_l_tx .block_inner_gr .area_l {
    width: 51%;
    margin-right: 4%;
}

.block_inner_gr p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.block_center_gr .block_inner_gr {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
}

.block_l_co .block_inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    margin: 50px auto 0;
    display: flex;
}

.block_l_co .block_inner .area_cs {
    width: 50%;
}

.block_l_co .block_inner .area_left {
    width: 51%;
    margin-right: 4%;
    margin-top: 0%!important;
}


/*-----------沿革------------*/

.table-x {
    width: 100%;
    border-top: solid 1px #eee;
}

.table-c {
    width: 100%;
}
.table-a {
    width: 100%;
}
th.border {
    border-right: none;
}

tr.border02 {
    border-left: none;
    border-right: none;
}

td.border03 {
    border-right: none;
    text-align: left;
}


/*-----------地図・アクセス------------*/

.flex_box {
    display: flex;
}

.Box {
    padding: 0 25px;
}

.block_inner_map h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0 10px 0px
}

.block_inner_map h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px auto;
    position: relative;
    margin-left: 16px;
}

.block_inner_map h3:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    background-image: url(/assets/img/s_title01_ic-cms.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    margin-top: 7px;
    margin-left: -16px;
}


/*-------個人情報保護方針----------*/

.list--down>li {
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 10px;
}

.section-block li {
    line-height: 1.6;
    font-size: 16px;
}

.table-c th.col4,
.col5 {
    text-align: center;
    background-color: #e6e6e6;
    font-size: 16px;
    border: 1px solid #fff;
}

.table-c th {
    vertical-align: middle;
    font-size: 16px;
    padding: 10px;
}

table.table-c.u-mb30.u-mt10 {
    margin-top: 50px;
}

.table-c td {
    vertical-align: middle;
    line-height: 1.6;
    font-size: 16px;
    border-left: solid 1px #eee;
    padding: 10px;
}

table.table-x.u-mb30.u-mt10 {
    margin-top: 50px;
}

li.table_margin {
    margin-top: 50px;
}

th.co_width {
    width: 3%;
}

th.col4 {
    width: 30%;
}

th.col5 {
    width: 66%;
    text-align: center;
}

h3.tit-heading03 {
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 10px 18px;
    position: relative;
}

h3.tit-heading03:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    background-image: url(/assets/img/s_title01_ic-cms.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    margin-top: 7px;
    margin-left: -16px;
}
h3.tit-heading16 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 0px 15px;
    position: relative;
    display: flex;
    align-items: center;
}
h3.tit-heading16:before {
    vertical-align: middle;
    margin-left: -16px;
    content: "■";
    margin-right: 10px;
    color: #c01920;
}
h5.txt05 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;


}



/*-------情報セキュリティ基本方針-------*/

.list--decimal>li {
    margin-left: 1em;
    margin-bottom: 10px;
    list-style-type: decimal;
    text-indent: -1em;
    padding-left: 1em;
}

.phase {
    margin-bottom: 20px;
}

span.bold_800 {
    font-weight: 800;
    font-size: 18px;
}

ol.list--decimal {
    text-indent: -1em;
    padding-left: 1em;
}


/*------------ハートコア内部通報受付窓口-------------------*/

p.tit-bold02 {
    font-weight: bold;
    font-size: 18px;
    margin: 22px 0 10px 0;
}

ul.list--disc {
    padding-bottom: 25px;
}

/*-----------電子公告----------*/

ul.irList {

}
ul.irList li.a_02 {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
ul.irList li.a_02:last-child {
    border-bottom: 1px solid #ccc;
}
.icon-pdf::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 16px;
    background-image: url(/22/img/corporate/icon-pdf-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -2px;
}
ul.irList li span {
    border-bottom: 1px solid #ccc;
}


/*-----------移転----------*/

li.margin15 {
    margin: 15px 0;
}


/*------------インフォマ---------------*/

h3.tit-heading06 {
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 0px 0px;
    position: relative;
}


/*------オフィス引越し----------*/

.about_co {
    padding-top: 60px;
    margin-top: -60px;
}

.about_co ul.ab_block {
    display: -webkit-flex;
    display: flex;
}

.about_co ul.ab_block01 li:nth-child(1) {
    width: 60%;
}

.about_co ul.ab_block01 li:nth-child(2) {
    width: 50%;
}

.about_co ul.ab_block02 li:nth-child(1) {
    width: 50%;
}

.about_co ul.ab_block02 li:nth-child(2) {
    width: 60%;
}


/*-----------2022newpageセミナーLP---------------------------------------------------------------*/

.list--check {
    margin-bottom: 1em;
    list-style-type: disc;
}

.list--disc>li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.event-group__selectGroup .event-group__back {
    min-width: 130px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 5px 5px 30px;
    display: block;
    position: relative;
    color: inherit;
}

/*-------パートナー様一覧----------*/
.partner_list5 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partner_list5 ul li {
    max-width: 20%;
}
.partner_list5 ul li.logo2 {
    max-width: 30%;
}
.partner_list5 ul li p {
    line-height: 1.6;
    font-size: 16px;
}

.partner_list3 {
    display: block;
    line-height: 1;
}

.partner_list2 ul,
.partner_list3 ul {
    display: flex;
    justify-content: space-between;
}

.partner_list2 ul li,
.partner_list3 ul li {
    text-align: center;
    margin: 0;
}

.partner_list2 ul li p.img,
.partner_list3 ul li p.img {
    width: 300px;
    height: 120px;
}

.partner_list4 ul li p.img {
    width: 230px;
}

.partner_list2 ul li p.img02 {
    width: 130px;
}

.tit-heading01 {
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.tit-heading15 {
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 30px;
}

.list--disc>li {
    line-height: 1.6;
    margin-left: 1em;
    margin-bottom: 10px;
    text-indent: 1em;
    font-size: 16px;
    padding-left: 3em;
    text-indent: -3em;
}

.list--check>li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    /*アイコン種類*/
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまで*/
    color: #668ad8;
    /*アイコン色*/
}

.event-group {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 10px;
}

.event-detail {
    width: 100%;
    padding: 0 calc(40% - 440px);
    margin: 0 auto;
    padding-top: 10px;
}

.event-group__view:after {
    display: block;
    content: '';
    position: absolute;
    top: 18px;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: 0px;
    border: 4px solid transparent;
    border-left: 5px solid #c01920;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.event-group__view {
    min-width: 178px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 20px;
    padding: 8px 40px 8px 12px;
    position: relative;
    font-size: 12px;
}

.event-section span.even-span-font {
    font-size: 16px;
}

.event-section .txt-event-small {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.2;
    text-align: center;
}

.event-group h1.tit-heading01 {
    font-size: 24px;
}

.event__data {
    font-size: 16px;
}

.event-group__back {
    min-width: 130px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 12px 12px 12px 30px;
    display: block;
    position: relative;
    color: inherit;
}

.event-group__selectGroup {
    position: relative;
    padding-top: 16px;
}

.event-group__selectGroup.top {
    padding-top: 0px;
}

.event-group__year {
    position: absolute;
    top: -4px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wappen {
    color: #fff;
    padding: 3px 20px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
}

.wappen--green {
    background-color: #65C6BB;
}

.wappen--orange {
    background-color: #e67f22;
}

.wappen--red {
    display: inline-block;
    background-color: #ca1d06;
}

.wappen--brown {
    background-color: #6a3906;
}

.wappen--blue {
    background-color: #3476b8;
}

.wappen--yellowgreen {
    background-color: #65c66d;
}

.wappen--gray {
    display: inline-block;
    color: #fff;
    background-color: #777;
}

.wappen--skyblue {
    background-color: #87cefa;
}

.wappen--purple {
    background-color: #9b59b6;
}

.wappen--green {
    background-color: #65C6BB;
}

.wappen--pink {
    background-color: #F27398;
}

.event__wappen--detail {
    font-size: 13px;
    display: inline-block;
    margin-left: 20px;
}

.event-group__back:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 8px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 4px solid transparent;
    border-right: 5px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.event-section h4.tit-bold {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.event-detail__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.event-table p,
.event-table ul {
    margin-bottom: 20px;
    word-break: normal;
}

.event-detail__date {
    font-size: 26px;
}

.event-detail__date>span {
    font-size: 16px;
}

h2.event__title-sub {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}

.event__title-main span {
    font-size: 20px;
    font-weight: bold;
}

.event__title-main {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 1.3;
}

.event__txt {
    font-size: 16px;
}

.rubyBox {
    border: 1px solid #ca1e07;
    padding: 32px 26px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.txt_size dt {
    font-size: 18px;
    line-height: 32px;
}

.txt_size dd {
    font-size: 18px;
    line-height: 32px;
}

.tit-heading02 {
    font-size: 26px;
    font-weight: 500;
    margin: 50px 0 15px 0px;
    position: relative;
    color: #c01920;
}

.event-section {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.event-section p {
    font-size: 16px;
    line-height: 1.5;
}

.event-section p span {
    font-size: 16px;
}

p.line_h2 {
    line-height: 2.5;
}

p.u-tm20.red {
    margin: 0 auto;
}

.button {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
}

.button--entry {
    color: #c52b31;
    font-size: 20px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #c52b31;
    width: 314px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
}
.button--entry.w500 {
    width: 500px;
}
.event-button {
    margin: 40px 0;
    text-align: center;
    font-size: 16px;
}

.button--entry span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 6px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button--entry:hover,
.button--entry:hover {
    color: #fff;
    background-color: #ca1d06;
}

.button--entry2 {
    color: #c52b31;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #c52b31;
    width: 320px;
    height: 94px;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.button--entry2 a {
    padding: 30px;
    color: #c52b31;
    font-size: 20px;
}

.button--entry2 a:hover {
    color: #fff;
}

.button--entry:hover,
.button--entry2:hover {
    color: #fff;
    background-color: #ca1d06;
}

.button--entry:hover:after,
.button--entry2:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 6px solid #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button--entry a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
    padding: 30px 50px;
}

a,
label {
    cursor: pointer;
}

.event-table thead th {
    color: #fff;
    text-align: center;
    background-color: #c01920;
    font-size: 16px;
}

.event-table th {
    width: 5%;
}

.event-table th,
.event-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
    border-right: none;
    border-left: none;
}
.event-table td.strong {
    font-weight: bold;
}
.event-table tr {
    border: none!important;
}

.event-inquiry .lightGrayBox__title {
    margin-bottom: 0;
    margin-right: 45px;
    line-height: 2.0;
}

.lightGrayBox__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}

.event-inquiry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 2.0;
}

.event-inquiry>address {
    margin-right: 45px;
    line-height: 2.0;
    font-size: 18px;
}

address,
em {
    font-style: normal;
}

ul.font_18 li {
    font-size: 18px;
}

.link {
    position: relative;
    color: inherit;
    color: #B60005;
}

.event-table p.speaker {
    font-size: 10pt;
    margin-bottom: 10px;
}

.event-group.event-top {
    width: 100%;
}

.event-section li {
    font-size: 16px;
}

.event__title--detail {
    font-size: 32px;
    margin-bottom: 30px;
}

.event__txt {
    word-break: normal;
}

.event__access-table th {
    width: 100px;
}

.event__access-table {
    font-size: 16px;
    border-top: 1px solid #eee;
    border-collapse: collapse;
}

.event__access-table th,
.event__access-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
}

.event__accessMap {
    display: flex;
}

.event__map {
    margin: 0 auto;
}

.event__access {
    margin: 0 auto;
}

.event-table th {
    width: 20%;
}

.event-table td {
    width: 80%;
}

.event-detail__body img {
    margin: 0 auto;
}
.rubyBox2 {
    width: 70%;
}
.rubyBox3 {
    width: 85%;
}

.rubyBox4 {
    width: 15%;
}
.rubyBox5 {
    width: 30%;
}

.rubyBox-column3,
.rubyBox-column4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

article.event-section lightGrayBox {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    border: 10px solid #f4f4f4;
    padding: 32px 26px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.button--square-seminer {
    color: #ca1d06;
    width: 340px;
    height: 60px;
    border: 2px solid #c01920;
    text-align: center;
}

.button--square-seminer>span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    color: #ca1d06;
    font-size: 16px;
}

.button--square-seminer {
    color: #ca1d06;
    width: 340px;
    height: 60px;
    line-height: 56px;
    border: 2px solid #c01920;
    text-align: center;
}

.button4.black.button--square-seminer span {
    padding: 0;
}

.button4.black.button--square-seminer span a {
    padding: 10px 40px;
    color: #fff;
}

.button4.black.button--square-seminer {
    color: #fff;
    background-color: #c01920;
    margin: 0 auto;
}

.button4.black.button--square-seminer>span:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 70%;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.button5.black.button--square-seminer span {
    padding: 0;
}

.button5.black.button--square-seminer span a {
    padding: 10px 40px;
    color: #fff;
}

.button5.black.button--square-seminer {
    color: #fff;
    background-color: #c01920;
}

.button5.black.button--square-seminer>span:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 70%;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.button5.black.button--square-seminer.left-arrow>span:before {
    border: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    top: 50%;
}

.button--square-seminer>span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

.morebtn a {
    display: block;
    width: 140px;
    border: 1px solid #4673c5;
    background: #4673c5;
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 10pt;
}

h1.tit-heading13 {
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 1.3;
}

h2.tit-heading13 {
    margin-bottom: 25px;
    padding-bottom: 12px;
    color: #c01920;
    border-bottom: 1px solid #c01920;
    line-height: 1.3;
    text-align: center;
    border: none;
}

.event-table-seminar th.session_tab {
    text-align: center;
    background-color: #666;
    color: #ffffff;
}

.event-table-seminar tr.s1 td.session {
    min-width: 166px;
}

.event-table-seminar tr.w3 td.session {
    width: 33%;
}

.event-table-seminar td.session {
    position: relative;
    height: 290px;
    min-width: 200px;
    padding-bottom: 10px;
    vertical-align: top;
}

.event-table-seminar td:first-child {
    border-left: 1px solid #eee;
}

.event-table-seminar td {
    vertical-align: top;
    border-right: 1px solid #eee;
}

.event-table-seminar thead th {
    width: 180px;
    color: #fff;
    text-align: center;
    background-color: #c01920;
}

.event-table-seminar th {
    background-color: #eee;
    padding: 10px 0;
}

.event-table-seminar th,
.event-table-seminar td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    line-height: 1.5;
}

.event-table-seminar th,
.event-table-seminar td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    line-height: 1.5;
}

.event-table-seminar td.keynote {
    position: relative;
}

.event-table-seminar p.speaker {
    font-size: 13px;
    margin-bottom: 10px;
}

.event-table-seminar p.speaker2 {
    font-size: 13px;
    margin-bottom: 5px;
}

.event-table p.speaker2 {
    font-size: 10pt;
    margin-bottom: 5px;
    line-height: 1.3;
}

.event-table-seminar td.keynote div.apbtn div.appl {
    margin: 10px 0 0 10px;
}

.event-table-seminar div.appl {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.event-table-seminar td.keynote div.apbtn {
    position: absolute;
    bottom: 10px;
    display: flex;
}

input,
button,
select {
    vertical-align: middle;
    border-radius: 0;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.event-table-seminar p,
.event-table-seminar ul {
    margin-bottom: 20px;
}

.event-table-seminar td.session:nth-child(even) {
    background: #FFFFEE;
}

.event-table-seminar td.session div.apbtn {
    position: absolute;
    bottom: 0px;
}

.red-Note02 {
    right: 0;
    left: 0;
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    bottom: 45px;
}

input[type=radio],input[type=checkbox]{
    background: #fff;
    border: 1px solid #ddd;
    -webkit-appearance: auto;
}

.comment02 {
    right: 0;
    left: 0;
    text-align: center;
    color: red;
    font-size: 1rem!important;
    position: absolute;
    bottom: 70px;
}

h2.tit-heading14 {
    font-size: 26px;
    font-weight: 500;
    margin: 50px 0 15px 0px;
    position: relative;
    color: #c01920;
}

.button--square-confi {
    color: #ca1d06;
    width: 340px;
    height: 60px;
    border: 2px solid #c01920;
    text-align: center;
}

.button--square-confi>span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    color: #ca1d06;
    font-size: 16px;
}

.button--square-confi>span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.eventBox2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    padding: 20px;
    margin-top: 20px;
}

.eventBox2 .eventBox2__txt {
    width: 85%;
}

p.event__txt.eventBox2__txt {
    margin: 0 20px;
}

.eventBox2 .eventBox2__txt span {
    font-weight: bold;
    line-height: 3;
    font-size: 25px;
}

h1.tit-heading01_1.u-mt20 span {
    font-size: 20px;
    font-weight: bold;
}


/*----------セミナー申込み確認フォーム--------------------------------------------------------------------*/



.red {
    color: #c01920;
}

.table-contact th {
    padding: 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    text-align: left;
    width: 300px;
}

.table-contact td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    vertical-align: middle;
    text-align: left;
}

.table-contact th span {
    font-size: 10px;
    font-size: 1.0rem;
    color: #c01920;
}

.table-contact input[type=text],
.table-contact input[type=email],
.table-contact input[type=tel],
.table-contact textarea,
.table-contact input[type=number],
.table-contact input[type=phone] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    font-size: 100%;
}

input,
button,
select {
    vertical-align: middle;
    border-radius: 0;
    border: none;
    background: transparent;
    margin: 0;
    padding: 6px;
    cursor: pointer;
}

.table-contact input[type=checkbox],
.table-contact input[type=radio] {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-appearance: auto;
}

.input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    display: inline-block;
    width: 8px;
    height: 5px;
    border-left: 2px solid #555754;
    border-bottom: 2px solid #555754;
    transform: rotate(-54deg);
}

.table-contact {
    width: 100%;
    margin: 10px 0 30px;
    font-size: 16px;
    border-top: 1px solid #eee;
}

.text-centerd {
    text-align: center;
}

.button--square {
    color: #ca1d06;
    width: 340px;
    height: 60px;
    border: 2px solid #c01920;
    text-align: center;
}

.button--square>span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button--square>span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    color: #ca1d06;
    font-size: 16px;
}

.button {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.contact-text {
    margin-bottom: 30px;
}

.link--mail {
    margin-right: 3px;
    padding-right: 18px;
    position: relative;
    color: inherit;
    background: url(/images/common/ico_mail-s.png) no-repeat 100% 50%;
}

.check_btn {
    display: flex;
    flex-wrap: wrap;
}

.rc-anchor-light.rc-anchor-normal {
    border: 1px solid #d3d3d3;
}

.rc-anchor-light {
    background: #f9f9f9;
    color: #000;
}

.rc-anchor-normal {
    height: 74px;
    width: 300px;
}

.rc-anchor {
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}

.recaptcha-checkbox-border {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1;
}

.rc-anchor-checkbox-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px;
}

.rc-anchor-checkbox {
    margin: 0 12px 2px 12px;
}

.recaptcha-checkbox {
    border: none;
    font-size: 1px;
    height: 28px;
    margin: 4px;
    width: 28px;
    overflow: visible;
    outline: 0;
    vertical-align: text-bottom;
}

.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.rc-anchor-logo-img-portrait {
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    width: 32px;
}

.rc-anchor-logo-img {
    background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
    background-repeat: no-repeat;
}

iframe {
    max-width: 100% !important;
}

span.box_span {
    font-size: 16px;
}


/*----------ニュース＆トピックス--------------------------------------------------------------------*/

section.section-block {
    width: 100%;
    padding: 0 calc(40% - 440px);
    margin: 0 auto 30px;
    padding-top: 10px;
}

section.event-section {
    width: 100%;
    padding: 0 calc(40% - 440px);
    max-width: 100%;
    margin: 0 auto 30px;
    padding-top: 10px;
}

.txt-right {
    text-align: right;
}

img.img_initial {
    display: initial;
}

p.p-top20 {
    padding-top: 20px;
}

.tit-heading01_1 {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

.news-section .news__txt {
    margin-bottom: 20px;
}
.news-movie01 {
    max-width: 700px;
    margin: 45px auto;

}
.wap01 {
    background-color: #f5f5f5f5;
    margin: 0 100px 50px;
    padding: 20px;
}
.object-fit-cover {
    object-fit: cover;
    width: 100%;
}
.video-img {
    width: 100%;
}
.display_flex_in {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.book_img {
    margin: 0 auto;
    width: 13%;
}

.tit21 {
    font-size: 21px;
}

ol li.txt-num {
    list-style-type: decimal;
    margin-bottom: 10px;
    margin-left: 20px;
}

.bold {
    font-weight: bold;
}

.big_img img {
    margin: 10px auto;
    width: 70%;
}
.big_img2 img {
    margin: 10px auto;
    width: 50%;
}

.news_header .news_header_date {
    float: right;
    text-align: right;
}

.tit21 {
    font-size: 21px;
    font-size: 1.4rem;
}

.notes p {
    padding: 5px 0 15px 0;
    font-size: 16px;
}

.notes p span {
    font-size: 16px;
}

.display_flex_in {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.display_flex_in .bookimg_area {
    width: 30%;
    margin: 0 auto;
}

img.bookimg {}

.book-product {
    width: 60%;
}

.event__data dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.event__data dt {
    font-size: 16px;
    width: 90px;
}

.event__data dd {
    font-size: 16px;
    width: calc(100% - 90px);
}

.event__data dl dd span {
    font-size: 16px!important;
}

.event__data .rubyBox dt {
    font-size: 16px;
    width: 50px;
}

.event__data .rubyBox dd {
    font-size: 16px;
    width: calc(100% - 50px);
}

.event__data dl.rubyBox3 {
    width: 80%;
}

.book-product dt {
    padding: 5px 0;
}

.book-product dd {
    padding: 5px 0;
}

.book-product dd::before {
    content: ":";
}

.book-product02 dt {
    display: flex;
    justify-content: space-between;
    clear: both;
    float: left;
    font-size: 18px;
    padding-top: 20px;
}

.book-product02 dd {
    padding-top: 20px;
    padding-left: 91px;
    font-size: 18px;
    margin: 0 auto;
}

.book-product02 dd::before {
    content: ":";
}

.txt-center {
    text-align: center;
}

a.link {
    font-size: 16px;
}

.section-block {
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.u-mt50 {
    margin-top: 50px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}

img.img_center03 {
    max-width: 70%;
    margin: 0 auto;
}

img.img_center04 {
    max-width: 35%;
    margin: 20px auto;
}

img.img_center05 {
    max-width: 50%;
    margin: 20px auto;
}

.link:after {
    display: inline-block;
    position: relative;
    content: '';
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link--external {
    padding-right: 23px;
    position: relative;
    color: inherit;
    background: url(/images/common/ico_external.png) no-repeat 100% 50%;
}

.link--external span {
    color: #b60005;
}

h3.tit-heading03 p.news__txt {
    text-indent: 1em;
}

section.section-block.notes ol {
    text-indent: 1em;
}

.base-table th,
.base-table td,
.base-table2 th,
.base-table2 td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
}

.base-table2 {
    width: 100%;
}

.base-table2 tbody th {
    text-align: left;
}

.col-md-1 {
    text-align: center;
}

.section-block p.caption_centr {
    font-size: 80%;
    text-align: center;
    margin-bottom: 20px;
}

.notes p span.sub-title {
    font-size: 20px;
}

span.subtitle-s {
    font-size: 20px;
    font-weight: 500;
}

p.news__comment {
    padding-bottom: 55px;
    text-align: center;
    margin: 5px;
}

.bookinfo-top {
    display: flex;
    margin: 0 auto;
}

.Apromore-product dt {
    padding: 5px 0;
}

.Apromore-product dd {
    padding: 5px 0;
}

.Apromore-product dd::before {
    content: ":";
}

ul.news_flex_img {
    display: flex;
    text-align: center;
}

.tit18 {
    font-size: 18px;
}

img.img_100 {
    width: 45%;
}

span.sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
}
.notes p span.sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
}
.section-block small {
    font-size: 12px;
    line-height: 1.2;
}

.section-block p.txt-ex-small2,
.notes p.txt-ex-small2,
.news-detail__body .txt-ex-small2,
.txt-ex-small2 {
    font-size: 12px;
    line-height: 1.2;
}

.event-section {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.5;
}

ul.news_flex_img {
    display: flex;
    text-align: center;
}

.flex_around {
    display: flex;
    justify-content: space-around;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.img_center06 {
    max-width: 100%;
    margin: 0 auto;
}


/*----------mariaDBMySQL--------------------------------------------------------------------*/


/*----共通-----*/

ul.list--disc-db li {
    line-height: 1.6;
    margin-left: 1em;
    margin-bottom: 10px;
    text-indent: 1em;
    font-size: 16px;
    padding-left: 3em;
    text-indent: -3em;
}

ul.list--disc-db li:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 24px;
    background-image: url(/22/img/dx/check_ic.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
}

ul.list_textlong li:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 24px;
    background-image: url(/22/img/dx/check_ic.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
}

ul.list_textlong li {
    line-height: 1.6;
    margin-left: 1em;
    margin-bottom: 10px;
    text-indent: 1em;
    font-size: 16px;
    padding-left: 3em;
    text-indent: -3em;
}

ul.list_textshort li {
    line-height: 1.6;
    margin-left: 1em;
    margin-bottom: 10px;
    text-indent: 1em;
    font-size: 16px;
    padding-left: 3em;
    text-indent: -3em;
}

ul.list_textshort li:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 24px;
    background-image: url(/22/img/dx/check_ic.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
}

.check_list_ex01 li:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 24px;
    background-image: url(/22/img/dx/check_ic.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 15px;
}

h1.tit-heading12 {
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

h4.tit-heading06 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    position: relative;
    line-height: 1.6;
}

h5.tit-heading06 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    position: relative;
    line-height: 1.6;
}

h4.tit-heading03:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    background-image: url(/assets/img/s_title01_ic-cms.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    margin-top: 7px;
    margin-left: -16px;
}

h4.tit-heading03 {
    font-size: 20px;
    font-weight: 500;
    margin: 50px 0 15px 18px;
    position: relative;
}

.notes {
    margin-bottom: 30px;
}

.notes ol {
    text-indent: 1em;
}

.block_04 {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

h3.tit-heading07 {
    font-size: 26px;
    font-weight: 500;
    margin: 50px 0 15px 0px;
    position: relative;
    color: #c01920;
}

section.section-block_db {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto 30px;
    width: 80%;
}

.section-block_db {
    padding-top: 60px;
    margin-top: -60px;
}

.section-block_db {
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.section-block_db ol li.txt-num {
    margin-bottom: 10px;
    text-indent: 1em;
}

.list--disc .sub-list>li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.base-table thead th {
    color: #fff;
    text-align: center;
    background-color: #c01920;
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 20px;
    font-size: 16px;
}

td.padding8 {
    padding: 8px;
}

p.more-details {
    text-align: right;
}

.base-table tr {
    border: none;
    border-bottom: solid 1px #eee;
    border-right: none;
}

.base-table th {
    border-right: none;
}

.base-table td {
    border-right: none;
    text-align: center;
    padding: 20px;
}

td.table__left {
    text-align: left;
}

.link_red:after {
    display: inline-block;
    position: relative;
    content: '';
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h3.tit-heading08 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 15px 0px;
    position: relative;
}

img.img_m30 {
    margin: 30px auto;
}

.base-table__subHeading {
    background-color: #fdf0f0;
    text-align: center;
}

.txt-ex-small {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.2;
}

.link--same {
    padding-right: 26px;
    position: relative;
    color: inherit;
    background: url(/images/common/ico_same.png) no-repeat 100% 50%;
}

.big_img {
    text-align: center;
}

p.big_img.u-mt15 {
    padding-top: 35px;
}

ul.check_list li {
    text-indent: 1em;
    margin-left: 2.4em;
    text-indent: -2.6em;
}

.m_ban .inner>ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c9c9c9;
    padding: 38px 30px 38px 30px;
    position: relative;
}

.m_ban .inner>ul li {
    width: 48.5%;
    margin-bottom: 30px;
}

.m_ban .inner>ul li a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/22/img/dx/ban_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    right: 37px;
}

.m_ban .inner>ul li a h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
}

.cx_ban .inner.ban {
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
}

.cx_ban .inner.ban .link {
    line-height: 2.5em;
}

.cx_ban .ban_logo03 {
    width: 15%;
}

ul.fade-in.scroll-in.flex_box {
    justify-content: space-between;
}


/*----------MySQL---------------------------------------------------------*/

.u-mt30 {
    margin-top: 30px;
}


/*--------MySQL 5.6新機能------------*/

.lightGrayBox_DB a {
    font-size: 16px;
}

.idspace {
    padding-top: 60px;
    margin-top: -60px;
}

.block_05 {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.tit-bold04 {
    font-weight: 800;
    font-size: 16px;
}

p.tit-bold04 {
    padding-bottom: 0;
}


/*--------データベース概要------------*/

.base-table tbody .lay01 {
    width: 75%;
    text-align: left;
    padding: 20px;
}

.p_t_30 {
    padding-top: 30px;
}

table.base-table {
    font-size: 16px;
}


/*--------------MySQL Enterprise Monitor-------------------*/

.DB_title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 16px auto;
}

.pc_50 {
    width: 50%;
}

h3#ReplicationMoniter {
    padding-top: 90px;
    margin-top: -70px;
}

img.img_m30.pc_50 {
    width: 50%;
}


/*--------------MySQL Enterprise Backup-------------------*/

td.lay02 {
    width: 65%;
    text-align: left;
}

th.base-table__head2 {
    vertical-align: middle;
    text-align: left;
    padding: 20px;
}


/*--------------MySQL Cluster 事例-------------------*/

.btop01 {
    border-top: 1px solid #eee;
}


/*-------------価格＆サポート-------------------*/

.link_pagedown:after {
    display: inline-block;
    position: relative;
    content: '';
    top: 0px;
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-top: 4px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.link_pagedown {
    font-size: 16px;
}

strong {
    font-weight: bold;
}

.txt_left {
    text-align: left;
    margin-right: auto;
    padding-bottom: 5px;
    padding-top: 30px;
}


/*---footer----*/


/*li.separator02  a{
    padding: 10px;
}*/

li.separator02 {
    display: inline-block;
    line-height: 40px;
}

li.separator02 {
    display: inline-block;
}

li.separator02:not(:first-child)::before {
    content: "｜";
}

th.blue-bk {
    background-color: #fdf0f0!important;
    color: #000!important;
}


/*------MySQL Editions ラインナップ-------*/

.notes02 {
    padding-top: 90px;
    margin-top: -70px;
}


/*--------msqlfooterメニュー-------*/

section.corporate02 {
    width: calc(100% - 40px);
    max-width: 87%;
    margin: 0 auto auto auto;
    padding: 25px 0 25px;
    border-top: 3px solid;
}

.MySQL_title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}


/*-------リリースノートfooterメニュー-------*/

ul.flex_box {
    display: flex;
}

ul.flex_box.r_nav {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 10px;
    justify-content: space-between;
    padding: 0 10px;
}

ul.flex_box.r_nav li {
    padding: 20px 0;
}
ul.flex_box.r_nav li.active {
    font-weight: 600;
}
ul.flex_box li a {
    font-size: 16px;
}

.corporate03 {
    margin-bottom: 50px;
}

section.corporate03 span {
    font-size: 16px;
    padding: 10px 0;
}

.link_img:after {
    display: inline-block;
    position: relative;
    content: '';
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


/*----------HeartCoreの導入事例------------*/

.casestudy_01 {
    background: #F9F6F3;
}

.casestudy_01.white {
    background: #FFF;
}

.casestudy_01_block {
    text-align: -webkit-center;
}

.casestudy_01 .inner {
    padding: 50px 0 50px;
}

h2.casestudy_title {
    text-align: center;
    font-size: 3rem;
    border-bottom: 1px solid #D6D6D6;
    font-weight: 500;
    position: relative;
    width: 50%;
}

h2.casestudy_title:before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #B60005;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1px;
}

.casestudy_01_block .link {
    text-align: right;
    padding-right: 10%;
}

.casestudy_01_block .link a {
    color: #B60005;
}

.casestudy_01_block .link:after {
    display: inline-block;
    position: relative;
    content: '';
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul.caseList {
    margin-top: 30px;
    margin-bottom: 30px;
}

.other_contact {
    background-color: white;
    padding-bottom: 90px;
}

.other_contact h2 {
    font-size: 47px;
    font-weight: 500;
    text-align: center;
}


/*-----------問い合わせフォーム--------------*/

.table-contact th span.required {
    font-size: 9px;
    font-size: 0.9rem;
    background-color: #c01920;
    color: #fff;
    padding: 2px 5px;
    margin-left: 5px;
    line-height: 1;
}

p.text_red {
    text-align: right;
    font-size: 14px;
}

p.text_red a {
    color: #c01920;
}

.table-contact select {
    width: 100%;
    height: 3em;
    border: 1px solid #ddd;
    font-size: 16px;
    outline: none;
    padding: 5px 10px;
}

.tit-heading09 {
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 40px;
}

h3.u-mb10 {
    font-size: 16px;
}

.tit-heading05 {
    border-bottom: 1px solid #333;
    text-align: center;
}

.img_big02 {
    margin-bottom: 50px;
}


/*-----------上付き--------------*/

p span.super {
    vertical-align: super;
    font-size: 0.6rem;
}


/*-----------サキドリ資料ダウンロード--------------*/

.caseStudy_column {
    padding: 50px;
    display: flex;
}

.caseStudy_column .caseStudy_imgarea {
    width: 20%;
    padding-top: 30px;
}

.caseStudy_column .caseStudy_imgarea.download {
    position: relative;
}
.caseStudy_column .text_area {
    width: 35%;
    padding: 30px 30px 0;
}
.caseStudy-form {
    width: 45%;
}
#sectionDynamicFormShow{
    font-size: 1px;
}
#text_label {
    font-size: 13px;
    font-weight: normal;
}
#formcolourid label,  #formcolourid span{
    font-size: 13px;
    font-weight: normal;
}

#formcolourid span.newfa-aro {
    color: #b60005;
}
.newformstyle .newstar {

}
input.checkin.newfrmcheckbox {
    -webkit-appearance: auto;
}


.caseStudy_column .caseStudy_imgarea img.alignnone {
    border: 1px solid #999;
}

.section-block p.p_coment {
    font-size: 11px;
    padding: 10px;
}

.caseStudy_column .caseStudy_imgarea img.alignnone {
    border: 1px solid #999;
}

.caseStudy_column .text_area h1 {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.section-block ul.annotation li,
.section-block ul.annotation li a {
    font-size: 12px;
}
#formcolourid {
 max-width:100%;
}
.caseStudy-form {
    border: none;
}
#sectionDynamicFormShow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.bk-fff {
    background-color: #fff;
}
.line-top {
    padding-top: 30px;
    border-top: 2px solid #d5d5d5;
    margin-bottom: 60px;
}
.tel-area {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16.37px;
    justify-content: center;
    margin-top: 1%;
}
.tel-area .tel-icon {
    height: 50.92px;
    position: relative;
    width: 50.92px;
    margin-bottom: 0;
}

.tel-area .tel-nun {
    align-items: flex-start;
    color: #b60005;
    display: flex;
    font-family: 'Noto Sans JP';
    font-size: 40px;
    font-weight: 500;
    height: auto;
    text-align: center;
    width: auto;
    margin-bottom: 0;
}
.line-top .jikan {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    padding-left: 50px;
}
.contSolutionBlock01 .contH2.logo_area {
    display: flex;
    justify-content: center;

}
@media (max-width: 480px) {
/* other_sp.css */

#pageCont {
    margin-top: 50px;
}
.view_pc {
    display: none;
}
.view_sp {
    display: block;
}
/*----------------------------------
パンくず
------------------------------------*/

.bread {
    display: none;
}

/*----------------------------------
Main
------------------------------------*/

.o_main_wrap {
    padding-top: 15px;
}

.o_main {
    width: calc(100% - 20px);
    max-width: 100%;
    height: 100%;
}

.o_main_img {
    height: 73px;
}

.o_main_deco {
    width: 50%;
}

.o_main h1 {
    position: static;
    font-size: 22px;
    color: #333333;
    margin-top: 20px;
}

.o_main h1 span {
    font-size: 14px;
}

/*----------------------------------
各ブロック共通
------------------------------------*/

.block_inner h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.block_inner p {
    font-size: 14px;
}

.block_inner h3 {
    font-size: 16px;
}

.block_inner h3:before {
    margin-top: 4px;
}

.block_inner h4 {
    font-size: 16px;
}

.block_inner .box {
    padding: 20px 10px 10px;
}

.block_inner a {
    font-size: 14px;
}

.bt01,
.bt02 {
    display: block;
    margin: 0 auto 20px;
    max-width: 300px;
    padding: 15px 20px;
}

ul.two_imgs {
    display: block;
}

ul.two_imgs li {
    margin: 0 auto 20px;
}

ul.two_imgs li:first-child {
    margin-right: auto;
}

/*----------------------------------
動画埋め込みパターン
------------------------------------*/

.thumb_mov a:before {
    width: 50px;
    height: 50px;
}

/*----------------------------------
汎用ブロック
------------------------------------*/

.block_normal .block_inner {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 25px auto 30px;
}

/*----------------------------------
左見出し、右画像・動画
------------------------------------*/

.block_l_tx .block_inner {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 25px auto 30px;
    display: block;
}

.block_l_tx .block_inner .area_l {
    width: 100%;
    margin: 0 auto;
}

.block_l_tx .block_inner .area_r {
    width: 100%;
    margin: 0 auto;
}

/*----------------------------------
中央見出し、中央画像・動画
------------------------------------*/

.block_center .block_inner {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 25px auto 30px;
    display: block;
}

.block_center .center_img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tit-heading03 {
    font-size: 30px;
    margin-bottom: 20px;
}

/*----------------------------------
左画像・動画、右見出し・テキスト
------------------------------------*/

.block_r_tx .block_inner {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 25px auto 30px;
    display: block;
}

.block_r_tx .block_inner .area_l {
    width: 100%;
    margin: 0 auto;
}

.block_r_tx .block_inner .area_r {
    width: 100%;
    margin: 0 auto;
}

/*----------------------------------
導入事例ページ
------------------------------------*/

.c_main .o_main_img {
    height: 180px;
}

.c_main .o_main h1 {
    position: absolute;
    color: #fff;
}

.inner {
    width: calc(100% - 20px);
    max-width: 100%;
}

.c_intro .inner {
    padding: 35px 0 50px;
}

.c_intro h2 {
    text-align: center;
}

.c_intro p {
    font-size: 14px;
}

.pickup .inner {
    padding-bottom: 10px;
}

.pickup h2 {
    font-size: 24px;
}

.pickup h2 span {
    font-size: 14px;
    padding-top: 5px;
}

ul.pickupList {
    display: block;
    margin-top: 20px;
}

ul.pickupList li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 55px;
    margin-bottom: 50px;
}

ul.pickupList li h3 a {
    font-size: 16px;
}

ul.pickupList li .p_tx p {
    font-size: 12px;
}

ul.pickupList li .tags a {
    font-size: 12px;
    padding: 4px 16px 5px;
}

.case_list .inner {
    padding: 30px 0 30px;
}

.case_tags {
    flex-wrap: wrap;
}

.case_tags a {
    font-size: 12px;
}

ul.caseList li {
    margin-bottom: 20px;
    padding-bottom: 67px;
}

.case_company .inner {
    width: calc(100% - 20px);
    padding: 40px 0 30px;
}

.case_company ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.case_company ul li {
    width: 31.333333333%;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px
}

.case_company ul li img {
    margin: 0 auto;
}
.notes p {
    padding: 5px 0;
    word-break: break-all;
}
ul.flex_box.r_nav {
padding: 0;
}
ul.flex_box.r_nav li {
    padding: 5px 0;
}

ul.flex_box li a {
    font-size: 12px;

}
.corporate03 {
    margin: 0;
}
/*------------solutionVR360新規追加--------*/

            .block_l_tx .block_inner.reverse {
                display: block;
            }
            .contact {
                display:block;
                margin: 0px;
            }
            .icon_person {
                width: 40%;
                margin: 0 auto;
            }
            .movile_icon_position {
                text-align: center;
            }
            .display_flex {
                display: block;
            }
            .area_r {
                text-align: center;
                display: block;
                margin: 0 auto;
                width: 100%;
            }
           .block_inner h3 {
                margin: 10px;
            }
           .block_inner h3:before {
                margin-left: -7px;
}
/*-------------------------------------------*/
/*-----リリースノート----------*/
/*----------ライセンス体系--------------*/
th.sub_title1 {
    font-size: 14px;
}
th.sub_title {
    width: 50%;
}
.table2 td {
    padding: 15px 5px;
    font-size: 10px;
    line-height: 1.6;
}
.table2 td.sub_title5 {
    vertical-align: middle;
    font-size: 14px;
}
.table2 td.sub_title6 {
    vertical-align: middle;
    font-size: 14px;
}
.table-support td {
    font-size: 16px;
}
.table2 th {
    width: 14%;
}
.table-support .sub_title {
    min-width: 116px;
}
h3.tit-heading12 {
   font-size: 20px;
    margin: 18px 0 15px 0px;
}
h3.tit-heading15{
   margin-left: 0px;
}
h2.tit-heading14 {
   font-size: 22px;
}
h2.tit-heading14 span{
    text-decoration: underline;
}

h2.tit-heading14 a.link {
   font-size: 12px;
}
/*---------------------------------------------*/

/*----------２０２２0714HeartCoreマニュアル---------------------*/
th.base-table__head {
   font-size:14px;
}
h2#function {
    padding-top: 0px;
}
a.link_small{
    font-size:14px;
}
/*---------------------------------------------*/
/*-----導入事例---------*/


/*---------------------------------------------*/

/*-----２０２２０６０３casestudy---------*/
.comment_box .img {  
    width: 100%;
}

.about_cs ul.ab_block {
    flex-direction: column-reverse;
}
h2.tit-heading10 {
    font-size: 18px;
}
.company_infomation dd {
    padding-left: 0px; 
}
p.img_txt {
    font-size: 13px;
    padding: 0;
}
.o_main_ex h1 {
    font-size: 20px;
}
.about_cs ul.ab_block01 li:nth-child(1) {
    width: 100%;
}
ul.ab_block.ab_block01 {
    display: block;
}
.about_cs ul.ab_block01 li:nth-child(2) {
    width: 100%;
}
.about_cs ul.ab_block02 li:nth-child(1) {
    width: 100%;
}
.about_cs ul.ab_block02 li:nth-child(2) {
    width: 100%;
}
.about_cs ul.ab_block03 li:nth-child(1) {
    width: 100%;
}
.about_cs ul.ab_block04 li:nth-child(2) {
    width: 100%;
}
ul.ab_block.ab_block04 {
    display: block;
}
.about_cs ul.ab_block05 li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}
.about_cs ul.ab_block06 li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}
.about_cs ul.ab_block06 li:nth-child(2) {
    width: 100%;
}
.about_cs ul.ab_block07 li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}
.about_cs ul.ab_block07 li:nth-child(2) {
    width: 100%;
}
.about_cs ul.ab_block08 li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
}
.about_cs ul.ab_block08 li:nth-child(2) {
    width: 100%;
}




img.img_left {
    margin: 15px auto;
}
p.img_txt_right {
    font-size: 80%;
    text-align: center;
    padding-left: 0px;
}
p.img_txt_center, p.img_txt {
    font-size: 10px!important;
}
.o_main_img_ex:before {
    content: '';
    margin: 0 calc(50% - 50vw);
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
p.o_main_img_ex {
    height: auto;
}
.o_main_ex {
    width: calc(100% - 20px);
    max-width: 100%;
    height: 100%;
}
.o_main_ex h1 {
    font-size: 20px;
}
.block_l_cs .block_inner {
    display:block;
}
.area_right {
    width: 100%;
}
.block_l_cs .block_inner .area_left {
    width: 100%;
}
.o_main_ex h1 span.tit_min {
    font-size: 14px;
    position: static;
    color: #333333;
    margin-top: 20px;
}
.block_l_cs .block_inner {
    margin: 10px auto 60px;
}
img.img_center02 {
    padding-top: 0px; 
}
/*---------------------------------------------*/
/*----------solution追加--------------*/
/*--------DX人材育成----------*/
    .tbl-r04 {
      width: 100%;
      margin-top: 65px;
    } 
    .tbl-r04 .thead {
      display: none;
    }
    .tbl-r04 tr,
    .tbl-r04 td{
      display: block;
      width: 100%;
      position: relative;
    }
    .tbl-r04 td:first-child:before {
      content: "研修内容：具体的なイメージ：対象者/推奨スキル";
      background: #e9727e;
      box-sizing: border-box;
      color: #fff;
      font-weight: bold;
      height: 40px;
      padding: 10px;
      position: absolute;
      top: -41px;
      left: -0.2%;
      display: block;
      width: 100.5%;
      font-size: 11px;
    }
    .tbl-r04 tr {
      margin-bottom: 40px;
    }
    td.icon:after {
    display:none;
  }
   .tbl-r04 th, .tbl-r04 td {
      width: 25%;
      padding: 15px 25px;
      border-right: solid 1px #eee;
      border-bottom: solid 1px #eee;
      border-left: solid 1px #eee;
  }
  h3.txt_center {
      text-align: center;
      padding-left: 0;
  }
  img.dx_img_size {
      max-width: 100%;
      height:auto;
      margin:0px;
  }
/*---------------------------------------------*/
/*-----２０２２０６15日笠山企業情報新規追加SP---------*/
.block_inner_map h2 {
    margin:0px;
    font-size:21px;
}
.block_inner h3 {
   font-size: 18px;
}
.o_main_img_co:before {
    content: '';
    margin: 0 calc(50% - 50vw);
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
p.o_main_img_co {
    height: auto;
}
li.separator  a{
    padding: 15px;
}
.o_main_co h1 {
    font-size: 18px;
}
.o_main_co h1 span {
    font-size: 16px;
}
li.separator:not(:first-child)::before {
   content: "|";
}
li.separator {
    margin: 8px auto;
}

.block_h3 {
    padding: 10px;
    padding-bottom: 40px;
}
ul.normal-sub {
    padding-left: 0;
    list-style: none;
    display: inline-block;
}

h2.tit-heading04 {
    margin-bottom: 20px;
    margin-top: 5%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0px;
}
h3.tit-heading11 {
   margin-top: 5%;
    text-align: center;
    font-size:19px;
    font-weight: 500;
    padding-bottom: 0px;
}
p.right {
    padding-top: 20px;
}
.table-x {
    font-size: 16px;
}

.table-c {
    font-size: 16px;
}
th.border {
    border-left: none;
    font-size: 14px;
}
td.border03 {
    border-left: none;
    font-size: 15px;
}
.tit-heading05 {
    text-align: center;
    font-size: 19px;
}
.about_co ul.ab_block01 li:nth-child(1) {
    width: 100%;
}
.about_co ul.ab_block01 li:nth-child(2) {
    width: 100%;
}
.about_co ul.ab_block02 li:nth-child(1) {
    width: 100%;
}
.about_co ul.ab_block02 li:nth-child(2) {
    width: 100%;
}
.about_co ul.ab_block {
    flex-direction: column-reverse;
}
ul.ab_block.ab_block01 {
    display: block;
}
.block_h3 {
    width:100%;
}
.section-block li {
    font-size:16px;
}
.block_inner p {
    font-size: 16px!important;
}
.section-block p {
     font-size:16px;
     word-wrap: break-word;
}
.block_l_co p {
     font-size:16px;
}
.table-x p {
    font-size: 16px;
}
a.link_red {
    font-size: 16px;
}
.about_co {
    padding-top: 0px;
    margin-top: 0px;
}
.block_l_co .block_inner {
    display:block;
}

.block_l_co .block_inner .area_left {
    width: 100%;
}
.block_l_co .block_inner {
    margin: 10px auto 60px;
    width:100%;
}
.block_center_gr .block_inner_gr {
    width:100%;
}
.table-x th {
    border-left: none;
     font-size:16px;
}
.table-x td {
     font-size:16px;
}
.table-c th {
    border-left: none;
    font-size:16px;
}
.table-c td {
    font-size:16px;
}
.box-column.u-mt30 {
    display: block;
}
.Box {
    padding: 0 ; 
    padding-bottom: 20px;
}
h3.tit-heading03 {
    font-size: 17px;
    margin: 20px 0 15px 18px;
}
.list--down > li {
      padding-left: 0; 
      text-indent: 0;
}
.flex_box {
    display: block;
}
h2.tit-heading03 {
    padding-bottom: 10px;
}
.block_inner_map h3 {
    margin: 20px 15px 0px;
}
/*----SPの時に改行---------*/:
.br-sp {
    display: none; }

/*----------セミナーSP--------------------------------------------------------------------*/
.img_big02 {
    margin: 0px auto;
    text-align: center;
    width: 240px;
}
ul.logo_area {
    display: block;
}

h1.tit-heading13 {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.event-detail, .event-group {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 10px;
}
.event__title-main {
    font-size: 25px;
}
.event__title--detail {
    font-size: 20px;
}
.event-group__year {
    font-size: 7px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
}
.event-detail__date {
    font-size: 10px;
}
.event-detail__date > span {
font-size:  10px;
}
.partner_list2 ul {
    display: block;
    justify-content: space-between;
}
.partner_list4 {
    margin-top: 50px;
}
.wappen {
    padding: 5px 12px;
    margin-top: 2px;
}
.event__title-main span {
    font-size: 16px!important;
}
.partner_list2 ul li p.img02 {
    width: 100%;
}
.list--disc > li {
    line-height: 1.6;
    margin-left: 1em;
    margin-bottom: 10px;
    text-indent: 0em; 
    font-size: 16px;
    padding-left: 0em; 
    text-indent: 0em; 
}
.event-inquiry {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}
.event-inquiry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 2.0;
}
.eventBox2 .eventBox2__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.eventBox2 {
    display: block;
    text-align: center;
}
.eventBox2 .eventBox2__txt {
    width: 100%;

}
p.event__txt.eventBox2__txt {
    margin:0;
}
.eventBox2 .eventBox2__txt span {
    font-size: 20px;
    line-height: 1.6;
}

.event-table th {
    width: 30%;
}
.event-table-seminar td.session {
        height: 400px;
}
h2.event__title-sub {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}
.event-table-seminar p.speaker, .event-table-seminar p.speaker2{
    font-size: 12px;
    line-height: 1.2;
}
.rubyBox {
    padding: 16px 12px;
}
.rubyBox2 {
    width: 100%;
}
.rubyBox3 {
    width: 100%;
}
.rubyBox4 {
    width: 100%;
}
.event-button {
    font-size: 16px;
}
.rubyBox.u-mt20.rubyBox-column3 {
    display: block;
}
.event__access-table th, .event__access-table td {
    width: 100%;
    display: block;
}
.main-contents--single {
    width: 100%;
    padding: 0px 10px;
}
.event-section {
    font-size:  13px;
}
.event__accessMap {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}
.event__map {
    margin-right: 0;
}
iframe {
    left: 0;
    width: 100%;
    height: 100%;
}
.vrform {
    height:900px;
}
.event__map {
    position: relative;
    width: 100%;
}
.tit-heading01 {
    font-size:  13px;
    padding: 10px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.rubyBox3 {
   width:100%;
}
a.link--external {
    word-break: break-all;
}
.event__wappen--detail {
    margin-left:0px;
}
.u-ml30 {
    margin-left: 0px;
}
.u-ml20 {
    margin-left: 0px;
}
/*----------------ニュース＆トピックスSP------------*/

.tit-heading02 {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 9px;
    margin-bottom: 16px;
    margin: 0 auto;
}
.tit-heading10 {
    padding: 0.4em 0.5em;
    border-left: solid 5px #c01920;
    border-bottom: solid 1px #cbcbcb;
}
.section-block {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.section-block ol li.txt-num {
   text-indent: 0em;
    margin-left: 2em;
}
ol li.txt-num {
    margin-left: 10px;
}

.tit-heading02 p {
   text-align: center;
}
.big_img img, .big_img2 img{
    width: 100%;
    margin: 0 auto;
}
article.event-section .tit-heading02 p{
    text-align: center;
}
.section-block {
    padding-bottom: 5px;
}
section.event-section {
   max-width: 1250px;
    margin: 0 auto 30px;
    width: 100%;
    padding: 10px 10px;
}
.notes {
    margin-bottom: 56px!important;
}
.notes p {
    margin-bottom: 5px;
}
.section-block p {
    font-size: 16px;
}
a.link {
    word-break: break-all;
}
ul.list--disc {
    padding-bottom: 0px;
}
.u-mt50 {
    margin-top: 0;
}
.tit-heading01 {
    text-align: left;
}
.u-mt50 {
    margin-top: 0px !important; 
}
.event-inquiry {
    display: block;
    flex-flow: column;
}
.lightGrayBox {
    padding: 22px 9px;
    margin-top: 10px;
}
.view-pc {
    display: none;
}
.tit-heading01_1 {
    font-size:20px;
}
small {
    font-size: 16px;
}
span.tit21 {
    font-size: 14px;
}
h1.tit-heading01_1.u-mt20 {
    font-size: 20px;
}
img.img_center05 {
    max-width: 100%;
    margin: 20px auto;
}

.section-block p span{
    font-size: 18px;
}
span.subtitle-s {
    font-size: 18px;
}
.bookinfo-top {
    display: block;
}
img.bookinfoimg {
    display: inline;
}
img.img_center03 {
    max-width:100%;
}
img.img_100 {
    width: 100%;
}
img.book_img {
    width: 55%;
}
span.bold {
    font-size: 16px!important;
}
h1.tit-heading01_1.u-mt20 span {
    font-size: 14px;
    font-weight: bold;
}
.tit18 {
    font-size: 14px;
}
.notes p span.sub-title {
    font-size: 18px;
}
.flex {
    margin-bottom: 0px;
    display: block;
}
p.pb_20 {
    padding-bottom: 20px;
    text-align: center;
}
img.bookimg {
    width: 50%;
    margin: 0 auto;
}
/*----------------MariaDBMySQLSP----------------------------------*/
.block_04 {
    padding: 0px;
    width:100%;
}
ul.list--disc-db li:before {
     margin-right: 0px;
}
section.section-block_db {
    width: 100%;
    padding: 10px 10px;
}
ul.list--disc-db li {
    line-height: 1.6;
    margin-left: 0em;
    margin-bottom: 11px;
    text-indent: 1em;
    font-size: 16px;
    padding-left: 1em;
    text-indent: 0em;
}
.section-block_db {
 padding-top:0px;
}
a.link_pagedown {
    font-size: 16px;
}
.other_contact {
    background-color: white;
    padding-bottom: 0px;
}
.other_contact h2 {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    padding-top: 45px;
}




/*----------------DBTOP----------------------------------*/
ul.fade-in.scroll-in.flex_box {
    display: block;
}
.m_ban .inner > ul li a:after {
   bottom: 10px;
    right: 26px;
}

.m_ban .inner > ul li {
     width: 100%; 
    margin-right: 0%; 
    margin-bottom: 0px;
}
.m_ban .inner > ul li a {
    padding: 25px 10px 10px 10px;
}
.ban_logo01 img {
    margin: 0 auto;
}
.m_ban .inner > ul li {
    margin-bottom: 45px;
}

ul.list_textlong {
    margin-left: 1em;
    text-indent: -3em;
}
.check_list_ex01 li {
     margin-left: 1em;
    text-indent: -3em;
}
h3.tit-heading07 {
    margin: 25px 0 15px 0px;
}
h4.tit-heading03 {
     margin: 20px 16px;
    font-size:17px;
}
h3.tit-heading07 {
    font-size: 20px;
    margin: 18px 0 15px 0px;
}
table.base-table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  padding-bottom:20px;
}
.base-table th.base-table__head2, .base-table td.base-table__left {
    text-align: left;
    padding: 10px;
    width:0%;
    font-size:14px;
    vertical-align: middle;
}
.base-table td {
    padding: 10px 9px;
    font-size: 14px;
    width: 35%;
    vertical-align: middle;
}
.txt-ex-small {
    font-size: 8px;
    line-height: 1.2;
}
.base-table thead th {
    font-size: 14px;
    padding: 10px 3px;
}
h4.tit-heading06 {
    font-size:18px;
}
img.img_m30 {
    width: 100%;
}
ul.list_textlong li {
    margin-left: 0em;
    text-indent: -2.5em;
    line-height: 2;
}

ul.list_textshort li{
   text-indent: -2.9em;
}
.base-table tbody .lay01 {
    width: 0%; 
    vertical-align: middle;
    padding: 5px;
}
.caption-01 {
    font-size:10px;
}
.sp_pb_35 {
    padding-bottom: 35px;
}



/*----------HeartCoreの導入事例------------*/
h2.casestudy_title {
    font-size: 18px;
}



/*-----------セミナー申込みフォームSP--------------*/
.tit-heading09 {
    font-size: 12px;
    padding-bottom: 7px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.tit-heading15 {
     font-size: 13px;
    padding: 10px;
    margin-bottom: 16px;
    line-height: 1.2;
}
h2.tit-heading10 {
  font-size: 22px;
}
.table-contact thead th, .table-contact thead td, .table-contact tbody th, .table-contact tbody td {
    width: 100%;
    display: block;
}
.button--square {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.flex_around {
    display: block;
}
.button5.black.button--square-seminer {
    margin-bottom: 10px;
}
.main-contents--single {
    width: 100%;
    padding: 0px 10px;
}
.section-block {
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.check_btn {
    display: inline-block;
    padding: 10px 10px;
}
.table-contact th {
 padding: 15px;
 border-bottom: none; 
 vertical-align: middle;
 text-align: left;
 width: 300px;
}
section.section-block {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto 30px;
    width: 100%;
    padding: 10px 10px;
}
.main-contents--single {
    width: 100%;
    padding: 0px 10px;
}
.table-contact td {
   padding: 0px;
}
dl.rubyBox3 span {
   font-size:16px;
}
.event-inquiry > address {
  font-size:16px;
}



.img_50 {
       width: 100%;
}



.event-table , .event-table p {
        line-height: 1.3;
    }
.event-table tbody th {
        width: 14%;
     }
.event-table th.table-time {
        min-width: 100px;
     }
.event__txt {
        padding: 0;
        line-height: 1.3;
     }
.modal-content p {
        line-height: 1.3;
     }
.modal-content h2 {
        font-size:14px;
     }
.event-table p.speaker {
        line-height: 1.3;
     }
.modal-content p.min {
         font-size:11px;
     }
.event-table-seminar td.session {
        height: 390px;
    }
h2.event__title--detail{
       font-size:24pt;
       line-height: 2em;
    }
img.heart {
       display: none;
     }
.rubyBox {
       width: 100%!important;
     }
.event__access {
       width: 100%;
    }
.event__access-table th{
       width: 100%;
    }
.link-btn a {
       width: 100%;
}
.link-bdash-document {
    width: 80px;
    transform: translate(138px, -84px);
}
.cx_ban .inner.ban {
   display: block;
}
.cx_ban .ban_logo03 img{
    wtext-align: center;
    margin: 0 auto;
}
.cx_ban .inner.ban a{
   font-size: 10px;
}
.caseStudy_column {
    padding: 0 15px;
    display: block;
}
.caseStudy_column .caseStudy_imgarea {
    width: 100%;
}
.caseStudy_column .text_area {
    width: 100%;
    padding: 0 ;
}
.caseStudy-form {
    width: 100%;
}
.taiken .button--entry2{
    margin-bottom: 10px;
    width: 100%;
}
.row {
    display: block;
    margin: 0;
}
.team-box {
    padding-right: 0px;
}
.wap01 {
    margin: 10px 10px;
    padding: 10px 10px 0 10px;
}

.line-top {
    margin-bottom: 40px;
}
h5.txt05 {
    font-size: 18px;
}
.news-movie01 {
    margin: 10px auto 0;
}

}

.event-section li{
    margin-left: 162px;
}

.font-p{
color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo, 'Yu Gothic', YuGothic;
    font-weight: 400;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 16px;
}

@media (max-width: 768px){
.event-detail {
width: 100%;
    padding: 0 calc(40% - 440px);
    margin: 0 auto;
    padding-top: 10px;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
 }
}

@media (max-width: 820px){
 .event-detail {
    width: 100%;
    padding: 0 calc(40% - 440px);
    margin: 0 auto;
    padding-top: 10px;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
 }

}

