.wrapper {
  border-top: #cc0000 5px solid;
  border-bottom: #cc0000 5px solid;
  width: 100%; }

.header {
  background-color: #eeeeee;
  text-align: center;
  padding: 30px 0;
  margin: 0; }

h1 {
  text-align: center;
  line-height: 1.5;
  font-size: 34px;
  font-weight: bold;
  margin: 0 auto 40px; }
  h1 span {
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: normal; }
  h1 em {
    font-size: 28px;
    text-align: center;
    font-style: normal;
    display: block;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 24px;
      line-height: 1.5;
      margin: 0 auto 20px; }
      h1 span {
        font-size: 18px; }
      h1 em {
        font-size: 22px; } }

.contents {
  width: 100%;
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .contents {
      padding: 40px 0; } }

.wap-eee {
  background-color: #eeeeee; }

.contIn {
  max-width: 996px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .contIn {
      width: 94%;
      margin: 0 3%; } }

h2 {
  font-size: 22px;
  border-left: #cc0000 5px solid;
  line-height: 1.3;
  padding: 0 0 3px 10px;
  margin-bottom: 20px;
  border-bottom: #000000 2px dotted; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 18px;
      margin-bottom: 15px; } }

h3 {
  color: #666666;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 17px;
      margin-bottom: 10px; } }

.contList {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .contList {
      display: block;
      margin-bottom: 10px; } }
  .contList > li {
    position: relative;
    width: 47.5%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .contList > li {
        width: 100%;
        margin-bottom: 30px; }
        .contList > li.bdB {
          border-bottom: #aaaaaa 1px dotted;
          margin-bottom: 30px;
          padding-bottom: 30px; } }
    .contList > li.full {
      width: 100%;
      margin-right: 0; }
    .contList > li.cl3_1 {
      width: 30%; }
    .contList > li.cl3_2 {
      width: 65%; }
    .contList > li .img {
      text-align: center; }
      .contList > li .img img {
        width: 100%; }
    .contList > li .img2 {
      text-align: center; }
      .contList > li .img2 img {
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .contList > li .img2 img {
            width: 100%; } }
    .contList > li .txt {
      font-size: 15px; }
      @media screen and (max-width: 768px) {
        .contList > li .txt {
          font-size: 14px; } }
      .contList > li .txt em {
        font-style: normal;
        font-weight: bold;
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .contList > li .txt em {
            font-size: 15px; } }
    .contList > li .note {
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .contList > li .note {
          font-size: 12px; } }
    .contList > li .copy {
      margin-top: 5px;
      font-size: 16px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .contList > li .copy {
          font-size: 15px; } }
    .contList > li a {
      color: #cc0000;
      text-decoration: underline; }
      .contList > li a:hover {
        text-decoration: none; }
  .contList h3 a {
    color: #666666;
    text-decoration: underline; }
    .contList h3 a:hover {
      text-decoration: none; }

.scheArea {
  width: 700px;
  margin: 0 auto 40px; }
  .scheArea h3 {
    color: #135FE7;
    margin-bottom: 15px;
    font-size: 20px; }
  .scheArea li {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: #555555 1px dashed; }
    .scheArea li:first-child {
      border-top: #555555 1px dashed; }
    .scheArea li em {
      display: table-cell;
      width: 8em;
      vertical-align: top; }
    .scheArea li .detail {
      display: table-cell; }

.lectArea {
  margin-bottom: 50px; }
  .lectArea h3 {
    color: #135FE7;
    margin-bottom: 15px;
    font-size: 20px; }
    .lectArea h3 span {
      display: inline-block;
      margin-left: 10px;
      color: #666666;
      font-size: 14px;
      font-weight: normal; }
  .lectArea dl {
    width: 48%;
    float: left;
    margin: 0 2% 40px 0; }
    .lectArea dl:nth-child(2n-1) {
      float: right;
      margin: 0 0 40px 2%; }
  .lectArea dt {
    float: right; }
  .lectArea dd h4 {
    font-size: 18px;
    color: #555555;
    line-height: 1.4;
    margin-bottom: 5px; }
  .lectArea dd li {
    display: table;
    font-size: 15px; }
    .lectArea dd li em {
      display: table-cell;
      width: 4em; }
    .lectArea dd li span {
      display: table-cell; }

.brnArea {
  max-width: 800px;
  margin: 0 auto 50px; }
  .brnArea li {
    float: left;
    margin-bottom: 10px; }
    .brnArea li:first-child {
      margin-right: 40px; }

.footer {
  background-color: #eeeeee;
  padding: 20px 0;
  margin: 0; }
  .footer .rBox {
    float: right;
    margin: 0 0 0 auto; }
    .footer .rBox li {
      float: left;
      margin-left: 10px;
      font-size: 14px; }
  .footer .copy {
    float: left;
    font-size: 14px; }
  @media screen and (max-width: 768px) {
    .footer .rBox {
      float: none;
      text-align: center; }
      .footer .rBox li {
        width: 100%;
        text-align: center;
        font-size: 12px; }
    .footer .copy {
      float: none;
      text-align: center;
      font-size: 12px; } }

.semiDtl p {
  text-align: center; }
.semiDtl ul {
  display: table;
  margin: 0 auto 30px;
  min-width: 550px; }
  .semiDtl ul li {
    display: table;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%; }
    .semiDtl ul li em {
      display: table-cell;
      font-weight: bold;
      width: 5em; }
    .semiDtl ul li span {
      display: table-cell; }
  @media screen and (max-width: 768px) {
    .semiDtl ul {
      min-width: 90%; } }

.lnkList li {
  text-indent: -1em;
  padding-left: 1em; }
  .lnkList li a {
    text-decoration: underline; }
    .lnkList li a:hover {
      text-decoration: none; }

.lnkList2 > li {
  text-indent: -1.5em;
  padding-left: 1.5em; }
  .lnkList2 > li.qQ {
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .lnkList2 > li.qQ {
        margin-bottom: 3px; } }
  .lnkList2 > li.qA {
    margin-bottom: 10px;
    margin-left: 1.5em; }
    @media screen and (max-width: 768px) {
      .lnkList2 > li.qA {
        margin-bottom: 7px; } }
  .lnkList2 > li a {
    text-decoration: underline; }
    .lnkList2 > li a:hover {
      text-decoration: none; }

.qaQ {
  color: #cc0000;
  font-weight: bold; }

.qaA {
  color: #666666;
  font-weight: bold; }

.note {
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .note {
      font-size: 12px; } }

.dlTbl3em > dl {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .dlTbl3em > dl dt {
    width: 4em;
    margin: 0; }
  .dlTbl3em > dl dd {
    margin: 0; }

.TopLinkList {
  max-width: 800px;
  margin: 0 auto 100px; }
  .TopLinkList > li {
    text-indent: -10px;
    padding-left: 19px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #aaaaaa;
    padding-bottom: 10px; }
    .TopLinkList > li .bullet {
      color: #cc0000;
      font-size: 14px;
      margin-right: 5px;
      display: inline-block; }
    .TopLinkList > li a {
      text-decoration: underline; }
      .TopLinkList > li a:hover {
        text-decoration: none; }

.LinkList {
  margin: 50px auto 100px; }
  .LinkList.InArea {
    margin: 0px auto 20px; }
  .LinkList > li {
    text-indent: -10px;
    padding-left: 19px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #aaaaaa;
    padding-bottom: 10px; }
    .LinkList > li .bullet {
      color: #cc0000;
      font-size: 14px;
      margin-right: 5px;
      display: inline-block; }
    .LinkList > li a {
      text-decoration: underline; }
      .LinkList > li a:hover {
        text-decoration: none; }

.InLink {
  margin: 0px auto 20px 20px; }
  .InLink > li {
    text-indent: -10px;
    padding-left: 19px;
    margin-bottom: 10px; }
    .InLink > li .bullet {
      color: #cc0000;
      font-size: 14px;
      margin-right: 5px;
      display: inline-block; }
    .InLink > li a {
      text-decoration: underline;
      color: #333333; }
      .InLink > li a:hover {
        text-decoration: none; }

.footNav {
  background-color: #fdf4f4;
  padding: 30px 0;
  text-align: center; }
  .footNav .contIn {
    text-align: center; }
    .footNav .contIn ul {
      border-left: 1px solid #cccccc;
      display: table;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .footNav .contIn ul {
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .footNav .contIn ul li {
        padding: 0 15px;
        border-right: 1px solid #cccccc;
        display: table-cell; }
        @media screen and (max-width: 768px) {
          .footNav .contIn ul li {
            text-align: center;
            width: 33%;
            padding: 0 5px;
            font-size: 13px;
            margin-bottom: 5px; } }

.boxTtl {
  border: #666666 1px solid;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 5px;
  display: table;
  line-height: 1.5; }

.bullet {
  color: #cc0000;
  margin-right: 5px;
  display: inline-block; }

.facTbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    .facTbl {
      font-size: 14px; } }
  .facTbl em {
    font-style: normal;
    font-weight: bold;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .facTbl em {
        font-size: 15px; } }
  .facTbl .bld {
    font-weight: bold; }
  .facTbl td {
    border: #cccccc 1px solid;
    padding: 3px 10px;
    text-align: left; }
  .facTbl th {
    border: #cccccc 1px solid;
    padding: 3px 10px;
    text-align: left;
    background-color: #feecec; }

a {
  position: relative; }
  a.pdf:after {
    display: inline-block;
    content: "";
    background: url("/common_n/images/icn_pdf.gif") no-repeat center center/100% auto;
    width: 16px;
    height: 16px;
    margin-left: 8px; }

.red_box {
  border: #cc0000 2px solid;
  padding: 5px; }

.inner.border_red {
  border-top: #cc0000 2px dotted;
  padding-top: 20px; }
.inner .contList li .dcTbl {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner .contList li .dcTbl {
      width: 100%; } }
  .inner .contList li .dcTbl .bdT {
    border-top: #cccccc 2px solid; }
  .inner .contList li .dcTbl th {
    padding: 5px 8px;
    border: #cccccc 1px solid;
    font-size: 15px;
    background-color: #eeeeee;
    text-align: center;
    vertical-align: middle;
    font-weight: bold; }
  .inner .contList li .dcTbl td {
    padding: 5px 10px;
    border: #cccccc 1px solid;
    font-size: 13px; }
.inner .contList li .dckTbl.ex {
  width: 80%; }
  @media screen and (max-width: 768px) {
    .inner .contList li .dckTbl.ex {
      font-size: 14px;
      width: 100%; } }
  .inner .contList li .dckTbl.ex tr .sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .inner .contList li .dckTbl.ex tr .sp {
        display: block; } }
  @media screen and (max-width: 768px) {
    .inner .contList li .dckTbl.ex tr th {
      width: 30%; } }
.inner .contList li a {
  color: #3b3b3b; }
  .inner .contList li a:hover {
    color: #cc0000; }

.red_bold {
  color: #cc0000;
  font-weight: 500; }
