@charset "UTF-8";
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body {
  color: #333;
  margin: 0px;
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  overflow-x: hidden;
font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 { margin: 0px;padding: 0px;font-weight: normal;font-size: 100%; }

p { padding: 0px;font-size: 14px;line-height: 1.8em; margin-bottom: 0;}

* {margin: 0px;padding: 0px; }

html {overflow-y: scroll; }

img {border: 0px; max-width: 100%; vertical-align: top; height: auto; }

dl,
ul,
ol {padding: 0; margin: 0; }

li {list-style-type: none; }


/* header
---------------------------------------------------- */
header{
  padding: 14px 20px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}
.logo img{
  width: 225px;
}


/* navigation
---------------------------------------------------- */
/*ハンバーガーメニュー*/
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 35px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #222;
    display: block;
    height: 2px;
    position: absolute;
    transition: .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);

}
/*フルスクリーンナビゲーション*/
.gnav{
    background: #f9f5fc;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
}
.gnav__wrap{
    align-items:center;
    /* display: flex; */
    height: 100%;
    /* justify-content: center; */
    position: absolute;
    width: 100%;
    padding: 100px 0;
    overflow-y: scroll;
    z-index: 100;
    margin-left: 6vw;
}

.gnav__menu__item a{
    color: #333;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 0 15px;
    text-decoration: none;
    transition: .5s;
    display: block;
}
.gnav__menu__item a:hover{
    color: #b758b7
}
.gnav__menu__item.active a, .gnav__menu__item a:hover{
  color: #b758b7;
  transition: .2s;
}
@media (min-width: 992px), print {
  .gnav__menu__item a {
    padding: 20px 0;
    transition: .2s;
    display: block;
  }

  .gnav__menu__item {
    margin: 0;
  }

  .gnav__wrap {
    overflow-y: auto;
  }
}
@media (min-width: 1200px), print {
  .menu {
    display: none;
  }
  .gnav {
    display: block !important;
    width: 710px;
    background: none;
    position: fixed;
    right: 20px;
    top:0;
    height: auto;
    left: auto;
  }
  .gnav__wrap{
    height: auto;
    justify-content: space-between;
    display: flex;
    padding: 0;
        margin-left: 0;
  }
  .gnav__menu__item{
      margin: 30px 18px 5px;
  }
  .gnav__menu__item a{
      font-size: 14px;
      font-weight: normal;
      padding: 0 0 5px;
      transition: .2s;
      white-space: nowrap;
  }
  .gnav__menu__item.active a, .gnav__menu__item a:hover{
    border-bottom: 2px solid #85258b;
    transition: .2s;
    background: none;
    color: #222;
  }
  .gnav__menu{
    display: flex;
  }
}
.btn_login a {
  background: #85258b;
  color: #fff;
  padding: 5px 20px 3px 25px;
  border-radius: 20px;
  margin-left: 5px;
  transition: .2s;
  display: block;
  margin-top: 20px;
}
.btn_login a:hover{
  text-decoration: none;
  opacity: 0.8;
  transition: .2s;
}
.btn_box_blue{
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 992px), print {
  .btn_box_blue{
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.head_f_link ul a{
  color: #666;
  font-size: 0.9em;
  margin-bottom: 10px;
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.head_f_link + .accordion .card-header, .head_f_link + .accordion .btn{
  padding: 0 !important;
}
header .card-header, header .card{
  border: none;
  background: none;
}
header .card-header button{
  color: #333;
}
header .card-body{
  padding: 10px 0;
}
header .card-body a{
  color: #333;
  font-size: 0.9em;
  line-height: 2.5em;
}
@media (min-width: 992px), print {
  .btn_login a {
    width: 130px;
  }
  .btn_login + .btn_login a{
    padding: 5px 10px 3px 15px;
  }
}
/* index
---------------------------------------------------- */
/*main*/
main{
  margin-top: 86px;
  padding: 6px 0 22px;
background: linear-gradient(180deg,  rgba(224, 200, 226 ,1) 0%, rgba(251, 247, 253, 1) 100%);
}

@media (min-width: 576px){
main .container {
    max-width:100%;
}
}

.ttl_main{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 8vw;
  letter-spacing: 0.05em;
}
.ttl_main_sp{
  margin-bottom: 25px;
}
.ttl_main .orange{
  font-size: 4vw;
  color: #db732e;
  letter-spacing: 0.14rem;
}
.ttl_main .sub{
  font-size: 3.6vw;
  font-weight: 700;
  color: #171717;
  letter-spacing: 0.14rem;
}
.ttl_main .red{
  color: #85258b;
}
.img_box{
  width: 100%;
  margin: 0 auto 15px;
}
.img_box .cloud{
  width: 80%;
}
@media (min-width: 768px), print {
  .ttl_main{
    font-size: 46px;
  }
  .ttl_main_sp{
    margin-bottom: 0;
  }
  .img_box .batch{
    width: 70%;
  }
  .ttl_main .orange{
    font-size: 32px;
  }
  .img_box .cloud{
    width: 25%;
  }
}
@media (min-width: 992px), print {
  .ttl_main{
    font-size: 60px;
  }
  .ttl_main .orange{
    font-size: 48px;
  }
  .ttl_main .sub{
    font-size: 38px;
  }
  .img_box{
    width: 970px;
    margin: 0 auto 15px;
  }
  .img_box .batch{
    width: auto;
    margin-top: 20px;
  }
   .img_box .cloud{
     width: 220px;
     margin: 0 50px 10px 0;
   }
}
/*content*/
.cont_sp, .cont_sp02{
  margin: 60px 0 0;
}
.ttl_h3{
  font-family: 'Noto Sans JP', sans-serif;
  color: #85258b;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 28px;
}
.txt_cont{
  line-height: 2.3em;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  text-align: justify;
}
.btn_blue{
  display: inline-block;
}
.btn_blue a{
  color: #fff;
  background: linear-gradient(90deg, rgba(133, 37, 139 ,1) 0%, rgba(102, 19, 107, 1) 100%);
  padding: 12px;
  display: inline-block;
  width: 280px;
  text-align: center;
  position: relative;
  border-radius: 25px;
  font-weight: bold;
  letter-spacing: 0.22em;
}

.btn_blue a::after{
  content: '+';
  color: #85258b;
  background: #fff;
  border-radius: 50%;
  padding: 0 4px 0 7px;
  position: absolute;
  right: 10px;
    transition: .2s;
}
.btn_blue a:hover{
  opacity: 0.8;
  text-decoration: none;
  transition: .2s;
}
@media (min-width: 768px), print {
  .btn_blue_2 a{
    width: 380px;
  }
  .cont_sp{
    margin: 115px 0 0;
  }
  .cont_sp02{
    margin: 135px 0 0;
  }
  .txt_cont{
    margin-bottom: 46px;
  }
  .ttl_h3{
    font-size: 36px;
  }
}
/*販売管理ソフトの特徴*/
.txt_cont2{
  line-height: 2.0em;
  letter-spacing: 0.01em;
  margin: 0 10px 30px;
  text-align: left;
  text-align: justify;
}
.ttl_feature{
  font-size: 16px;
  font-weight: bold;
  background: #30288f;
  color: #fff;
  display: inline-block;
  padding: 6px 16px;
  line-height: 1;
  border-radius: 20px;
  margin: 10px auto 0;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
}
.ttl_feature + img{
  position: relative;
  top: -15px;
  z-index: 1;
}
.feature_bg02{
  background: #28828f;
}
.feature_bg03{
  background: #8f2828;
}
.feature_bg04{
  background: #d67ea0;
}
.feature_bg05{
  background: #e6be5c;
}
.feature_bg06{
  background: #91cc93;
}
.txt_cont2 a{
  color: #ffa200;
  text-decoration: underline;
}
.txt_cont2 a:hover{
  text-decoration: none;
}
@media (min-width: 768px), print {
  .ttl_feature + img{
    margin-bottom: 13px;
  }
  .txt_cont2{
    margin: 0 20px 45px;
  }
}

/*選び方*/
.choose img{
  margin: 0 auto 30px;
  display: block;
}
.choose {
  letter-spacing: 0.05em;
  line-height: 2.0em;
}
@media (min-width: 992px), print {
  .choose img{
    width: 540px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
/*usage*/
.ttl_usage{
  background: #85258b;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.txt_cont5{
  line-height: 2.0em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: justify;
}
@media (min-width: 768px), print {
  .txt_cont5{
    margin-bottom: 0;
  }
}
/*Q&A*/
.ttl_qa{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #85258b;
  padding: 20px 20px 20px 50px;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.1em;
  position: relative;
}
.ttl_qa .ttl_q{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.txt_cont6{
  background: #f4f2f2;
  border: 1px solid #cfcfcf;
  border-radius: 0 0 8px 8px;
  padding: 30px;
  text-align: justify;
  letter-spacing: 0.007em;
}

/*plan*/
#plan{
  margin-top: -100px;
  padding-top: 100px;
}

.table_plan{
    border-collapse:separate;
    border-spacing: 0;
   border-bottom: 1px solid #d4c7c7;
   width: 100%;
}
.table_plan th{
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 30px 30px 0 0;
  border: 1px solid #d4c7c7;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: none;
}
.table_plan th:first-child{
  border: none;
}
.table_plan .orange{
  background: #666;
}
.table_plan .head_purple{
  background: #85258b;
}
.table_plan td{
  border: 1px solid #d4c7c7;
  border-bottom: none;
}
.table_plan td:first-child{
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
  border-right: none;
  width: 50%;
  padding: 18px 0 18px 20px;
}
.table_plan td:last-child{
  font-size: 15px;
  font-weight: bold;
  background: #f6f6f6;
  text-align: center;
  padding: 18px;
}
.table_plan .red{
  color: #f00;
}


.table_plan02{
  width: 100%;
}
.table_plan02 td:last-child{
  background: #f1e9f1;
}
@media (min-width: 768px), print {
  .left_box{
    width: 65%;
  }
  .right_box{
    width: 35%;
  }
  .table_plan td:first-child{
      font-size: 18px;
    border-bottom: none;
    border-right: none;
    width: 207px;
    padding: 0 0 0 25px;
  }
  .table_plan02 td:last-child{
    border-left: none;
  }
  .table_plan02 th{
      border-left: none;
  }
  .table_plan02 th:first-child, .table_plan02 td:first-child{
   display: none;
  }
  .table_plan + div{
    margin-left: 210px;
  }
  .table_plan02 + div{
    margin-left: 0;
  }
}
@media (min-width: 992px), print {
  .left_box{
    width: 685px;
  }
  .right_box{
    width: 456px;
  }
  .table_plan td:first-child{
    width: 228px;
  }
}
.kome_list{
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.9em;
}
.kome_list li::before{
  content:'※';
  position: absolute;
  left: 20px;
}
.dl_table dt{
  width: 90px;
  font-weight: normal;
  font-size: 14px;
}
.dl_table dd{
  width: calc(100% - 90px);
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 0;
}
/*シリーズ*/
.series_box img{
  margin-bottom: 30px;
}

@media (min-width: 768px), print {
  .btn_blue_plan a{
    width: 220px;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 992px), print {
  .series_box img{
    margin-bottom: 40px;
  }
  .series_box{
    width: 295px;
  }
  .btn_blue_plan a{
    width: 280px;
    letter-spacing: 0.22em;
  }
}
  /* news
  ---------------------------------------------------- */
  .news_table{ width:100%; margin-bottom:10px;font-size: 14px;  letter-spacing: 0.1em;}
  .news_table th{ width:100%;padding:20px 15px 5px; line-height:140%; display: block; color: #555;font-weight: 400;}
  .news_table td{ padding:5px 15px 20px;border-bottom:solid 1px #ddd;line-height:1.7em;display: block;color: #222;text-align: justify;}
.news_table .btn_wn02{
  color: #fff;
  background: #85258b;
  padding: 0 10px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 15px;
}
.news_table .new{
color: #f00;
}
  @media (min-width: 768px), print {
  .news_table table{ width:100%; display:table;}
  .news_table th{ width:30%;padding:18px 0;border-bottom:solid 1px #ddd; line-height:140%; display:table-cell}
  .news_table td{  padding:18px 30px;border-bottom:solid 1px #ddd;display:table-cell}
  .news_table .new{
    vertical-align: middle;
  float: right;
  }
  }
  @media (min-width: 992px), print {
    .news_table th{ width:20%;}
  }


/*footer*/
footer{
  border: 1px solid #85258b;
  border-left: none;
  border-right: none;
  margin-top: 60px;
}
.bd_double{
  border: 1px solid #85258b;
  border-left: none;
  border-right: none;
  margin: 2px 0;
  padding: 50px 0 55px;
}
.footer_link li a{
  color: #85258b;
  text-decoration: underline;
  font-size: 13px;
  line-height: 2.2em;
}
.footer_link li a:hover{
  text-decoration: none;
}
.footer_bdb{
  border-bottom: 1px solid #e8d6e9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer_link2 li a{
  color: #666;
  text-decoration: underline;
  font-size: 12px;
  line-height: 2.2em;
}
.sns_box .twitter-share-button{
  margin-right: 15px;
}
.sns_box  iframe{
  max-width: 100%;
  height: 30px !important;
}
.copy{
  font-size: 11px;
  color: #666;
}
@media (min-width: 768px), print {
  footer{
    margin-top: 130px;
  }
  .sns_box  iframe{
    max-width: auto;
  }
}
/*pagetop*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

#pagetop img:hover {
    animation: rotates 0.7s linear infinite;
}

@keyframes rotates {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/* 中ページ
---------------------------------------------------- */
.pagettl{
  background: linear-gradient( #e0c8e2 0%, #fbf7fd 100%);
  margin-top: 87px;
  padding: 80px 0;
}
.pagettl h1{
    font-family: 'Noto Sans JP', sans-serif;
    color: #85258b;
    font-weight: 500;
    font-size: 28px;
}
.pagettl h1 .en{
  font-size: 18px;
  display: block;
}
/*パンくずリスト*/
.breadcrumb{
  background: none;
  font-size: 14px;
  padding: 0;
  margin: 10px 0 0;
}
.ttl_h3_bdb{
  font-family: 'Noto Sans JP', sans-serif;
  color: #85258b;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 24px;
  border-bottom: 2px solid #85258b;
  padding-left: 15px;
}
.mt60 .card-header{
  background: #85258b;
  border: none;
  padding: 12px 20px;
}
.mt60 .card-header .btn-link{
    color: #fff;
}
.mt60 .cl_side_box button::after{
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  font-weight: 900;
  padding-right: 5px;
  color: #fff;
  position: absolute;
 right: 10px;
}
.mt60 .card{
  border: none;
}
.mt60 .card-body  > ul > li{
  padding: 10px;
  border-bottom: 1px dashed #dcdcdc;
}
.mt60 .card-body ul li a{
  color: #222;
  display: block;
}
.mt60 .card-body ul li a:hover{
  text-decoration: underline;
}

.mt60 .card-body .cate02, .card-body .cate03{
  padding-left: 10px;
}
.mt60 .card-body .cate02 li::before{
  left: 30px;
}
.mt60 .card-body .cate03 li::before{
  left: 40px;
}
.mt60 .card-body{
  padding: 1.25rem 0;
}
@media (min-width:768px), print{
  .pagettl h1{
      font-size: 36px;
  }
  .ttl_h3_bdb{
    font-size: 28px;
    padding-left: 0;
  }
  .mt60 .card-header{
    padding: 12px 0;
  }
  .mt60 .collapse{
    display: block !important;
  }
  .mt60 .card-header button:hover{
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 992px), print{
  .mt60 .card-header{
    padding: 8px 20px;
  }
  .mt60 .cl_side_box button::after{
   right: 30px;
  }
}
.photo-ofi {
	height: 0;
	display: block;
	background-color: #EFEFEF;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}
.cursor_hand{
  cursor : pointer;
}
/*icカードテーブル*/
.term_table th{
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background: #85258b;
  color: #fff;
}
.term_table td{
  border: 1px solid #ddd;
  padding: 16px 20px;
  font-size: 14px;
}
.term_table thead th:first-child{
  width: 20%;
}

.row_list{
  position: relative;
  z-index: 20;
}
.row_list li{
  width: 100%;
    border: 1px solid #eee;
}
.row_list li a{
  display: block;
  text-align: center;
  color: #333;
  padding: 10px;
    transition: .2s;
}
.row_list li a:hover{
  background: #85258b;
  transition: .2s;
  color: #fff;
}

/*専門用語table*/
.term_table{
  width: 100%;
}
.term_table td:first-child, .term_table td:nth-child(2), .term_table th{
  display: none;
}
.term_table td:nth-child(3){
  display: block;
  border: none;
  background: #f1f2f4;
}
.term_table td:last-child{
  display: block;
  border: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px),print {
  .term_table th{
    display: table-cell;
  }

  .term_table td:first-child {
    background: #f1f2f4;
    width: 10%;
    text-align: center;
    display: table-cell;
  }

  .term_table td:nth-child(2) {
    width: 12%;
    display: table-cell;
  }

  .term_table td:nth-child(3) {
    width: 15%;
    display: table-cell;
    border: 1px solid #ddd;
    background: none;
  }

  .term_table td:last-child {
    display: table-cell;
    border: 1px solid #ddd;
    margin-bottom: 0;
  }

  #terms .card-body {
    padding: 0;
  }

  .term_table tr:last-child td {
    border-bottom: none;
  }

  #ra_row .term_table tr:last-child td {
    border-bottom: 1px solid #ddd;
  }

  .row_sp {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (min-width:992px) , print{
  .term_table td:first-child{
      width: 7%;
  }
  .term_table td:nth-child(2){
    width: 8%;
  }
}
/* 追加指示
---------------------------------------------------- */
.h201 {
    font-size: 16px;
    font-weight: bold;
    padding: 1em;
    border-left: 5px solid #544a47;
    background: #f4f4f4;
    margin-top: 50px;
    margin-bottom: 20px;
}
@media screen and (min-width:992px) , print{
  .h201 {
    font-size: 21px;
  }
}
.h301 {
    font-size: 13pt;
    font-weight: bold;
    line-height: 150%;
    padding-top: 25px;
    padding-bottom: 3px;
}
.ul01 {
  padding-left: 0.3em;
}
.ul01 li{
  margin-left: 18px;
  list-style-type: disc;
  line-height: 2.3em;
}
.ul02 {
	padding-left: 0.3em !important;
    line-height: 1.8em;
}
.ul02 li {
    margin-left: 18px;
	list-style: decimal !important;
}
/* Component
---------------------------------------------------- */
.rel{position: relative;}
.posa{position: absolute;}

.f-left{float: left;}
.f-right{float: right;}
.clear{clear: both;}

.clearfix:after { content: ""; display: block; clear: both;}

.fz12{
  font-size: 12px;
}
.lsp0{
  letter-spacing: 0;
}
.ls005{
  letter-spacing: 0.05em; /*トラッキング50相当*/
}
.ls012{
  letter-spacing: 0.12em;/*トラッキング150相当*/
}

}
.blue{
  color: #85258b;
}
.blue_g{
  color: #28828f;
}
.pink{
  color: #d67ea0;
}
.yellow{
  color: #e6be5c;
}
.green{
  color: #91cc93;
}
.mb00 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 5px !important;}
.mb15 {margin-bottom: 7.5px !important;}
.mb20 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 15px !important;}
.mb40 {margin-bottom: 20px !important;}
.mb50 {margin-bottom: 25px !important;}
.mb60 {margin-bottom: 30px !important;}
.mb70 {margin-bottom: 35px !important;}
.mb80 {margin-bottom: 40px !important;}
.mb90 {margin-bottom: 45px !important;}
.mb100 {margin-bottom: 50px !important;}
.mt60 {margin-top: 30px;}
 @media (min-width: 768px), print {
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
.mt60{margin-top: 60px;}
}

@media print {
  header{
    position: static;
  }
  main{
    margin-top: 0;
  }
.gnav {
  display: none !important;
}
.feature_box01 .col-lg-3, .feature_box02 .col-lg-3, .feature_box03 .col-lg-3{
      flex: 0 0 25% !important;
}
.feature_box01 .col-lg-9, .feature_box02 .col-lg-9, .feature_box03 .col-lg-9{
      flex: 0 0 75% !important;
}
.specialist_box.d-md-flex{
  display: flex !important;
}
.card-header.d-md-none{
  display: none !important;
}

.page_break .d-md-flex{
  display: flex !important;
}
.page_break{
  page-break-before:always
}
.ttl_h3 .d-md-none{
  display: none !important;
}
.order-md-1{
  order: 1 !important;
}
.order-md-2{
  order: 2 !important;
}
}
@media all and (-ms-high-contrast: none) {
  .page_break_ie {
    page-break-before: always !important;
  }
  @media print {
    .page_break_ie  .card-body table tr.d-md-none{
      display: block !important; /*効いてない*/
    }
  }
}


.tbl-company{
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tbl-company th{
  display: block;
  width: 100%;
  background-color: #85258b;
  padding: 14px;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tbl-company td{
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width:768px) {
  .tbl-company th{
    display: table-cell;
    width: 10%;
  }
  .tbl-company td{
    display: table-cell;
    width: 45%;
  }
}

.btn-map{
	background: #85258b;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border: none;
    margin-top: 5px;
}

.law_table{
  width: 100%;
}
.law_table > tbody > tr > th,
.law_table > tbody > tr > td{
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.law_table > tbody > tr > th{
  width: 24%;
  background: #efefef;
}
@media screen and (max-width: 767px){
  .law_table > tbody > tr > th,
  .law_table > tbody > tr > td{
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
  .law_table > tbody > tr:last-of-type > td{
    border-bottom: 1px solid #ccc;
  }
}

.btn_login--adjust_length a{
  width: 168px;
}
@media screen and (max-width: 991px){
  .btn_login--adjust_length a{
    width: auto;
    white-space: nowrap;
  }
}
.fs18 {
  font-size: 18px !important;
}

.ttl_a{
	font-size: 2em;
	font-weight: bold;
	display: block;
	margin-right: 8px;
  }

  .adjust-txt_cont6{
	display: flex;
	align-items: center;
  }
  @media screen and (max-width: 767px) {
	.adjust-txt_cont6{
	  padding: 15px;
	}
  }