@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */

section {
  padding: 60px 0;
}

@media (min-width: 960px) {
  .container.ph0 {
    padding-right: 0;
    padding-left: 0;
  }
}

header a,
footer a,
header a:hover,
footer a:hover {
  text-decoration: none;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #efefef;
}

.bg_cl2 {
  background-color: #fcfaf1;
}

.bg_cl_bl {
  background-color: #0064b3;
}

.bg_cl_org {
  background-color: #e67d2e;
}

.cl_base {
  color: #0e6bb3;
}

.cl_org {
  color: #e67d2e;
}

.cl_wt {
  color: #fff;
}

.cl_bk {
  color: #323232;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: linear-gradient(transparent 60%, #f3cf1a 60%);
  font-weight: bold;
}

/*表示関連----------------------------------------------------------- */
.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #e67d2e;
}

/*floating----------------------------------------------------------- */
.floating {
  display: grid;
  grid-template: 1fr/1fr;
  place-items: center;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 10vh;
  background-color: #0064b3;
}

.floating a {
  padding: 10px 20px;
}

main {
  padding-bottom: 10vh;
}

@media screen and (max-width: 768px) {
  .floating a {
    width: 90%;
    padding: 15px;
  }
}

/*MV----------------------------------------------------------- */
.mv {
  padding: 0;
  height: auto;
}

.mv img {
  width: 100%;
}

/*CTA----------------------------------------------------------- */
.cta {
  background-color: #0064b3;
  padding: 20px 0;
  margin: 60px auto;
}

.cta h2 {
  padding: 0 0 15px;
	line-height: 1.1;
}

.cta .container {
  background-color: #fff;
  width: 95%;
  height: 80%;
  padding: 2.5em 0;
  text-align: center;
  position: relative;
}

.cta .container img {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 15%;
}

.cta .container .cta_txt {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}

.cta .container .btn {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .cta {
    margin: 0;
  }

  .cta .container {
    padding: 1.5em 1em;
  }

  .cta .container .btn {
    padding: 15px 20px;
  }

  .cta .container .cta_txt {
    flex-direction: column;
    align-items: center;
  }
}

/*arrow----------------------------------------------------------- */
.arrow {
  width: 100%;
/*  padding-top: 20px;*/
  padding-top: 50px;
}

.arrow img {
  margin: 0 auto;
}

.arrow_posi {
  position: relative;
}

.arrow_posi img {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}

/*sec01----------------------------------------------------------- */

.sec01 .sec01_headline {
  text-align: center;
}

.sec01 .sec01_headline h2 span {
  /* color: #0064b3; */
}

.sec01 {
  position: relative;
}

.sec01_arrow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}

.sec01 .sec01_headline p {
  display: inline-block;
  background-color: #0e6bb3;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 5px;
  /* font-size: clamp(1.13rem, 1.072rem + 0.29vw, 1.333rem); */
}

.check {
  width: 1.5em;
  height: 1.5em;
}

.sec01 .container {
  display: grid;
  grid-template: 1fr/1.2fr .8fr;
  gap: 10px;
  background-color: #fff;
}

.sec01 .container ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  grid-column: 1;
  margin: 0 5%;
  padding: 30px 0 15PX;
}

.sec01 .container>img {
  grid-column: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.brett li {
  display: flex;
  gap: .2em;
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 14px;
  font-weight: bold;
  border-bottom: dashed 1px #cccccc;
  line-height: 1.3;
}

.brett ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec01 .container {
    grid-template: 1fr auto/1fr;
    gap: 0;
    margin: 0 15px;
  }

  .sec01 .container ul {
    grid-column: 1;
    grid-row: 1;
    padding: 15px 0 0;
  }

  .sec01 .container img {
    grid-column: 1;
    grid-row: 2;
    width: 70%;
    padding: 0 0 15px;
  }

  .sec01_arrow {
    top: -5%;
  }

  .brett li {
    padding-bottom: 0;
  }

  .brett li P:first-of-type {
    font-size: 1em;
    width: 1em;
  }

  .brett li P:last-of-type {
    width: 100%;
  }
}


/*sec02----------------------------------------------------------- */

.sec02 h2 {
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: solid 4px #0064b3;
}

.sec02 h2 span {
  color: #0064b3;
}

.sec02 p {
  margin: 10px;
}

.sec02 p span {
  color: #0064b3;
}

.sec02 .sec02_txt .txt span {
  color: #000;
}

.fbgcl {
  background-color: #0064b3;
  color: #fff;
}

.sec02 .sec02_font_cl {
  color: #f3cf1a;
}

.sec02 .sec02_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 3% 0;
}

.sec02 .box {
  display: grid;
  grid-template: auto 1fr/1fr 1fr;
  padding: 45px;
  background-color: #eff6fb;
  margin-bottom: 30px;
}

.sec02 .container .box h3 {
  grid-column: 1;
  grid-row: 1;
  color: #0064b3;
  padding: 0.5em 0;
  border-bottom: solid 5px #0064b3;
  order: 0;
  margin-right: 1rem;
}

.sec02 .container .box .f_item {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  padding-right: 1rem;
}

.sec02 .container .box img {
  grid-column: 2;
  grid-row: 1/3;
}

@media screen and (max-width: 768px) {

  .sec02 .box {
    grid-template: auto 1fr 1fr /1fr;
  }

  .sec02 .container .box h3 {
    grid-column: 1;
    grid-row: 1;
  }

  .sec02 .container .box .f_item {
    grid-column: 1;
    grid-row: 3;
  }

  .sec02 .container .box img {
    grid-column: 1;
    grid-row: 2;
    width: 70%;
    margin: 3% auto 0;
  }
}

.sec02 .brett {
  width: 100%;
  margin-top: .5em;
}

.sec02 .brett li {
  padding: 10px 0 0;
  margin: 0;
  width: 100%;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  border-bottom: dashed 1px #cccccc;
  line-height: 1.3;
}

.sec02 .brett ul li:last-child {
  margin-bottom: 0;
}

.sec02 .brett li p:last-of-type {
  width: 100%;
}

.sec02 .box02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px;
  background-color: #eff6fb;
  margin-bottom: 30px;
}

.sec02 .txt {
  font-size: 24px;
  line-height: 1.4;
}


@media (min-width: 960px) {
  .sec02 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 40px 15px;
  }

  .sec02 p {
    margin-left: 0;
    margin-right: 0;
  }

  .sec02 .container p:first-of-type {
    font-size: clamp(1.13rem, 1.055rem + 0.31vw, 1.333rem);
  }

  .sec02 .container p:first-of-type span {
    font-size: clamp(1.75rem, 1.575rem + 0.72vw, 2.222rem);
  }

  .sec02 .box02 {
    padding: 15px;
  }


  .sec02 .sec02_container {
    flex-direction: column;
  }

  .sec02 .sec02_container>img {
    width: 70%;
    margin: 0 auto;
  }
}

/*sec03----------------------------------------------------------- */

.sec03 .sec03_headline {
  text-align: center;
}

.sec03 .sec03_headline p {
  font-size: 1.2em;
}

.sec03 .sec03_txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
  color: #e67d2e;
  border-bottom: solid 3px #e67d2e;
  margin-bottom: 30px;
}

/* .sec03 .txt {
  margin-top: -1em;
} */

.sec03_h3box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.sec03 .sec03_container {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
}

.sec03 .white_box:nth-of-type(2) .sec03_container,
.sec03 .white_box:nth-of-type(4) .sec03_container {
  flex-direction: row-reverse;
}

.sec03 .white_box:last-child {
  margin-bottom: 0;
}

.sec03 .txt .highlight {
  font-size: 24px;
}

@media (min-width: 960px) {
  .sec03 h2 {
    padding-bottom: 40px;
  }

  .sec03 .fx-col-40-s {
    flex-basis: 45%;
    max-width: 45%;
  }

  .sec03 .fx-col-60-s {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-basis: 55%;
    max-width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .sec03 h3 {
    text-align: center;
  }

  .sec03 .white_box {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sec03 .sec03_container {
    flex-direction: column;
    gap: .5em;
  }

  .sec03 .white_box:nth-of-type(2) .sec03_container,
  .sec03 .white_box:nth-of-type(4) .sec03_container {
    flex-direction: column;
  }

  .sec03 .sec03_txt {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }

  .se03_h4box h4 {
    font-size: 1.5em;
    text-align: center;
  }

  .sec03_txtbox {
    margin-top: 1em;
  }
}

/*sec04----------------------------------------------------------- */

.sec04 .sec04_headline {
  text-align: center;
  position: relative;
}

/* .sec04 .sec04_headline p:last-of-type {
  font-size: clamp(1rem, 0.327rem + 2.56vw, 2.25rem);
} */


.sec04 .sec04_headline::after {
  content: "";
  position: absolute;
  border-bottom: solid 3px #e67d2e;
  width: 10em;
  left: 50%;
  transform: translateX(-50%);
/*  bottom: 20px;*/
  bottom: -10px;
}

.sec04 .sec04_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1em;
}

.sec04 .container p {
  text-align: left;
}

.sec04 .container>p {
  text-align: center;
}

.sec04 .sec04_container .sec04_txt p:first-of-type {
  color: #e67d2e;
}


.sec04 h4 {
  color: #e67d2e;
  margin-bottom: .5em;
}

.sec04 h4 span {
  display: inline-block;
  text-align: center;
  /* width: 2em; */
  color: #fff;
  background-color: #e67d2e;
  margin-right: .5em;
  padding: 5px;
}

.sec04 .highlight {
  font-size: 24px;
}

.sec04 .tit {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.sec04 .box {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}

.sec04 .box:last-child {
  margin-bottom: 0;
}

.sec04 h3 {
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .sec04 h2 {
    padding-bottom: 30px;
  }

  .sec04 .fx-col-40-s {
    flex-basis: 41%;
    max-width: 41%;
  }

  .sec04 .fx-col-60-s {
    flex-basis: 59%;
    max-width: 59%;
  }
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 40px 15px;
  }

  .sec04 h4 {
    font-size: 1.2em;
  }

  .sec04 .sec04_headline p:last-of-type {
    font-size: clamp(1.75rem, 1.575rem + 0.72vw, 2.222rem);
  }

  .sec04 .sec04_headline {
    flex-direction: column;
  }

  .sec04 .sec04_container .sec04_txt p:first-of-type {
    font-size: clamp(1.75rem, 1.575rem + 0.72vw, 2.222rem);
  }

  .sec04 .sec04_container .sec04_txt p {
    text-align: center;
  }


  .sec04 .container p {
    text-align: left;
  }

  .sec04 .sec04_container {
    flex-direction: column;
    gap: 1em;
  }
}

/*sec05----------------------------------------------------------- */
.sec05 .sec05_headline {
  text-align: center;
}

.sec05 .box {
  background-color: #fff;
  padding: 20px;
  border: solid 10px #e67d2e;
}

.sec05 .sec05_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}

.sec05_txt p {
  margin: 1em 0;
}

/* .sec05 .sec05_container .sec05_txt {
  margin-top: 15px;
} */

/* .sec05 .sec05_container .sec05_txt p:nth-of-type(3) {
  color: #0064b3;
} */

/* .sec05 .sec05_container .sec05_txt p:nth-of-type(4) {
  text-indent: -1em;
  padding-left: 1em;
} */

/* .sec05 .indent {
  font-size: .9em;
} */

@media (min-width: 960px) {
  .sec05 h2 {
    padding-bottom: 50px;
	  line-height: 1.5;
  }

  .sec05 .fx-col-40-s {
    flex-basis: 46%;
    max-width: 46%;
  }

  .sec05 .fx-col-60-s {
    /* flex-basis: 54%; */
    max-width: 50%;
    /* padding-left: 5px;
    padding-right: 10px; */
  }

  .sec05 .fx-row {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec05 .box {
    border: solid 5px #0064b3;
  }

  .sec05 .sec05_container {
    flex-direction: column;
    gap: 15px;
  }
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background-color: #f7f7f7;
}

.sec06 .sec06_headline {
  text-align: center;
}

.sec06 .sec06_fcl_01 {
  font-size: 1.333em;
  color: #0e6bb3;
}

.sec06 .sec06_fcl_02 {
  font-size: 1.333em;
  color: #e67d2e;
}

.sec06 .sec06_headline p .sec06_fs_01 {
  font-size: 1em;
  font-weight: normal;
}

.sec06 .sec06_fcl_03 {
  color: #0e6bb3;
}

.sec06 .sec06_fcl_04 {
  color: #e67d2e;
}

.qa .q .txt {
  margin-left: 10px;
}

.qa .a {
  margin-bottom: 25px;
}

.qa .txt {
  margin-left: 10px;
}

.qa .box {
  margin-bottom: 25px;
}

.qa .box:last-child,
.qa .box:last-child .a {
  margin-bottom: 0;
}

.qa .box .a {
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 25px;
}

.qa .box_item {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.qa .q .box_item {
  margin-bottom: 15px;
}

.qa .qq .txt {
  margin: 0 auto;
}


@media (min-width: 960px) {
  .sec06 h2 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec06 .container {
    margin: 0 15px;
  }
}

/*sec07----------------------------------------------------------- */
/* .sec07 {
  background-color: #eff6fb;
}

.sec07 h2 span {
  color: #0e6bb3;
  font-size: 1.333em;
} */

/* .sec07 .sec07_container {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5em;
} */
.sec07 h2 {
  max-width: 960px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}

.sec07 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  gap: 1.5em;
  padding: 30px;
  position: relative;
  text-align: left;
  background-image: url(../img/background_img02.png);
  background-color: rgba(255, 255, 255, .8);
  background-blend-mode: lighten;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* height: 250px; */
}

.sec07 .box p {
  width: 100%;
}

.sec07 .box:before {
  content: "";
  width: 25px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e67d2e;
}

.sec07 .box:after {
  content: "";
  width: 5px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e67d2e;
}

.sec07 .box .txt_box:before {
  content: "";
  width: 25px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e67d2e;
}

.sec07 .box .txt_box:after {
  content: "";
  width: 5px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e67d2e;
}

/* .sec07 .fx-row {
  align-items: center;
} */

@media (min-width: 960px) {
  /* .sec07 h2 {
    padding-bottom: 50px;
  } */

  /* .sec07 .fx-col-40-s {
    flex-basis: 45%;
    max-width: 45%;
  } */

  /* .sec07 .fx-col-60-s {
    flex-basis: 55%;
    max-width: 55%;
  } */
}

@media screen and (max-width: 768px) {
  .sec07 .sec07_container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .sec07 .fx-col-40-s {
    flex-basis: 50%;
    max-width: 50%;
  }
}

/*form----------------------------------------------------------- */
.form_container {
  max-width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 8px;
  /* font-weight: bold; */
  font-size: 1em;
  /* color: #0e6bb3; */
}

input[type="text"],
input[type="radio"] {

  background-color: #fff;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  /* padding: 12px; */
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

/* input[type="submit"] {
  margin: 0 auto;
  border: none;
  font-size: 1em;
  width: 50%;
} */

textarea {
  height: 150px;
  resize: vertical;
}

.btn:hover {
  background-color: #0056b3;
  transition: all .3s;
}

/*voicebox02----------------------------------------------------------- */
.voicebox_heading {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  /* width: 100%;
  max-width: 960px; */
}

.voicebox02 {
  position: relative;
  width: 960px;
  margin: 100px auto 0;
  background-color: #fcfaf1;
  padding: 40px 0;
}

.voiceinner {
  /* font-size: 16px; */
  margin: 0 auto;
  background-color: #fff;
  width: 90%;
  padding: 20px;
  border: 10px solid #e67d2e;
}

table.schedule02 {
  width: 100%;
  margin: 10px auto;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  border-collapse: collapse;
  /* border-top: 1px solid #ccc; */
}

table.schedule02 tr {
  vertical-align: top;
}

table.schedule02 td {
  padding: 10px;
  text-align: left;
  /* font-size: 18px; */
  vertical-align: middle;
  border-bottom: 1px dashed #ccc;
}

table.schedule02 th {
  width: 100px;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  background-color: #fff;
}

table.schedule02 th.titleth {
  background-color: #f9ec55;
  border: none;
}

table.schedule02 th div {
  width: 98px;
  height: 40px;
  background-image: url(../img/background_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 40px;
  /* padding: 0 0 0 10px; */
  /* font-size: 18px; */
  color: #fff;
}


table.schedule02 td p {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .voicebox_heading {
    top: -5%;
    width: 70%;

  }

  .voicebox02 {
    width: 100%;
    padding: 10px 0;
    margin-top: 40px;
  }

  .voiceinner {
    margin: 15px auto;
    width: 90%;
    padding: 5px;
    border: 5px solid #e67d2e;
  }

  /* .voiceinner h3 {
    font-size: 16px;
    color:#ea5514;
    font-weight: bold;
  } */

  /* .voiceinner b {
    float: right;
  } */

  /* table.schedule02 {
    width: 100%;
    margin: 10px auto;
  } */
  /* 
  table.schedule02 tr {
    vertical-align: top;
  } */
  table.schedule02 tr {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  table.schedule02 td {
    padding: 5px;
    text-align: left;
    /* font-size: 16px; */
    /* border-bottom: 2px dashed #ccc; */
  }

  table.schedule02 th {
    /* width: 100px; */
    padding: 5px;
    border-bottom: 0;
    /* background-color: #fff; */
  }

  /* 
  table.schedule02 th.titleth {
    background-color: #f9ec55;
    border: none;
  } */

  table.schedule02 th div {
    width: 100%;
    /* height: 40px;
    background-image: url(../../image/top12.png);
    background-repeat: no-repeat;
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 18px;
    color: #fff;
    text-align: left; */
  }

  /* 
  table.schedule02 td p {
    font-weight: normal;
    margin: 0;
    font-size: 14px;
  } */
}

/*from----------------------------------------------------------- */
.title03 {
  background-color: #e67d2e;
  max-width: 960px;
  width: 100%;
  font-size: 30px;
  color: #fff;
  margin: 60px auto 0;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

.content {
  /* padding: 0 10px 10px; */
  margin: 0px auto;
  width: 960px;
  /* color: #000; */
  text-align: left;
  background-color: #fff;
}

table.seminor {
  border-collapse: collapse;
  /* font-size: 20px; */
  width: 100%;
  margin: 20px auto;
  border: 1px solid #ccc;
}

/* table.seminor tr {} */

table.seminor th {
  background-color: #e67d2e;
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  /* background-image: url(../image/sliderbg.png);
  background-position: top; */
}

table.seminor td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

table.seminor td.right {
  text-align: center;
}

table.seminor td img {
  float: right;
}

table .box {
  display: flex;
  flex-direction: row;
  gap: 2em;
  width: 100%;
  margin: 15px 0;
}

p.topp {
  margin: 0px auto;
  padding: 15px 0 0;
  text-align: center;
}


.content03 {
  display: block;
  padding: 40px 0px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
}

.input_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

input[type="submit"],
input[type="reset"] {
  border: none;
  padding: 10px;
  width: 10em;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  letter-spacing: .1em;
}

input[type="reset"] {
  background-color: #0064b3;

}

input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

input[type="submit"] {
  background-color: #e67d2e;
}

@media screen and (max-width: 768px) {
  .title03 {
    font-size: 1.5em;
    margin: 0 auto 15px;
  }

  .content {
    padding: 0;
    margin: 0px auto;
    width: 95%;
    color: #000;
    text-align: left;
    background-color: #fff;
  }

  table.seminor {
    border-collapse: collapse;
    font-size: .95em;
    width: 100%;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ccc;
  }

  table.seminor th {
    width: 100%;
    padding: 5px 0;
  }

  table.seminor tr {
    display: flex;
    flex-direction: column;
  }

  table.seminor td {
    padding: 5px;
  }

  table .box {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 15px 0;
  }

  p.topp {
    margin: 0px auto;
    padding: 0 0 15px;
  }

  .content03 {
    padding: 10px;
    margin: 0px auto;
    /* width: 95%; */
  }
}