@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #292929;
  font-size: 16px;
  line-height: 1.7;
  display: block;
}
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

.space {
  margin-top: 80px;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: rgb(53, 84, 238);
  text-decoration: none;
}

a:visited {
  color: #00a968;
}

a:hover {
  text-decoration: underline;
}

/* HEADER
------------------------------- */
.page-header {
  margin-top: 1em;
}
.logo {
  width: 210px;
  margin-top: 14px;
}
.main-nav {
  display: flex;
  justify-content:center;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 9px;
  list-style: none;
  background: #097547;
  border-radius: 10px;
}
.main-nav li {
  margin-left: 36px;
  font-family: 'Noto Sans JP', sans-serif;
}
.main-nav a {
  color: #ffffff;
}
.main-nav a:hover {
  border-bottom: 2px solid #f6f69f;
  padding-bottom: 3px;
  text-decoration: none;
}

/* CUSTUM LIST
------------------------------- */
ol {
  background: #fff;
  box-shadow: 0px 0px 0px 7px #3f926f;/*線の外側*/
  border: dashed 2px #097547;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

header {
  top: 0;
  width: 100%;
  margin: 0 auto;
}

article {
  width: 74%;
}

#wrap {
  clear: both;
}

.content {
  width: 800px;
  margin: 0 auto;
}

.bs {
  margin: 1em 0 1em 0;
}

.ss {
  margin-bottom: 1em;
}

table {
  width: 90%;
  border-collapse: separate;
  border-spacing: 10px;
}

.tbl-r02 th{
  vertical-align: top;
  padding: 6px;
}

footer {
  text-align: center;
  color: #f18d09;
  padding: 40px 0;
}

footer small {
  font-size: 12px;
}
.display{
  margin-top: 2em;
}

.btn a {
  background-color: #0c9804;
  color: #fcf8d4;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  width: 280px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: auto;
  border-radius: 5px;
  border: 3px solid #0c9804;
}

.btn a:hover {
  text-decoration: none;
  background-color: #fcf8d4;
  color: #0c9804;
}

img {
  max-width: 100%;
  text-align: center;
}

.parent {
  text-align : center;
 }

#d1 {
  float: left;
  width: 340px;
}

#d2 {
  float: right;
  width: 50%;
}

.border {
  position: relative;
  background: #65e7b0;
  padding: 2px 5px 2px 43px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

h1 {
  color:#474747;
  width: 74%;
  margin: 0 auto;
  text-align: center;
}

h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f080";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #097547;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

h3 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f135";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}

h4 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #f18d09; /*アイコン色*/
  font-weight: 900;
}

.seminar{
  width: 95%;
  margin: 0 auto;
}
#lpst{
    width: 30%;
    margin-top: 0.5em;
    float: left;
    margin-left: 2em;
    margin-right: 2em;
}
@media screen and (max-width:600px) {
/* 画面サイズが600px以下の場合に適用 */

  body {
    font-size: 3.5vw;
    text-align: left;
  }
  article {
    width: 90%;
  }

  h1 {
    font-size: 1.2em;
    width: unset;
  }

  h2 {
    font-size: 6vw;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    font-size: 4vw;
  }

  header {
    width: auto;
    margin: 0 5%
  }

  .logo {
    float: none;
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }

  .main-nav {
  display:none !important
  }

  .main-nav li {
    display:none !important
  }

  table {
    width: auto;
  }

  .last td:last-child {
    border-bottom: solid 1px;
    width: 100%;
  }

  .tdl-r02 {
    width: 80%;
  }
  .tdl-r02 th,
  .tdl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .content {
    padding: 10% 0 0;
    width: 100%;
  }

  #d1 {
    float: none;
  }

  #d2 {
    float: none;
    width:90%;
    margin:0 auto;
  }

  #lpst{
    margin:0;
    width: 90%;
    float: unset;
    margin: 0.5em auto;
}
#lpst img{
  width: 100%;
}

}
/*event 見出し*/
.event-title {
  position:relative;
  margin:10px;
  display:inline-block;
  padding:8px 25px 8px 25px;
  border:2px solid #c69d18;
  background:none;
  text-transform:uppercase;
  font-family:sans-serif;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  cursor:pointer;
}

.event-title:after {
  position: absolute;
  top:2px;
  left:-4px;
  content:"";
  height:100%;
  width:100%;
  z-index:-999;
  -webkit-transform: rotate(-1deg);
     -moz-transform: rotate(0deg);
          transform: rotate(0deg);
}

.yellow:after { background:#f4ec5a; }
.blue:after   { background:#00a1cb; }
.green:after  { background:#19dd89; }
.pink:after   { background:#d31996; }