@charset "UTF-8";
/*
CREATE KITAWAKI
CSS bace
*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

#slideshow {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

#slideshow DIV {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
}

#slideshow DIV.active {
  width: 100%;
  z-index: 10;
  opacity: 1;
}

#slideshow DIV.last-active {
  width: 100%;
  z-index: 9;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-image: none !important;
    background-repeat: no-repeat;
  }
}

h1 {
  display: none;
}

.input_class100 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 95%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.input_class80 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 80%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .input_class80 {
    width: 90%;
  }
}

.input_class60 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 60%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .input_class60 {
    width: 90%;
  }
}

.input_class40 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 40%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .input_class40 {
    width: 90%;
  }
}

.input_class30 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 30%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.input_class20 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 20%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.input_class10 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 10%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.input_class5 {
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  width: 5%;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  margin-top: 5;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

/*
COMMON
*/
#common_header {
  height: 79px;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #common_header {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

#common_header_logo {
  background-image: url(../img/common/logo.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 79px;
  width: 308px;
}
@media screen and (max-width: 767px) {
  #common_header_logo {
    background-image: url(../img/common/sp_logo.png);
    width: 210px;
    height: 60px;
    float: none;
    background-size: contain;
    align-items: center;
  }
}

#common_header_logo h2 {
  display: none;
}

.header-right {
  float: right;
}
@media screen and (max-width: 767px) {
  .header-right {
    float: none;
    display: flex;
    gap: 10px;
  }
}

#common_header_tel {
  background-image: url(../img/common/tel.jpg);
  background-repeat: no-repeat;
  float: right;
  height: 79px;
  width: 256px;
}
@media screen and (max-width: 767px) {
  #common_header_tel {
    background-image: url(../img/common/sp_tel.png);
    width: 50px;
    height: 50px;
    float: none;
    background-size: contain;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #common_header_tel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  #common_header_tel a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    text-decoration: none;
  }
}

#common_header_tel h3 {
  display: none;
}

#common_navi_box {
  height: 52px;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #common_navi_box {
    display: none;
  }
}

#common_navi_ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#common_navi_ul li {
  float: left;
  list-style-type: none;
}

#common_navi_ul li {
  width: 20%;
}

#common_navi_ul li img {
  width: 100%;
  height: auto;
}

.sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    position: absolute;
    top: 80px;
    left: 0;
    background: #003267;
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sp_link {
    display: block;
  }
  .sp_menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    text-align: center;
    transition: background 0.3s ease;
  }
  .sp_menu a:hover {
    background: #0a6ad1;
  }
  .sp_menu .hasMenu:hover {
    background: #003267;
  }
  .sp_menu.active {
    display: block;
    z-index: 100;
  }
  .menu_link {
    position: relative;
    border-bottom: 1px solid white;
  }
  .menu_link::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
  }
  .hasMenu.active::after {
    transform: rotate(135deg);
  }
  #submenu {
    background-color: #a0d9ff;
    position: relative;
  }
  #submenu a {
    font-size: 14px;
  }
  ul.gnav-navi-1,
ul.gnav-navi-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hamburger-wrap {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #154b97;
    justify-content: center;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #154B97;
    position: relative;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-child(1) {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-child(2) {
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-child(3) {
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 3px;
  }
}
#common_slider_box {
  height: 300px;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #common_slider_box {
    width: 100%;
    height: 375px;
    box-shadow: none;
    margin-bottom: 10px;
  }
}
#common_slider_box img {
  max-height: 375px;
}
@media screen and (max-width: 767px) {
  #common_slider_box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

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

#common_contents {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #common_contents {
    width: 100%;
    padding: 10px;
  }
}

#common_contents_left {
  float: left;
  width: 600px;
}
@media screen and (max-width: 767px) {
  #common_contents_left {
    width: 100%;
    margin-bottom: 150px;
  }
}

#common_contents_left li {
  list-style-type: none;
}

#common_contents_left .toc.indexList .parToc li {
  list-style-type: circle;
}

#common_contents_right {
  float: right;
  width: 230px;
}
@media screen and (max-width: 767px) {
  #common_contents_right {
    float: none;
    width: 100%;
  }
}

.common_side_box {
  margin-bottom: 10px;
  width: 230px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .common_side_box {
    box-shadow: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common_side_box img {
    width: 100%;
  }
}

#common_side_songai {
  background-image: url(../img/side/songai.jpg);
  background-repeat: no-repeat;
  height: 110px;
  width: 230px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding-top: 50px;
}

#common_side_songai_test {
  background-image: url(../img/side/songai2.jpg);
  background-repeat: no-repeat;
  height: 160px;
  width: 230px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #common_side_songai_test {
    height: 200px;
    width: 100%;
    background-size: 100% auto;
    padding-top: 80px;
  }
}

#common_side_songai_kojin {
  height: 43px;
  width: 190px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

#common_side_songai_houjin {
  height: 43px;
  width: 190px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.nintei_logo {
  padding: 15px 50px;
  box-sizing: border-box;
}

.ninteiTxt {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .heading {
    background: linear-gradient(to bottom, #e7e7e7, #f8f8f8);
    color: #003366;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border: 1px solid #dbdbdb;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .sub-heading {
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    color: #003366;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    border-top: 2px solid #003366;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}

.sub-title {
  position: relative;
  color: white;
  padding: 10px 15px;
  font-size: 14px;
  margin-top: 10px;
}

.green {
  background-color: #355e3b;
}

.purple {
  background-color: #443065;
}

.common_contents_title {
  height: auto;
  width: 600px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .common_contents_title {
    box-shadow: none;
    width: 100%;
  }
}

#operation .common_contents_title02 h2 {
  color: #003067;
  font-size: 15px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  width: 100%;
}

.common_contents_title_bg {
  background: url("../img/common/bg_ttl_aiu.jpg") no-repeat;
  height: 42px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .common_contents_title_bg {
    background: none;
    box-shadow: none;
  }
}

.no-line {
  background: url("../img/common/bg_ttl_aiu_noline.jpg") no-repeat !important;
}
@media screen and (max-width: 767px) {
  .no-line {
    background: none;
    box-shadow: none;
  }
}
.no-line span {
  padding-left: 20px !important;
  border-left: 2px solid rgba(219, 219, 219, 0.8941176471);
  display: inline-block;
  position: relative;
  left: 20px;
}

.common_contents_title_bg_tokyo {
  background: url("../img/common/bg_ttl_tokyo.jpg") no-repeat;
  height: 42px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .common_contents_title_bg_tokyo {
    background: none;
    box-shadow: none;
  }
}

.common_contents_title_bg p,
.common_contents_title_bg_tokyo p {
  color: #003166;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 0 15px 15px;
}

.common_contents_title_bg p span,
.common_contents_title_bg_tokyo p span {
  display: inline-block;
  color: #707070;
  font-size: 10px;
  transform: scale(0.8, 1);
  transform-origin: top left;
  letter-spacing: 0.25em;
  padding-left: 30px;
}

.common_contents_title_bg_tokyo p span {
  padding-left: 45px;
}

#common_contents_news_ul {
  padding: 0px;
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  #common_contents_news_ul tr {
    display: flex;
    flex-wrap: wrap;
  }
  #common_contents_news_ul td {
    width: 100%;
  }
  #common_contents_news_ul td img {
    width: 100%;
  }
}

#common_contents_news_ul li {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  text-indent: 10px;
}

#common_contents_news_ul li a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.common_contents_aiu {
  width: 600px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .common_contents_aiu {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
}

.common_contents_aiu.aiu01 {
  margin-bottom: 10px;
}

.common_contents_aiu.aiu02 {
  height: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .common_contents_aiu.aiu02 {
    height: auto;
  }
}

.common_contents_aiu_box {
  float: left;
  height: 131px;
  width: 192px;
  margin-right: 6px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .common_contents_aiu_box {
    float: none;
    width: 48%;
    margin: 0;
    max-width: 170.39px;
  }
}
@media screen and (max-width: 767px) {
  .common_contents_aiu_box img {
    width: 100%;
  }
}

.common_contents_aiu_box01 {
  width: 292px;
  display: inline-block;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .common_contents_aiu_box01 {
    width: 100%;
  }
}

.common_contents_aiu_box02 {
  width: 194px;
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .common_contents_aiu_box02 {
    width: 100%;
    min-width: 48%;
  }
}

.common_contents_aiu_box01 img {
  width: 293px;
}
@media screen and (max-width: 767px) {
  .common_contents_aiu_box01 img {
    width: 100%;
  }
}

.common_contents_aiu_box02 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common_contents_aiu_box02 img {
    width: 100% !important;
    height: auto;
    margin-left: 0 !important;
  }
}

.invitation_txt {
  font-size: 12px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .invitation_txt {
    width: 100%;
  }
}

.invitation_txt span {
  font-size: 14px;
  font-weight: bold;
  color: #003166;
}

#common_footer_back {
  height: 26px;
  width: 154px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 706px;
}
@media screen and (max-width: 767px) {
  #common_footer_back {
    width: 100%;
    padding: 0;
  }
}

#common_footer {
  background-image: url(../img/common/footer_bg.jpg);
  background-repeat: repeat;
  height: 135px;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #common_footer {
    background-image: none;
    background-color: #003267;
    height: 200px;
  }
}

#common_footer_in {
  font-size: 14px;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #common_footer_in {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footerLink_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footerLink_wrap a {
  display: inline;
  border-right: 1px solid #fff;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  .footerLink_wrap a {
    display: inline-block;
    width: 48%;
    padding: 0;
    border-right: none;
    text-align: center;
  }
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sub_pankuzu {
  height: 38px;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  #sub_pankuzu {
    width: 100%;
    padding: 10px;
  }
}

#sub_pankuzu a {
  color: #333;
  text-decoration: none;
}

.sub_title {
  height: 60px;
  width: 600px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sub_title {
    width: 100%;
  }
}

#company_table {
  width: 100%;
  background-color: #0d0306;
}
@media screen and (max-width: 767px) {
  #company_table tr {
    display: flex;
    flex-wrap: wrap;
  }
}

#company_table tr th {
  background-color: #0d4d84;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #company_table tr th {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
}

#company_table tr td {
  background-color: #FFF;
  color: #333;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #company_table tr td {
    width: 100%;
  }
}

.in_contnets {
  font-size: 12px;
  line-height: 25px;
  padding-bottom: 20px;
}

.in_contnets b {
  font-size: 12.5px;
}

.in_contnets img {
  float: left;
  margin-right: 5px;
  max-width: 250px;
}

.in_bar {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  width: 100%;
  font-size: 14px;
}

.in_bar02 {
  font-weight: bold;
  color: #003166;
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  max-width: 100%;
  font-size: 15px;
}

.in_bar03 {
  font-weight: bold;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  /* margin-bottom: 10px; */
  padding-top: 5px;
  width: 100%;
  font-size: 12px;
}

#contact_btn {
  background-image: url(../img/parts/submit.png);
  background-repeat: no-repeat;
  height: 60px;
  width: 170px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor: pointer;
}

.contact_basic {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ttl01 {
  background: whitesmoke;
  color: #0c4d83;
  padding: 7px;
  font-size: 12px;
  box-sizing: border-box;
}

#operation .in_bar {
  font-weight: bold;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  font-size: 12.5px;
  border: none;
}

#operation .subTtl {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  display: block;
}

/* 目次の調整 */
#operation .toc {
  padding-bottom: 30px;
}

#operation .toc a {
  -webkit-text-decoration: underline #003166;
  text-decoration: underline #003166;
}

#operation .toc .parToc {
  font-size: 14px;
  border-color: #003166;
}

#operation .toc .parToc:last-of-type {
  padding-top: 10px;
}

#operation .toc .childToc {
  padding: 3px 0 0 40px;
  font-size: 13px;
  border-color: #003166;
}

/* 勧誘方針調整 */
#common_contents .blueTxt {
  color: #0E3166;
}

#common_contents .kanyuList {
  padding-left: 17px;
}

#common_contents .kanyuList li {
  list-style-type: disc;
}