@charset "UTF-8";
/* Re-set
---------------------------------------------------------- */
h1, h2, h3, h4 {
  clear: both;
  background-image: none;
  background-color: transparent;
  height: auto;
  padding: 0;
  margin: 0;
  border-style: none;
  color: #000000;
  line-height: 1.7;
}
/* popup
---------------------------------------------------------- */
body#popup, body#popup #p_header, body#popup #b_header, body#popup .pageHeader, body#popup .pageFooter {
  width: 935px;
  margin-left: auto;
  margin-right: auto;
}
body#popup #main {
  padding-right: 0;
  padding-left: 0;
  padding-top: 4em;
}
/* common
---------------------------------------------------------- */
body #contents {
  width: 100% !important;
  font-size: 16px;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
#contents section {
  font-size: 1rem !important;
  line-height: 1.8;
  margin-bottom: 4em;
}
#contents .sec_topicPath section {
  margin-bottom: 1em !important;
}
#contents #main {
  width: 100% !important;
  float: none;
  padding: 0;
  box-sizing: border-box;
}
.box_shadow {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
ul.link_list {
  margin-bottom: 1em;
}
ul.link_list li {
  padding-left: 0.6em;
  margin-bottom: 0.2em;
  background-image: url(../images/arw.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.35em auto;
}
/* common style
---------------------------------------------------------- */
.sj074z_style01 {
  text-decoration: underline;
}
.sj074z_style02 {
  color: #f00;
}
.sj074z_style03 {
  color: #f00;
  text-decoration: underline;
}
.width_70per {
  width: 70% !important;
}
.width_40per {
  width: 40% !important;
}
.width_30per {
  width: 30% !important;
}
.width_25per {
  width: 25% !important;
}
.width_20per {
  width: 20% !important;
}
.width_15per {
  width: 15% !important;
}
.width_10per {
  width: 10% !important;
}
.pdfmark {
  width: 25px;
  vertical-align: middle;
}
.note {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.3;
}
.pc_only, .sp_only {
  text-indent: 0;
}
/* ttl
---------------------------------------------------------- */
.ttl01 {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  border-top: 4px solid #3254b6;
  border-bottom: 2px solid #3254b6;
  padding: 0.9em 1em !important;
  background: #ffffff;
  background-image: none !important;
  background: -moz-linear-gradient(top, #ffffff 49%, #edf0f8 50%, #ffffff 100%) !important;
  background: -webkit-linear-gradient(top, #ffffff 49%, #edf0f8 50%, #ffffff 100%) !important;
  background: linear-gradient(to bottom, #ffffff 49%, #edf0f8 50%, #ffffff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0) !important;
  margin-bottom: 1em;
  color: #000000 !important;
  height: auto !important;
}
.ttl02 {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 0.8em;
  margin-bottom: 1em;
  border-bottom: 5px solid #10228B;
  text-align: center;
  color: #10228B;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  background-color: #F1F3F8;
}
.ttl03 {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1.5em;
  margin-bottom: 1em;
  background-color: #10228B;
  color: #FFFFFF;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
/* page navi
---------------------------------------------------------- */
ul.reliefNav {
  padding: 1.5em 1%;
  margin: 1em 0 0em;
  border-bottom: 4px solid #1c42aa;
  background-color: #F1F3F8;
}
ul.reliefNav li a {
  width: 22.76%;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: 1px solid #1c42aa;
  background: #fff;
  line-height: 1;
  font-size: 1.1rem;
  color: #1c42aa;
  font-weight: 700;
  position: relative;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
ul.reliefNav li a:before {
  content: "";
  background-image: url(../images/arw-down.png);
  width: 14px;
  height: 15px;
  margin-right: 0.2em;
  display: block;
  position: absolute;
  right: 7%;
  padding-top: 0.1em;
  background-repeat: no-repeat;
  background-size: contain;
}
/* table
---------------------------------------------------------- */
section table.tbl-A {
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
section table.tbl-A th {
  background: #e7e9ee;
  font-weight: bold;
  border: solid 1px #ccc;
  text-align: center;
  padding: 0.4em;
}
section table.tbl-A td {
  background-color: #FDFAE6;
  border: solid 1px #ccc;
  padding: 0.4em;
}
section table.tbl-A tr.tbl-ttlB th {
  background-color: #F9F1B3;
}
section table.tbl-A tr.tbl-ttlC td {
  background: #fff;
}
section table.tbl-A td.tbl-ttlC {
  background: #fff !important;
}
section table.tbl-A td.tbl-ttlD {
  background: #f6f6f8 !important;
}
section table .bg-w {
  background: none !important;
}
.plan-r-caution-head {
  font-size: 0.9rem;
}
.plan-r-caution {
  display: flex;
  font-size: 0.9rem;
}
.plan-r-caution div:first-child {
  width: 85%;
}
.plan-r-caution div + div {
  width: 15%;
  text-align: center;
}
.btBlue {
  margin-top: 2em;
  border-top: 5px solid #10228B;
  padding-top: 1em;
}
.bbBlue {
  margin-bottom: 2em;
  border-bottom: 5px solid #10228B;
  padding-bottom: 1em;
}
/* SP
---------------------------------------------------------- */
@media screen and (min-width:1px) and (max-width:767px) {
  .ttl01 {
    font-size: 1rem !important;
    margin-left: -2% !important;
    margin-right: -2% !important;
    margin-top: 5%;
  }
  .ttl02 {
    margin-left: -2%;
    margin-right: -2%;
  }
  ul.reliefNav {
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
  }
  ul.reliefNav li a {
    font-size: 0.9rem;
    width: 47%;
    float: left;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  ul.reliefNav li:nth-child(n+3) a {
    margin-top: 8px;
  }
  ul.reliefNav li:nth-child(2n) a {
    float: right;
  }
  section table.tbl-A {
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.7rem;
    line-height: 1.1;
  }
  section table.tbl-A .bg-w {
    font-size: 0.6rem;
  }
  .pdfmark {
    width: 25px;
    vertical-align: middle;
    margin-bottom: 0.5em;
    margin-top: 0.1em;
  }
  .note {
    font-size: 0.8rem;
  }
  /*
  .plan-r-caution-head,
  .plan-r-caution{
   font-size: 0.8rem;
  }
  .plan-r-caution div+div{
   font-size: 0.6rem;
   padding-top: 20px;
  }
  */
}

/* ----------------------------------------------------------
202508追記
----------------------------------------------------------*/
body#popup {
  width: 100%;
}
section table.tbl-A th, section table.tbl-A td {
  text-align: center;
  vertical-align: middle;
}
section table.tbl-A .adj td {
  border: none;
  background: none;
  height: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
section table.tbl-A td.noBdr {
  border: none;
  text-align: left;
}
#main a[href$=".pdf"] {
  padding-right: 0;
  background: none
}
#main a[href^="http"]:not(.btn):not(.notIcon):not([href$=".pdf"]), #main a[target="_blank"]:not(.btn):not(.notIcon):not([href$=".pdf"]) {
  padding-right: 0;
  background: none;
}
body#popup {
  background: none;
}
.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  body#popup {
    width: 100%;
  }
  body#popup #main {
    padding-top: 3em;
  }
}
/* タブ切り替え
---------------------------------------------------------- */
.content_area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
}
.tab-container {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #ed4f00 ;
}
.tab {
  font-weight: bold;
  text-align: center;
  padding: 20px 30px;
  background-color: #fff6f1;
  cursor: pointer;
  color: #f1a077;
  border: 2px solid #ed4f00 ;
  border-bottom: none;
  font-size: 1.2rem;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.tab + .tab{
  margin-left: 10px;
}
.tab:hover{
  color: #ed4f00;
  transition : .3s;
}
.tab.active {
  background-color: #ed4f00 ;
  color: #fff;
}
.content {
  display: none;
}
.content.show {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab {
    padding: 3%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .tab + .tab {
    margin-left: 4px;
  }
  .tab-container {
    margin-left: -2%;
    margin-right: -2%;
    padding: 0 3%;
  }
}