@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:transform .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: #e7f2f5;
    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: #28828f;
}
.gnav__menu__item.active a, .gnav__menu__item a:hover{
  color: #28828f;
  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: 950px;
    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 15px 5px;
  }
  .gnav__menu__item a{
      font-size: 14px;
      font-weight: normal;
      padding: 0 0 5px;
      transition: .2s;
  }
  .gnav__menu__item.active a, .gnav__menu__item a:hover{
    border-bottom: 2px solid #30288f;
    transition: .2s;
    background: none;
    color: #222;
  }
  .gnav__menu{
    display: flex;
  }
}
.btn_login a {
  background: #30288f;
  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;
}
.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(0deg,  rgba(241,240,248,1) 0%,  rgba(206,203,230,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:6vw;
  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 .purple{
  color: #4e42a3;
}
.img_box{
  width: 100%;
  margin: 0 auto 15px;
}
.img_box .cloud{
  width: 80%;
}
@media (min-width: 768px), print {
  .ttl_main{
    font-size: 46px;
  }
  .img_box .batch{
    width: 70%;
  }
  .img_box .cloud{
    width: 25%;
  }
}
@media (min-width: 992px), print {
  .ttl_main{
    font-size: 60px;
  }
  .ttl_main_sp{
    margin-bottom: 14px;
  }
  .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: 7px;
  }
   .img_box .cloud{
     width: 286px;
   }
}
/*content*/
.cont_sp, .cont_sp02{
  margin: 60px 0 0;
}
.ttl_h3{
  font-family: 'Noto Sans JP', sans-serif;
  color: #30288f;
  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(270deg, rgba(2,0,36,1) 0%, rgba(30,23,110,1) 0%, rgba(30,23,110,1) 100%, rgba(206,203,230,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: #30288f;
  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: 1em;
  }
  .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 14px;
  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 10px 45px;
  }
}
/*howto*/
.howto_box{
  padding:  46px 20px 40px;
}
.txt_cont3{
  color: #613f23;
  line-height: 2.0em;
  letter-spacing: 0.01em;
  text-align: left;
  text-align: justify;
}
.ttl_howto{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #ffa200;
  margin-bottom: 20px;
}
.ttl_howto2{
  color: #00b4ff;
}
/*ui*/
.ttl_ui{
  background: #30288f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px;
}
.ttl_ui + img{
  border: 1px solid #d1d1d1;
}
.txt_cont4{
  line-height: 2.0em;
  letter-spacing: 0.05em;
  text-align: left;
  margin-right: 15px;
    text-align: justify;
}
/*kanri*/
.ttl_howto3{
  color: #57b647;
}
.ttl_howto4{
  color: #d661b1;
}
.howto_box3{
  /*border: 2px solid #91cc93;*/
}
.howto_box4{
  /*border: 2px solid #d67ea0;*/
}
/*usage*/
.ttl_usage{
  background: #30288f;
  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: #30288f;
  padding: 10px 21px 15px;
  border-radius: 8px 8px 0 0;
    letter-spacing: 0.1em;
}
.ttl_qa span{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    margin-right: 10px;
}
.txt_cont6{
  background: #f1f2f4;
  border: 1px solid #cfcfcf;
  border-radius: 0 0 8px 8px;
  padding: 30px;
  text-align: justify;
  letter-spacing: 0.007em;
}
@media (min-width: 768px), print {
  .ttl_qa span{
      font-size: 28px;
      margin-right: 28px;
  }
}
/*plan*/
#plan{
  margin-top: -100px;
  padding-top: 100px;
}

.table_plan{
    border-collapse:separate;
    border-spacing: 0;
   border-bottom: 1px solid #d5daea;
   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 #d5daea;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: none;
}
.table_plan th:first-child{
  border: none;
}
.table_plan .orange{
  background: #666;
}
.table_plan .blue{
  background: #2a8aeb;
}
.table_plan td{
  border: 1px solid #d5daea;
  border-bottom: none;
}
.table_plan td:first-child{
  font-size: 16px;
  font-weight: bold;
  color: #30288f;
  border-bottom: none;
  border-right: none;
  width: 50%;
  padding-left: 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: #e7f2f5;
}
@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: 230px;
  }
  .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;
}
/*simulation*/
.ttl_simulation{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #30288f;
  padding: 20px 28px;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.1em;
}
/*renkei*/
.txt_cont7{
  line-height: 2.3em;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-align: justify;
}
  /* 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: #30288f;
  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:18%;}
  }


/*footer*/
footer{
  border: 1px solid #30288f;
  border-left: none;
  border-right: none;
  margin-top: 60px;
}
.bd_double{
  border: 1px solid #30288f;
  border-left: none;
  border-right: none;
  margin: 2px 0;
  padding: 50px 0 55px;
}
.footer_link li a{
  color: #30288f;
  text-decoration: underline;
  font-size: 13px;
  line-height: 2.2em;
}
.footer_link li a:hover{
  text-decoration: none;
}
.footer_bdb{
  border-bottom: 1px solid #d5daea;
  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( #cecbe6 0%, #f1f0f8 100%);
  margin-top: 87px;
  padding: 80px 0;
}
.pagettl h1{
    font-family: 'Noto Sans JP', sans-serif;
    color: #30288f;
    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: #30288f;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 24px;
  border-bottom: 2px solid #30288f;
  padding-left: 15px;
}
.mt60 .card-header{
  background: #30288f;
  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, .tbl-r05 th{
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background: #30288f;
  color: #fff;
}
.term_table td, .tbl-r05 td{
  border: 1px solid #ddd;
  padding: 16px 20px;
  font-size: 14px;
}
.term_table thead th:first-child{
  width: 20%;
}
.tbl-r05 th:nth-child(2){
  width: 20%;
}
.tbl-r05 th:first-child{
  width: 15%;
}
.tbl-r05 th:last-child{
  width: 15%;
}
.tbl-r05-2 th:last-child{
  width: 23%;
}
@media screen and (max-width: 1119px) {
  .tbl-r05-2 th:last-child{
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    width: 100%;
  }
  .tbl-r05 td a{
    color: #fff;
    text-decoration: underline;
  }
  .tbl-r05 td:first-child {
    background: #30288f;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .tbl-r05 td:first-child:before{
    content: none;
  }
}
.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: #30288f;
  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;
  }

  #wa_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%;
  }
}

/* feature.html
---------------------------------------------------- */
.ttl_h4_list{
  font-family: 'Noto Sans JP', sans-serif;
  color: #30288f;
  font-weight: 500;
  font-size: 24px;
}
.disk_list{
  padding-left: 20px;
}
.disk_list li{
  list-style: disc;
  margin-bottom: 10px;
}
.disk_list ::marker{
  color: #00b4ff;
}
.specialist_box{
  background: #f1f2f4;
  padding: 40px;
}
.specialist_box img{
  width: 160px;
  height: 190px;
}
.specialist_box_txt .name{
  font-size: 18px;
  display: block;
}
.ttl_h4{
  font-family: 'Noto Sans JP', sans-serif;
  color: #30288f;
  font-weight: 500;
  font-size: 24px;
}
.bdb_dashed{
  border-bottom: 1px dashed #ddd;
  margin-top: 30px;
}
.feature_box01{
  background: #e7eaf4;
  padding: 30px;
}
.feature_box02{
  background: #e6f4f4;
  padding: 30px;
}
.feature_box03{
  background: #fae0dd;
  padding: 30px;
}
@media screen and (min-width:992px) , print{
  .disk_list{
    border-left: 1px solid #fff;
    padding-left: 40px;
  }
  .disk_list li{
    list-style: none;
  }
  .disk_list li:last-child{
    margin-bottom: 0;
  }
}
/* flow.html
---------------------------------------------------- */
.flow_step {
  background-color: rgba(30,23,110,1);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width:992px){
  .flow_step {
    margin-left: auto; 
    width: 150px;
  height: 150px;
  }
}


.flow_step h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}


/* blog
---------------------------------------------------- */
.blog_list li{
  padding: 16px;
}
.blog_list li:nth-child(odd){
    background: #f1f2f4;
}
.blog_category .active a{
  color: #00b4ff;
}
.blog_img{
  width: 100%;
}
.banner_img img{
  border: 1px solid #ddd;
  transition: .2s;
}
.banner_img img:hover{
  opacity: 0.8;
  transition: .2s;
}
.blog_sns .facebook{
  font-size: 0;
  width: 140px;
  overflow: hidden;
}
._51m-._2pir._51m{
  color: #fff !important;
}
@media screen and (min-width:768px) , print{
  .blog_img{
    max-width: 300px;
  }
}


.facebook iframe{
  width: 150px;
  height: 26px;
}

@media screen and (min-width:992px) , print{
  .blog_sns{
    width: 600px;
    margin: 0 auto;
  }
}
/* 追加指示
---------------------------------------------------- */
.h201 {
    font-size: 16pt;
    font-weight: bold;
    padding: 1rem 2rem;
    border-left: 5px solid #544a47;
    background: #f4f4f4;
    margin-top: 50px;
    margin-bottom: 20px;
}
.h301 {
    font-size: 13pt;
    font-weight: bold;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 3px;
}
.h401{
	font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 30px;
    margin-bottom: 15px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 12px 20px;
}
.ul01 {
  padding-left: 0.3em;
    line-height: 1.8em;
}
.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;
}
/*-------------------------------------------------------------------------------------------*
 *
 * table.html
 *
 *-------------------------------------------------------------------------------------------*/
.company_table{ width:100%; margin-bottom:10px;}
.company_table th{ width:100%;padding:20px 15px 5px; line-height:140%; display: block; color: #222;font-weight: 700;}
.company_table td{ padding:5px 15px 20px;border-bottom:solid 1px #ccc;line-height:1.7em;display: block;color: #222;text-align: justify;}

@media (min-width: 768px), print {
.company_table table{ width:100%; display:table;}
.company_table th{ width:25%;padding:18px;border-top:solid 1px #ccc; border-bottom:solid 1px #ccc; line-height:140%; display:table-cell}
.company_table td{  padding:18px;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;display:table-cell}
}






/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *
 *-------------------------------------------------------------------------------------------*/
.table_float{ width:100%; margin-bottom:10px;}
.table_float th{ width:100%;padding:10px 18px; font-weight:bold; border-top:solid 1px #ccc; line-height:140%; display: block; }
.table_float td{width:100%;  padding:10px 18px;border-bottom:solid 1px #ccc;line-height:140%;display: block}
@media (min-width: 768px), print {
.table_float table{ width:100%; display:table;}
.table_float th{ width:30%; font-weight:bold; border-top:solid 1px #ccc;border-bottom:solid 1px #ccc; line-height:140%; display:table-cell;vertical-align: middle;}
.table_float td{  padding:18px 10px; border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;line-height:140%;display:table-cell}
}

textarea{width: 100%;}
.form25{width: 80%;display: inline-block;}
.form50{width: 100%;display: inline-block;}
@media (min-width: 767px), print {
  .form25{width: 25%;}
  .form50{width: 50%;}
}
.need{color: #d40000;font-size: 12px;border-radius: 4px;float: right;line-height: 1em;}

.required {background: #e8342f;display: inline-block;color: #fff;padding: 3px 5px;border-radius: 3px;line-height: 1;margin-right: 5px;font-size: 11px;}


.formBtn{color: #fff;background: #333; padding: 10px 60px; border: 2px solid #333;transition: .2s; }
.formBtn:hover{background: none;transition: .2s;text-decoration: none;color: #333;}
.formBtn_r{ color: #fff; background: #888; padding: 10px 60px; border: 2px solid #888; transition: .2s; margin-bottom: 20px;}
.formBtn_r:hover{background: none; transition: .2s; text-decoration: none; color: #888;}
@media (min-width: 768px), print {
  .formBtn_r{margin-bottom: 0;}
}

.agreeBox{ border:1px solid #ccc; padding:5px; text-align:center;}
.privacyBox{height:250px;overflow:auto;overflow-y:scroll; font-size:90%; line-height: normal; padding:20px; border:solid 1px #ccc; border-radius:8px;box-shadow: 0px 1px 2px #999 inset; }
.privacyBox h4{ font-size:120%; font-weight:bold; border-bottom:#CCC solid 1px; margin-bottom:10px;}
.privacyBox p{ margin-bottom:1em}
.privacyBox ul{ margin-bottom:1em; margin-left:10px}
.privacyBox ol{ margin-bottom:1em; margin-left:0px; padding:0px;}
.privacyBox li{ list-style:decimal outside; margin-left:2em; margin-bottom:5px }

@media (min-width: 768px), print {
	.privacyBox ul{ margin-bottom:1em; margin-left:20px}
}

.ttl_policy{ font-size: 120%;font-weight: bold;}
}

/* お問い合わせ
---------------------------------------------------- */
#contactBox .control-label{ text-align:left;}
#contactBox .control-label span{ font-size:70%; color: #999; font-weight:normal;}


.ttl_policy{
  font-size: 120%;
  font-weight: bold;
}



/* 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: #30288f;
}
.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;}
.mt100{margin-top: 100px;}
 @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;margin-top: 30px !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;}
.mt100{margin-top: 100px;}
}

@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;
}
.main_notes .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, .ttl_h3 .d-md-none, .ttl_h3.d-lg-none{
  display: none !important;
}
.ttl_h3.d-lg-block{
  display: block !important;
}
.specialist_box.d-md-flex{
  display: flex !important;
}
.card-header.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: #30288f;
  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: #30288f;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border: none;
    margin-top: 5px;
}

.border-cf {border: 1px solid #cfcfcf;}



.feature_box04{
  margin: 0 0 30px;
}
.feature_box04:last-child{
  margin: 0 0 20px;
}
.howto_box02{
  padding: 0;
}
.feature_box04 h3{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.ttl_howto05{color: #81C7C9;}
.ttl_howto06{color: #8595C7;}
.ttl_howto07{color: #E66357;}
.ttl_howto08{color: #77B3D4;}
.ttl_howto09{color: #D67EA0;}
.ttl_howto10{color: #E6BE5C;}

@media screen and (min-width:768px) {
  .feature_box04{
    margin: 0 0 30px;
  }
  .feature_box04:last-child{
    margin: 0 0 60px;
  }
  .howto_box02{
    padding: 0 20px;
  }
}

.text-days{
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 1.1em;
  margin-bottom: 1rem;
}

.adjust220525 a{
  background: #008000 !important;
}

.tag220617 {
  margin-top: 20px;
}
.tag220617 h1 {
  display: inline;
  font-size: 3.6vw;
  font-weight: 700;
  color: #171717;
  letter-spacing: 0.14rem;
}

.tag220617 .tagp220617{
  display: inline;
  font-size: 4vw;
  color: #db732e;
  letter-spacing: 0.14rem;
  font-weight: bold;
}
@media screen and (min-width: 992px){
.tag220617 .tagp220617 {
    font-size: 48px;
}}

.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;
  }
}




.adjust221102{
  display: flex;
  justify-content: center;
  align-items: center;
}
.adjust221102 .colum{}
.adjust221102 .colum:nth-child(1){
  margin-right: 4rem;
}
.adjust221102 .colum:nth-child(2){}
.adjust221102 .colum ul{
  padding-left: 20px;
}
.adjust221102 .colum ul li{
  list-style-type: disc;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 991px){
  .adjust221102 .colum:nth-child(1){
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px){
  .adjust221102{
    flex-wrap: wrap;
  }
  .adjust221102 p.btn_blue{
    display: block;
    text-align: center;
  }
}

.blog-days{
  margin-right: 1em;
}
@media screen and (max-width: 767px){
  .blog-days{
    margin-right: 0;
    display: block;
  }
}

.table_blog-view th{
  width: 20%;
}
@media screen and (max-width: 991px){
  .table_blog-view th,
  .table_blog-view td{
    width: auto;
    display: block;
  }
  .table_blog-view th{
    text-align: center;
  }
}

.table_blog-view th,
.table_blog-view td{
  padding: 8px;
}
@media screen and (max-width: 991px){
  .table_blog-view th,
  .table_blog-view td{
    padding: 8px;
  }
}

.case{}
.case a{}
.case a:hover{
  opacity: 0.7;
  transition: .25s;
  text-decoration: none;
}
.case a span.btn-case{
  display: flex;
  align-items: center;
  background: #30288f;
  color: #fff;
  padding: 0.75em 1em;
  line-height: 1.5;
  font-size: 1.2em;
}
@media screen and (max-width: 991px){
  .case a span.btn-case{
    font-size: 1em;
  }
}

.case_details{
  position: relative;
}
.case_details h1{
  font-weight: bold;
    text-align: left;
    padding: 0.5em 2em;
    font-size: 24px;
    color: #010101;
    line-height: 1.25;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.case_details h1::after{
  content: "";
    display: block;
    background: #fff;
    opacity: 0.7;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bdb_dashed_case{
  border-bottom: 1px dashed #ddd;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-case-detail:hover{
  opacity: 0.7;
  transition: .25s;
  text-decoration: none;
}


div.paging{text-align: center;}
div.paging span.current,
div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;}
div.paging span.paging-text a{padding:3px 8px; display:block;}
div.paging span.current{background: #30288f;border:1px solid #636;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
div.paging span.paging-text a:hover{background: #CCC;color: #fff;text-decoration:none;cursor:pointer;}


/* 20230403追記
------------------------------------*/

.blog_body h2 {
    font-size: 16pt;
    font-weight: bold;
    padding: 1rem 2rem;
    border-left: 5px solid #544a47;
    background: #f4f4f4;
    margin-top: 50px;
    margin-bottom: 20px;
}

.blog_body h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 30px;
    margin-bottom: 15px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 12px 20px;
}

.blog_body h4 {
    font-size: 13pt;
    font-weight: bold;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 5px;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.blog_body p {
    line-height: 2.3em;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
    text-align: justify;
}

.blog_body .p_title {
    margin-bottom: 0px;
    font-weight: bold;
}

.blog_body .p_button {
    text-align: center;
    margin: 25px;
}

.blog_body ul {
    line-height: 2.3em;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 0.3em;
    line-height: 1.8em;
}

.blog_body ul li {
    margin-left: 18px;
    list-style-type: disc;
    line-height: 2.3em;
}

.blog_body ol {
    padding-left: 0.3em !important;
    line-height: 1.8em;

}

.blog_body ol li {
    margin-left: 18px;
    list-style-type: decimal !important;
}

.blog_body table {
    border-style: outset;
    border-color: #dcdcdc;
    border-collapse: collapse;
    padding: 10px;
    margin: 20px;
    border-width: 8px;
}

.blog_body table th,
.blog_body table td {
    border-style: solid;
    border-color: #dcdcdc;
    padding: 8px;
    border-width: 1px;
}

.blog_body .p_title+table {
    border-style: outset;
    border-color: #dcdcdc;
    border-collapse: collapse;
    padding: 10px;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-width: 8px;
}

.blog_body table p:last-child,
.blog_body table ul:last-child {
    margin-bottom: 0px;
}

.blog_body .box {
    text-align: left;
    border-style: solid;
    border-color: #dcdcdc;
    padding: 10px;
    margin: 20px;
    width: fit-content;
}

.blog_body .box ul:last-child,
.blog_body .box p:last-child {
    margin-bottom: 0px;
}


.blog_body .p_title+.box {
    text-align: left;
    border-style: solid;
    border-color: #dcdcdc;
    padding: 10px;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: fit-content;
}

.blog_body .img {
    text-align: center;
    margin: 20px;
}

.blog_body .img_refer {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.blog_body .img_refer+p {
    text-align: center;
    margin-top: 8px;
}

@media (min-width: 768px),
print {
    .blog_body p {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 991px) {

    .blog_body table th,
    .blog_body table td {
        border-style: solid;
        width: auto;
        display: block;
        padding: 8px;
        border-width: 1px;
    }

    .blog_body table th {
        border-style: solid;
        border-color: #dcdcdc;
        text-align: center;
        border-width: 1px;
    }

    .blog_body .column th,
    .blog_body .column td {
        border-style: solid;
        border-color: #dcdcdc;
        display: table-cell !important;
        border-width: 1px;
    }
}

.fs18{font-size: 18px;}
@media screen and (max-width: 991px) {
  .fs18{font-size: 1rem;}
}

.relative{
  position: relative;
}
.case_details-date{
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .case_details-date{
    bottom: -35px;
    right: 15px;
  }
}

.ttl_voice{
  font-size: 18px;
  font-weight: bold;
  color: #30288f;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #30288f;
  margin-bottom: 10px;
}

.voice_dl{
  margin-bottom: 20px;

}
.voice_dl dt{
  color: #30288f;
}

.btn_blue02{
  display: block !important;
}

.btn_blue02 a{
  width: 100%;
}

.voice_dl_w{
  padding: 10px 0;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}

.adjust-ttl_qa{
  padding: 15px 21px 10px;
}
.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;
	}
  }
  /*2024/3/18追加*/
  .text-days{
    font-family: initial;
    font-size: 14px;
  }

  @media screen and (max-width:767px){
    .pc_only {
      display: none;
    }
  }

  @media screen and (max-width:767px){
    .pc_only {
      display: none;
    }
  }
  .sub_ttl {
    font-size: 35px;
}
   @media screen and (max-width:991px){
    .sub_ttl {
      font-size: 30px;
  }
}
   @media screen and (max-width:767px){
    .sub_ttl {
      font-size: 4vw;
    }
  }