@charset "UTF-8";



/* ==================================================================

  STRUCTURE（文書構文基本スタイル）

=====================================================================*/


body {
  background-color: #FFFFFF;
  font-size: 14px;
  color: #453205;
  margin:0px;
  padding:0px;
  text-align:center;
  -webkit-text-size-adjust: 100%;
}

.all {
  width: 940px;
  margin:0px auto;
  text-align:left;
}

/* ==================================================================

  ELEMENTS（各共通要素）

=====================================================================*/


.elementBlock{
  position: relative;
  margin-left: 85px;
}
.elementBlock p{
  position: absolute;
}

.messageBlock{
  position: relative;
  margin-left: 30px;
}
.messageBlock p{
  position: absolute;
}

/* ==================================================================

  HEADER（流用）

=====================================================================*/

.head {
  width: 940px;
  margin:0px 0px 10px;
}
.anchor {
font-size: 0px;
line-height: 0px;
display: block;
overflow: hidden;
height: 0px;
}

.head .logo{
  width:220px;
  margin:0px 0px 8px;
}
.head .logo p{
  color:#333;
  padding:5px 0px;
  font-size:10px;
  line-height:1.4em;
  font-weight:bold;
  margin:0px;
}

/* ==================================================================

  CONTENTS

=====================================================================*/

/* ------------------------------------------------------------------
  mainVisualArea
---------------------------------------------------------------------*/

.mainVisualArea h1{
  margin-bottom: 6px;
}

/*.backnumberList
-----------------------------------*/
.mainVisualArea .backnumberList{
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.mainVisualArea .backnumberList li{
  margin-right: 6px;
  margin-top: 6px;
}
.mainVisualArea .backnumberList li a{
  display: block;
  padding: 7px 20px 7px 40px;
  border-radius: 5px;
  background: #EFF7FC;
  text-decoration: none;
  color: #3C98DD;
  position: relative;
}
.mainVisualArea .backnumberList li a:before{
  content: "";
  width: 14px;
  height: 14px;
  background: #3C98DD;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mainVisualArea .backnumberList li a:after{
  content: "";
  border-left: 4px solid #FFF;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  display: block;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

/*.socialBtn
-----------------------------------*/
.socialBtn ul li{
  width:106px;
  float: left;
}

/* ------------------------------------------------------------------
  themeWrap
---------------------------------------------------------------------*/

.themeWrap{
  position: relative;
  background-image: url(../../../images/pi_gakusyu/zadankai5/bg_01.jpg);
  background-position: 0 bottom;
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  padding: 20px 48px 40px;
}
.themeWrap .themeHead{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.themeWrap h2{
  color: #FFF;
  background: #87CF5B;
  width: 230px;
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.themeWrap h2:after{
  content: "";
  border-left: 20px solid #87CF5B;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.themeWrap .text-theme{
  width: 345px;
}

.themeWrap .participant{
  background: #FFFCEB;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px 20px 30px;
}
.themeWrap .participant h3{
  color: #87CF5B;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.themeWrap .participant h3:before,
.themeWrap .participant h3:after{
  content: "";
  width: 2px;
  height: 20px;
  background: #87CF5B;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
 }
.themeWrap .participant h3:before{
  transform: rotate(-20deg);
  margin-right: 20px;
}
.themeWrap .participant h3:after{
  transform: rotate(20deg);
  margin-left: 20px;
}
.themeWrap .persons{
  display: flex;
  justify-content: center;
}
.themeWrap .persons li{
  margin: 0 20px !important;
}
/* ------------------------------------------------------------------
  .section01
---------------------------------------------------------------------*/
.section01 h3,
.section02 h3,
.section03 h3,
.section04 h3{
  width: 620px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  font-weight: 500;
}
.section01 h3{
    background: url("../../../images/pi_gakusyu/zadankai5/h_01_bg.png");
}
.innerSection{
  padding: 40px 0;
}
.section01 .innerSection{
  border:6px solid #ff90a5;
  background: url(../../../images/pi_gakusyu/zadankai5/bgPattern_01.jpg);
  background-position: 0 0;
}
.talkBlock{
  display: flex;
  justify-content: space-between;
  width: 758px;
  margin: 0 auto 15px; 
  align-items: center;
}
.talkBlock .txt{
  background: #FFF;
  border-radius: 20px;
  padding: 20px 25px;
  width: 604px;
  border: 2px dotted #D8CD84;
  position: relative;
}
.talkBlock .txt:before{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: -10px;
  top: 50%;
  border-top: 2px dotted #D8CD84;
  border-right: 2px dotted #D8CD84;
  background-color: #fff;
  transform: rotate(45deg);
  margin-top: -9px;
}
.talkBlock.reverse{
  flex-direction: row-reverse;
}
.talkBlock.reverse .txt:before{
  transform: rotate(-135deg);
  left: -10px;
  right: auto;
  
}
.staffTalk{
  display: flex;
  align-items: center;
  width: 604px;
  margin-bottom: 15px;
}
.staffTalk .fig{
  width: 54px;
  margin-right: -10px;
  position: relative;
}
.staffTalk .txt{
  border: 2px dotted #D8CD84;
  background: #FBF0AA;
  border-radius: 0 20px 20px 0;
  position: static;
  flex: 1;
  padding: 5px 10px 5px 20px;
}
.messageBlock .tit{
  width: 500px;
  left: 30px;
  top: 42px;
  text-align: center;
  background: #67C72C;
  border-radius: 20px;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
.messageBlock .tit:before{
  content: "";
  width: 40px;
  height: 52px;
  background: url("../../../images/pi_gakusyu/zadankai5/staff_s.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 100px;
  bottom: 0;
}

/* ------------------------------------------------------------------
  .section02
---------------------------------------------------------------------*/
.section02 h3{
    background: url("../../../images/pi_gakusyu/zadankai5/h_02_bg.png");
}
.section02 .innerSection{
  border:6px solid #91d469;
  background: url(../../../images/pi_gakusyu/zadankai5/bgPattern_02.jpg);
  background-position: 0 0;
  padding-bottom: 60px;
}
.section02 .talkBlock:nth-child(1) .txt,
.section02 .talkBlock:nth-child(3) .txt{
  width: 354px;
}

/* ------------------------------------------------------------------
  .section03
---------------------------------------------------------------------*/
.section03 h3{
    background: url("../../../images/pi_gakusyu/zadankai5/h_03_bg.png");
}
.section03 .innerSection{
  border:6px solid #f8e777;
  background: url(../../../images/pi_gakusyu/zadankai5/bgPattern_03.jpg);
  background-position: 0 0;
  padding-bottom: 60px;
}
/* ------------------------------------------------------------------
  .section04
---------------------------------------------------------------------*/
.section04 h3{
    background: url("../../../images/pi_gakusyu/zadankai5/h_04_bg.png");
}
.section04 .innerSection{
  border:6px solid #94caf8;
  background: url(../../../images/pi_gakusyu/zadankai5/bgPattern_04.jpg);
  background-position: 0 0;
  padding-bottom: 60px;
}

.section04 .innerSection .deskList{
  position: absolute;
  top:210px;
  left: 53px;
	text-align: center;
	width: 760px;

}
.section04 .innerSection .deskList li{
  display: inline-block;
	margin: 0 20px;
}
.section04 .talkBlock:nth-child(1) .txt,
.section04 .talkBlock:nth-child(3) .txt{
  width: 354px;
}
.section04 .messageBlock .tit{
  width: 800px;
}
.section04 .messageBlock .tit:before{
  left: 240px;
}




/* ==================================================================

  FOOTER（流用）


=====================================================================*/
.footer {
  width: 940px;
  height:58px;
  background:url(../../../images/pi_gakusyu/zadankai4/footer_bg.gif) repeat-x left top;
  padding:22px 0px 0px 0px;
  font-size: 10px;
  clear: both;
}
.footer p{
  line-height:21px;
  margin:0px;
  float:left;
}
.footer div{
  float:right;
}
