@charset "UTF-8";
/* --------------------
共有スタイル
----------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000000;
}
body {
  margin: 0px;
  padding: 0px;
}
p {
  text-align: left;
  line-height: 1.5;
  color: #5B3218;
}
h1 {
  text-align: center;
  padding: 40px 0 30px 0;
  font-size: 1.4rem;
  color: #5B3218;
  font-weight: bold;
}
h2 {
  line-height: 3.0rem;
  color: #5B3218;
  font-weight: bold;
  font-size: 1.6rem;
}
h3 {
  padding: 10px 0 0 0;
  color: #5B3218;
  font-weight: bold;
  line-height: 1.5rem;
}
h1 img {
  width: 500px;
}
img {
  max-width: 100%;
  transition: 1.0s;
}
.titlearea {
  background-image: url("../images/background.png");
}
.title_logo {
  margin: 0 10px;
}
.main-area {
  margin: 0 10px;
}
.font_b {
  font-weight: 600;
  color: #5B3218;
}
.font_min {
  font-size: 0.8rem;
  color: #5B3218;
}
.logo_af {
  text-align:center;
  right: 10px;
}
.logo_af img {
  height: 80px;
  padding: 10px;
}
.sp_br {
  display: none;
}
.center {
text-align:center;	
}

@media screen and (max-width: 960px) {
  .logo_af {
    text-align:center;
    right: 10px;
  }
  .logo_af img {
    height: 60px;
  }
  h1 {
    padding: 40px 0 40px 0;
    font-size: 1.2em;
  }
  .sp_br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .logo_af {
    text-align:center;
    right: 10px;
  }
  .logo_af img {
    height: 50px;
  }
  h1 {
    padding: 40px 0 25px 0;
    font-size: 1.0rem;
  }
  .sp_br {
    display: block;
  }
  .main-area {
    margin: 0 20px;
  }
}
/* --------------------
エリア
----------------------- */
.area1 {
  margin-bottom: 40px;
}
.area2 {
  margin-bottom: 40px;
}
@media (min-width :1037px) {
  .flexbox {
    display: -webkit-flex;
    display: flex;
  }
  .area1, .area2 {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 20px 0 20px;
  }
}
/* --------------------
タイトル
----------------------- */
.title {
  margin: 0 10px 0 10px;
}
.titlenumber {
  padding: 5px 8px;
  background-color: #1E859A;
  color: white;
  border-radius: 10px;
  font-size: 1.3rem;
}
.border {
  margin-top: 5px;
  border-bottom: solid 3px #EC7CA4;
}
.smalltext {
  font-size: 1.0rem;
  color: #5B3218;
  font-weight: bold;
}
.text {
  margin-top: 10px;
}
@media (max-width : 600px) {
  .title {
    height: auto;
  }
}
/* --------------------
講演者
----------------------- */
.card-top {
  margin: 20px 0px 40px 0;
  padding: 20px;
  background-color: #FFD7E4;
  border-radius: 20px;
}

.card-top .box-txt {
display: flex;
}
.card-container {
  display: flex;
}
.card-text {
  width: 100%;
  height: 200px;
  margin: 0 20px 10px 20px;
}
.card-text p {
  display: flex;
}
.card-img {
  width: 250px;
}
.card-img img {
  border-radius: 10px;
}
.mb_name {
  margin-bottom: 25px;
}
@media screen and (min-width:1600px) {
  .mb_name {
    margin-bottom: 0;
  }
}

@media (max-width:1450px) {
.card-text {
  height: 280px;
}
}

@media (max-width:1250px) {
.card-text {
  height: 350px;
}
}

@media (max-width:1037px) {
.card-text {
  height: auto;
}
}

@media (max-width:900px) {
  .mb_name {
    margin-bottom: 0;
  }
}

@media (max-width :600px) {
  .card-text p {
    height: auto;
  }
  .card-container {
    display: contents;
  }
  .card-text {
    margin: 20px 0 0 0;
  }
  .card-text02 {
    margin: 20px 0 0 0;
  }
  .card-img {
    margin: auto;
  }
  .md_name {
    margin-bottom: 0px;
  }
}
/* --------------------
動画ページ
----------------------- */
.s-conts {
  margin: 20px 0 0 0;
}
.box-main {
  height: auto;
  width: auto;
}
.layout {
  width: auto;
  height: 480px;
  /*height:auto;*/
}
.layout02 {
  height: 410px;
  width: auto;
  /*height:auto;*/
}
.layout-block {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
  flex-direction: column;
  position: inherit;
}
.box-conts {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
.box-txt {
  padding: 1rem 0;
  ;
}
.box-txt02 {
  padding: 1rem 0;
}
@media screen and (min-width:600px) {
  .layout-block {
    flex-direction: row;
  }
  .box-conts {
    padding: 0;
  }
}
@media screen and (min-width:1600px) {
  .box-main {
    height: auto;
    width: 100%;
  }
  .box-conts {
    width: 465px;
    width: 100%;
  }
}
@media screen and (max-width:1000px) {
  .layout {
    height: 530px;
    /*height:auto;*/
    width: 100%;
  }
  .box-conts {
    width: 400px;
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  .layout {
    height: auto;
    /*height:auto;*/
    width: 100%;
  }
  .layout02 {
    height: auto;
    /*height:auto;*/
    width: 100%;
  }
  .box-conts {
    width: 450px;
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .box-main {
    height: auto;
    width: 100%;
  }
  .box-txt02 {
    height: auto;
    width: 100%;
  }
  .box-conts {
    height: auto;
    width: 100%;
  }
}
/* --------------------
アンケートエリア
----------------------- */
.questionnaire {}
.questionnaire_area {
  margin: 20px 0px 60px 0;
  padding: 20px;
  background-color: #FFD7E4;
  border-radius: 20px;
  text-align: center;
}
/* 019 */
.button019 a {
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto 10px;
  max-width: 280px;
  padding: 10px 25px;
  color: #5B3218;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #5B3218;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
/* --------------------
余白
----------------------- */
.mb_40 {
  margin-bottom: 40px;
}

.mb_80 {
  margin-bottom: 80px;
}