<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("option.css");
@import url("qa.css");
/*----------------------------------------

    common

----------------------------------------*/
#contents {
  border-top: 1px solid #B3B3B4;
}


.txt_wrap {
  margin: 0 auto;
  font-size: 18px;
}

.pc-none {
  display: inline-block;
}
.sp-none {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: inline-block;
  }
}
/*----------------------------------------

    txt

----------------------------------------*/
h2, h3 {
	margin: 2rem 0;
	padding: .5rem;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	background-color: #010177;
}
h3 span {
  display: inline-block;
  margin: .3em auto .5em 0.5em;
  padding: .3em;
  font-size: 85%;
  border: 1px solid #fff;
}
h3 {
  color: #fff;
  font-weight: bold;
  background: #000;
}
h4 {
  position: relative;
  margin: 0 auto 2rem;
  padding: .5rem 1rem;
  width: 300px;
  font-size: 23px;
  font-weight: bold;
  color: #0b3e67;
  text-align: center;
  border: #0b3e67 5px solid;
}
h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -165px;
  width: 160px;
  border-top: #0b3e67 5px solid;
}
h4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 295px;
  width: 160px;
  border-top: #0b3e67 5px solid;
}
.tC {
  text-align: center;
}
div.txt_title {
  margin: 2rem 0;
  padding: 2rem;
  font-size: 18px;
  text-align: center;
  background: #fefec4;
}
div.txt_title h3 {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
}
div.txt_title h3 span {
  font-size: 24px;
  line-height: 2;
}
/*----------------------------------------

    style

----------------------------------------*/
.bnr_seminer {
  margin: 3rem 0;
  text-align: center;
}
.bnr_seminer img:hover {
  opacity: .6;
}
.onayami_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  margin-bottom: 0em;
}
.onayami_wrap h2 {
  margin: 0 auto 0.5rem;
  max-width: 990px;
  width: 100%;
}

.koushi_wrap {
	margin: 0 auto;
	background-color: #b9def9;
	width: 990px;
}
.koushi_wrap h2 {
  margin: 0 auto 0.5rem;
 }

.koushi_wrap ul {
  margin: 0 auto;
  width: 900px;
}
.koushi_wrap ul li {
  display: flex;
  justify-content: space-between;
  margin-left: 1em;
}
.koushi_wrap ul li:first-child {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.koushi_wrap.speaker dl {
  display: flex;
  flex-wrap: wrap;
}
.koushi_wrap.speaker dl dt {
  margin-bottom: .5em;
  width: 40%;
}
.koushi_wrap.speaker dl dd {
  margin-bottom: .5em;
  width: 80%;
}
.koushi_wrap ul li figure {
  width: 30%;
}
.koushi_wrap ul li &gt; div {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin: auto;
}
.koushi_wrap ul li div span {
  font-size: 16px;
  font-weight: normal;
}
h1 img {
  margin-bottom: 1.5rem;
}
h1 + .txt_wrap {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 40px 40px;
  grid-template-columns: 495px 1fr;
  -ms-grid-columns: 495px 1fr;
  -ms-grid-rows: 40px 40px;
}
h1 + .txt_wrap dl {
  display: flex;
  align-items: center;
  margin: .5rem 0;
  font-size: 20px;
  font-weight: bold;
}
h1 + .txt_wrap dl:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-bottom: 1.2rem;
}
h1 + .txt_wrap dl:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
h1 + .txt_wrap dl:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
h1 + .txt_wrap dl:nth-child(3) dt {
  padding: 1.5rem 1rem;
}
h1 + .txt_wrap dl dt {
  display: inline-block;
  margin-right: 1rem;
  padding: .1rem 1rem;
  color: #0b3e67;
  border: #0b3e67 solid 3px;
}
h1 + .txt_wrap dl dd {
  line-height: 1.8;
}
h4 + div {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
}
h4 + div p {
  font-weight: bold;
}
h4 + div p strong {
  font-size: 25px;
  font-weight: bold;
  color: #0b3e67;
}
.sche {
  display: flex;
}
.sche dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 3rem;
}
.sche dl dt {
  margin-bottom: 1rem;
  width: 30%;
  color: #0b3e67;
}
.sche dl dd {
  margin-bottom: 1rem;
  width: 70%;
}
.outline {
  display: flex;
  flex-wrap: wrap;
  border-top: #999 1px solid;
  border-left: #999 1px solid;
}
.outline dt {
  padding: 1rem;
  width: 15%;
  color: #fff;
  font-weight: bold;
  background: #6c6b6b;
  border-bottom: #fff 1px solid;
}
.outline dd {
  padding: 1rem;
  width: 85%;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
}
.outline ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.outline li {
  width: 48%;
}
.seminar_bar {
  width: 100%;
  padding: 0.5em;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
}
.seminar_bar img {
  width: 90%;
  max-width: 402px;
}
/*
.voice{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2em;
}
.voice dl{
	margin-bottom: 1em;
	padding: .8em;
	width: 45%;
	border: 5px solid #d2e1dc;
	border-radius: 5px;
	box-shadow: 0 0 10px #333;
}
.voice dt{
	padding-bottom: .8em;
	color: #642d00;
	border-bottom: 1px dotted #333;
}
.voice dd{
	padding-top: .8em;
	font-size: 14px;
}
*/
.slider_area {
  margin: 0 auto 10em;
  width: 98%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider_obi {
  padding: 0.5em;
  margin: 0.5em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dcdcdc;
  font-size: 130%;
  text-align: center;
}
.slider_area .slider_txt {
  font-size: 130%;
  line-height: 5px;
  margin: -0.5em 0 0 1.5em;
  padding: 0;
}
.users_voice {
  background-color: #FFFFFF;
  -webkit-box-shadow: 7px 7px 15px 2px #D1D1D1;
  box-shadow: 7px 7px 15px 2px #D1D1D1;
  border-radius: 10px;
  float: none;
  margin: 1.5rem auto 2em;
  padding: 1rem;
  clear: none;
  border: 2px solid #CCC;
  width: 100%;
  max-width: 1000px;
  line-height: 180%;
  box-sizing: border-box;
}
.users_voice p {
  color: #000000;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
  border-radius: 50px;
}
.users_voice2 ul li {
  margin: .5em 0;
  width: 100%;
}
.users_voice2 ul li:nth-child(odd) {
  margin: 1em 0;
}
.users_voice2 .tt {
  background-color: #888888;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 3px;
  font-size: 20px;
}
.users_voice2 {
  background-color: #FFFFFF;
  /* [disabled]-webkit-box-shadow: 7px 7px 15px 2px #D1D1D1; */
  /* [disabled]box-shadow: 7px 7px 15px 2px #D1D1D1; */
  border-radius: 10px;
  float: none;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  clear: none;
  border: 2px solid #CCC;
  width: 100%;
  line-height: 180%;
  margin: 3rem auto;
  box-sizing: border-box;
}
/**/
.users_voice2 .tt {
  background-color: #888888;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 3px;
  font-size: 120%;
}
.users_voice2 ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap
}
.users_voice2 ul li {
  margin: 1em 0;
  width: 49%;
}
.users_voice2 ul li:nth-child(odd) {
  margin: 1em 1.5% 1em 0;
}
.voice_wrap {
  padding: 2rem 0;
  background: #e6eef4;
}
.voice_wrap h2 {
  width: 990px;
  margin: 0 auto 2rem;
}
.voice_wrap ul {
  display: flex;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}
.voice_wrap ul li {
  width: 48%;
}
.voice_wrap ul li p {
  position: relative;
  display: inline-block;
  margin: 1.5rem 0;
  padding: 1rem;
  font-size: 16px;
  background: #ffffff;
  border-radius: 15px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.voice_wrap ul li p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.voice_wrap ul li span {
  display: block;
  margin: 1rem 0 0;
  text-align: right;
  color: #5d1d4d;
}

/*** VOICE ***/
.voice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.voice .voice_box {
  width: calc(96% / 2);
  border: 1px solid #0972e1;
  margin: 0 0 2em;
  padding: 0;
}
.voice .voice_box table {
  margin: 20px;
  border-collapse: collapse;
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.voice .voice_box table img {
  border: 1px solid #333;
  width: 100px;
}
.voice table td {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.4em
}
.voice table td strong {
  font-size: 20px;
  line-height: 1.3em;
  padding-bottom: 10px;
  color: #00228F;
  font-weight: bold;
}
.voice table td p {
	display: block;
	padding-top: 16px;
	padding-left: 1em;
	font-weight: bold;
	line-height: 1.5em;
}
.voice table td:nth-of-type(1) {
  padding: 0 5px 20px 0;
  width: 90px;
}
.voice table td:nth-of-type(2) {
  vertical-align: top;
}


/*************************************/
/*----------------------------------------

    SP

----------------------------------------*/
@media screen and (max-width: 1000px) {
  #contents {
    padding-top: 20%;
    width: 100%;
  }
  .txt_wrap {
    width: 96%;
  }
  h1 + .txt_wrap {
    display: block;
  }
  div.txt_title h3 span {
    line-height: 1;
  }
  h4 {
    width: 56%;
  }
  h4 + div {
    display: block;
    text-align: center;
  }
  h4:before {
    left: -50%;
    width: 50%;
  }
  h4:after {
    left: 100%;
    width: 50%;
  }
  .sche {
    display: block;
  }
  .sche dl {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
  .sche dl dt {
    margin-bottom: 0;
    width: 100%;
  }
  .sche dl dd {
    padding-bottom: 1rem;
    width: 100%;
    border-bottom: 1px #555 solid;
  }
  .bnr_seminer {
    margin: 2rem 0;
  }
	
縲  .koushi_wrap h2 {
    margin: 0 auto 2rem;
    width: 90%;
  }
  .koushi_wrap ul {
    padding: 0;
    width: 90%;
  }
  .koushi_wrap ul li {
    /* [disabled]margin-right: 1rem; */
    flex-direction: column;
	margin-left: 0;
  }
  .koushi_wrap ul li figure {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .koushi_wrap ul li span {
    display: inline-block;
    margin: 1rem 0;
  }
  .koushi_wrap ul li &gt; div {
    width: 100%;
    text-align: center;
  }
  .koushi_wrap.speaker dl dt {
    width: 30%;
  }
  .koushi_wrap.speaker dl dd {
    width: 70%;
  }
  .outline {
    display: block;
  }
  .outline dt {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1em;
    box-sizing: border-box;
  }
  .outline dd {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1em;
    box-sizing: border-box;
  }
  .outline ul {
    flex-direction: column;
  }
  .outline li {
    width: 100%;
  }
  .voice {
    flex-direction: column;
  }
  .voice dl {
    width: 100%;
  }
  .voice dt {}
  .voice dd {}
  .slider_area {
    margin: 0 auto 6em;
    width: 98%;
  }
  .slick-dots {
    bottom: -60px;
  }
}

/*PC縺ｧ縺ｯ辟｡蜉ｹ�域隼陦後＠縺ｪ縺�ｼ�*/
.sma{
    display: none;
}

/*繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ縺ｧ縺ｯ譛牙柑�域隼陦後☆繧具ｼ�*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

.koushi_wrap {
  width: 100%;
}

div.txt_title h3 span {
  line-height: 1;
}
h1 + .onayami_wrap {
  display: block;
}
h1 + .onayami_wrap dl {
  display: block;
}
h1 + .onayami_wrap dl dt, h1 + .onayami_wrap dl dd {
  display: block;
  width: 100%;
}
h1 + .onayami_wrap div:nth-child(4) dt {
  padding-top: 0;
}

  .onayami_wrap h2 {
    font-size: 18px
  }


.nayami {
	width: 95%;
	margin: auto;
	-webkit-box-shadow: 5px 5px 5px 0px #CCCCCC;
	padding: 10px;
	text-align: center;
	border: 2px solid #16376C;
	box-shadow: 5px 5px 5px 0px #CCCCCC;
	border-radius: 8px;
}


.nayami table {
}
.nayami table td {
padding: 10px 5px 10px ;
}

@media screen and (max-width:500px) {
  .voice {
    width: 96%;
    max-width: 960px;
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .voice .voice_box {
    width: 100%;
    border: 1px solid #00228F;
    margin: 0 0 2em;
    padding: 0;
    box-sizing: border-box;
  }
  .voice .voice_box table {
    margin: 14px;
    border-collapse: collapse;
    width: calc(100%-28px);
    box-sizing: border-box;
  }
  .voice .voice_box table:nth-of-type(1) {
    box-sizing: border-box;
  }
  .voice .voice_box table:nth-of-type(1) img {
    border: 1px solid #333;
    width: 100px;
    box-sizing: border-box;
  }
  .voice .voice_box table:nth-of-type(2) td {
    font-size: 16px;
    box-sizing: border-box;
  }
  .voice .voice_box table:nth-of-type(2) td:nth-of-type(1) {
    width: 80px;
    vertical-align: top;
    box-sizing: border-box;
  }
  .voice table td {
    padding: 10px 0;
    font-size: 14px;
    box-sizing: border-box;
  }
  .voice table tr:nth-of-type(1) {
    padding: 0 0 10px;
    box-sizing: border-box;
  }
  .voice table td strong {
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 10px;
    color: #00228F;
    font-weight: bold;
  }
  .voice table td p {
    padding-top: 28px;
    font-weight: bold;
    line-height: 1.5em;
  }
  .voice table td:nth-of-type(1) {
    padding: 0 5px 20px 0;
    width: 115px;
    box-sizing: border-box;
  }
  .voice table td:nth-of-type(2) {
    vertical-align: top;
    box-sizing: border-box;
  }
  .voice_wrap h2 {
    margin: 0 auto .5rem;
    width: 90%;
  }
  .voice_wrap ul {
    display: block;
    width: 90%;
  }
  .voice_wrap ul li {
    width: 100%;
    text-align: left;
  }
.onayami_wrap {
  margin-bottom: 2em;
}
}
</pre></body></html>