.kigo {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.kigo p {
    margin: 10px 10px 10px 10px; 
    padding: 0;
}

.kigo-plus {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.kigo-plus .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.kigo-plus p {
    margin: 10px 10px 10px 10px; 
    padding: 0;
}


h1 {
font-size: 28px;
font-weight: 600;
position: relative;
color: #333333;
display: inline-block;
margin: 47px 0;
text-shadow: 0 0 2px white;
}
h1:before {
content: "";
position: absolute;
background: #ffd69d;
width: 80px;
height: 80px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: 50%;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: -1;
}

h2 {
font-size: 20px;
width: 85%;
position: relative;
color: #333333;
text-shadow: 0 0 2px white;
}
h2:before {
content: "";
position: absolute;
background: #ffa7a1;
width: 30px;
height: 30px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}

.kigo h3 {
font-size: 14px;
font-weight: 600;
position: relative;
}


.p-seminar-main {
  font-size: 14px;
  color:	#555555;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  }

.p-kigo-m {
  font-size: 16px;
  font-weight: 500;
  color: #ee7800;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  }

.h2-insta{
  margin-top: 40px;
  margin-bottom: 15px;
  }
  
.h2-ad{
  margin-top: 20px;
  margin-bottom: 30px;
  }

.kigo-button{
  margin-top: 10px;
  margin-bottom: 30px;
  }