* {
  font-family: 'Applegothic_SD', 'Malgun Gothic', sans-serif;
  color: #666;
  font-size: 16px; }

html, body {
  margin: 0;
  padding: 0; }

.img-wrap {
  display: block;
  margin: 0 auto;
  max-width: 700px; }

.img-wrap img {
  width: 100%; }

tr{}

table{margin: auto; border-collapse: collapse;}

table.footer{}
table.footer tr{}
table.footer tr td{display: inline-flex;}

tr td{padding: 0;}

tr td a{display: flex;;}

div.img-wrap{
    margin:0 auto;
    max-width:700px;
  }

div.img-wrap img{
    width: 100%;
  }

.contents {
  margin: 0 auto;
  max-width: 700px;
  padding-top: 60px; }

.tit-box {
    text-align: center;
    padding-bottom: 40px; 
}
.tit-box .tit-txt {
    font-size: 24px;
    margin: 1em 0 .2em;
    color: #333;
    font-weight: 700;
    line-height: 1.3; 
}
.tit-box .sub-txt {
    padding-top: 25px;
    text-align: right;
    font-weight: 700; 
}
.tit-box .head-box {
    margin: 0 auto;
    padding: 3px;
    background: #ffa426;
    background: linear-gradient(90deg, #00b9fe 0%, #0b3ebc 100%);
    font-weight: bold;
    font-size: .9em;
    display: inline-block; 
}
.tit-box .head-box .head-box-wrap {
    background-color: #fff; 
}
.tit-box .head-box .head-box-wrap .head-txt {
    padding: 5px 10px;
    color:#0b3ebc;
    background: -webkit-linear-gradient(0deg, #00b9fe, #0b3ebc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.table-box {
  padding-bottom: 20px;
  overflow-x: auto; }
  .table-box .caption-box {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .table-box table.type4 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    .table-box table.type4 th {
      margin: 5px 10px;
      padding: 5px;
      height: 1px; }
      .table-box table.type4 th .th-txt {
        background-color: #a0dbd1;
        color: #000;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 8px 5px;
        box-sizing: border-box;
        border: 1px solid #000; }
    .table-box table.type4 td {
      padding: 5px;
      margin: 5px 10px;
      height: 1px; }
      .table-box table.type4 td .td-txt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 14px;
        padding: 10px 5px;
        box-sizing: border-box;
        flex-direction: column;
        line-height: 20px;
        text-align: center; }
        .table-box table.type4 td .td-txt b {
          color: #000;
          font-size: 14px; }
        .table-box table.type4 td .td-txt.bg-type1 {
          background-color: #c1d6ed;
          border: 1px solid #000; }
        .table-box table.type4 td .td-txt.bg-type2 {
          border: 1px solid #000;
          background-color: #ffffeb; }
  .table-box table.type3 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .table-box table.type3 tr {
      border-top: 1px solid #000; }
    .table-box table.type3 th {
      font-size: 14px;
      color: #fff;
      padding: 10px; }
    .table-box table.type3 td {
      padding: 10px;
      line-height: 22px;
      color: #000; }
      .table-box table.type3 td b {
        color: #000;
        font-size: 14px; }
      .table-box table.type3 td .td-group {
        display: flex;
        width: 100%; }
      .table-box table.type3 td .td-box {
        width: 100%;
        display: flex;
        border: 1px solid #000; }
        .table-box table.type3 td .td-box + .td-box {
          margin-left: 10px; }
        .table-box table.type3 td .td-box .td-left-box {
          display: inline-flex;
          align-items: center;
          width: 10%;
          border-right: 1px solid #000;
          justify-content: center;
          padding: 0 5px; }
        .table-box table.type3 td .td-box .td-right-box {
          display: inline-flex;
          flex-direction: column;
          width: 100%;
          flex: 1;
          background-color: #c1d6ed; }
          .table-box table.type3 td .td-box .td-right-box .td-item-box {
            background-color: #c1d6ed;
            padding: 8px 5px;
            font-size: 12px;
            color: #000; }
            .table-box table.type3 td .td-box .td-right-box .td-item-box.type-tit {
              background-color: #ffffeb;
              font-weight: 700; }
            .table-box table.type3 td .td-box .td-right-box .td-item-box + .td-item-box {
              border-top: 1px solid #000; }
  .table-box table.type2 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid; }
    .table-box table.type2 thead th {
      background-color: #a0dbd1;
      font-size: 14px;
      line-height: 20px;
      padding: 8px 8px;
      color: #000;
      border: 1px solid #000;
      border-bottom: 3px double #000; }
    .table-box table.type2 tbody tr {
      border-bottom: 1px solid #000; }
      .table-box table.type2 tbody tr.type-line1 {
        border-bottom: 3px double #006eb4; }
    .table-box table.type2 tbody td {
      border: 1px solid #000;
      text-align: center;
      color: #000;
      font-size: 12px;
      line-height: 18px;
      padding: 8px 10px;
      word-break: keep-all; }
      .table-box table.type2 tbody td.type-bg1 {
        background-color: #fcf5e7; }
      .table-box table.type2 tbody td.type-bg2 {
        background-color: #e0eed1; }
      .table-box table.type2 tbody td:nth-child(1) {
        font-weight: 700; }
      .table-box table.type2 tbody td.type-left {
        text-align: left; }
  .table-box table.type1 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    .table-box table.type1 tbody th, .table-box table.type1 tbody td {
      padding: 5px 10px;
      color: #000;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
    .table-box table.type1 tbody th {
      text-align: left;
      padding: 0 15px;
      border-right: 0; }
    .table-box table.type1 tbody td.right {
      padding: 5px 15px;
      text-align: right; }
    .table-box table.type1 tbody tr.type-bg {
      background-color: #a0dbd1; }

.txt-box {
  line-height: 1.8;
  word-break: break-all;
  text-align: justify;
  letter-spacing: -1px;
  color: #666;
  font-size: 16px;
  padding-bottom: 20px; }
  .txt-box .highlight-txt {
    background-color: yellow;
    color: #000;
    font-weight: 700; }
  .txt-box b {
    color: #000; }

.txt-box .accent1 {
  color: #1095ac;
  font-weight: 700; }

.img-box {
  padding-bottom: 20px;
  width: 100%; }
  .img-box .img-list {
    display: flex;
    align-items: flex-end; }
    .img-box .img-list .img-item {
      width: 100%; }
      .img-box .img-list .img-item + .img-item {
        margin-left: 10px; }
  .img-box img {
    width: 100%;
    max-width: 100%; }
  .img-box .img-txt {
    font-size: 12px;
    padding-top: 10px; }
    .img-box .img-txt.type-right {
      text-align: right; }
    .img-box .img-txt.type-center {
      text-align: center; }
    .img-box .img-txt.type-bold {
      font-weight: 700;
      color: #000; }
  .img-box .img-sub-txt {
    color: #006eb4;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px; }
    .img-box .img-sub-txt.type-center {
      text-align: center; }

.link-box {
  text-align: right;
  padding-bottom: 40px;
  padding-top: 20px; }
  .link-box .link-txt {
    text-decoration: none;
    color: #000; }
    .link-box .link-txt .accent {
      color: #006eb4;
      font-weight: 700; }
    .link-box .link-txt:hover {
      text-decoration: underline; }
      .link-box .link-txt:hover .accent {
        color: #000; }

.sub-txt-box {
  margin-top: -10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px; }
  .sub-txt-box.type-center {
    text-align: center; }

.sub-tit-box {
  font-size: 20px;
  margin: 2.8em 0 1.4em;
  line-height: 1.4;
  color: #006eb4;
  display: block;
  padding-left: 14px;
  border-left: solid 3px #006eb4;
  font-weight: 700; }

.note-box {
  position: relative;
  padding: 1.5em 1.8em;
  background: #f6f6f6;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-bottom: 40px; }

.note-box .note-tit {
  font-size: 18px;
  margin: 10px 0 10px;
  line-height: 1.2;
  color: #555;
  font-weight: 700;
  display: flex;
  align-items: center; }

.note-box .note-tit .tit-txt {
  color: #006eb4; }

.note-box .note-tit .sub-txt {
  padding-left: 10px;
  font-size: 14px; }

.note-box .note-list {
  padding-left: 0; }

.note-box .note-list li {
  list-style: none;
  line-height: 22px;
  margin: 5px 0; }

.author-box {
  text-align: right;
  font-weight: bold;
  color: #666;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 30px; }

.menu-box {
  padding: 30px 0 50px;
  text-align: center; }

.menu-box .btn {
  display: inline-block;
  padding: .8em 2em;
  font-weight: bold;
  color: #0b3ebc;
  border: solid 2px #0b3ebc;
  border-radius: 3px;
  text-decoration: none;
  webkit-transition: background-color .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  -ms-transition: background .2s ease-out;
  transition: background .2s ease-out;
  text-decoration: none; }

.menu-box .btn:hover {
  color: #fff;
  background: #0b3ebc; }

footer {
  margin: 0 auto;
  max-width: 700px;
  padding-top: 60px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  font-size: 0; }
  footer a {
    text-decoration: none; }




  .indent-box{

	  text-indent: -20px;
	  padding-left: 20px;
  }

  .indent-box + .indent-box{
	  margin-top: 10px;
  }

  .indent-box .sub-txt-box{
	  margin-top: 10px;
	  padding-left: 10px;
      text-indent: -10px;
  }

@media screen and (max-width: 640px) {
  .contents {
    padding: 40px 15px 0; } }

/*# sourceMappingURL=style.css.map */