@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
 * {
  box-sizing: border-box;
}

html {
    font-size: 62.5%;
}
body {
    font-size: 1.3px;
    font-size: 1.3rem;
    color:#333;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.5;
    background:#fff;
}
*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}
nav {
    width:100%;
    font-size: 1.1rem;
    color: #999;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.button {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

#contents {
    width:100%;
    background:#fff;
}
.contents--single {
    padding: 0 calc(50% - 650px);
    width: 100%;
    }
.contents--second {
    padding: 0 calc(50% - 650px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    }
.contents--second2 {
   background-color: #eee;
}
#main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 300px);
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
    padding: 0 10px;
}

#sub {
    -webkit-flex-basis: 228px;
    -ms-flex-preferred-size: 228px;
    flex-basis: 228px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 40px;
    margin-top: 30px;
}

footer {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

a {
    color:#b60005;
    text-decoration:none;
}

a:hover {
    opacity: 0.7;
}

address, em {
  font-style: normal;
}

h2 {
    margin-bottom: 20px;
    padding:10px 0;
    font-size:2.1rem;
    color:#333;
    font-weight: bold;
}

h3 {
    margin-bottom: 0.25em;
    color: #5c7296;
    font-size: 20px;
    font-size: 2.0rem;
}

h4 {
    margin-bottom:0.25em;
    font-size:1.5rem;
    color:#333;
}

h5 {
    position:relative;
    margin-bottom:0.25em;
    padding-left:10px;
    color: #5c7296;
    font-size:1.4rem;
    font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}
h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}
p {
    font-size: 1.3rem;
}

img {
    vertical-align:bottom;
    max-width: 100%;
}
strong {
    font-weight: bold;
    font-size: 1.6rem;
}

em {
    font-weight:bold;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;

}
ul,ol,dl {
    margin:0 0 1em 0;
    list-style: none;
}
ul li {
    list-style: none;
}
ol li {
    list-style: none;
}
table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    background:#fff;
}
.red {
  color: #b60005;
}
.white {
    color: #fff;
}
.bold{
    font-weight: bold;
}

.red_bold {
  color: #b60005;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {display: inline-table;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.link {
  position: relative;
  color: inherit;
}
.link:after {
  color: #b60005;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 7px;
  right: -10px;
  border-top: 1px solid #b60005;
  border-right: 1px solid #b60005;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  margin: auto;
}
.link:hover:after {
    right: -15px;
}
.view-sp {
        display: none;
}
.right{
    text-align: right;
}
.indent_2 {
      padding-left: 2em;
  text-indent: -2em;
}
.txt_16 {
    font-size: 16px;
    font-size: 1.6rem;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
      width: 100%;
      position: relative;
}
header .header_area {
    border-bottom: 1px solid #eee;
    padding: 0;
}
header .header_area .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-basis: auto;
    width: 100%;
    padding: 3px calc(50% - 650px);
    justify-content: space-between;
}
header .header_area .inner h1 {
    display: block;
    line-height: 4.0rem;
    width: 20%;
}
header .header_area .inner h1 img {
    margin: 5px;
    width: 150px;
}
header .header_area .header_title {
    width: 100%;
    text-align: center;
    background: #000000 url(/process-mining/images/main-visual_top.jpg) no-repeat 50% 0;
    color: #fff;
    margin: 0;
}
header .header_area .header_title h2 {
    font-size: 2.1rem;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    color: #fff;
}
header a {
    color: #333;
}
a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header_menu {
    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: 0;
    height: 34px;
    white-space: nowrap;
}
.header_menu li {
    border-left: 1px solid #d6d6d6;
    padding: 0 10px;
}
.header_menu li a {
    color: inherit;
    display: inline-block;
    padding: 0 10px;
    font-size: 1.3rem;
}
.header_menu li.seminar {
    background-color: #5c7296;
    padding: 7px 0px;
    color: #fff;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
    nav {
        z-index: 3;
        padding: 0px calc(50% - 650px);
        background-color: #fff;
    }
    nav.gnavBox.controlio_manual {
        display: none;
    }
    nav ul.gnav {
        margin:0;
        padding:0;
        background-color: #fff;
    }
    .gnavBox.fixed {
        border-bottom: 1px solid #eee;
        opacity: 0.9;
    }
    nav li.menu__single {
        position:relative;
        width:25%;
        float:left;
        margin:0;
        padding:0;
        text-align:center;
        list-style:none;
    }
    nav li.menu__single:before {
        content:"";
        margin-top:-7px;
        position:absolute;
        top:50%;
        left:0;
        width:1px;
        height:14px;
        background:#333;
    }
    nav li.menu__single:last-child:after {
        content:"";
        margin-top:-7px;
        position:absolute;
        top:50%;
        right:0;
        width:1px;
        height:14px;
        background:#333;
    }
    nav li.menu__single:last-child li {
        left:-50%;
    }
    nav li.menu__single a {
        display:block;
        padding:10px 0;
        color:#333;
        text-decoration:none;
        font-size: 15px;
        font-size: 1.5rem;
    }
    nav li ul li {
        overflow:hidden;
        -moz-transition:.2s;
        -webkit-transition:.2s;
        -o-transition:.2s;
        -ms-transition:.2s;
        transition:.2s;
    }
    nav li a.current {
        display:block;
        padding:10px 0;
        color:#999;
        text-decoration:none;
        background-color: #fff;
    }
    .menu > li.menu__single {
    position: relative;
    }
    .menu {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .menu > li {
        float: left;
        width: 25%; /* グローバルナビ4つの場合 */
        height: 40px;
    }
    .menu > li a {
        display: block;
        color: #333;
    }
    .menu > li a:hover {
        background-color: #999;
        color: #fff;
    }
    ul.menu__second-level {
        visibility: hidden;
        opacity: 0;
        z-index: 1;

    }
    ul.menu__third-level {
        visibility: hidden;
        opacity: 0;
    }
    ul.menu__fourth-level {
        visibility: hidden;
        opacity: 0;
    }
    .menu > li:hover {
        background: #eee;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .menu__second-level li {
        border-top: 1px solid #333;
        width: 100%;
        background-color: #999;
    }
    nav li.menu__single .menu__second-level li a {
        color: #fff;
    }
    .menu__second-level li a:hover {
        background: #5c7296;
    }

    /* 下矢印 */
    .init-bottom:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 0 0 15px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* floatクリア */
    .menu:before,
    .menu:after {
        content: " ";
        display: table;
    }
    .menu:after {
        clear: both;
    }
    .menu {
        *zoom: 1;
    }
    .menu > li.menu__single {
        position: relative;
    }
    li.menu__single ul.menu__second-level {
        position: absolute;
        top: 40px;
        width: 100%;
        background: #eee;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    li.menu__single:hover ul.menu__second-level {
        top: 40px;
        visibility: visible;
        opacity: 1;
}
    .gnav {
        display:block !important;
    }

    #spMenu {
        display:none;
    }

    .showNav {
        background:#7c0c0c;
    }

    .showSub {
        overflow:visible;
        min-height:42px;
        border-bottom:2px solid #8c0e0e;
    }
    .showSub:last-child {
        border-bottom:0;
    }
    .showSub:last-child a {
        border-radius:0 0 3px 3px;
    }

    .fixed {
        position:fixed;
        top:0;
        left:0;
    }
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu_area {
    background-color: #fff;
      padding-bottom: 100px;
}
.submenu {
    padding: 10px;
}

.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a {
    display: block;
    padding:20px 2px 20px 16px;
    color:#333;
    text-decoration:none;
    position: relative;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 1.3rem;
}
.submenu li a span {
    font-size: 10px;
    font-size: 1.0rem;
}
.submenu li.submenu_toc {
    border-top: 1px solid #ddd;
}
.submenu li.submenu_toc:last-child {
        border-bottom: 1px solid #ddd;
}
.submenu li a:after {
    color: #b60005;
    position: absolute;
    border: 0px;
    width: 5px;
    height: 5px;
    top: 23px;
    right: 6px;
    border-top: 1px solid #b60005;
    border-right: 1px solid #b60005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin: auto;
}
.submenu li a:hover {
    background:#eee;
}
.submenu li > a:hover::after {
    right:3px;
}
.submenu li.submenu_toc ul.submenu_toc-level {
    margin-bottom: 0;
    margin-left: 18px;
}
.submenu li.submenu_toc ul.submenu_toc-level li {
    border-top: 1px solid #ddd;

}
.submenu ul.submenu_toc-level li a:after {
    top: 15px;
}
.submenu li.submenu_toc ul.submenu_toc-level li a {
    padding: 10px 2px 10px 16px;
}

.submenu li.list2 a {
    margin-left: 20px;
    border-top: 1px solid #ddd;
}
.submenu li.list2 a .side-column__mame {
    padding-left: 20px;
}
.submenu li a.active {
    color: #b60005;
}
.submenu li a.active:after {   
    border-top: none;
    border-right: none;
}
.bnr_area {
    position: relative;
}
.bnr_area a {
  display: block;
  border: 1px solid #999;
  margin-bottom: 10px;
  text-align: center;
}
.bnr_area a:hover {
    opacity:0.7;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr_area img {
    width:100%;
}
.bnr_area img:after {
    color: #b60005;
    position: absolute;
    border: 0px;
    width: 5px;
    height: 5px;
    top: 32px;
    right: 6px;
    border-top: 1px solid #b60005;
    border-right: 1px solid #b60005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin: auto;
}
.bnr_area a img:hover:after {
    right: 4px;
}
.bnr li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.bnr .btn {
  color: #fff;
  height: 60px;
  line-height: 1.5;
  background: #b60005;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.bnr .btn.two { margin: 0; }
.bnr .btn > span {
  position: relative;
  display: inline-block;
  padding-right: 6px;
}
.bnr .btn > span:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bnr .btn a {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 1.4rem;
}
.sakidori_topics {
    margin-bottom: 30px;
    position: relative;
}
.side-column__title {
  background-color: #ddd;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
}
.side_list {
  border-top: 1px solid #ddd;
  margin-bottom: 5px;
}
.side_list .cf {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.side_list .cf {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.side_list .cf:before, .side_list .cf a:before {
  content: "";
  display: table;
}
.side_list .cf a {
    display: block;
    padding: 10px 15px 10px 10px;
    margin: 0;
    position: relative;
    color: #333;
}
.side_list li .eyecatch {
    max-width: 30%;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid #eee;
}
.side_list li.cf:hover {
    background-color: #f9f9f9;
}
.side_list li span, .side_list li span.date {
    padding: 0 ;
    margin: 0.4em 0 0;
    display: block;
    text-align: right;
}
.side_list .cf a:after {
    color: #b60005;
    position: absolute;
    border: 0px;
    width: 5px;
    height: 5px;
    top: 32px;
    right: 6px;
    border-top: 1px solid #b60005;
    border-right: 1px solid #b60005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin: auto;
}
.side_list li > a:hover::after {
    right:3px;
    background-color: #eee;
}
.more_topics {
    position: absolute;
    right: 0;
    padding-right: 25px;
}
.more_topics a {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.more_topics a:after {
    display: block;
    content: '';
    position: absolute;
    top: 30%;
    right: 6px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #b60005;
    border-right: 1px solid #b60005;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}


/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}
.footmenu {
    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;
    height: 50px;
    padding: 0 calc(50% - 650px);
    border: 1px solid #eee;
}
.footmenu ul {
    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: 0;
}
.footmenu li {
border-left: 1px solid #ccc;
}
.footmenu a {
    color:#999;
    display: inline-block;
    padding: 0 20px;
}
.footer_copyright {
    font-size:11px;
    font-size: 1.1rem;
    color:#333;
    margin-left: auto;
}
.footmenu li:last-child {
    border-right: 1px solid #999;
}
.footer_trademark {
    font-size: 0.6rem;
    margin-left: 10px;
    color: #666;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}

/*================================================
 *  クラス
 ================================================*/
.section-block {
    margin-bottom: 50px;
 }
.text-centerd {
  text-align: center;
}
.contact-text {
  margin-bottom: 30px;
  line-height: 1.8;
}
.list {
    padding:0 0 0 0.5em;
}
.col_two_one {
    overflow:hidden;
}
.col_two_one ul {
    overflow:hidden;
    margin:2% -2% 0 0;
}
.col_two_one li {
    list-style:none;
    float:left;
    width:48%;
    margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
    clear:both;
}
.col_two_one li img {
    width:100%;
    margin-bottom:2.5%;
}
.bottom_area {
    margin-bottom: 50px;
    text-align: center;
}
.content_area {
    margin: 30px 10px;
}
.hidden {
    display: none !important;
  }
/*================================================
 *  ブロック要素
 ================================================*/
article.contents-section {
    margin-bottom: 50px;
}
.flex-box {
    display: flex;
    margin-bottom: 80px;
}
.flex-box2 {
    display: flex;
    margin-bottom: 20px;
}
.flex-box3 {
    display: flex;
    margin-bottom: 0px;
}
.section-bg--gray {
    background-color: #eeeeee;
}
.section-contents {
    margin-bottom: 50px;
}
.main-contents--single {
  padding: 60px 0;
  width: 100%;
}
.main-contents--single2 {
    width: 100%;
    padding: 60px calc(50% - 500px);
}
.main-contents--single3 {
    padding-bottom: 30px;
    width: 100%;
}
.main-contents--single4 {
    padding: 30px 0 0;
    width: 100%;
}
.main-contents--single5 {
    padding: 0;
    width: 100%;
}
.footer_entry {
    background-color: #b60005;
}
/*================================================
 *  タイトルデザイン
 ================================================*/
 h2.h2_title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
    border-left: 4px solid #b60005;
    border-bottom: 0;
    line-height: 1.6;
    padding: 0 15px;
}
h2.h2_title2 {
    border: none;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.0;
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}
.more {
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 14px;
    color: #b60005;
    vertical-align: middle;
    text-decoration: none;
    margin-top: 3px;
    float: right;
    font-weight: normal;
}
.more2 {
    position: relative;
    font-size: 1.3rem;
    padding: 0 0 0 14px;
    color: #b60005;
    vertical-align: middle;
    text-decoration: none;
    margin-top: 3px;
    font-weight: normal;
}
.more:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.more2:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    left: 3px;
    width: 5px;
    height: 5px;
    top: -3px;
    border-top: 1px solid #b60005;
    border-right: 1px solid #b60005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link2::after {
    display:inline-block;
    content:'';
    width:0;
    height:0;
    margin-top:6px;
    margin-left:10px;
    border:5px solid transparent;
    border-left:6px solid #c01920;
    transition:all 0.2s linear;
    vertical-align:top;
}
h2.main_title {
    font-size: 3.0rem;
    text-align: center;
    border-bottom: 4px solid #b60005;
    padding: 0;
    display: block;
    margin-bottom: 50px;
    line-height: 1.3;
}
h2.main_title2 {
    font-size: 3.0rem;
    text-align: center;
    border-bottom: 4px solid #b60005;
    padding: 0;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
}
.h3_title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
    border-left: 4px solid #b60005;
    line-height: 1.3;
    padding: 0 15px;
    text-align: left;
    color: #333;
    margin-bottom: 15px;
}
span.supText {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
/*================================================
 * button
 ================================================*/
.button-small {
  color: #ca1d06;
  padding: 14px 20px;
  border: 2px solid #b60005;
  text-align: center;
}
.button-small > span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.button-small > span:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 4px solid #b60005;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button_red {
    padding: 20px 70px;
    background: #b60005;
    border-radius: 3px;
    color: #fff;
}
.button.button_white {
    padding: 20px 70px;
    background: #fff;
    border: 1px solid #b60005;
    border-radius: 3px;
    color: #333;
}
.button.button_white2 {
    padding: 20px 70px;
    background: #fff;
    border: 1px solid #b60005;
    border-radius: 3px;
    text-align: center;
}
.button.button_white_waku {
    padding: 20px 70px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}
.btn_area > span, .button_redArea > span {
  position: relative;
  display: inline-block;
}
.btn_area > span:before, .btn_area2 > span:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #b60005;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button_redArea > span:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #b60005;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
    border-top: 6px solid #fff;
    right: 10px;
}

.btn_area.productlink > span:before {
  border-left: 6px solid #333;
  right: 6px;
}
.btn_area.career > span:before {
  border-left: 6px solid #fff;
  right: 6px;
}
.btn_area > span:hover:before {
    right: 6px;
    transition:all 0.2s linear;
}
.button_redArea > span:hover:before {
    top: 55%;
    right: 10px;
    border-top: 6px solid #fff;
    transition:all 0.2s linear;
}

.btn_area.tree {
  display: flex;
  justify-content: space-between;
  margin: 0 30px 100px;
}

/*================================================
 *  メインビジュアル
 ================================================*/
.category-visual {
    width: 100%;
    height: 146px;
    position: relative;
    text-align: center;
    color: #333;
    font-size: 38px;
    font-size: 3.8rem;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    background: url()
}
.category-visual--top {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #000000 url(/process-mining/images/main-visual_top.jpg) no-repeat 50% 0;
    height: 300px;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding: 0 calc(50% - 500px);
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.category-visual--top h1.category-visual--title {
    text-align: center;
    font-size: 60px;
    font-size: 6.0rem;
    line-height: 1.2;
}
i.cap {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    position: absolute;
    top: 30px;
}
@media screen and (max-width: 760px) {
    .category-visual {
        background-color: #eee;
        height: 100px;
    }
    .category-visual--title {
        font-size: 2.8rem;
    }
    .category-visual--top {
          height: 160px;
    }
    .category-visual--top .typ-section-main {
        padding: 0px;
        position: relative;
        top: -20px;
    }
    .category-visual--top h1.category-visual--title {
        font-size: 4.0rem;
        margin-bottom: 10px;
    }
    .category-visual--title-area {
          min-height: 70px;
    }
     i.cap {
        top: 10px;
    }
    .category-visual--myinvenio img {
        width: 100%;
    }

}

/*================================================
 * 共通コンテント
 ================================================*/

fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}
.row {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}
.justify-content {
    justify-content: center;
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.bg-white {
    background-color: #fff;
    padding: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.anchor {
    display: block;
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}
.content-lg {
    padding: 30px 10px;
  }
.content-lg2 {
    padding: 40px;
    padding-bottom: 15px;
}
.content-lg3 {
    padding: 30px 0px;
  }
.col-md-0 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
.col-md-1 {
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-2 {
    width: 50%;
    min-height: 1px;
    padding-right: 30px;
}
.col-md-3 {
    width: 30%;
    min-height: 1px;
    padding-left: 15px;
}
.col-md-4 {
    width: 60%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-5 {
    width: 40%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.title-v1 {
    margin: 0 10px;
}
img.c02_ill {
    height: 200px;
}
.list--disc.level {
    margin: 20px 10px;
}
.list--disc > li {
    line-height:1.6;
    margin-left:1em;
    margin-bottom: 10px;
    text-indent: -0.8em;
}
.list--disc.noindent > li {
    text-indent: 0;
}
.list--disc > li:before {
    content:'';
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#666;
    display:inline-block;
    margin-right:8px;
    vertical-align:middle;
}
.list--disc .sub-list > li {
    margin-left:0.7em;
    margin-top:10px;
    text-indent:-0.7em;
}
.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;
}


/*================================================
 *  myInvenio
 ================================================*/
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
/*= ライセンス  =*/
.no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
  padding: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.pricing h3, .pricing h4 {
  margin: 0;
  line-height: normal;
  font-weight: bold;
}
.pricing-content {
  margin-bottom: 0px;
}
.pricing-content li {
  border-bottom: 1px solid #003c61;
}
.pricing-content li span.min {
    font-size: 1.0rem;
}
.bg-color {
  background-color: #fff;
}
.pricing-mega-v1 .block li {
  text-align: center;
}
.pricing-mega-v1 .pricing {
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 0 0 0px #eee;
  border: 1px solid #eee;
}
.pricing-mega-v1 .pricing-content li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 10px;
    font-style: normal;
    min-height: 41px;
}
.pricing-mega-v1 .pricing-content li.two_linehi {
    line-height: 3.2em;
}
.pricing-content li i {
    color: #72c02c;
    position: unset;
}
.pricing-mega-v1 .pricing-content li i {
  color: #003c61;
}
.myinvenio_license .col-md-6 {
    width: 24%;
}
.myinvenio_license .col-md-2 {
  width: 19%;
}
.pricing-head, .pricing-head1 {
  text-align: center;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.pricing-mega-v1 .hidden-area {
      margin-top: 75px;
}
.pricing-mega-v1 .pricing-head h3, .pricing-mega-v1 .pricing-head1 h3 {
    font-size: 1.6rem;
    min-height: 75px;
    color: #fafafa;
    padding: 12px 0;
    background: #003c61;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pricing-mega-v1 .pricing-head1 h3 {
    font-size: 2.0rem;
    border-bottom: 2px solid #efefef;
}
.pricing-mega-v1 .pricing-head h3, .pricing-mega-v2 .pricing-head h3, .pricing-mega-v3 .pricing-head h3 {
    text-shadow: 0 1px 0 #404142;
}
.pricing-mega-v1 .pricing-head1 h3 {
    background: #fff;
    color: #000000;
}
.pricing-mega-v1 .pricing-content li span.hidden-lg {
    padding: 10px 0px 0px;
    display: none;
}
.pricing-content li {
    background-color: #fff;
}
.pricing-content li:nth-child(even) {
    background: #f9f9f9;
}
.myinvenio_license h3 {
    color: #003c61;
}
.back_white {
    background-color: #fff;
    padding: 20px;
}

.title-v1 h1, .title-v1 h2 {
    font-size: 28px;
    font-size: 2.8rem;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.title-v1 h1:after, .title-v1 h2:after {
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #b60005;
}
.story-item .col-md-1 p.Annotation, .story-item p.Annotation {
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
    text-indent: -1em;
}
/*================================================
 *  導入ガイド
 ================================================*/
#guide_main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
}
#guide_main .h3_title {
    border-bottom: none;
    border-left: 4px solid #5f759b;
}
.link_down {
  position: relative;
  color: inherit;
}
.link_down: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 #b60005;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.lightGrayBox {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border: 10px solid #f4f4f4;
  padding: 32px 26px;
  margin-bottom: 20px;
}
.lightGrayBox__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
ol li.txt-num {
  list-style-type: decimal;
  margin-bottom: 10px;
  margin-left: 20px;
}
ol li.txt-num a {
    color: #333;
}
ol.num_area {
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}
ol.num_area li.txt-num {
  list-style-type: decimal;
  margin-bottom: 0;
  margin-left: 20px;
}
ol li.txt-num a {
    color: #333;
}
/*================================================
 *  Controlioマニュアル
 ================================================*/
.logo__group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 185px;
    height: 43px;
}
.logo--top-bar .logo__group, .logo--header .logo__group {
    width: 154px;
    height: 36px;
}
.logo__icon {
    display: inline-block;
    width: 44px;
    height: 43px;
    vertical-align: bottom;
}
.svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
.logo__title {
    display: inline-block;
    margin: 0 0 7px;
    width: 142px;
    height: 20px;
    vertical-align: bottom;
    color:#000;
}
.logo__subtitle {
    font-size: 20px;
    font-size: 2.0rem;
    padding-top: 10px;
}
ol.controlio_list {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    line-height: 24px;
    letter-spacing: 0;
}
ul.controlio_disc {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    line-height: 24px;
    letter-spacing: 0;
}
.controlio_list li {
  list-style-type: decimal;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0;
}

.controlio_disc li {
    list-style-type: disc;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0;
  }
ul.controlio_disc, ol.controlio_list {
    margin: 10px 0;
    padding: 0 0 0 16px;
}
.controlio_manual p+ul, .controlio_manual p+ol {
    margin-top: -10px;
}
.controlio_manual p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 20px 0;
}
.controlio_manual h2+p {
    margin-top: 5px;
  }
.controlio_manual .h3 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 50px;
    color: #333;
  font-weight: normal;
}
.image__align__center {
  display: block;
  margin: 40px auto;
}
.image__offset__top {
    margin-top: 0px;
}
.Note {
    color: #000;
}
/*================================================
 *  導入事例
 ================================================*/
.cach_area {
    background: url(/process-mining/images/cases_main01.png) no-repeat right;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    width: 980px;
    padding: 0 30px;
    border: 1px solid #eee;
}
.cach_area.bank {
    background: url(/process-mining/images/cases_main02.png) no-repeat right;
}
.cach_area h3 {
    vertical-align: middle;
    display: table-cell;
    color: #333;
}
.story-item.seika {
    border: 1px solid #999;
    padding: 20px;
    margin-bottom: 30px;
}
.seika p span {
    font-size: 2.0rem;
}
.box_area > li {
    line-height:1.6;
    margin-left:1em;
    margin-bottom: 10px;
    text-indent: -0.8em;
    font-weight: bold;
}

.box_area > li:before {
    content:'';
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#666;
    display:inline-block;
    margin-right:8px;
    vertical-align:middle;
}
li.cases_list {
    text-align: center;
    border: 1px solid #b60005;
    width: 49%;
    vertical-align: middle;
}
li.cases_list a {
    color: #b60005;
    display: block;
    position: relative;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 1.6rem;
    padding: 20px 2px 20px 16px;
    text-decoration: none;
}
li.cases_list a:after {
    color: #b60005;
    position: absolute;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    content: "";
    margin: auto;
    border-top: 1px solid rgb(182, 0, 5);
    border-right: 1px solid rgb(182, 0, 5);
}
li.cases_list a.link::after {
    width: 5px;
    height: 5px;
    top: 25px;
    right: 10px;
    transform: rotate(45deg);
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    margin: auto;
}
li.cases_list a.current:after {
    width: 5px;
    height: 5px;
    top: 25px;
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}
li.cases_list a:hover {
    background-color: #eee;
}
li.cases_list a.link:hover:after {
      right: 6px;
}
li.cases_list a.current:hover:after {
      top: 28px;
}
/*================================================
 *  導入ガイド
 ================================================*/
.guide_main {
    margin-bottom: 30px;
}

/*================================================
 *  ipad向けデザイン
 ================================================*/
 @media screen and (max-width:768px) {
    #sub {
        display:none;
        width:100%;
    }
    #main {
        width: 100%;
    }
    header .header_area .inner {
        width: 100%;
    }
    header .header_area .inner h1 {
        padding-left: 10px;
    }
    .dejima__date {
        flex-basis: 15%;
    }
    .footmenu li {
        padding: 0 5px;
    }
    .main-contents--single.message_area {
        padding: 20px 0;
    }
    .view-pc {
        display: none;
    }
    .view-sp {
        display: block;
    }
    .separate--tool.message_area {
        background: url(/career/images/career_top_kanno.png) 0px 0 no-repeat;
    }
    .contents_l {
        padding: 0px 0 50px;
    }
    .flex-box.evenly_empty.top {
        margin: 0 0 30px 0;
    }
    .main-contents--single {
        padding: 30px 0;
    }
    .footmenu a {
        padding: 0;
    }
    .separate--tool .separate__body {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
    }
    .linkbtn_area li a.btn_txt {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 60px 20px 60px 20px;
    }
    .ltr li {
        width: 32%;
        font-size: 13px;
        font-size: 1.3rem;
        height: 230px;
    }
    .ltr li span {
        top: 60px;
        padding: 0 10px;
          line-height: 1.3;
    }
    .personnelimg_body .main-contents--single {
        padding: 30px 10px;
    }
    .personnelimg_body
    .personnelimg_body #main {
        padding: 0 10px;
    }
    footer {
        padding: 0 10px;
    }
    .footmenu ul {
        margin: 0;
    }
    .footmenu a {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .hidden-sm {
      display: none!important;
    }
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    body {
        margin-top: 0 !important;
    }
    .lock {
        overflow:hidden;
    }
    .view-pc {
        display: none;
    }
    .flex {
        display: block;
    }
    #contents {
        padding-top: 40px;
    }
    header {
        width: 100%;
        position: fixed;
        background-color: #fff;
        z-index: 10000;
    }
    header .header_area {
        padding: 0px;
        margin: 0px;
    }
    header .header_area .inner {
        padding: 0;
        width: 100%;
        height: 40px;
    }
    header .header_area .inner h1 {
        padding-left: 50px;
        width: 45%;
        margin: 0;
        line-height: 0;
    }
    .header_nav {
        position: absolute;
        top: 0;
        right: 0;
    }
    header .header_area.top {
        padding: 5px 0 35px;
        margin: 0 0 0px;
    }
    
    footer {
        padding: 0;
    }
    .footmenu ul {
        border: none;
    }
    .summary {
        position:relative;
        top:auto;
        right:auto;
        margin-left:15px;
    }
    .sub {
        font-size: 16px;
        font-size: 1.6rem;
    }
    nav.gnavBox.controlio_manual {
        display: block;
    }
    nav {
        width: 95%;
        background-color: #fff;
        position: absolute;
        top: 40px;
    }
    nav ul {
        margin:0;
        padding:0;
        }
        
    nav .inner > ul {
        z-index:2;
        overflow:auto;
        position:fixed;
        top:40px;
        right:0;
        width:100%;
        height:88%;
        height:-webkit-calc(100% - 53px);
        height:calc(100% - 53px);
    }
    nav li {
        position:relative;
        width:100%;
        float:none;
        margin:0;
        text-align:left;
        list-style:none;
        border-bottom:1px solid #8c0e0e;
        background:#9b0f0f;
    }
    nav li:first-child {
        border-top:0;
    }
    nav li:last-child {
        border-bottom:0;
    }
    nav li a {
        display:block;
        padding:10px 30px;
        color:#fff;
        text-decoration:none;
        background:#9b0f0f;
        font-size: 1.3rem;
    }
    nav li a:hover {
        color:#fff;
        background:#710000;
    }
    nav ul ul {
        display:block;
        position:relative;
    }
    nav li li a {
        box-sizing:border-box;
        width:100%;
        padding:10px 30px 10px 50px;
        text-align:left;
    }
    .header_menu li.entry{
        border-left: none;
        padding: 10px 0;
        background: #b60005;
        color: #fff;
        font-weight: bold;
        margin: 0;
    }
    .subnav > a:before {
        display:block;
        content:"";
        position:absolute;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
        top:20px;
        right:30px;
        width:10px;
        height:10px;
        margin-top:-5px;
        background:#f1f1f1;
    }
    .subnav > a:after {
        display:block;
        content:"";
        position:absolute;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
        top:20px;
        right:30px;
        width:10px;
        height:10px;
        margin-top:-10px;
        background:#9b0f0f;
    }
    .subnav a:hover:after {
      background:#710000;
    }

    .active > a:before {
        margin-top:0;
    }
    .active > a:after {
        margin-top:5px;
    }
    .gnav {
        display:none;
    }
    #spMenu {
        display:block;
        z-index:5;
        position:fixed;
        top:0px;
        left:0px;
    }
    #spMenu:hover {
        cursor:pointer;
    }
    #navBtn {
        display:inline-block;
        position:relative;
        width:40px;
        height:40px;
        background:#b60005;
    }
    #navBtnIcon {
        display:block;
        position:absolute;
        top:50%;
        left:50%;
        width:14px;
        height:2px;
        margin:-1px 0 0 -7px;
        background:#f1f1f1;
        transition:.2s;
    }
    #navBtnIcon:before,
    #navBtnIcon:after {
        display:block;
        content:'';
        position:absolute;
        top:50%;
        left:0;
        width:14px;
        height:2px;
        background:#f1f1f1;
        transition:0.3s;
    }
    #navBtnIcon:before {
        margin-top:-6px;
    }
    #navBtnIcon:after {
        margin-top:4px;
    }
    #navBtn .close {
        background:transparent;
    }
    #navBtn .close:before,
    #navBtn .close:after {
        margin-top:0;
    }
    #navBtn .close:before {
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
    }
    #navBtn .close:after {
        transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
    }
    .contents--second.top {
        display: block;
    }
    .contents--second.top sub{
        display: block;
        width: 100%;
        margin: 0;
    }
    .submenu_area {
        background-color: #eee;
        padding-bottom: 100px;
        padding: 30px 10px;
    }
    .logo__subtitle {
        font-size: 1.3rem;
        padding-top: 0;
    }
    .btn_area.tree {
        display: block;
        margin: 0;
    }
    .btn_area.tree>span {
        width: 100%;
        margin-bottom: 30px;
    }
    .btn_area.tree .button.button_white2 {
        width: 100%;
    }
    .col_two_one ul {
        margin-right:0;
    }
    .col_two_one li {
        width:100%;
    }
    .col_two_one li:nth-child(2n+1) {
        clear:both;
    }
    .info__list {
        display: block;
        padding-left: 10px;
    }
    .info__date {
        width: 25%;
    }
    .info__label {
        width: 13%;
    }
    .info__text {
        width: 100%;
        margin-top: 10px;
    }
    .footmenu {
        display: block;
        background-color: #fff;
        height: auto;
        padding: 5px 0 0 0;
    }
    .footmenu a {
        padding: 0;
        font-size: 1.1rem;
    }
    .main-contents--single.top {
        padding: 40px 10px;
    }
    .separate--tool .separate__body {
        width: 100%;
    }
    .separate--tool .separate__body.message_body {
        width: 100%;
    }
    .contents_l:before {
        height: 100%;
        margin: 3% -10% 0;
    }
    .footmenu ul {
          padding: 0 10px;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0;
    }
    .footmenu li {
        border-right: 1px solid #ccc;
        border-left: none;
        margin: 10px 0;
    }
    .footmenu li:last-child {
      border-right: none;
    }
    .footer_copyright {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        background-color: #c01920;
        display: block;
        vertical-align: bottom;
        color: #fff;
    }
    .footer_entry .main-contents--single.entry_area {
        padding: 40px 0;
    }
    .flex-box.evenly_empty {
        display: block;
    }
    .flex-box.evenly_empty li{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .guide_area {
        margin-bottom: 20px;
    }
    .title-v1 h1, .title-v1 h2 {
        padding: 0;
        margin: 0;
    }
    .product_list {
        margin-bottom: 10px;
    }
    .Annotation {
    text-align: left;
    }
    .ltr .flex-box.evenly_empty.top li {
        width: 100%;
        height: 370px;
        font-size: 1.6rem;
        background-size: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .ltr .flex-box.evenly_empty.top li span{
        top: 100px;
        font-size: 1.6rem;
    }
    .linkbtn_area li {
        width: 100%;
        background-size: 100%;
        margin-bottom: 10px;
    }.separate--tool {
        display: block;
    }
    .separate--tool .separate__body {
        width: 100%;
        padding-bottom: 30px;
    }
    .separate--tool .separate__body.top {
        width: 100%;
        padding: 30px 10px;
    }
    .separate--tool.message_area {
        padding: 0 0;
        background-position-x: -20px;
        background-size: 60%;
    }
    .product {
        margin: 0px;
    }
    .contents_l {
        padding: 0;
    }
    .ltr li {
        width: 33%;
    }
    .linkbtn_area li a.btn_txt {
        font-size: 25px;
        font-size: 2.5rem;
        padding: 60px 20px;
    }
    .separate__body.message h3 {
        font-size: 2.0rem;
    }
    .product li {
        width: 100%;
        margin-bottom: 10px;
    }
    .contents_l {
        padding: 0;
    }
    .separate--tool.aim {
        background: none;
    }
    .offer_txt {
        margin-bottom: 15px;
    }
    .product li {
        padding: 30px 0;
    }
    .main-contents--single3 {
        width: auto;
        padding: 0 10px;
    }
    .main-contents--single4 {
        width: auto;
        padding: 10px;
    }
    .content_area {
        margin: 0;
        padding: 10px;
    }
    .section-contents {
        margin-bottom: 0;
    }
    .btn_area.OfficeTours span{
        display: block;
    }
    .contentBox-block .contentBox_thumbnail_block-crosstalk {
        margin-top: 0;
    }
    .contentBox-block .contentBox_thumbnail_block-crosstalk .contentBox_thumbnail_txt {
        font-size: 1.5rem;
        line-height: 1.6;
        padding: 15px
    }
    .crosstalk_titile {
        font-size: 24px;
        font-size: 2.4rem;
        text-align: left;
    }
    .example-image {
        width: 18rem;
    }
    .personnelimg_body .main-contents--single3 {
        margin-bottom: 30px;
    }
    .personnelimg_body .main-contents--single {
        margin-bottom: 30px;
    }
    .main-contents--single4.welfare {
        padding: 30px 10px;
    }
    .guide_box {
        width: 100%;
    }
    .guide_list a {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .product_list h2.h2_title {
        font-size: 2.5rem;
    }
    .row {
        display: block;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-8 {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    .myinvenio_license .col-md-2 {
        width: 100%;
    }
    .pricing-mega-v1 .pricing-head h3, .pricing-mega-v1 .pricing-head1 h3 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .flex-box3 {
        display: block;
    }
    ul.table_type li {
        display: block;
    }
    ul.table_type li .title_txt {
        width: 100%;
        display: block;
    }
    ul.table_type li .txt_area {
        width: 100%;
        display: block;
    }
    table.base-table th, .base-table td {
        width: 100%;
        display: block;
    }
    .cases_list {
        margin-bottom: 10px;
    }
    .col-md-0 {
        padding: 0px;
    }
    table.base-table2 thead th, table.base-table2 td {
        font-size: 1.0rem;
        padding: 2px;
    }
    .pricing-mega-v1 .pricing-content li {
        padding: 10px 30px;
    }
    .pricing-mega-v1 .pricing-content li span.hidden-lg, .pricing-mega-v1 .pricing-content li span.sp_font{
        display: inline-block;
        width: 50%;
    }
    .pricing-mega-v1 .pricing-content li span.hidden-lg {
        text-align: left;
    }
    .pricing-mega-v1 .pricing-content li span.sp_font {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: right;
    }
    .pricing-mega-v1 .sp_font .small {
      font-weight: normal;
      font-size: 1.0rem;
    }
}

@media (max-width: 640px){
        .image-row {
              text-align: left;
            }
        .example-image {
              width: 16rem;
            }
}
@media screen and (max-width:375px) {
    .ltr .flex-box.evenly_empty.top li {
        height: 330px;
    }
    .ltr .flex-box.evenly_empty.top li span {
        top: 90px;
        font-size: 1.5rem;
    }
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
    .inner {
        width:100%;
    }
    #contents {
        box-sizing:border-box;
        width:100%;
    }
    #contents#top {
        background-color: #fff;
    }
    footer {
        width:100%;
    }
}
/*----------------margin paddingの設定-----------------------*/
.u-mt0 {margin-top:0 !important;}.u-mr0 {margin-right:0 !important;}.u-mb0 {margin-bottom:0 !important;}.u-ml0 {margin-left:0 !important;}.u-pt0 {padding-top:0 !important;}.u-pr0 {padding-right:0 !important;}.u-pb0 {padding-bottom:0 !important;}.u-pl0 {padding-left:0 !important;}.u-mt5 {margin-top:5px !important;}.u-mr5 {margin-right:5px !important;}.u-mb5 {margin-bottom:5px !important;}.u-ml5 {margin-left:5px !important;}.u-pt5 {padding-top:5px !important;}.u-pr5 {padding-right:5px !important;}.u-pb5 {padding-bottom:5px !important;}.u-pl5 {padding-left:5px !important;}.u-mt10 {margin-top:10px !important;}.u-mr10 {margin-right:10px !important;}.u-mb10 {margin-bottom:10px !important;}.u-ml10 {margin-left:10px !important;}.u-pt10 {padding-top:10px !important;}.u-pr10 {padding-right:10px !important;}.u-pb10 {padding-bottom:10px !important;}.u-pl10 {padding-left:10px !important;}.u-mt15 {margin-top:15px !important;}.u-mr15 {margin-right:15px !important;}.u-mb15 {margin-bottom:15px !important;}.u-ml15 {margin-left:15px !important;}.u-pt15 {padding-top:15px !important;}.u-pr15 {padding-right:15px !important;}.u-pb15 {padding-bottom:15px !important;}.u-pl15 {padding-left:15px !important;}.u-mt20 {margin-top:20px !important;}.u-mr20 {margin-right:20px !important;}.u-mb20 {margin-bottom:20px !important;}.u-ml20 {margin-left:20px !important;}.u-pt20 {padding-top:20px !important;}.u-pr20 {padding-right:20px !important;}.u-pb20 {padding-bottom:20px !important;}.u-pl20 {padding-left:20px !important;}.u-mt25 {margin-top:25px !important;}.u-mr25 {margin-right:25px !important;}.u-mb25 {margin-bottom:25px !important;}.u-ml25 {margin-left:25px !important;}.u-pt25 {padding-top:25px !important;}.u-pr25 {padding-right:25px !important;}.u-pb25 {padding-bottom:25px !important;}.u-pl25 {padding-left:25px !important;}.u-mt30 {margin-top:30px !important;}.u-mr30 {margin-right:30px !important;}.u-mb30 {margin-bottom:30px !important;}.u-ml30 {margin-left:30px !important;}.u-pt30 {padding-top:30px !important;}.u-pr30 {padding-right:30px !important;}.u-pb30 {padding-bottom:30px !important;}.u-pl30 {padding-left:30px !important;}.u-mt35 {margin-top:35px !important;}.u-mr35 {margin-right:35px !important;}.u-mb35 {margin-bottom:35px !important;}.u-ml35 {margin-left:35px !important;}.u-pt35 {padding-top:35px !important;}.u-pr35 {padding-right:35px !important;}.u-pb35 {padding-bottom:35px !important;}.u-pl35 {padding-left:35px !important;}.u-mt40 {margin-top:40px !important;}.u-mr40 {margin-right:40px !important;}.u-mb40 {margin-bottom:40px !important;}.u-ml40 {margin-left:40px !important;}.u-pt40 {padding-top:40px !important;}.u-pr40 {padding-right:40px !important;}.u-pb40 {padding-bottom:40px !important;}.u-pl40 {padding-left:40px !important;}.u-mt45 {margin-top:45px !important;}.u-mr45 {margin-right:45px !important;}.u-mb45 {margin-bottom:45px !important;}.u-ml45 {margin-left:45px !important;}.u-pt45 {padding-top:45px !important;}.u-pr45 {padding-right:45px !important;}.u-pb45 {padding-bottom:45px !important;}.u-pl45 {padding-left:45px !important;}.u-mt50 {margin-top:50px !important;}.u-mr50 {margin-right:50px !important;}.u-mb50 {margin-bottom:50px !important;}.u-ml50 {margin-left:50px !important;}.u-pt50 {padding-top:50px !important;}.u-pr50 {padding-right:50px !important;}.u-pb50 {padding-bottom:50px !important;}.u-pl50 {padding-left:50px !important;}.u-mt55 {margin-top:55px !important;}.u-mr55 {margin-right:55px !important;}.u-mb55 {margin-bottom:55px !important;}.u-ml55 {margin-left:55px !important;}.u-pt55 {padding-top:55px !important;}.u-pr55 {padding-right:55px !important;}.u-pb55 {padding-bottom:55px !important;}.u-pl55 {padding-left:55px !important;}.u-mt60 {margin-top:60px !important;}.u-mr60 {margin-right:60px !important;}.u-mb60 {margin-bottom:60px !important;}.u-ml60 {margin-left:60px !important;}.u-pt60 {padding-top:60px !important;}.u-pr60 {padding-right:60px !important;}.u-pb60 {padding-bottom:60px !important;}.u-pl60 {padding-left:60px !important;}.u-mt65 {margin-top:65px !important;}.u-mr65 {margin-right:65px !important;}.u-mb65 {margin-bottom:65px !important;}.u-ml65 {margin-left:65px !important;}.u-pt65 {padding-top:65px !important;}.u-pr65 {padding-right:65px !important;}.u-pb65 {padding-bottom:65px !important;}.u-pl65 {padding-left:65px !important;}.u-mt70 {margin-top:70px !important;}.u-mr70 {margin-right:70px !important;}.u-mb70 {margin-bottom:70px !important;}.u-ml70 {margin-left:70px !important;}.u-pt70 {padding-top:70px !important;}.u-pr70 {padding-right:70px !important;}.u-pb70 {padding-bottom:70px !important;}.u-pl70 {padding-left:70px !important;}.u-mt100 {margin-top:100px !important;}.u-mr100 {margin-right:100px !important;}.u-mb100 {margin-bottom:100px !important;}.u-ml100{margin-left:100px !important;}

