body .wr-wyswyg td, 
body .wr-wyswyg p {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px;
  line-height: 1.5 !important;
}
.wr-wyswyg{
  width:860px;
  margin:0 auto 2em;
}
.wr-wyswyg h1{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC;
  color: #014099;
  padding-bottom: 30px;
}
.wr-wyswyg h3,
.wr-wyswyg h4,
.wr-wyswyg h5{
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px;
  padding-top: 15px;
  color: #014099;
}
.wr-wyswyg h3:before,
.wr-wyswyg h4:before,
.wr-wyswyg h5:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  content: '';
  background: #014099;
}
.wr-wyswyg h2 {
  font-size: 30px !important;
  font-weight: normal;
  line-height: 1.4;
  font-feature-settings: "palt";
  position: relative;
  margin: 0 0 20px 0 !important;
  color: #014099;
}
.wr-wyswyg h2:before {
  position: absolute;
  top: 22px;
  left: -60px;
  display: block;
  width: 40px;
  height: 2px;
  content: '';
  background: #014099;
  line-height: 1.5 !important;
}
.wr-wyswyg div{
  font-size: 14px;
  font-weight: normal;
}
.wr-wyswyg .segRight{
  text-align: right;
  margin: 1em 0 2em;
}
.wr-wyswyg a{
  text-decoration: underline;
  color: blue;
}
.wr-wyswyg table{
/*  width: 100%;
  border: solid 1px #CCC;*/
  margin: 2em auto;
}
.wr-wyswyg th{
  padding: 1em;
  background: #EEE;
/*  border-right: solid 1px #CCC;*/
/*  border-bottom: solid 1px #CCC;*/
}
.wr-wyswyg td{
  padding: 2px;
  background: #FFF;
  word-break: break-all;
/*  border-right: solid 1px #CCC;*/
/*  border-bottom: solid 1px #CCC;*/
}
.wr-wyswyg td img{
  width: 100%;
  height: auto;
}
.wr-wyswyg .toCatTop{
  padding: 1em;
  border: 1px solid #CCC;
  width: fit-content;
  margin: 2em auto 5em;
}
.wr-wyswyg .toCatTop a{
  text-decoration: none;
}

.subHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.subHeader .nuCat{
  padding: 0.5em 1em;
  border: 1px solid #CCC;
  border-radius: 10px;
  width: 10.5em;
  text-align:center;
}
.subHeader .subRight{
  display: flex;
}
.subHeader .subRight .DL-pdf{
  padding: 0.5em 1em;
  background: #333;
  color: #FFF;
  border-radius: 10px;
  width: 8em;
  text-align: center;
}
.subHeader .subRight .snsShare{
  display: flex;
}
.subHeader .subRight .snsShare li.sns_x{
  margin-left: 10px;
}
.subHeader .subRight .snsShare .sns_fb img,
.subHeader .subRight .snsShare .sns_x img{
  width: 36px;
  height: 36px;
}
.column1_table_100per td {
  width: 100%;
}
.column1_table_100per td img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.column1_table_80per td {
  width: 80%;
  text-align: center;
}
.column1_table_80per td img {
  max-width: 80%;
  width: auto;
  height: auto;
}
.column2_table td {
  width: 50%;
}
.column2_table td img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.column3_table td {
  width: 33.3%;
}
.column3_table td img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table[border="0"]{
  border-collapse: collapse;
  border: none;
}
table[border="1"]{
  border-collapse: collapse;
  border: 1px #dddddd solid;
}
table[border="2"]{
  border-collapse: collapse;
  border: 2px #dddddd solid;
}
table[border="3"]{
  border-collapse: collapse;
  border: 3px #dddddd solid;
}
.list-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
v\:shape {
  display: none !important;
}
.header-lang {
  display:none;
}

@media (max-width: 768px){
  .wr-wyswyg {
    width:100%;
    padding: 0 10px;
  }
  .wr-wyswyg H1{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .wr-wyswyg H2{
    font-size: 18px;
    margin-bottom: 2em;
  }
  .list-footer-item {
    margin-bottom: 20px !important;
  }
  .wr-wyswyg table{
    width: 100%;
  }
  .column2_table td {
    width: 100%;
    display: inline-block;
  }
  .column3_table td {
    width: 100%;
    display: inline-block;
  }
  .wr-wyswyg h2 {
    font-size: 21px !important;
    margin-left: 0;
    padding-top: 15px;
   padding-left: 0;
  }
  .wr-wyswyg h2:before {
    top: 0;
    left: -20px;
    width: 20px;
    height: 2px;
  }
  .wr-wyswyg h3,
  .wr-wyswyg h4,
  .wr-wyswyg h5{
    font-size: 19px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .wr-wyswyg h3:before,
  .wr-wyswyg h4:before,
  .wr-wyswyg h5:before {
    width: 15px;
    height: 2px;
  }
  .list-footer {
    row-gap: 0;
  }
}

@media print{
  * {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;     /*Firefox*/
  }
  .list-footer {
    flex-direction: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
  }
  .list-footer-item {
    width: 48%;
  }
  .list-footer-link span {
    font-size: 12px;
  }
}