@charset "utf-8";

/*---------------------------------------
    Add CSS
----------------------------------------*/
#l-content #sukoyakaInner .textblock{
  font-size:90%;
}


/*---------------------------------------
    リセットCSS(編集不要)
----------------------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.white {
  color: #ffffff;
}
.txt_red {
  color: #ff0000;
}
.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_bold {
  font-weight: bold;
}
.map {
  width: 100%;
  height: 300px;
}


/*----------------------------------------
    aside
----------------------------------------*/
.aside_title {
  font-size: 1.6rem;
  color: #026947;
  font-weight: bold;
  border-top: 2px solid #026947;
  padding: 19px 15px 20px;
  line-height: 1;
}
.link_english {
  font-size: 1.2rem;
  color: #555555;
  text-align: right;
  padding: 0 15px;
}
.link_english a {
  text-decoration: underline;
}
.link_english a:hover {
  text-decoration: none;
}
.aside_navi li a {
  font-size: 1.2rem;
}
.aside_navi > li > a {
  display: inline-block;
  padding-left: 17px;
  /*background: url(/img/share/ico-gray.png) left 1px no-repeat;*/
  position: relative;
}
.aside_navi > li > a::before {
   content: url(/img/share/ico-gray.png);
   padding-right: 7px;
   position: absolute;
   left: 0;
}
.aside_navi li {
  line-height: 1.2;
}
.aside_navi ul.first_sub_nav > li:last-child > a {
  margin-bottom: 0;
}
.aside_navi ul.first_sub_nav > li:last-child .second_sub_nav {
  margin-top: 10px;
}
.aside_navi ul.first_sub_nav > li:last-child  ul.second_sub_nav > li:last-child > a {
  margin-bottom: 0;
}
.aside_navi>li {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 15px;
}
.aside_navi .first_sub_nav li a {
  display: inline-block;
  padding: 0 6px 0 17px;
  margin-bottom: 16px;
  /*background: url(/img/share/ico-gray.png) left 2px no-repeat;*/
  position: relative;
}
.aside_navi .first_sub_nav li a::before {
  content: url(/img/share/ico-gray.png);
  padding-right: 7px;
  position: absolute;
  left: 0;
}
.aside_navi .first_sub_nav li span, .aside_navi .second_sub_nav li a {
  padding: 0 9px 0 17px;
  /*background: url(/img/share/ico-gray.png) no-repeat;*/
  position: relative;
}

.first_sub_nav {
  margin-left: 17px;
  margin-top: 17px;
  display: none;
}
.second_sub_nav {
  margin-left: 18px;
  display: none;
}
.aside_ranking, .aside_contents {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-top: 40px;
}
.aside_ranking .title_ranking, .aside_contents .title_contents {
  font-size: 1.6rem;
  color: #026947;
  font-weight: bold;
  margin-bottom: 10px;
}
.aside_contents .title_contents {
  margin-bottom: 3px;
}
.num_list {
  margin-left: 20px;
}
.num_list li {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 15px;
  word-break: break-all;
  background: url(/img/share/ico-gray.png) no-repeat left 3px;
  list-style-type: decimal;
}
.aside_ranking .num_list li {
  font-weight: normal;
}
.num_list li:last-child {
  margin-bottom: 0;
}
.num_list li span {
  background: url(/img/share/ico-gray.png) no-repeat 4px 2px;
  padding-left: 20px;
}
/*----------------------------------------
    #contents
----------------------------------------*/
#contents .inner {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#contents .inner:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0.1px;
  line-height: 0;
  font-size: 0.1em;
  clear: both;
}
#contents aside {
  width: 240px;
  float: left;
}
#contents article {
  width: 700px;
  float: right;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 0;
}
.indent_inner {
  padding: 0 9px;
}
/*
  .topic_area
----------------------------------------*/
.topic_area {
  width: 100%;
  padding: 20px 0;
  text-align: right;
}
.topic_area:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0.1px;
  line-height: 0;
  font-size: 0.1em;
  clear: both;
}
.topic_area #topic_path {
  display: inline-block;
  float: left;
}
.topic_area #topic_path:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0.1px;
  line-height: 0;
  font-size: 0.1em;
  clear: both;
}
.topic_area #topic_path li {
  float: left;
  font-size: 1.2rem;
  padding-right: 10px;
  position: relative;
  text-align: left;
}
.topic_area #topic_path li a {
  color: #138f84;
  display: inline-block;
  padding-right: 10px;
  text-decoration: underline;
}
.topic_area #topic_path~a {
  float: right;
}
/*
  article
----------------------------------*/
#contents article.article_main {
  width: 980px;
  float: none;
}
/*
  .news_area
----------------------------------*/
#contents .news_area {
  width: 730px;
  float: left;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
#contents .news_area .area {
  padding: 24px 24px 20px 24px;
}
#contents .news_area .tab_list {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
#contents .news_area .tab_list li {
  font-size: 1.4rem;
  color: #555555;
  background: #e5e5e5;
  margin-right: 16px;
  text-align: center;
  float: left;
  padding: 4px 17px 3px 18px;
  cursor: pointer;
}
#contents .news_area .tab_list li.current {
  background: #026947;
  color: #ffffff;
  cursor: default;
}
#contents .news_area .tab_inner {
  display: none;
}
#contents .news_area .tab_inner.current {
  display: block;
}
#contents .news_area .news_list {
  margin-bottom: 13px;
}
#contents .news_area .news_list li {
  padding: 15px 10px 11px 10px;
  border-bottom: 1px dashed #acacac;
}
#contents .news_area .news_list dt {
  margin-bottom: 6px;
}
#contents .news_area .news_list li:last-child {
  border-bottom: 1px dashed #acacac;
}
#contents .news_list dt {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
}
#contents .news_list dt .date {
  font-weight: bold;
  float: left;
}
#contents .news_list dt .sub {
  background: #026947;
  color: #ffffff;
  padding: 2px 8px;
  font-size: 1.0rem;
  margin-left: 15px;
  float: left;
}
#contents span.sub {
  width: 96px;
  text-align: center;
  border-radius: 5px;
  }
  #contents span.sub.dsp_c006 {
    background: #aaeba1;
  }
  #contents span.sub.dsp_c001 {
    background: #c7f2ff;
  }
  #contents span.sub.dsp_c002 {
    background: #f8c8c2;
  }
  #contents span.sub.dsp_c003 {
    background: #dde8ff;
  }
  #contents span.sub.dsp_c005 {
    background: #e3d9ff;
  }
  #contents span.sub.dsp_c004 {
    background: #a9f2d9;
  }
  #contents span.sub.dsp_c007 {
    background: #ffe9cc;
  }
  #contents span.sub.dsp_c008 {
    background: #d5d5d5;
  }
.font_large #contents span.sub {
  width: 78px;
}
#contents .news_list dt .sub a {
  color: #000000;
  font-weight: bold;
}
#contents .news_list dt .link_pdf {
  float: right;
}
#contents .news_area .news_detail {
  background: url(..//assets/img/share/ico-gray.png) 10px 3px no-repeat;
  padding-left: 27px;
  font-size: 1.2rem;
}
/*
   ニュース系⼀覧
----------------------------------------*/
#contents .news_info_area .news_list li {
  padding: 26px 10px 25px 10px;
  border-bottom: 1px dashed #acacac;
}
#contents .news_info_area .news_list li:last-child {
  border-bottom: none;
}
/*
  .contents_list
----------------------------------------*/
#contents .article_inner {
  padding: 0 40px;
}
.contents_list li {
  line-height: 1.2;
  padding: 11px 0 11px 34px;
}
.contents_list li a {
  font-size: 1.2rem;
  color: #138f84;
}
.contents_list .first {
  background: url(/img/share/ico-nav_01.png) no-repeat left 8px;
}
.contents_list .second {
  background: url(/img/share/ico-nav_02.png) no-repeat left 8px;
}
.contents_list .third {
  background: url(/img/share/ico-nav_03.png) no-repeat left 8px;
}
.contents_list .fourth {
  background: url(/img/share/ico-nav_06.png) no-repeat left 8px;
}
.contents_list .fifth {
  background: url(/img/share/ico-nav_05.png) no-repeat left 8px;
}
/*
   見出し
----------------------------------------*/
#contents .title_style1 {
  font-size: 2.8rem;
  font-weight: normal;
  color: #026947;
  padding: 6px 0 0 40px;
  background: url(/img/share/bg-title_style1.gif) no-repeat 0 0;
}
#contents .title_style2 {
  font-size: 2.0rem;
  color: #026947;
  padding: 0 0 6px 0;
  border-bottom: 4px solid #026947;
}
#contents .title_style2.js-accordion {
  position: relative;
  cursor: pointer;
}
#contents .title_style2.js-accordion:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  right: 0;
  background: url(/img/share/bg-slidedown.gif) no-repeat;
}
#contents .title_style2.js-accordion_on:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  right: 0;
  background: url(/img/share/bg-slideup.gif) no-repeat;
}
#contents .title_style3 {
  font-size: 1.6rem;
  color: #555555;
  padding: 12px 10px 9px 20px;
  background: #f4f4f4;
  line-height: 1.5;
}
#contents .title_style4 {
  font-size: 1.4rem;
  color: #555555;
  padding: 0 10px 8px 10px;
  border-bottom: 2px solid #e5e5e5;
}
#contents .title_style5 {
  font-size: 1.4rem;
  color: #555555;
  padding: 0 10px 0 20px;
  position: relative;
}
#contents .title_style5:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #026947;
  top: 4px;
  left: 0;
}
#contents .title_style6 {
  color: #555555;
  font-size: 1.6rem;
}
/*
   .text_area
----------------------------------------*/
#contents .text_area {
  font-size: 1.4rem;
  line-height: 2;
}
#contents .text_area a {
  color: #138f84;
  text-decoration: underline;
}
#contents .text_area a.external {
  background: url(/img/share/bg-external.png) no-repeat right center;
  padding-right: 13px;
  display: inline;
  margin-right: 3px;
}
#contents .text_area a:hover {
  text-decoration: none;
}
#contents .text_area a.external_02 {
  background: url(/img/share/bg-external.png) no-repeat right center;
  padding-right: 13px;
  display: inline;
  margin-right: 3px;
  color: #555555;
  text-decoration: none;
}
#contents .text_area a.external_02 span {
  display: inline;
  background: url(/img/share/ico-gray.png) no-repeat left center;
  padding-left: 20px;
}
#contents .text_area a.external_02:hover {
  text-decoration: underline;
}
#contents .table_style table thead th, #contents .table_style table tbody td {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-weight: bold;
}
#contents .table_style table thead th {
  background-color: #72b4ae;
  width: 33.33%;
  text-align: center;
  color: #fff;
  padding: 10px;
}
#contents .table_style table tbody td {
  vertical-align: top;
  padding: 10px;
  word-break: break-all;
}
#contents .table_style table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
#contents .table_style table.even-no-bg tbody tr:nth-child(even) {
  background: #fff !important;
}
#contents .table_style .note {
  font-size: 1.2rem;
  margin-top: 13px;
  line-height: 1.3;
}
/*----------------------------------------
    区切り線
----------------------------------------*/
.border_list li {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}
.border_list li p {
  margin-bottom: 20px;
}
/*
    ボックス .box_list
----------------------------------------*/
.box_list li {
  float: left;
  width: 48.5%;
  margin: 0 3% 20px 0;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.box_list li:nth-child(2n) {
  margin-right: 0;
}
.box_list li dl dt {
  margin-bottom: 20px;
  color: #026947;
  font-size: 1.6rem;
}
.box_list li dl dt a {
  display: block;
  background: url(/img/share/ico-blue_black.png) no-repeat right 7px;
  color: #138f84;
  font-size: 1.6rem;
  padding-right: 15px;
}
.box_list li a {
  font-size: 1.4rem;
  color: #555555;
}
.box_list li dl dd {
  float: none;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  padding-left: 15px;
  background: url(/img/share/ico-gray.png) no-repeat left 5px;
}
/*
    ボックス .section_box
----------------------------------------*/
.section_box {
  border: 1px solid #e5e5e5;
  padding: 25px;
  box-sizing: border-box;
}
.section_box p.special_link {
  padding-left: 15px;
  background: url(/img/share/ico-gray.png) no-repeat left 1px;
  line-height: 1;
}
.section_box02 {
  border: 1px solid #e5e5e5;
  padding: 25px 20px 15px 25px;
  box-sizing: border-box;
}
.section_box02 ul {
  overflow: hidden;
}
.section_box02 ul li {
  float: left;
  margin: 0 0.8% 10px 0;
  width: 16%;
  padding-left: 18px;
  background: url(/img/share/ico-gray.png) no-repeat left 4px;
}
.section_box02 ul li:nth-child(6n) {
  margin: 0 0 10px 0;
}
/*
    ボックス .box_list_4
----------------------------------------*/
.box_list_4 > li {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  border: 1px solid #e5e5e5;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.box_list_4 > li:nth-child(4n) {
  margin-right: 0;
}
.box_list_4 > li dl dt {
  margin-bottom: 20px;
}
.box_list_4 > li dl dt a {
  display: block;
  background: url(/img/share/ico-blue_black.png) no-repeat right 7px;
  color: #138f84;
  font-size: 1.6rem;
  padding: 0 15px 0 30px;
  position: relative;
}
.box_list_4 > li dl dt a:after {
  content: "";
  width: 21px;
  height: 21px;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.box_list_4 > li a {
  font-size: 1.4rem;
  color: #555555;
}
.box_list_4 > li dl dd {
  float: none;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  padding-left: 15px;
  background: url(/img/share/ico-gray.png) no-repeat left 5px;
}
.box_list_4 > li dl dd:nth-of-type(1) {
  margin-top: 0;
}
.box_list_4 > li.other_area ul li {
  margin: 0 0 12px;
  padding-left: 15px;
  background: url(/img/share/ico-gray.png) no-repeat left 5px;
}
.box_list_4 > li.ranking_area {
  padding: 18px 15px 20px 15px;
  border: 3px solid #026947;
}
.box_list_4 > li.ranking_area .ranking_title {
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  letter-spacing: -1px;
  color: #026947;
  background: url(/ir/img/index/ico-title_07.png) 0 3px no-repeat;
}
.box_list_4 > li.ranking_area ol {
  margin-left: 20px;
}
.box_list_4 > li.ranking_area ol li {
  padding-left: 15px;
  margin-top: 12px;
  word-break: break-all;
  background: url(/img/share/ico-gray.png) no-repeat left 5px;
  list-style-type: decimal;
}
.box_list_4 > li.ranking_area ol li:first-child {
  margin-top: 0;
}
/*
    関連コンテンツ .info_links
----------------------------------------*/
.info_links {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-top: 40px;
}
.info_links .info_links_ttl {
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 10px;
}
.info_links > ul > li {
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}
.info_links > ul > li > a {
  color: #138f84;
  font-size: 1.4rem;
  padding: 11px 0 11px 30px;
  display: block;
}
.info_links > ul > li > ul {
  margin-left: 30px;
}
.info_links > ul > li > ul li {
  margin-bottom: 5px;
  background: url(/img/share/ico-gray.png) no-repeat left 5px;
  padding-left: 20px;
}
/*.info_links > ul > li:nth-child(1) > a {
  background: url(/img/share/ico-nav_01.png) no-repeat left 8px;
  background-size: 24px auto;
}*/
.info_links > ul > li:nth-child(1) > a {
  background: url(/img/share/ico-nav_02.png) no-repeat left 8px;
  background-size: 24px auto;
}
.info_links > ul > li:nth-child(2) > a {
  background: url(/img/share/ico-nav_03.png) no-repeat left 8px;
  background-size: 24px auto;
}
.info_links > ul > li:nth-child(3) > a {
  background: url(/img/share/ico-nav_06.png) no-repeat left 8px;
  background-size: 24px auto;
}
.info_links > ul > li:nth-child(4) > a {
  background: url(/img/share/ico-nav_05.png) no-repeat left 8px;
  background-size: 24px auto;
}
.box_list_4 > li.other_area {
  border: none;
  background: none;
}
/*----------------------------------------
    list01
----------------------------------------*/
.item_list01 li {
  position: relative;
  padding-left: 16px;
  line-height: 2.3;
}
.item_list01 li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #026947;
  border-radius: 8px;
  left: 0;
  top: 12px;
}
.item_list01 li.dot_position:before {
  top: 9px;
}
/*----------------------------------------
    list02
----------------------------------------*/
.item_list02 dt {
  margin-bottom: 7px;
  line-height: 2;
  text-indent: -28px;
  margin-left: 28px;
  font-size: 1.4rem;
  font-weight: bold;
}
.item_list02 dt span {
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #fff;
  background: #026947;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  margin-right: 10px;
  text-indent: 0;
  font-size: 1.3rem;
}
/*----------------------------------------
    list03
----------------------------------------*/
.item_list03 li {
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.item_list03 li:nth-child(1) {
  background: url(/img/share/ico-num01.png) no-repeat left 4px;
}
.item_list03 li:nth-child(2) {
  background: url(/img/share/ico-num02.png) no-repeat left 4px;
}
.item_list03 li:nth-child(3) {
  background: url(/img/share/ico-num03.png) no-repeat left 4px;
}
.item_list03 li:nth-child(4) {
  background: url(/img/share/ico-num04.png) no-repeat left 4px;
}
.item_list03 li:nth-child(5) {
  background: url(/img/share/ico-num05.png) no-repeat left 4px;
}
.item_list03 li:nth-child(6) {
  background: url(/img/share/ico-num06.png) no-repeat left 4px;
}
.item_list03 li:nth-child(7) {
  background: url(/img/share/ico-num07.png) no-repeat left 4px;
}
.item_list03 li:nth-child(8) {
  background: url(/img/share/ico-num08.png) no-repeat left 4px;
}
.item_list03 li a {
  color: #138f84;
  text-decoration: underline;
  font-size: 1.4rem;
}
.item_list03 li a:hover {
  text-decoration: none;
}
/*----------------------------------------
    pdf
----------------------------------------*/
.link_pdf li {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.link_pdf li p {
  margin-left: -15px;
  text-indent: 0;
  word-break: break-word;
}
.link_pdf a {
  background: url(/img/share/ico-pdf.jpg) 0 center no-repeat;
  padding-left: 20px;
}
/*----------------------------------------
    doc
----------------------------------------*/
.link_doc li {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.link_doc li p {
  margin-left: -15px;
  text-indent: 0;
}
.link_doc a {
  background: url(/img/share/ico-doc.png) 0 center no-repeat;
  padding-left: 20px;
}
/*bg_right*/
#contents a.bg_right {
  background: url(/img/share/bg-img01.png) right center no-repeat;
  padding-right: 20px;
}
/*----------------------------------------
    video
----------------------------------------*/
.link_video a {
  background: url(/img/share/ico-video.jpg) 0 center no-repeat;
  padding-left: 20px;
}
/*----------------------------------------
    voice
----------------------------------------*/
.link_voice a {
  background: url(/img/share/ico-voice.jpg) 0 center no-repeat;
  padding-left: 20px;
}
/*----------------------------------------
    .table_style00
----------------------------------------*/
.table_style00 {
  width: 100%;
  line-height: 2;
  word-break: break-all;
}
.table_style00 th, .table_style00 td {
  vertical-align: top;
  padding: 12px 0;
}
.table_style00 tr:last-child th, .table_style00 tr:last-child td {
  background: none;
}
.table_style00 th {
  width: 110px;
  padding-left: 10px;
  font-size: 1.5rem;
}
.table_style00 td ul li {
  position: relative;
  padding-left: 17px;
}
.table_style00 td ul li:before {
  border-radius: 8px;
  content: "";
  height: 8px;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}
.table_style00 td ul li img {
  margin: 10px 0;
}
/*----------------------------------------
    .table_style01
----------------------------------------*/
.table_style01 {
  width: 100%;
  line-height: 2;
  word-break: break-all;
}
.table_style01 th, .table_style01 td {
  vertical-align: top;
  padding: 12px 0;
  background: url(/img/share/bg-dot.png) repeat-x center bottom;
}
.table_style01 tr:last-child th, .table_style01 tr:last-child td {
  background: none;
}
.table_style01 th {
  width: 110px;
  padding-left: 10px;
  font-size: 1.5rem;
}
.table_style01 td ul li {
  position: relative;
  padding-left: 17px;
}
.table_style01 td ul li:before {
  background: #026947;
  border-radius: 8px;
  content: "";
  height: 8px;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}
.table_style01 td ul li img {
  margin: 10px 0;
}
/*----------------------------------------
    .table_style02
----------------------------------------*/
.table_style02 {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.table_style02 th, .table_style02 td {
  border: 1px solid #e5e5e5;
  word-break: break-all;
}
.table_style02 thead th {
  background: #72b4ae;
  color: #fff;
  text-align: center;
  padding: 13px;
  width: 50%;
}
.table_style02 tbody td {
  background: #fff;
  padding: 13px;
}
.table_style02 tbody .special td {
  background: #f6f6f6;
}

/*----------------------------------------
    .table_style03
----------------------------------------*/
.table_style03 {
  width: 100%;
  font-weight: bold;
}
.table_style03 th, .table_style03 td {
  border: 1px solid #e5e5e5;
  word-break: break-all;
}
.table_style03 tbody td.left {
  text-align: left;
}
.table_style03 thead th {
  width: 23%;
  text-align: center;
  padding: 13px;
  background: #72b4ae;
  color: #fff;
}
.table_style03 thead th:first-child {
  width: 31%;
}
.table_style03 tbody th {
  background: #e7f4f2;
  text-align: left;
  padding: 13px;
}
.table_style03 tbody td {
  text-align: right;
  background: #fff;
  padding: 13px;
}
.table_style03 tbody .special {
  background: #f6f6f6;
}
.small_text {
  font-size: 1.2rem;
}
/*----------------------------------------
    .table_style04
----------------------------------------*/
.table_style04 th, .table_style04 td {
  font-weight: normal;
  vertical-align: top;
  padding: 3px 0;
}
.table_style04 td ul li {
  padding: 3px 0;
  text-indent: -20px;
  margin-left: 20px;
}

/*----------------------------------------
    .table_style05
----------------------------------------*/
.table_style05 {
  width: 100%;
  font-weight: normal;
}
.table_style05 th, .table_style05 td {
  border: 1px solid #e5e5e5;
  word-break: break-all;
}
.table_style05 thead th {
  text-align: left;
  padding: 13px;
  background: #72b4ae;
  color: #fff;
}
.table_style05 tbody th {
  background: #e7f4f2;
  text-align: left;
  vertical-align: top;
  padding: 13px;
}
.table_style05 tbody td {
  text-align: left;
  vertical-align: top;
  background: #fff;
  padding: 13px;
}

/*----------------------------------------
    .table_style06
----------------------------------------*/
.table_style06 {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;


}
.table_style06 th, .table_style06 td {
  text-align: left;
  word-break: break-all;
}
.table_style06 thead th {
  background: #72b4ae;
  color: #fff;
  text-align: left;
  padding: 13px;
  width: 50%;
}
.table_style06 tbody td {
  background: #fff;
  padding: 13px;
  /* こちらがいいかも⇒padding-left: 10px; */
  text-align: left;
}
.table_style06 tbody .special td {
  background: #f6f6f6;
  text-align: left;
}


/*----------------------------------------
    font_color
----------------------------------------*/
.text_area .green {
  color: #026947;
}
/*----------------------------------------
    footer
----------------------------------------*/
/*
  inner
----------------------------------------*/
footer .inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
footer .page_top {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -50px;
  right: 0;
}

/*
  .sitemap
----------------------------------------*/
footer .sitemap {
  padding: 60px 0 55px 0;
  background: #e5e5e5;
}
footer .sitemap a {
  color: #0e948a;
}
footer .sitemap .nav_photo {
  height: 60px;
  vertical-align: middle;
}
footer .sitemap .txt_title {
  margin-top: 20px;
}
footer .sitemap_link {
  width: 980px;
  display: inline-block;
}
footer .sitemap_link li {
  float: left;
  width: 20%;
  padding: 10px 0;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
  text-align: center;
}
footer .sitemap_link li:first-child {
  border-left: 0;
}
footer .sitemap_sublink {
  display: inline-block;
  margin-top: 50px;
}
footer .sitemap_sublink li {
  float: left;
  padding: 0 25px;
  border-left: 1px solid #ffffff;
  line-height: 1;
}
footer .sitemap_sublink li:first-child {
  border-left: 0;
}
/*  .footer_nav
----------------------------------------*/
footer .footer_nav {
  padding: 38px 0 20px 0;
  font-size: 1.2rem;
  border-top: 1px solid #e5e5e5;
}
footer .footer_nav ul {
  display: inline-block;
}
footer .footer_nav li {
  float: left;
  padding: 0 15px;
  line-height: 1.0;
  border-left: 1px solid #eeeeee;
}
footer .footer_nav li:first-child {
  border-left: none;
}
/*  copyright
----------------------------------------*/
footer .copyright {
  margin-top: 10px;
}
footer .copyright small {
  font-size: 1.1rem;
}
/*  print
----------------------------------------*/
@media print {
  @page {
    size: A4;
    margin: 0;
  }
  header .inner {
    width: 100%;
  }
  #contents .text_area {
    line-height: 1.5;
  }
  .mb30 {
    margin-bottom: 15px;
  }
}

header .inner .search_area .search_input #icon_zoom{
  background: url(/img/share/ico-zoom.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
}

dl.important dt .date {
  margin-left: 9px;
}

dl.important dd {
  position: relative;
  text-indent: 29px;
}

dl.important dd:before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/img/share/ico-important.png) no-repeat center;
  top: 1px;
  left: 0px;
}


/* ir_news
----------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.vertical-top th, .vertical-top td {
  vertical-align: top !important;
}
.vertical-middle th, .vertical-middle td {
  vertical-align: middle !important;
}
.vertical-bottom th, .vertical-bottom td {
  vertical-align: bottom !important;
}
.width-5 {
  width: 5% !important;
}
.width-10 {
  width: 10% !important;
}
.width-15 {
  width: 15% !important;
}
.width-20 {
  width: 20% !important;
}
.width-25 {
  width: 25% !important;
}
.width-30 {
  width: 30% !important;
}
.width-35 {
  width: 35% !important;
}
.width-40 {
  width: 40% !important;
}
.width-50 {
  width: 50% !important;
}
#contents .indent_inner table.style_c1 th {
	border-bottom: 1px solid #CCC;
	color: #333;
  padding: 7px;
  vertical-align: middle;
}
#contents .indent_inner table.style_c1 td {
  vertical-align: middle;
	text-align: right;
}
#contents .indent_inner table.style_c1 td.text {
	text-align: left;
}
#contents .indent_inner table.style_c1 td:first-child {
	text-align: left;
}

/*---------------------------------------
    画像CSS（20210323）
----------------------------------------*/

div[class^=inline-image-] {
  display: inline-block;
}
div[class^=inline-image-] img {
  width: 100%;
  padding-right: 10px;
}
div.inline-image-3 {
  width: calc(100%/3 - 2px);
}
div.inline-image-2 {
  width: calc(100%/2 - 2px);
}
div.inline-image-2top {
  width: calc(100%/2 - 2px);
  display: inline-block;
  vertical-align: top;
}
table.border-none, table.border-none th, table.border-none td {
  border: none !important;
}

.mg-left-5 {
    margin-left: 5px !important;
}

.mg-left-10 {
    margin-left: 10px !important;
}

.mg-left-15 {
    margin-left: 15px !important;
}

.mg-left-20 {
    margin-left: 20px !important;
}

.mg-left-25 {
    margin-left: 25px !important;
}

.mg-left-30 {
    margin-left: 30px !important;
}

.mg-left-35 {
    margin-left: 35px !important;
}

.mg-left-40 {
    margin-left: 40px !important;
}

.mg-left-45 {
    margin-left: 45px !important;
}

.mg-left-50 {
    margin-left: 50px !important;
}

.mg-left-55 {
    margin-left: 55px !important;
}

.mg-left-60 {
    margin-left: 60px !important;
}

.mg-left-65 {
    margin-left: 65px !important;
}

.mg-left-70 {
    margin-left: 70px !important;
}

.mg-left-75 {
    margin-left: 75px !important;
}

.mg-left-80 {
    margin-left: 80px !important;
}

table.justify-first-col td:first-child {
    text-align-last: justify;
}

/*---------------------------------------
    NOWRAPCSS（20210528）
----------------------------------------*/
.nowrap {
  white-space: nowrap;
}


/*---------------------------------------
    IMG-FIT-HEIGHT-CSS（20210603）
----------------------------------------*/
div#news-2021-sumitomo-logos.fit-height .inline-image-2 {
height: 39px;
width: auto;
}
div#news-2021-sumitomo-logos.fit-height .inline-image-2 img {
height: 100%;
width: auto;
}


/*---------------------------------------
    TABLE HEIGHT SETTING
----------------------------------------*/
table.no-padding th,
table.no-padding td {
  padding: 0 !important;
}

table.height-0 th,
table.height-0 td,
th.height-0,
td.height-0 {
  height: 0 !important;
}

table.height-5 th,
table.height-5 td,
th.height-5,
td.height-5 {
  height: 5px !important;
}

table.height-10 th,
table.height-10 td,
th.height-10,
td.height-10 {
  height: 10px !important;
}

table.height-15 th,
table.height-15 td,
th.height-15,
td.height-15 {
  height: 15px !important;
}

table.height-20 th,
table.height-20 td,
th.height-20,
td.height-20 {
  height: 20px !important;
}

table.height-25 th,
table.height-25 td,
th.height-25,
td.height-25 {
  height: 25px !important;
}

table.height-30 th,
table.height-30 td,
th.height-30,
td.height-30 {
  height: 30px !important;
}

table.height-35 th,
table.height-35 td,
th.height-35,
td.height-35 {
  height: 35px !important;
}

table.height-40 th,
table.height-40 td,
th.height-40,
td.height-40 {
  height: 40px !important;
}

table.height-45 th,
table.height-45 td,
th.height-45,
td.height-45 {
  height: 45px !important;
}

table.height-50 th,
table.height-50 td,
th.height-50,
td.height-50 {
  height: 50px !important;
}

table.height-55 th,
table.height-55 td,
th.height-55,
td.height-55 {
  height: 55px !important;
}

table.table_first_col_left td:first-child {
  text-align: left !important;
}
