@charset "UTF-8";

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b2b2b;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}

@media all and (-ms-high-contrast: none) {
  body {
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1164px) {
  body {
    font-size: 13px;
  }
}

header, nav, section, article, main, footer {
  display: block;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
    
}

a.red {
  color: #c11b1b;
  -webkit-tap-highlight-color: rgba(193, 27, 27, 0.3);
}

a.red:hover {
  color: #ffc01f;
}

a.blue {
  color: #0000ff;
  -webkit-tap-highlight-color: #0000ff;
}

a.blue:hover {
  color: #ffc01f;
}

a img {
  border-style: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.disc {
  list-style-type: disc;
  padding-left: 16px;
}

ol {
  padding-left: 16px;
}

ol.parentheses{
  padding:0;
  margin:0;
}
 
ol.parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  /*ここから追加*/
  text-indent:-2em;
  padding-left:2em;
}
ol.parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

ol.parentheses-en{
  padding:0;
  margin:0;
}
 
ol.parentheses-en li{
  list-style-type: none;
  list-style-position:inside;
  counter-increment: cnt;

  /*ここから追加*/
  text-indent:-2em;
  padding-left:2em;
}
ol.parentheses-en li:before{
  display: marker;
  content: "(" counter(cnt, lower-roman) ") ";
}


img {
  display: block;
}

img.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}

img.alignright {
  float: right;
  margin: 0 0 12px 12px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

p {
  margin: 0 0 18px;
}

p:last-of-type {
  margin: 0;
}

input,
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

table.base-r {
  margin:  20px 0;
  border-collapse: collapse;
}

table.base-r th,
table.base-r td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #c11b1b;
  box-sizing: border-box;

}
table.base-r th {
  font-size: 14px;
  color: #c11b1b;
  background:#ffeeee;
}


@media print, screen and (min-width: 768px) {
  table.base-r th,
  table.base-r td {
    display: table-cell;
    width: auto;
    border: 1px solid #c11b1b;
  }
  table.base-r th {
    white-space: nowrap;
  }
}


table.base-b {
  margin:  20px 0;
  border-collapse: collapse;
}

table.base-b th,
table.base-b td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #001eaa;
  box-sizing: border-box;

}
table.base-b th {
  font-size: 14px;
  color: #001eaa;
  background:#eeeeff;
}


@media print, screen and (min-width: 768px) {
  table.base-b th,
  table.base-b td {
    display: table-cell;
    width: auto;
    border: 1px solid #001eaa;
  }
  table.base-b th {
    white-space: nowrap;
  }
}
#page_container {
  width: 100%;
  overflow: hidden;
}

header.title-r {
  border-bottom: 1px solid #c11b1b;
  padding: 12px;
}

@media print, screen and (min-width: 768px) {
  header.title-r {
    padding: 25px;
  }
}

header.title-b {
  border-bottom: 1px solid #001eaa;
  padding: 12px;
}

@media print, screen and (min-width: 768px) {
  header.title-b {
    padding: 25px;
  }
}

header.title-r h1 {
  color: #c11b1b;
  font-size: 21px;
  text-align: center;
}

header.title-b h1 {
  color: #001eaa;
  font-size: 21px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  header.title-r h1 {
  font-size: 32px;
  text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  header.title-b h1 {
  font-size: 32px;
  text-align: center;
  }
}

h2.sub-r {
  display: inline-block;
  font-size: 18px;
  color: #c11b1b;
  padding: 30px 0 15px;
}

@media print, screen and (min-width: 768px) {
  h2.sub-r {
    font-size: 21px;
    padding: 30px 0 15px;
  }
}

h2.sub-b {
  display: inline-block;
  font-size: 18px;
  color: #001eaa;
  padding: 30px 0 15px;
}

@media print, screen and (min-width: 768px) {
  h2.sub-b {
    font-size: 21px;
    padding: 30px 0 15px;
  }
}

main {
  padding-bottom: 32px;
}

@media print, screen and (min-width: 768px) {
  main {
    display: flex;
    flex-direction: row-reverse;
    padding: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  main.single {
    display: block;
  }
}

div.main {
  padding-bottom: 32px;
}

@media print, screen and (min-width: 768px) {
  div.main {
    display: flex;
    flex-direction: row;
    padding: 32px;
  }
}

.contents_body {
  line-height: 28px;
  margin-bottom: 32px;
}

@media print, screen and (min-width: 768px) {
  .image,
  .container {
    width: 50%;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 768px) {
  main.single .container {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .container {
    padding-right: 16px;
  }
  .container:first-child {
    padding: 0 0 0 16px;
  }
}

.container .contents_body {
  padding: 12px 12px 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .container .contents_body {
    padding: 0;
  }
}

.container img {
  width: 100%;
  height: auto;
}

.container .note {
  margin: 32px 12px 0;
  padding: 12px;
  background: #eeeeee;
}

@media print, screen and (min-width: 768px) {
  .container .note {
    margin: 32px 0 0;
    padding: 18px;
  }
}




