@charset "UTF-8";

body {
  color: #444444;
}

a.pagetop {
  background-image: url(../image/pagetop.png);
}

header .cvbtn li.qa a {
  color: #444444;
  position: relative;
}

header .cvbtn li.qa a:before {
  content: '';
  width: 3px;
  height: 3px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: 0px;
  transition: all .2s ease-in 0s !important;
  color: #35A19B;
}

header.template_c2 .gnavi_area {
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0px 12px 1px -10px rgba(0, 0, 0, 0.2);
}

header.template_c2 .gnavi_area ul {
  padding: 8px 0;
}

header.template_c2 .gnavi_area ul li {
  border-right: 1px solid #eee;
  padding: 0 8px;
}

header.template_c2 .gnavi_area ul li:fir-child {
  border-left: 1px solid #eee;
}

header.template_c2 .gnavi_area ul li a {
  padding: 5px 0;
  color: #35A19B;
}

header.template_c2 .gnavi_area ul li a:hover {
  color: #35A19B;
  background: rgba(157, 217, 210, .3);
}

footer.template_c2 #footer_nav {
  background-color: #143642;
}

footer.template_c2 #footer_info .inner,
footer.template_c2 #footer_info {
  background-color: #143642;
}

footer.template_c2 .fnav_title a {
  font-weight: bold;
}

footer.template_c2 .fnav_title a::before {
  border-color: #35A19B;
}

header.template_c2.is-animation .gnavi_area {
  position: fixed;
  left: 0;
  height: auto;
}

#megamenu li.mm {
  position: relative;
}

#megamenu li.mm .mm_inn a {
  justify-content: flex-start;
  padding: 10px;
  font-size: 12px;

}

#megamenu li.mm .mm_inn {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: white;
  height: auto;
  padding: 10px;
  box-shadow: 0 0 30px -5px #1c5451;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in;
  z-index: -1;
}

#megamenu li.mm .mm_inn::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  left: calc(50% - 12px);
  z-index: 1;
  border-width: 0 12px 9px 12px;
  top: -9px;
  border-color: transparent transparent #35A19B transparent;
}

#megamenu li.mm .mm_inn li {
  list-style: none;
  height: auto;
  width: 100%;
  border: none;
  padding: 0;
}

/* #megamenu li.mm .mm_inn li a{padding: 6px; } */
#megamenu li.mm:hover .mm_inn {
  top: 46px;
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

#megamenu li.mm .mm_inn.box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 960px;
  flex-direction: inherit;
  padding: 20px;
}

#megamenu li.mm .mm_inn.box3::before {
  left: calc(80px - 12px);
}

#megamenu li.mm .mm_inn.box3 .in {
  width: 32%;
}

#megamenu li.mm .mm_inn.box3 .in .tit {
  font-size: 16px;
  color: #888;
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
}

#megamenu li.mm .mm_inn.box3 .in .tit::before {
  content: url(../image/ttl_icon.png);
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#megamenu li.mm .mm_inn.box3 .in ul {
  flex-direction: column;
  justify-content: flex-start;
}

#megamenu li.mm .mm_inn.box3 .in ul li {
  list-style: none;
  height: auto;
  width: 100%;
  border: none;
  padding: 0;
}

/* よくわかる退職給付の4列化 */
#megamenu li.mm .mm_inn.box3.col4 {
  min-width: 1000px;
}

#megamenu li.mm .mm_inn.box3 .in.side {
  width: 24%;
}

#megamenu li.mm .mm_inn.box3 .in.mid {
  width: 49%;
}

#megamenu li.mm .mm_inn.box3 .in.mid .fl {
  display: flex;
  justify-content: space-between;
}

#megamenu li.mm .mm_inn.box3 .in.mid .fl ul.m0{
  margin: 0;
}
/* ここまで */

.h2_box {
  max-width: 1200px;
  border-radius: 5px;
  background: #EFECEA;
  margin: 0 auto;
  padding: 30px;
  position: relative;
}

.h2_box .top_title_left_underbar {
  color: #35A19B;
  display: inline-block;
  vertical-align: middle;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
  padding-right: 20px;
}

.h2_box .top_title_left_underbar_en {
  margin-top: 0;
  color: #888888;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.h2_box.h2_w {
  background: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.h2_box .ttl_righbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  vertical-align: middle;
  right: 30px;
}

.h2_box .ttl_righbtn a {
  display: table-cell;
  text-decoration: none;
  font-weight: bold;
}

.h2_box .ttl_righbtn a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: -16px;
}

.h2_box .ttl_righbtn a:hover {
  color: #35A19B;
  transition: all .2s ease-in 0s !important;
}

.ttl_h3 {
  color: #444444;
  font-size: 23px;
  text-align: left;
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
}

.ttl_h3::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../image/ttl_icon.png);
  position: absolute;
  top: 12px;
  left: 0;
}

.dlb_btn_w30 {
  max-width: 400px !important;
}

.dlb_btn a {
  border-radius: 50px;
  background: #35A19B !important;
  border-color: #35A19B !important;
}

.dlb_btn a:hover {
  color: #35A19B !important;
  background: #fff !important;
}

.dlb_btn a::before,
.dlb_btn_inlineb a::before {
  display: none;
}

.dlb_btn a .arrow_btn,
.dlb_btn_inlineb a .arrow_btn {
  position: relative;
}

.dlb_btn a .arrow_btn::before,
.dlb_btn_inlineb a .arrow_btn::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: -16px;
}

.footercv {
  padding: 60px 0;
  background: url(../image/bg_gray.png);
}

.c3_title.template_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.c3_title.template_c3 .c3_title {
  color: #006DC7;
}

.c3_title.template_c3 .c3_title {
  margin: 0;
  font-weight: normal;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 28px;
  letter-spacing: -.01em;
}

.c3_title.template_c3 .c3_txt {
  margin-left: 30px;
}

.tel_area {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-color: none;
  justify-content: center;
  border-bottom: 1px dotted #aaaaaa;
}

.tel_area .cta_title_sub {
  background: none;
  color: #444444;
  font-size: 20px;
}

.tel_area .cta_title_sub {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.tel_area .cta_title_sub .imgb {
  margin-right: 16px;
}

.cta_title_sub {
  color: #444444;
}

.cta_title_sub {
  text-align: center;
  font-weight: bold;
  padding: 12px 8px;
  font-size: 16px;
}

.tel_area .inn_ {}

.cta_tel_mun_sp,
.cta_tel_mun_sp::before {
  display: none;
}


/*.cta_tel_mun::before, .cta_tel_mun a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    display: inline-block;
    margin-right: 13px;
    font-size: 28px;
    transform: scale(-1, 1);
}*/

.cta_tel_mun,
.cta_tel_mun a {
  position: relative;
  font-size: 33px;
  color: #444444;
  text-align: center;
  line-height: 1.2;
  /* font-family: 'Roboto', sans-serif; */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.cta_tel_mun a {
  position: relative;
  font-size: 33px;
  color: #006DC7;
  text-align: center;
  line-height: 1.2;
  /* font-family: 'Roboto', sans-serif; */
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.cta_title_sub {
  background-color: #888888;
  color: #ffffff;
}

.cta_title_sub {
  text-align: center;
  font-weight: bold;
  padding: 12px 8px;
  font-size: 16px;
}

.cta_box {
  padding: 24px 16px;
  background-color: #FFF;
}

.cta_btn {
  margin-top: 16px;
}

.cta_btn.btn_bg_01 a {
  background-color: #EFC100;
}

.cta_btn a {
  color: #ffffff;
  background-color: #293A45;
}

.cta_btn a {
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
  font-size: 16px;
}

.cta_btn a .txt {
  display: block;
  height: 100%;
  padding: 16px 8px;
  font-weight: bold;
}

.cta_btn a {
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
}

.cta_btn.btn_bg_02 a {
  background-color: #3871BE;
}

.cta_btn a .txt {
  display: block;
  height: 100%;
  padding: 16px 8px;
  font-weight: bold;
}

.cta_btn.btn_bg_03 a {
  background-color: #F8635C;
}

.cta_btn a:hover {
  text-decoration: none;
  opacity: .7;
}

.dlb_rss dl:hover {
  background-color: #fff !important;
}

.rss_title a {
  color: #444444;
}

.bl-hover .rss_title a {
  color: #35A19A;
  text-decoration: underline !important;
}

.dlb_rss .rss_new {
  border-radius: 50px !important;
  background: #F9A03F;
}

@media only screen and (max-width: 979px) {
  .tel_area .cta_title_sub {
    width: 280px;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .cta_tel_mun,
  .cta_tel_mun a {
    font-size: 33px;
  }

  header.template_c2 .headerInn {
    position: static;
  }

  #megamenu li.mm .mm_inn {
    display: none;
  }

  #megamenu li.mm .mm_inn.box3 {
    display: none;
  }

  #megamenu li.mm .mm_inn.box3::before {
    display: none;
  }

  .h2_box {
    padding: 16px;
  }

  .h2_box .top_title_left_underbar {
    display: block;
    border: none;
    padding-right: 0;
  }

  .h2_box .top_title_left_underbar_en {
    margin-left: 0;
  }

  .h2_box .ttl_righbtn {
    right: 16px;
  }

  section {
    padding: 0 16px;
  }

  section.bgGray,
  .footercv {
    padding: 30px 16px;
  }

  .tel_area {
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .tel_area .cta_title_sub {
    width: 100%;
    padding: 20px;
    justify-content: center;
  }

  .tel_area .inn_ {
    width: 100%;
    padding: 0px;
  }

  .cta_tel_mun,
  .cta_tel_mun::before {
    display: none;
  }

  .cta_tel_mun_sp {
    display: block;
  }

  .cta_tel_mun_sp a {
    color: #006DC7;
  }

  .cta_tel_mun_sp a {
    position: relative;
    font-size: 30px;
    color: #444444;
    text-align: center;
    line-height: 1.2;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
  }

  .tel_area .cta_title_sub {
    padding: 0;
    font-size: 18px;
  }

  header.template_c2 .gnavi_area ul li {
    border-right: none;
  }

  header.template_c2 .gnavi_area ul li:first-child {
    border-left: none;
  }

  header.template_c2 .gnavi_area .cvbtn {
    border: none;
    width: 100% !important;
  }

  header.template_c2 .gnavi_area ul li.cvbtn a {
    padding: 16px 12px;
  }

  header.template_c2 .gnavi_area ul li a {
    padding: 16px 0;
  }

  body.page_index footer.template_c2 {
    margin-top: 0px;
  }

  footer.template_c2 .fnav_unit {
    width: 100%;
  }

  footer.template_c2 .fnav_unit_one {
    margin-bottom: 0;
  }

  footer.template_c2 #footer_nav .footer_nav_block {
    width: 100%;
    padding: 0;
  }

  footer.template_c2 .fnav_list {
    display: none;
  }

  footer.template_c2 .fnav_title {
    margin-bottom: 0;
  }

  footer.template_c2 .fnav_title a {
    display: block;
    padding: 12px 8px 12px 35px;
    background-position: 15px 15px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: normal;
  }

  footer.template_c2 .fnav_title a::before {
    left: 18px;
  }

  footer.template_c2 #footer_info .inner {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  footer.template_c2 #footer_info .footer_info_navi a {
    color: #ffffff;
    padding: 2px 24px;
    font-size: 12px;
  }

  footer.template_c2 #footer_info .footer_info_navi a+a {
    padding-left: 0;
    border-left: none;
  }

  footer.template_c2 #footer_info small {
    display: block;
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  footer.template_c2 .footer_logo {
    max-width: 120px;
  }

  footer.template_c2 .footer_sns a img {
    width: 30px;
    height: 30px;
  }

  header.template_c2 {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }

  /*  header.template_c2 #header {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }*/
  header.template_c2 #header_area {
    height: 50px;
  }

  header.template_c2 #header_logo {
    width: auto;
  }

  header.template_c2 #contact_area,
  header.template_c2 #contact_area2 {
    display: none;
  }

  header.template_c2 .search_btn .txt {
    display: none;
  }

  header.template_c2 .search_btn {
    width: 50px;
    height: 50px;
    right: 50px;
  }

  header.template_c2 .search_btn .fab {
    margin-top: 6px;
  }

  header.template_c2 .search_txt {
    width: 75%;
    height: 46px;
    line-height: 50px;
  }

  header.template_c2 .submit_btn {
    width: 24%;
    height: 46px;
    line-height: 46px;
  }

  header .headerInn .cvbtn {
    display: none;
  }

  header .gnavi_area .cvbtn {
    display: block;
  }

  header.template_c2 .gnavi_area {
    display: none;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    /*background-color: #ffffff;*/
  }

  header.template_c2 .gnavi_contact {
    display: block;
    padding: 1.5em 24px;
  }

  header.template_c2 .gnavi_contact+.gnavi_contact {
    padding: 0 24px 1.5em;
    margin-top: -0.5em;
  }

  header.template_c2 .gnavi_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #293337;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }

  header.template_c2 .gnavi_contact a .txt {
    padding-left: 10px;
  }

  header.template_c2 .gnavi_contact.no2 a {
    background-color: #ED1C21;
  }

  header.template_c2 .gnavi_area ul {
    display: block;
    border-top: 1px solid #eeeeee;
  }

  header.template_c2 .gnavi_area ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    border-bottom: 1px solid #eeeeee;
  }

  header.template_c2 .gnavi_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 16px;
  }

  header.template_c2 .gnavi_area ul li a::after {
    display: none;
  }

  header.template_c2 .gnavi_area ul li.cvbtn {
    padding: 10px 5px;
    display: inline-flex;
    width: calc(100% / 3 - 3px);
  }

  header.template_c2 .gnavi_area ul li.cvbtn a {
    color: #FFF;
    font-size: 11px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 20px;
    transition: 0.8s;
  }

  header.template_c2 .gnavi_area ul li.cvbtn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }

  header.template_c2 .gnavi_area ul li.cvbtn a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;

  }

  header.template_c2 .gnavi_area ul li.cvbtn.mailmag a {
    background-color: #EFC100;
  }

  header.template_c2 .gnavi_area ul li.cvbtn.dl a {
    background-color: #0C52B1;
  }

  header.template_c2 .gnavi_area ul li.cvbtn.contact a {
    background-color: #FF463E;
  }

  header.template_c2 .gnavi_area ul li.cvbtn.mailmag a::before {
    background: url(../image/icon_mail.png)no-repeat center top /cover;
  }

  header.template_c2 .gnavi_area ul li.cvbtn.dl a::before {
    background: url(../image/icon_dl.png)no-repeat center top /cover;
  }

  header.template_c2 .gnavi_area ul li.cvbtn.contact a::before {
    background: url(../image/icon_cv.png)no-repeat center top /cover;
  }








  header.template_c2 .gnavi_btn_sp {
    display: block;
    position: absolute;
    top: 20px;
    right: 12px;
  }

  header.template_c2 .gnavi_btn_sp_in {
    position: relative;
    width: 26px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
  }

  header.template_c2 .gnavi_btn_sp_in,
  header.template_c2 .gnavi_btn_sp_in span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.template_c2 .gnavi_btn_sp_in span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333333;
    border-radius: 4px;
  }

  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(1) {
    top: 0;
  }

  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(2) {
    top: 10px;
  }

  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(3) {
    top: 20px;
  }

  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    top: -4px;
  }

  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
    opacity: 0;
  }

  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    top: 28px;
  }
}


.h1_area_cmn {
  background-color: #35A19B;
  padding: 80px 0px;
  /*    margin-top: 140px;*/
  margin-bottom: 56px;
}

.h1title_cmn {
  font-size: 36px;
  color: #fff;
  text-indent: 26px;
}

@media only screen and (max-width: 768px) {
  .h1_area_cmn {
    /*        margin-top: 85px;*/
    padding: 40px 0px;
    margin-bottom: 30px;
  }

  .h1title_cmn {
    font-size: 20px;
  }

  .inner {
    padding: 0px 16px;
  }
}


.h2title_cmn,
.h3title_cmn {
  line-height: 1em;
  color: #35A19B;
}

.h2title_cmn.bdb_line,
.h3title_cmn.bdb_line {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.h3title_cmn {
  font-size: 28px;
}

.h3title_cmn {
  font-size: 22px;
}

.h2title_big {
  background-color: #F2EEED;
  font-size: 32px;
  padding: 25px 1em;
  color: #35A19B;
  line-height: 1.4;
  border-radius: 5px;
}

@media only screen and (max-width: 690px) {
  .h2title_big {
    font-size: 25px;
  }
}

.h4title_cmn {
  font-size: 20px;
  color: #888;
  margin-top: 32px;
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
}

.h4title_cmn::before {
  content: url(../image/ttl_icon.png);
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.col2_it.img_l .col_l {
  padding-left: 26px;
}

.col2_221.item_num_list.small {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.col2_221 .col a {
  color: #35A19B;
  font-size: 14px;
}

.col2_221 .col a::after {
  content: url(../image/icon_arr_link.png);
  vertical-align: middle;
  margin-left: 10px;
}

.item_num_list.small {
  justify-content: flex-start;
}

.item_num_list.small .col {
  width: calc(29.33333% - 16px);
  margin-right: 20px;
  margin-left: 20px;
}

@media only screen and (max-width: 979px) {
  .item_num_list.small .col {
    width: calc(50% - 12px);
    margin-right: 12px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .item_num_list.small .col {
    margin-right: 0;
    margin-left: 0;
  }
}

.item_num_list.small .col .item_num {
  font-size: 22px;
  min-height: 50px;
}

.item_num_list.small .col .item_num .num {
  padding: 10px;
  font-size: 24px;
  background-color: #143642;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.btn_cmn a {
  display: block;
  width: 400px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background-color: #35A19B;
  border-radius: 25px;
}

.btn_cmn a::before {
  content: url(../image/icon_arr_btn.png);
  vertical-align: middle;
  margin-right: 10px;
}

.midbg_left {
  position: relative;
  padding-top: 56px;
}

.midbg_left_bg.bg01 {
  height: 755px;
  top: 0px;
  background-color: #F2EEED;
  right: 0;
  width: 65%;
  position: absolute;
  z-index: -1;
}

.box_gl {
  border: #498e8e 2px solid;
  padding: 2%;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .midbg_left_bg.bg01 {
    height: 860px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .midbg_left_bg.bg01 {
    height: 1000px;
    width: 100%;
  }

  .item_num_list.small .col {
    width: 100%;
    margin-bottom: 30px;
  }

  .item_num_list.small .col:nth-child(2n) {
    margin-left: 0px;
  }

  .btn_cmn a {
    width: 300px;
  }

  .col2_it.img_l .col_l {
    padding-left: 0px;
  }
}


table.tab08 th {
  color: #35A19B;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: none;
  padding-left: 0px;
}

table.tab08 td {
  font-size: 14px;
  border: none;
}

table.tab08 th::after {
  content: "";
  width: 4px;
  height: 20px;
  position: absolute;
  top: 19px;
  right: 10px;
}

table.tab08 tr {
  border-bottom: 1px solid #ddd;
}

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

  table.tab08 th,
  table.tab08 td {
    width: 100%;
    display: block;
  }

  table.tab08 th::after {
    display: none;
  }

  table.tab08 td {
    padding-left: 0px;
  }

  .dlb_media_01_area .slick-prev {
    left: 2px !important;
  }

  .dlb_media_01_area .slick-next {
    right: 2px !important;
  }

  .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}


/* table2  */
table.tab_design2 th,
table.tab_design2 td {
  border: 2px solid #fff;
  padding: 8px;
}

table.tab_design2 th {
  background-color: #E6E2E1;
  color: #35A19B;
  font-size: 16px;
  font-weight: bold;
}

table.tab_design2 td {
  background-color: #F2EEED;
  font-size: 14px;
}


.tab_design2_half {
  width: 50%;
}

table.tab_design2_half th,
table.tab_design2_half td {
  border: 2px solid #fff;
  padding: 8px;
}

table.tab_design2_half th {
  background-color: #E6E2E1;
  color: #35A19B;
  font-size: 16px;
  font-weight: bold;
}

table.tab_design2_half td {
  background-color: #F2EEED;
  font-size: 14px;
}


/* table3 */
table.tab_design3 th,
table.tab_design3 td {
  border: 2px solid #fff;
  padding: 8px;

}

table.tab_design3 th {
  background-color: #F2EEED;
  color: #35A19B;
  font-size: 16px;
  font-weight: bold;
}

table.tab_design3 td {
  background-color: #F2EEED;
  font-size: 14px;
}

table.tab_design3 tr:nth-child(1) th,
table.tab_design3 tr:nth-child(1) td {
  background-color: #E6E2E1;
}



.tab_design3_half {
  width: 50%;
}

table.tab_design3_half th,
table.tab_design3_half td {
  border: 2px solid #fff;
  padding: 8px;
}

table.tab_design3_half th {
  background-color: #F2EEED;
  color: #35A19B;
  font-size: 16px;
  font-weight: bold;
}

table.tab_design3_half td {
  background-color: #F2EEED;
  font-size: 14px;
}

table.tab_design3_half tr:nth-child(1) th,
table.tab_design3_half tr:nth-child(1) td {
  background-color: #E6E2E1;
}






table.tab02 thead th {
  background-color: #9DD9D2;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #fff;
}

table.tab02 tbody th {
  color: #35A19B;
  font-size: 16px;
  font-weight: bold;
  text-indent: 14px;
  border: 2px solid #fff;
}

table.tab02 tbody td {
  font-size: 14px;
  border: 2px solid #fff;
}

table.tab02 tr:nth-child(2n) {
  background-color: #E6E2E1;
}

table.tab02 tr:nth-child(2n+1) {
  background-color: #F2EEED;
}

.area_contents {
  background-color: #F2EEED;
  padding: 25px 30px;
}

.title_contents {
  font-size: 28px;
  font-weight: bold;
  color: #35A19B;
  line-height: 1em;
}

.wrap_contents {
  padding: 10px 0px 16px 26px;
  border-left: 3px solid #35A19A;
}

.wrap_contents ul li {
  list-style-type: none;
  font-size: 18px;
  margin-bottom: 26px;
  line-height: 1.2em;
  padding-left: 38px;
  text-indent: -38px;
}

.wrap_contents ul li:last-child {
  margin-bottom: 0px;
}

.wrap_contents ul li .num_contents {
  color: #35A19A;
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}

.inner ol.kanalist {
  padding-left: 0;
}

.kanalist li {
  list-style: none;
  padding-left: 2em;
  position: relative;
  margin-bottom: 8px;
}

.kanalist li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.kanalist li:nth-child(1)::before {
  content: "ア.";
}

.kanalist li:nth-child(2)::before {
  content: "イ.";
}

.kanalist li:nth-child(3)::before {
  content: "ウ.";
}

.kanalist li:nth-child(4)::before {
  content: "エ.";
}

.kanalist li:nth-child(5)::before {
  content: "オ.";
}

.kanalist li:nth-child(6)::before {
  content: "カ.";
}

.kanalist li:nth-child(7)::before {
  content: "キ.";
}

.kanalist li:nth-child(8)::before {
  content: "ク.";
}

.kanalist li:nth-child(9)::before {
  content: "ケ.";
}

.kanalist li:nth-child(10)::before {
  content: "コ.";
}


/*### ### ###floatBoxWrapper### ### ###*/
.floatBoxWrapper.is-show {
  position: fixed;
}

.floatBoxWrapper {
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(219, 241, 245, 0.9);
  z-index: 10;
  position: relative;
  transition: 0.5s ease;
}

.floatBoxWrapper.is-show .floatBoxWrapperBtn {
  display: block;
}

.floatBoxWrapperBtn {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -40px;
  background: rgba(219, 241, 245, 0.9);
  z-index: 10;
}

.floatBoxWrapper.active .floatBoxWrapperBtn::after {
  transform: rotate(0deg);
}

.floatBoxWrapper.active .floatBoxWrapperBtn::before {
  transform: rotate(-90deg);
}

.floatBoxWrapperBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #35a19b;
  transform: rotate(45deg);
  top: 20px;
  left: 9px;
  transition: 0.5s ease;
}

.floatBoxWrapperBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #35a19b;
  transform: rotate(-45deg);
  top: 20px;
  left: 9px;
  transition: 0.5s ease;
}

.floatBoxWrapper.active {
  bottom: -73px;
}

.floatBoxArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: auto;
}

.floatBoxArea .conArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(70% - 20px);
  padding: 10px 10px 0;
}

.floatBoxArea .btnArea {

  width: calc(30% - 20px);
}

.floatBoxArea .conArea .imgArea {
  width: calc(20% - 10px);
  text-align: center;
}

.floatBoxArea .conArea .imgArea img {
  max-width: 50%;
}

.floatBoxArea .conArea .textArea {
  width: calc(80% - 10px);
}

.floatBoxArea .conArea .textArea .fontB {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.floatBoxArea .conArea .textArea .fontS {
  font-size: 12px;
  line-height: 1.4;
}

.btnStyle01 {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background: #F9A03F;
  border-radius: 50px;
  border: 2px solid #F9A03F;
  transition: 0.5s ease;
  text-decoration: none;
}

.btnStyle01:hover {
  text-decoration: none;
  background: transparent;
  color: #F9A03F;
  background-color: #fff;
}

@media only screen and (max-width: 979px) {
  .floatBoxArea .conArea .imgArea img {
    max-width: 100%;
  }

  .floatBoxWrapper {
    padding: 0 10px;
  }

  .floatBoxArea {
    max-width: 100%;
  }

  .floatBoxArea .conArea .textArea .fontS {
    font-size: 10px;
  }

  .floatBoxArea .conArea .textArea .fontB {
    font-size: 14px;
  }

  .floatBoxArea .conArea .imgArea {
    width: calc(15% - 5px);
    margin-right: 5px;
  }

  .floatBoxArea .conArea .textArea {
    width: calc(85% - 5px);
    margin-left: 5px;
  }

  .btnStyle01 {
    font-size: 14px;
    padding: 10px 20px;
  }

  .floatBoxArea .conArea {
    width: calc(65% - 5px);
  }

  .floatBoxArea .btnArea {
    width: calc(35% - 5px);
  }
}

.only_sp {
  display: none;
}

@media only screen and (max-width:690px) {
  .only_sp {
    display: block;
  }

  .btnStyle01 {
    font-size: 14px;
    padding: 6px 20px;
    max-width: 260px;
    margin: 0 auto;
  }

  .floatBoxArea {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .floatBoxArea .conArea {
    width: 100%;
    margin-bottom: 10px;
  }

  .floatBoxArea .btnArea {
    width: 100%;
  }

  .floatBoxArea .conArea .textArea {
    width: calc(80% - 8px);
    margin-left: 8px;
  }

  .floatBoxArea .conArea .imgArea {
    width: calc(20% - 8px);
    margin-right: 8px;
  }
}

/* 共通ヘッダにプルダウンメニュー、メガメニューを追記 */

#megamenu li.mm .mm_inn.mm_in_right_tuning{
  left: -700px;
}
#megamenu li.mm .mm_inn.mm_in_right_tuning.box3::before {
  left: calc(800px - 12px);
}
#megamenu li.mm .mm_inn.mm_in_right_tuning a{
  padding: 5px 10px;
}

/* 上下Paddingが0pxの表 */
table.pad0 td {
  padding: 0px 20px;
}

/* ワークシートの表 */
table.worksheet td {
  border-top   : 0px;
  border-right : 0px;
  border-bottom: solid 1px #eeeeee;
  border-left  : 0px;
}
table.worksheet td.solid {
  border-bottom: solid 1px #000000;
}
/* マーケで追加_DBO計算サービスページの表ライン-------------------------- */
table.worksheet td.grsolid {
  border-right : solid 2.5px #35a19b;
  border-left  : solid 2.5px #35a19b;
}
table.worksheet td.grsolidend {
  border-right : solid 2.5px #35a19b;
  border-bottom: solid 2.5px #35a19b;
  border-left  : solid 2.5px #35a19b;
}
table.worksheet td.ylsolid {
  border-right : solid 2.5px #fae314;
  border-left  : solid 2.5px #fae314;
}
table.worksheet td.ylsolidend {
  border-right : solid 2.5px #fae314;
  border-bottom: solid 2.5px #fae314;
  border-left  : solid 2.5px #fae314;
}

/* マーケで追加_財務諸表の注記事項ページの表ライン　下線なし-------------------------- */
table.worksheet td.nosolid {
  border-bottom: none;
}


/* 会計の全体像の表 */
table.overall td {
  border-top   : 0px;
  border-right : 0px;
  border-bottom: 0px;
  border-left  : 0px;
}
table.overall td.separate {
  border-top   : 0px;
  border-right : dotted 1px #888888;
  border-bottom: 0px;
  border-left  : 0px;
}

/* 簡便法概要の表 */
table.convenience td {
  border-top   : 0px;
  border-right : 0px;
  border-bottom: 0px;
  border-left  : 0px;
  padding: 5px 10px;
}

/* 簡便法・原則法移行の表 */
table.convenience1 td {
  border-top   : solid 1px #888888;
  border-right : solid 1px #888888;
  border-bottom: solid 1px #888888;
  border-left  : solid 1px #888888;
  padding: 5px 10px;
}
table.convenience1 td.vertical{
  writing-mode: vertical-rl;
}

/* LeanGo_テキスト重要箇所に引くアンダーライン-------------------------- */
.line-marker01 {
background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0) 60%, #ffff00 85%);
}



/* マーケで追加_DBO計算サービスページのロゴスライド-------------------------- */
.introduction-list-wrapper {
    width: 9000px;
    position: relative;
}
.introduction-list.-kv .col {
    width: 120px;
    min-width: 100px;
    padding: 2px 5px;
    margin-right: 10px;
    background: #fff;
}
.introduction-list-wrapper .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduction-list.-kv.is-moving {
    animation: moving 40s linear 0s infinite;
}
.introduction-list.-kv {
    grid-template-rows: none;
    grid-auto-rows: auto;
}
.introduction-list.-kv {
    position: absolute;
    bottom: 68px;
}
.introduction-list {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 8px 0;
}
@keyframes moving {
  0% {
    transform: translateX(0);
  }
 
  100% {
    transform: translateX(-50%);
  }
}

/* マーケで追加_DBO計算サービスページのTOP_タイトル-------------------------- */

.mv {
    background: url(/dcms_media/image/rboc_sv_top.png) no-repeat top 0px center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 200px;
}
.mv_inner {
    width: 1600px;
    max-width: 94%;
    margin: 50px auto auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mv .mv_catch {
    min-width: 400px;
    flex: 1;
}
.mv .mv_inner .mv_catch p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #35a19b;
    position: relative;
    text-aline: center;
}
.mv .mv_cta {
    width: 410px;
    height:320px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    text-align: center;
}
.mv .mv_cta_ttl {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    background: #35a19b;
    border-radius: 10px 10px 0 0;
    padding: 15px 10px;
    margin-bottom: 10px;
    position: relative;
}
.mv .mv_cta_ttl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #35a19b;
    border-bottom: 0;
}

/*マーケ追加：DBOサービスフロー ステップ********************/
.flListdbo{
    display: flex;
}
.flListdbo dl {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.flListdbo dl:last-child{
    margin-right: 0;
}
.flListdbo dt{
    position: relative;
    padding: 3px;
    text-align: center;
    color:  #FFF;
    font-size: 16.5px;
    font-weight: bold;
    background-color: #35a19b;
}
.flListdbo dt.org{
    position: relative;
    padding: 3px;
    text-align: center;
    color:  #FFF;
    font-size: 16.5px;
    font-weight: bold;
    background-color: #fb9b13;
}
.flListdbo dt::after {
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    background: -webkit-linear-gradient(to bottom left,rgba(255, 255, 255, 0) 50%,#35a19b 51%) no-repeat top left/100% 50%,linear-gradient(to top left,rgba(255, 255, 255, 0) 50%, #35a19b 51%) no-repeat bottom left/100% 50%;
    background: linear-gradient(to bottom left,#fff0 50%,#35a19b 51%) no-repeat top left/100% 50%,linear-gradient(to top left,#fff0 50%, #35a19b 51%) no-repeat bottom left/100% 50%;
    width: 23px;
    height: 100%;
    display: inline-block;
}
.flListdbo dt.org::after {
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    background: -webkit-linear-gradient(to bottom left,rgba(255, 255, 255, 0) 50%,#fb9b13 51%) no-repeat top left/100% 50%,linear-gradient(to top left,rgba(255, 255, 255, 0) 50%, #fb9b13 51%) no-repeat bottom left/100% 50%;
    background: linear-gradient(to bottom left,#fff0 50%,#fb9b13 51%) no-repeat top left/100% 50%,linear-gradient(to top left,#fff0 50%, #fb9b13 51%) no-repeat bottom left/100% 50%;
    width: 23px;
    height: 100%;
    display: inline-block;
}
.flListdbo dl:last-of-type dt::after{
    display: none;
}
.flListdbo dd {
    padding: 10px;
    display: flex;
    height: 100%;
    flex-grow: 1;
    background-color: #ffffff;
    font-size: 13px;
}
@media only screen and (max-width:980px) {
.flListdbo{
    flex-wrap: wrap;
}
.flListdbo dl {
    flex: initial;
    width: calc(33.33% - 20px);
}
.flListdbo dl:nth-child(-n+3){
    margin-bottom: 30px;
}
.flListdbo dl:nth-child(3n){
    margin-right: 0;
}

}
@media only screen and (max-width:680px) {
.flListdbo {
    display: block;
}
.flListdbo dl {
    position: relative;
    width: 100%;
}
.flListdbo dl:not(:last-child){
    margin-bottom: 30px;
}
.flListdbo dl::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    display: block;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #35a19b transparent transparent transparent;
}
.flListdbo dl.org::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    display: block;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fb9b13 transparent transparent transparent;
}
.flListdbo dl:last-of-type::after{
    display: none;
}
.flListdbo dl.org:last-of-type::after{
    display: none;
}
.flListdbo dt::after{
    display: none;
}
.flListdbo dt.org::after{
    display: none;
}
}

/*マーケ追加：DBOサービステーブルスクロール********************/
.table-container{
  overflow-x: scroll;
}

table.plan {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  white-space: nowrap;
}