@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, :after, :before {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
/*------------------------------------------
  color / fonts
------------------------------------------*/
/*------------------------------------------
  cmn
------------------------------------------*/
.hoverBtn {
  transition: 0.3s;
}

.sp {
  display: none;
}

.coutionBox {
  color: #3e3a39;
  font-size: 18px;
}
.coutionBox li {
  padding-left: 1em;
  position: relative;
}
.coutionBox li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.redBtn {
  width: 100%;
  max-width: 925px;
  height: 60px;
  padding: 3px;
  display: flex;
  background: linear-gradient(to right, #997c3d 0%, #a37923 12%, #f9eeb8 35%, #f0dc6e 50%, #a37923 68%, #f5eab5 82%, #725b2b 100%);
  border-radius: 25px;
  transition: 0.3s;
}
.redBtn > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b22425;
  font-size: 23px;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  border-radius: 22px;
  transition: 0.3s;
}
.redBtn:hover > span {
  background: #c13e45;
}
@media screen and (max-width: 768px) {
  .redBtn {
    height: 40px;
    border-radius: 12px;
  }
  .redBtn > span {
    font-size: 15px;
    border-radius: 10px;
  }
}

.sTtl {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 23px;
}
.sTtl strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sTtl {
    font-size: 16px;
    font-weight: 700;
  }
}

/*------------------------------------------
  body
------------------------------------------*/
#wrapper article {
  padding: 0 0 50px 0;
  background: url("../img/bg_top.png") no-repeat center top 0/2300px, url("../img/bg_bottom.png") no-repeat center bottom 0/2183px, url("../img/bg_middle.svg") no-repeat center top 1100px, url("../img/bg_01.jpg") repeat center center/236px;
}
@media screen and (max-width: 768px) {
  #wrapper article {
    padding: 0 0 0 0;
    background: url("../img/bg_top_sp.png") no-repeat center top 0/637.5px, url("../img/bg_01.jpg") repeat center center/236px;
  }
}
#wrapper article > .topBox {
  max-width: 950px;
  margin: 0 auto 80px auto;
  padding: 125px 20px 0 20px;
}
#wrapper article > .topBox .box_01 {
  margin: 0 0 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#wrapper article > .topBox .box_01 .icon {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}
#wrapper article > .topBox h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrapper article > .topBox {
    max-width: 320px;
    margin: 0 auto 25px auto;
    padding: 35px 20px 0 20px;
  }
  #wrapper article > .topBox .pc {
    display: none;
  }
  #wrapper article > .topBox .sp {
    display: inline-block;
  }
  #wrapper article > .topBox .box_01 {
    margin: 0 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #wrapper article > .topBox .box_01 .icon {
    width: 65px;
  }
  #wrapper article > .topBox .box_01 .logo {
    width: 110px;
  }
}
#wrapper article .borderFrame {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
  border: 4px solid #997600;
  -o-border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
     border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
  border-image-slice: 1;
}
#wrapper article .borderFrame:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #wrapper article .borderFrame {
    border: none;
    border-top: 4px solid #997600;
    border-bottom: 4px solid #997600;
    -o-border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
       border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
    border-image-slice: 1;
  }
  #wrapper article .borderFrame:not(:last-child) {
    margin-bottom: 0;
    border-bottom: none;
  }
}
#wrapper article .borderFrame.con_01 {
  padding: 35px 20px;
}
#wrapper article .borderFrame.con_01 > .inner {
  max-width: 925px;
  margin: 0 auto;
}
#wrapper article .borderFrame.con_01 > .inner .dateBox {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #b22425;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
#wrapper article .borderFrame.con_01 > .inner .dateBox .date strong {
  font-size: 46px;
}
#wrapper article .borderFrame.con_01 > .inner .dateBox .date strong.sTxt {
  font-size: 40px;
}
#wrapper article .borderFrame.con_01 > .inner .dateBox .date strong:not(.sTxt) {
  margin: 0 10px;
}
#wrapper article .borderFrame.con_01 > .inner .dateBox .date strong:not(.sTxt):first-child {
  margin-left: 0;
}
#wrapper article .borderFrame.con_01 > .inner .dateDetail {
  margin-bottom: 35px;
}
#wrapper article .borderFrame.con_01 > .inner .dateDetail dl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#wrapper article .borderFrame.con_01 > .inner .dateDetail dl dt {
  min-width: 200px;
  max-width: 200px;
  padding: 5px;
  margin-right: 30px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#wrapper article .borderFrame.con_01 > .inner .dateDetail dl dd {
  flex: 1;
  font-size: 24px;
  font-weight: 700;
}
#wrapper article .borderFrame.con_01 > .inner .dateDetail dl dd span {
  display: inline-block;
}
#wrapper article .borderFrame.con_01 > .inner .dateDetail dl:nth-child(even) dt {
  color: #000;
  background: #FFF;
}
#wrapper article .borderFrame.con_01 > .inner .btnBox {
  max-width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrapper article .borderFrame.con_01 {
    padding: 15px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateBox {
    margin-bottom: 20px;
    display: block;
    font-size: 26px;
    text-align: center;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateBox > span {
    width: 100%;
    display: inline-block;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateBox .date strong {
    font-size: 26px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateBox .date strong.sTxt {
    font-size: 26px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateBox .date strong:not(.sTxt) {
    margin: 0 10px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateBox .date strong:not(.sTxt):first-child {
    margin-left: 0;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateBox .time {
    margin-top: 10px;
    font-size: 18px;
  }
  #wrapper article .borderFrame.con_01 > .inner .sTtl {
    margin-bottom: 5px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateDetail {
    margin-bottom: 25px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateDetail dl {
    display: block;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateDetail dl dt {
    min-width: 140px;
    max-width: 140px;
    padding: 5px;
    margin-right: 30px;
    font-size: 12px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateDetail dl dd {
    font-size: 14px;
  }
  #wrapper article .borderFrame.con_01 > .inner .dateDetail dl dd span {
    display: inline-block;
  }
  #wrapper article .borderFrame.con_01 > .inner .btnBox {
    margin: 0 auto 25px auto;
  }
  #wrapper article .borderFrame.con_01 > .inner .coutionBox.pc {
    display: none;
  }
  #wrapper article .borderFrame.con_01 > .inner .coutionBox.sp {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
  #wrapper article .borderFrame.con_01 > .inner .coutionBox.sp .sp {
    display: inline-block;
  }
}
#wrapper article .borderFrame.con_02 {
  padding: 22px 20px;
}
#wrapper article .borderFrame.con_02 > .inner {
  max-width: 910px;
  margin: 0 auto;
}
#wrapper article .borderFrame.con_02 > .inner h2 {
  margin-bottom: 30px;
  border-bottom: 4px solid #2a3b3f;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#wrapper article .borderFrame.con_02 > .inner h2 .icon {
  position: relative;
  bottom: -2px;
}
#wrapper article .borderFrame.con_02 > .inner h2 .time {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 21px;
  font-weight: 500;
  position: relative;
  bottom: -5px;
}
#wrapper article .borderFrame.con_02 > .inner h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #b22425;
}
#wrapper article .borderFrame.con_02 > .inner .nameBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
}
#wrapper article .borderFrame.con_02 > .inner .nameBox .name_01 {
  min-width: 445px;
  font-size: 20px;
}
#wrapper article .borderFrame.con_02 > .inner .nameBox .name_02 {
  font-size: 34px;
}
#wrapper article .borderFrame.con_02 > .inner .nameBox .name_02 strong {
  font-size: 48px;
}
#wrapper article .borderFrame.con_02 > .inner .nameBox .name_02 strong:not(:last-child) {
  margin-right: 10px;
}
#wrapper article .borderFrame.con_02 > .inner > .box_01 {
  margin-bottom: 30px;
}
#wrapper article .borderFrame.con_02 > .inner > .box_02 {
  margin-bottom: 30px;
}
#wrapper article .borderFrame.con_02 > .inner > .box_02 .nameBox {
  margin-bottom: 30px;
}
#wrapper article .borderFrame.con_02 > .inner > .box_02 .boxLR {
  display: flex;
  justify-content: space-between;
}
#wrapper article .borderFrame.con_02 > .inner > .box_02 .boxLR .boxL {
  flex: 1;
  font-size: 17px;
}
#wrapper article .borderFrame.con_02 > .inner > .box_02 .boxLR .boxR {
  max-width: 215px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  #wrapper article .borderFrame.con_02 {
    padding: 45px 0;
  }
  #wrapper article .borderFrame.con_02 > .inner h2 {
    margin-bottom: 15px;
    border-bottom: 2px solid #2a3b3f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #wrapper article .borderFrame.con_02 > .inner h2 .icon {
    max-width: 120px;
    position: relative;
    bottom: -2px;
  }
  #wrapper article .borderFrame.con_02 > .inner h2 .time {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.1;
    bottom: inherit;
  }
  #wrapper article .borderFrame.con_02 > .inner h2 .time span {
    display: inline-block;
  }
  #wrapper article .borderFrame.con_02 > .inner .innerSP {
    padding: 0 15px;
  }
  #wrapper article .borderFrame.con_02 > .inner h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }
  #wrapper article .borderFrame.con_02 > .inner h3 .sp {
    display: block;
  }
  #wrapper article .borderFrame.con_02 > .inner .nameBox {
    display: block;
  }
  #wrapper article .borderFrame.con_02 > .inner .nameBox > span {
    display: block;
  }
  #wrapper article .borderFrame.con_02 > .inner .nameBox .name_01 {
    margin-bottom: 10px;
    min-width: inherit;
    font-size: 15px;
  }
  #wrapper article .borderFrame.con_02 > .inner .nameBox .name_02 {
    font-size: 20px;
  }
  #wrapper article .borderFrame.con_02 > .inner .nameBox .name_02 strong {
    font-size: 25px;
  }
  #wrapper article .borderFrame.con_02 > .inner .nameBox .name_02 strong:not(:last-child) {
    margin-right: 5px;
  }
  #wrapper article .borderFrame.con_02 > .inner > .box_01 {
    margin-bottom: 15px;
  }
  #wrapper article .borderFrame.con_02 > .inner > .box_02 {
    margin-bottom: 15px;
  }
  #wrapper article .borderFrame.con_02 > .inner > .box_02 .nameBox {
    margin-bottom: 20px;
  }
  #wrapper article .borderFrame.con_02 > .inner > .box_02 .boxLR {
    display: flex;
    flex-direction: column;
  }
  #wrapper article .borderFrame.con_02 > .inner > .box_02 .boxLR .boxL {
    order: 2;
    font-size: 14px;
  }
  #wrapper article .borderFrame.con_02 > .inner > .box_02 .boxLR .boxR {
    order: 1;
    max-width: inherit;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #wrapper article .borderFrame.con_02 > .inner > .box_02 .boxLR .boxR img {
    max-width: 115px;
  }
}
#wrapper article .borderFrame.con_03 {
  padding: 40px 12px 30px 12px;
}
#wrapper article .borderFrame.con_03 > .inner {
  max-width: 970px;
  margin: 0 auto;
}
#wrapper article .borderFrame.con_03 > .inner h2 {
  margin-bottom: 40px;
  color: #b22425;
  font-size: 50px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.2;
}
#wrapper article .borderFrame.con_03 > .inner .sTtl {
  margin-bottom: 35px;
}
#wrapper article .borderFrame.con_03 > .inner .topBox .date {
  margin-bottom: 50px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#wrapper article .borderFrame.con_03 > .inner .topBox .date > span {
  display: inline-block;
}
#wrapper article .borderFrame.con_03 > .inner .topBox .txt_01 {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: 700;
  color: #b22425;
  text-align: center;
}
#wrapper article .borderFrame.con_03 > .inner .topBox .txt_01 > span {
  display: inline-block;
}
#wrapper article .borderFrame.con_03 > .inner .topBox .coutionBox {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  font-weight: 100;
}
#wrapper article .borderFrame.con_03 > .inner .topBox .txt_02 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
#wrapper article .borderFrame.con_03 > .inner .bottomBox table {
  margin-bottom: 35px;
  width: 100%;
  border: 2px solid #231815;
}
#wrapper article .borderFrame.con_03 > .inner .bottomBox table thead {
  background: #2a3b3f;
  border-bottom: 2px solid #231815;
}
#wrapper article .borderFrame.con_03 > .inner .bottomBox table thead th {
  padding: 25px 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
#wrapper article .borderFrame.con_03 > .inner .bottomBox table thead th:not(:last-child) {
  border-right: 1px solid #FFF;
}
#wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody td {
  height: 75px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #231815;
}
#wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody td:nth-child(3) span {
  display: block;
}
#wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody td a {
  font-size: 30px;
  color: #b22425;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #wrapper article .borderFrame.con_03 {
    padding: 45px 12px 35px 12px;
  }
  #wrapper article .borderFrame.con_03 > .inner h2 {
    margin-bottom: 20px;
    font-size: 34px;
    letter-spacing: 0.1em;
  }
  #wrapper article .borderFrame.con_03 > .inner .sTtl {
    margin-bottom: 20px;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .pc {
    display: none;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .date {
    margin-bottom: 30px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .date > span {
    min-width: 100%;
    display: inline-block;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .date > span.pc {
    display: none;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .date > span:nth-child(3) {
    margin-top: 5px;
    font-size: 16px;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .txt_01 {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .txt_01 > span {
    display: inline-block;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .coutionBox {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    font-weight: 100;
  }
  #wrapper article .borderFrame.con_03 > .inner .topBox .txt_02 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox .sp {
    display: block;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox .selectBox h3 {
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background: #2a3b3f;
    border: 2px solid #997600;
    -o-border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
       border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
    border-image-slice: 1;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox .selectBox .inner {
    padding: 20px;
    border: 2px solid #997600;
    border-top: none;
    -o-border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
       border-image: linear-gradient(to right, #997600 5%, #d7ac35 20%, #fff3cb 46%, #c29b1f 100%);
    border-image-slice: 1;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox .selectBox .inner select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    width: 100%;
    height: 24px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 12px;
    background: url("../img/icon_select.svg") no-repeat right 10px center, #dadbdb;
    color: #333;
    font-weight: 700;
    cursor: pointer;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox .selectBox .inner select::-ms-expand {
    display: none;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table {
    display: block;
    margin-bottom: 15px;
    border: none;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table thead {
    display: none;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody {
    display: block;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr {
    border: 2px solid #231815;
    border-top: none;
    display: none;
    background: #F6F6F6;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td {
    display: block;
    height: auto;
    padding: 0 5px;
    font-size: 16px;
    text-align: center;
    border: none;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(1) {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    font-weight: 700;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(1)::before {
    content: "支店：";
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(2) {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(2)::before {
    content: "第2部講師：";
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(2) span {
    text-align: left;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(3) {
    color: #333;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(3) > span {
    padding: 0 5px;
    display: inline-block;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td:nth-child(4) {
    padding-bottom: 15px;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table tbody tr td a {
    font-size: 18px;
    font-weight: 700;
    color: #b22425;
    pointer-events: all;
    text-decoration: underline;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table + .sp .txt_02 {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 500;
  }
  #wrapper article .borderFrame.con_03 > .inner .bottomBox table + .sp .coutionBox {
    padding: 0 1em;
    margin-bottom: 40px;
    font-size: 10px;
  }
}
#wrapper footer {
  max-width: 1040px;
  padding: 30px 20px;
  margin: 0 auto;
}
#wrapper footer .coutionTxt {
  font-size: 16px;
  margin-bottom: 45px;
}
#wrapper footer .box {
  font-size: 15px;
  text-align: center;
}
#wrapper footer .box .topData > span,
#wrapper footer .box .bottomData > span {
  display: inline-block;
}
#wrapper footer .box .topData > span.m1,
#wrapper footer .box .bottomData > span.m1 {
  margin-right: 1em;
}
#wrapper footer .box .topData > span.m2,
#wrapper footer .box .bottomData > span.m2 {
  margin-right: 2em;
}
#wrapper footer .box a {
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #wrapper footer {
    max-width: 1040px;
    padding: 15px;
    margin: 0 auto;
  }
  #wrapper footer .coutionTxt {
    font-size: 13px;
    margin-bottom: 20px;
    color: #535353;
  }
  #wrapper footer .box {
    font-size: 14px;
    text-align: left;
  }
  #wrapper footer .box .sp {
    display: block;
  }
  #wrapper footer .box .topData > span,
#wrapper footer .box .bottomData > span {
    display: inline-block;
  }
  #wrapper footer .box .topData > span.m1,
#wrapper footer .box .bottomData > span.m1 {
    margin-right: 1em;
  }
  #wrapper footer .box .topData > span.m2,
#wrapper footer .box .bottomData > span.m2 {
    margin-right: 1em;
  }
  #wrapper footer .box .topData > span.mb,
#wrapper footer .box .bottomData > span.mb {
    margin-bottom: 10px;
  }
  #wrapper footer .box .topData {
    margin-bottom: 10px;
  }
  #wrapper footer .box a {
    pointer-events: all;
  }
}/*# sourceMappingURL=style.css.map */