@charset "UTF-8";

.all{
  width: auto;
  margin: 0 20px;
}
.all *{
  box-sizing: border-box;
}

.mainVisualArea h1{
  margin: 0 -20px;
}
.mainVisualArea .backnumberList{
  display: block;
}
.mainVisualArea .backnumberList li a{
  padding: 10px 10px 10px 30px;
}
.mainVisualArea .backnumberList li a:before{
  left: 10px;
}
.mainVisualArea .backnumberList li a:after{
  left: 15px;
}

.themeWrap{
  padding: 20px;
  margin: 0 -10px;
}
.themeWrap .themeHead{
  display: block;
}
.themeWrap h2{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.themeWrap h2:after{
  border-top: 20px solid #87CF5B;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.themeWrap .text-theme{
  width: auto;
}
.themeWrap .fig{
  display: block;
  text-align: center;
  margin-top: 10px;
}
.themeWrap .participant{
  padding: 10px;
}
.themeWrap .persons{
  flex-wrap: wrap;
}
.themeWrap .participant h3{
  margin-bottom: 0;
}
.themeWrap .persons li{
  width: 30%;
  margin: 15px 1.5% 0 !important;
}

.section01,
.section02,
.section03{
  margin: 0 -10px 40px !important;
}
.section04{
  margin: 0 -10px;
}
.section01 h3,
.section02 h3,
.section03 h3,
.section04 h3{
  width: auto;
  padding: 10px;
  font-size: 18px;
  margin: 0 10px;
}

.innerSection{
  padding: 15px !important;
}
.talkBlock{
  display: block;
  width: auto;
}
.talkBlock .txt{
  width: auto !important;
  padding: 10px;
  margin-bottom: 20px;
}
.talkBlock .txt:before,
.talkBlock.reverse .txt:before{
  transform: rotate(135deg);
  margin-top: 0;
  margin-right: -9px;
  left: auto;
  right: 50%;
  top: auto;
  bottom: -10px;
}
.talkBlock .fig{
  text-align: center;
}
.talkBlock .fig img{
  width: 80px;
}
.section02 .talkBlock:nth-child(1) .fig img,
.section02 .talkBlock:nth-child(3) .fig img,
.section04 .talkBlock:nth-child(1) .fig img,
.section04 .talkBlock:nth-child(3) .fig img{
  width: 250px;
}

.staffTalk{
  width: auto;
  margin-left: 0;
}
.staffTalk .txt{
  border-radius: 10px;
}
.messageBlock{
  background: url("../../../images/pi_gakusyu/zadankai5/message_bg.png");
  margin: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  padding: 20px;
}
.messageBlock > img{
  display: none;
}
.messageBlock p{
  position: static;
}
.messageBlock .tit{
  width: auto !important;
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}
.messageBlock .tit:before{
  left: 10px !important;
}
.messageBlock p br{
  display: none;
}
.section04 .innerSection .deskList{
  width: auto;
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
	justify-content: center;
  margin-top: 20px;
}
.section04 .innerSection .deskList li{
  width: 50%;
  margin: 0;
  text-align: center;
}
.section04 .innerSection .deskList li:first-child img{
  max-width: 70%;
}