@charset "UTF-8";
/* ----------------------------------------------------------------header */
#header {
  width: 100%;
  position: relative;
  background-size: cover;
}
.header_logo {
  float: left;
  margin: 0 0 5px;
  line-height: 1;
}
.header_logo h1 {
  font-size: 8px;
  color: #666666;
}
.header_logo img {
  width: auto;
  height: 20px;
  margin-left: 20px;
}
.header_contact {
  float: right;
  margin: 0;
}
.header_contact ul {
  padding: 0px 15px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.header_contact ul li {
  line-height: 1.1;
}
.header_contact ul li p {
  line-height: 1.1;
  font-size: 10px;
}
.header_contact ul li a {
  text-decoration: none;
}
.header_contact ul li:first-child {
  margin-right: 10px;
  text-shadow: rgba(255, 255, 255, 0.3) 1px 1px 4px, rgba(255, 255, 255, 0.3) -1px -1px 4px, rgba(255, 255, 255, 0.3) -1px 1px 4px, rgba(255, 255, 255, 0.3) 1px -1px 4px, rgba(255, 255, 255, 0.3) 0px 1px 4px, rgba(255, 255, 255, 0.3) 0 -1px 4px, rgba(255, 255, 255, 0.3) -1px 0 4px, rgba(255, 255, 255, 0.3) 1px 0 4px;
  /*上、下 */
}
.header_contact ul li:first-child i {
  color: #05aafd;
}
.header_contact ul li:first-child span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.header_contact ul li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  padding: 10px 0;
  font-family: "NotoSansBold";
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  background: #FCA102;
}
.header_contact ul li:last-child a i {
  margin-right: 5px;
  font-size: 16px;
}
@media print, screen and (min-width: 576px) {
  .header_contact ul li:first-child {
    display: flex;
    align-items: center;
  }
  .header_contact ul li:first-child span {
    display: inline-block;
    margin-right: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .header_contact ul li:first-child p br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #header {
    width: 100%;
    position: relative;
    background-size: cover;
  }
  .header_contact ul li:first-child p:first-child {
    margin-right: 10px;
  }
  .header_logo {
    margin-bottom: 0px;
  }
  .header_logo img {
    width: 150px;
    height: auto;
  }
  .header_logo h1 {
    font-size: 11px;
  }
  .header_contact ul {
    padding: 20px 15px 0 0;
  }
  .header_contact ul li p {
    font-size: 14px;
  }
  .header_contact ul li:first-child {
    margin-right: 20px;
  }
  .header_contact ul li:first-child br {
    display: none;
  }
  .header_contact ul li:first-child i {
    font-size: 20px;
  }
  .header_contact ul li:first-child span {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
  }
  .header_contact ul li:last-child a {
    width: 200px;
    font-size: 18px;
    transition: all 0.5s;
  }
  .header_contact ul li:last-child a:hover {
    background: #05aafd;
  }
  .header_contact ul li:last-child a i {
    margin-right: 10px;
    font-size: 20px;
  }
}
/*------------------------------------------------------------pagetitle */
#pagetitle {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #pagetitle {
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------content */
#content {
  text-align: left;
}
#content.tx_cent {
  text-align: center;
}
.section {
  clear: both;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .section {
    margin-bottom: 30px;
  }
}
.content_bg01 {
  padding: 40px 0;
  text-align: left;
  background: #fff;
}
.content_bg02 {
  padding: 40px 0;
  text-align: left;
  background: #fef1cc;
}
.content_bg03 {
  padding: 40px 0;
  text-align: left;
  background: -moz-linear-gradient(top, #f2f6fc, #0a9bf7);
  background: -webkit-linear-gradient(top, #f2f6fc, #0a9bf7);
  background: linear-gradient(to bottom, #f2f6fc, #0a9bf7);
}
.content_bg_sky {
  padding: 40px 0;
  text-align: left;
  background: url("../img/index_img/bg_phone_fn.jpg") center top no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .content_bg01, .content_bg02 {
    padding: 80px 0;
    text-align: center;
  }
  .content_bg03 {
    padding: 80px 0;
  }
  .content_bg_sky {
    padding: 80px 0;
    text-align: center;
  }
}
/*subnavi */
p.side_title {
  padding: 3px 0 3px 10px;
  font-size: 14px;
  font-weight: bold;
  border-left: 4px solid #666;
  margin: 5px 0;
}
.subnavi {
  margin-bottom: 10px;
  border-top: 1px dotted #6D6D6D;
}
.subnavi li {
  border-bottom: 1px dotted #6D6D6D;
}
.subnavi li a {
  padding: 10px 0;
  display: block;
}
.subnavi li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .subnavi {
    margin-bottom: 20px;
  }
}
/* ----------------------------------------------------------------footer */
footer {
  text-align: left;
  padding: 30px 0;
  background: #e0f1ff;
}
footer small {
  display: block;
  text-align: center;
  font-size: 12px;
}
footer ul {
  text-align: center;
  margin-bottom: 90px;
}
footer dl {
  text-align: center;
}
@media screen and (min-width:768px) {
  footer dl {
    text-align: left;
  }
}
footer ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 5px;
}
footer ul li dl dd {
  font-size: 16px;
}
/*footernavi */
@media print, screen and (min-width: 768px) {
  footer ul:not(#ft_sitemap ul) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer ul li:not(#ft_sitemap ul li) {
    margin: 0 10px;
  }
  footer ul li dl dd {
    text-align: left;
  }
}
/*------------------------------------------------------------Pankuzu */
/*pankuzu */
#pankuzu {
  width: 100%;
  margin: 5px 0 15px;
  clear: both;
}
#pankuzu ol {
  list-style: none;
}
#pankuzu ol li {
  float: left;
  font-size: 11px;
  padding: 0 7px 0 10px;
  background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
  font-style: normal;
}
#pankuzu ol li.home {
  padding-left: 0;
  background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited, #pankuzu ol li a:hover, #pankuzu ol li a:active {
  text-decoration: underline;
}
/* ----------------------------------------------------------------rayout */
.center {
  display: block;
  margin: auto;
}
/*------------------------------------------------------------table */
.sheet_basic {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.sheet_basic tr th, .sheet_basic tr td {
  padding: 10px 5px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.sheet_basic tr th {
  color: #fff;
  background: #22a2d4;
}
.sheet_basic tr th:first-child {
  color: #000;
  background: #feedc0;
}
.sheet_basic tr:nth-child(2n+1) th:first-child {
  background: #fee6a7;
}
.sheet_basic tr:first-child th:first-child {
  color: #fff;
  background: #f2a143;
}
.sheet_basic tr td {
  background: #ddf0f9;
}
.sheet_basic tr:nth-child(2n+1) td {
  background: #c6e8f4;
}
.sheet_basic th strong {
  display: block;
  margin-top: -24px;
  padding-top: 24px;
  white-space: nowrap;
  font-family: "NotoSansBlack";
  font-size: 20px;
  background: url("../img/common_img/point_shine.png") center top no-repeat;
  background-size: auto 24px;
}
@media print, screen and (min-width: 768px) {
  .sheet_basic {
    border-spacing: 4px;
  }
  .sheet_basic tr th, .sheet_basic tr td {
    padding: 10px;
  }
  .sheet_basic th strong {
    margin-top: -33px;
    padding-top: 33px;
    font-size: 30px;
    background: url("../img/common_img/point_shine.png") center top no-repeat;
    background-size: auto;
  }
}
.sheet_basic02 {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
}
.sheet_basic02 tr th, .sheet_basic02 tr td {
  padding: 10px 5px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.sheet_basic02 tr th {
  text-align: left;
  background: #fff;
}
.sheet_basic02 tr:nth-child(2n+1) th {
  background: #b3e0fc;
}
.sheet_basic02 tr:first-child th {
  text-align: center;
  white-space: nowrap;
  background: #0a9bf7;
  color: #fff;
}
.sheet_basic02 tr td {
  background: #fff;
}
.sheet_basic02 tr:nth-child(2n+1) td {
  background: #b3e0fc;
}
@media print, screen and (min-width: 576px) {
  .sheet_basic02 tr th, .sheet_basic02 tr td {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .sheet_basic02 {
    border-spacing: 4px;
  }
  .sheet_basic02 tr th, .sheet_basic02 tr td {
    padding: 10px 30px;
  }
}
/*------------------------------------------------------------list */
.list_kome {
  display: inline-block;
}
.list_kome li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.5em;
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
}
.list_kome li::before {
  position: absolute;
  left: 0;
  content: "※";
}
/*------------------------------------------------------------Decoration */
/*Line */
hr.line_01 {
  display: block;
  height: 1px;
  clear: both;
  margin: 20px 0px;
  border-top: 1px dotted #CCC;
  border-right: 0 dotted #CCC;
  border-bottom: 0 dotted #CCC;
  border-left: 0 dotted #CCC;
}
.space_10 {
  height: 10px;
  clear: both;
}
.space_20 {
  height: 20px;
  clear: both;
}
.space_30 {
  height: 30px;
  clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
  display: none;
}
/*------------------------------------------------------------Text */
/*title */
.title01 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "NotoSansBlack";
  font-size: 21px;
  text-align: center;
  color: #494949;
}
.title01_img {
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "NotoSansBlack";
  font-size: 21px;
  text-align: center;
  color: #494949;
}
.title01_img img {
  width: auto;
  height: 50px;
  margin-right: 5px;
}
.title01_img span {
  display: inline-block;
}
.title02 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "NotoSansBlack";
  font-size: 19px;
  color: #ed8204;
}
.title03 {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}
.title03 span {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .title01 {
    margin-bottom: 40px;
    font-size: 50px;
  }
  .title01_img {
    margin-bottom: 40px;
    font-size: 50px;
  }
  .title01_img img {
    width: auto;
    height: 90px;
    margin-right: 10px;
  }
  .title02 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
/*TextRight */
.tx_right {
  text-align: right;
}
/*TextLeft */
.tx_left {
  text-align: left;
}
/*TextCenter */
.tx_cent {
  text-align: center;
}
/*bold */
.tx_bold {
  font-style: normal;
  font-weight: bold;
}
/*TextRed */
.tx_red {
  color: #fc0202;
}
.tx_small {
  font-size: 1.5rem;
}
/*attention */
.attention {
  font-size: 14px;
  line-height: 130%;
  margin: 5px 0;
}
/*------------------------------------------------------------Float */
/*FloatLeft */
.float_left {
  float: left;
}
/*FloatRight */
.float_right {
  float: right;
}
/*ClearBoth */
.clearboth {
  clear: both;
}
/*phbox */
.phbox_right, .phbox_left {
  text-align: center;
  margin-bottom: 10px;
}
.phbox_right img, .phbox_left img {
  max-width: 100%;
  height: auto;
}
.ov_hidden {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .phbox_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .phbox_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------Margin */
/*MarginTop */
.margin_t05 {
  margin-top: 5px;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_t20 {
  margin-top: 20px;
}
.margin_t30 {
  margin-top: 30px;
}
.margin_t40 {
  margin-top: 40px;
}
.margin_t50 {
  margin-top: 50px;
}
/*MarginBottom */
.margin_b0 {
  margin-bottom: 0px;
}
.margin_b05 {
  margin-bottom: 5px;
}
.margin_b10 {
  margin-bottom: 10px;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_b30 {
  margin-bottom: 30px;
}
.margin_b40 {
  margin-bottom: 40px;
}
.margin_b50 {
  margin-bottom: 50px;
}
/*MarginRight */
.margin_r05 {
  margin-right: 5px;
}
.margin_r10 {
  margin-right: 10px;
}
.margin_r15 {
  margin-right: 15px;
}
.margin_r20 {
  margin-right: 20px;
}
/*MarginLeft */
.margin_l05 {
  margin-left: 50px;
}
.margin_l10 {
  margin-left: 10px;
}
.margin_l15 {
  margin-left: 15px;
}
.margin_l20 {
  margin-left: 20px;
}
/*Margin_device */
.margin-xs-b10 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .margin-xs-b10 {
    margin-bottom: 0px;
  }
}
/*------------------------------------------------------------ClearFix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------------------------Hoverimg */
a:hover img.hoverimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other */
/*Pagetop */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#contact_to {
  position: fixed;
  visibility: hidden;
}
#contact_to img {
  width: 40px;
  height: auto;
}
@media print, screen and (min-width: 980px) {
  #contact_to {
    position: fixed;
    margin-top: 0px;
    top: 50%;
    right: 0;
    visibility: visible;
  }
  #pagetop, #contact_to {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  #pagetop img, #contact_to img {
    width: auto;
    height: auto;
  }
}
.imeoff {
  ime-mode: disabled;
}
.imeactive {
  ime-mode: active;
}
.table-scroll {
  width: 100%;
  overflow: auto;
  /*スクロールさせる */
  white-space: nowrap;
  /*文字の折り返しを禁止 */
  margin-bottom: 15px;
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}
/* 以下、スクロールバーを追加 */
ul.triple {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  display: inline-block;
}
ul.triple li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  text-align: left;
  display: block;
  background: #ffffff;
  color: #03a9fa;
  border: 1px solid #03a9fa;
  padding: 15px 20px 15px 15px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.5s;
  height: 335px;
}
ul.triple li.last {
  float: left;
  width: 32%;
  margin: 0 0 0 0;
}
ul.triple li img {
  width: 40%;
  margin: 0 5% 5px 0;
}
ul.triple li p {
  color: #666;
  font-size: 14px;
}
ul.triple li {
  border: 0px solid #03a9fa;
}
ul.triple li .r_text {
  float: right;
  width: 55%;
  margin: 0;
}
ul.triple li h3 {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  font-size: 100%;
}
ul.triple li h3 small {
  color: #666666;
}
ul.triple li img {
  display: block;
  border: 1px solid #cccccc;
  width: auto;
  max-width: 220px;
  margin: 0 auto;
}
.container ul.triple li img {
  max-width: 100%;
}
@media print, screen and (max-width: 768px) {
  ul.triple {
    margin-bottom: 0;
  }
  ul.triple li {
    clear: left;
    width: 100%;
    margin: 0 0 20px 0 !important;
    text-align: left;
  }
  ul.triple li.last {
    clear: left;
    width: 100%;
    margin: 0 0 0 0;
  }
}
@media print, screen and (max-width: 480px) {
  section#index_service ul.triple li a:hover h3 small {
    color: #ffffff;
  }
}
.img-harf {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .img-harf {
    width: auto;
    height: 60%;
  }
}
/*--------------------------------------業種別 業務効率化 3連バナー*/
.container ul.triple.last {
  margin: 0 0 10px;
}
.container ul.triple.last li {
  display: block;
  height: auto;
  min-height: 280px;
}
.container ul.triple.last li img {
  max-width: 100%;
}
.container ul.triple.last li p {
  font-size: 16px;
}
#index_service ul.triple.last li img[src*="case_img"] {
  max-width: 100%;
}
#index_service h2 {
  margin: 0 auto;
  padding: 0;
  font-size: 14px !important;
}
/*-------------------------------------------------------------------*/
table.mottel_ta, .mottel_ta td, table.mottel_ta th {
  text-align: left;
  font-size: 0.9em;
}
.mottel_ta td a, table.mottel_ta th a {
  color: #25B6E8;
}
.mottel_ta td a:hover, table.mottel_ta th a:hover {
  opacity: 0.5;
}
.align_c {
  text-align: center;
}
#index_service ul.triple li h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
/*---------------------------------footer「業務効率化サービス」*/
#gyoumu_kouritsu {
  background: #a1c8f1;
  display: block;
  margin: 0 auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
#gyoumu_kouritsu h3.sub_fnctitle {
  color: #003da3;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-align: center;
}
#gyoumu_kouritsu ul.row {
  justify-content: center;
  margin-top: 30px;
}
#gyoumu_kouritsu ul.row > li {
  margin-bottom: 20px;
}
#gyoumu_kouritsu ul.row > li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  transition: all 0.5s;
}
#gyoumu_kouritsu ul.row a {
  background: #ffffff;
  border-radius: 10px;
  color: #333;
  display: block;
  margin-bottom: 20px;
  min-height: 260px;
  padding: 15px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 1px 1px 3px #33333380;
}
#gyoumu_kouritsu ul.row a:hover {
  transform: translate(2px, -2px);
  opacity: 0.9;
}
#gyoumu_kouritsu ul.row a img {
  width: 100%;
  height: auto;
}
#gyoumu_kouritsu ul.row a h3 {
  font-size: 20px;
  font-weight: bold;
  color: #356599;
}
#gyoumu_kouritsu ul.row a p {
  font-size: 16px;
  letter-spacing: normal;
}
/*-------------------------------------------比較表 */
.bg_orange_h3 {
  background: linear-gradient(to right, #ff4500 0, #ffa500 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .bg_orange_h3 {
    font-size: 20px;
  }
}
#plan_hikaku {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  margin-top: -100px;
  padding-top: 100px;
}
#plan_hikaku table.cp_pricetable2 {
  margin: 10px auto;
  padding: 0em;
  border-spacing: 1px 0;
  border-radius: 6px;
  background: #e8effc;
  width: 100%;
  /*table-layout: fixed; */
}
@media screen and (max-width: 768px) {
  #plan_hikaku {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #plan_hikaku table.cp_pricetable2 {
    width: auto;
  }
}
.cp_pricetable2 td {
  height: 50px;
  padding: 0 20px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
.cp_pricetable2 tbody td {
  width: 25%;
  text-align: center;
}
.cp_pricetable2 tbody td:first-child {
  width: auto;
  text-align: left;
  white-space: nowrap;
}
.cp_pricetable2 thead td.title {
  background: #356599;
  color: #fff;
  border-right: 1px solid #ffffff;
  padding: 20px 0;
}
.cp_pricetable2 thead td.title.mottel_column {
  background: #ff5900;
}
.cp_pricetable2 td:nth-child(even) {
  border-right: 1px solid #ffffff;
  background: #f8f8ff;
}
.cp_pricetable2 td:nth-child(2) {
  border-right: 1px solid #ffffff;
  background: #fffacb;
}
.cp_pricetable2 thead td {
  font-size: 1.2em;
  font-weight: bold;
  border-top: none;
  border-radius: 6px 6px 0 0;
}
.cp_pricetable2 tfoot td {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
.cp_pricetable2 a.cp_btn {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.3em 1em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #da3c41;
  border-radius: 4px;
  background: #da3c41;
}
.cp_pricetable2 .cp_btn:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  content: "";
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  background: #ffffff;
}
.cp_pricetable2 .cp_btn:hover {
  color: #da3c41;
}
.cp_pricetable2 .cp_btn:hover:after {
  height: 250%;
  opacity: 1;
}
.cp_pricetable2 .cp_btn:active:after {
  height: 350%;
  opacity: 1;
}
.cp_pricetable2 td {
  position: relative;
}
.tooltip {
  width: auto;
  padding: 10px;
  /*font-size:12px; */
  margin: -30px 0 0;
  background-color: #666;
  color: #fff;
  position: absolute;
  /*right:-350px; */
  top: 50%;
  z-index: 999;
}
.tooltip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #5e5e5e;
  border-width: 8px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .sp_table_fee {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
#cloud_fnc_sec.mar_t80_m {
  margin: -50px 0 50px;
  padding: 0;
}
#cloud_fnc_sec.mar_b0 {
  margin: 50px 0 0px;
}
.cmpy_name, .cmpy_name a {
  font-weight: bold;
  color: #003da3;
  font-size: 2rem;
}
.ai_rec_text dl dd a {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
/*---------------------------------------------コンテンツ部　セクション背景色*/
.bg_blue_g {
  background: linear-gradient(to right, #065fe3 0, #0599e6 100%);
}
.bg_ub {
  background-color: #f9faff;
  padding: 50px 0;
}
.bgub_title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.5px;
}
@media screen and (max-width:768px) {
  .bgub_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.5px;
  }
}
.bgub_txt {
  color: #fff !important;
}
@media screen and (max-width:768px) {
  .bgub_txt {
    color: #fff !important;
  }
}
.bgub_link {
  color: #fff !important;
}
.bgub_link:hover {
  font-weight: bold;
}
.bg_ub_mottel {
  background-color: #f5f5f5;
  padding: 50px 0;
}
/*---------------------------------------------404*/
.btn_back {
  display: block;
  text-align: center;
  margin: 30px auto;
}
.btn_back a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  background: #FF8E00;
}
.btn_back a:hover {
  color: #fff;
  opacity: 0.8;
}
/*-------------------------------------------------------footer_sitemap*/
footer #ft_sitemap {
  display: block;
  margin-top: -30px;
  padding-top: 50px;
  background: #edf8fd;
}
footer #ft_sitemap .container {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  footer #ft_sitemap .container {
    margin-bottom: 50px;
  }
}
footer #ft_sitemap ul.row {
  margin-bottom: 30px;
}
footer #ft_sitemap ul.cate_frame {
  text-align: left;
  margin-bottom: 20px;
}
footer #ft_sitemap ul.cate_frame > li {
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer #ft_sitemap ul.cate_frame > li, ul.cate_frame > li a {
  color: #224c90;
}
footer ul.cate_frame > li a {
  display: flex;
  width: 100%;
  padding-left: 8px;
  padding-bottom: 3px;
  transition: 0.3s;
}
footer ul.cate_frame > li:nth-child(1) {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #224c90;
  margin-bottom: 10px
}
footer #ft_sitemap ul.cate_frame > li:nth-child(1) a, ul.cate_frame > li.non_links {
  font-size: 1em;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer #ft_sitemap ul.cate_frame > li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  margin-right: 4px;
}
footer #ft_sitemap ul.cate_frame > li.cate_hd a:before, footer #ft_sitemap ul.cate_frame > li.non_links:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-right: 8px;
}
footer #ft_sitemap ul.cate_frame > li a:hover {
  background: #224c90;
  color: #fff;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  footer #ft_sitemap ul.cate_frame > li {
    font-size: 0.8em;
  }
  footer #ft_sitemap ul.cate_frame > li:nth-child(1) {
    font-size: 0.9em;
  }
  footer #ft_sitemap ul.cate_frame > li:nth-child(1) a {
    font-size: 0.9em;
  }
}
/*-----------------------------------------------リンクボタン「サイト内＿オレンジ」「その他＿マゼンタ」*/
.link_btn_area span.block {
  display: block;
  margin-bottom: 5px;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0px auto 20px;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}