@charset "utf-8";
/* CSS Document */

#wrap_top_se2-2 {
    padding: 0 0 50px;
    background: #d6efe8;
}
#wrap_top_se2-2 h2 {
    text-align: center;
    color: #FFF;
    background: #2ba782;
    border: none;
    padding: 30px;
    line-height: 1;
	margin: 0 0 50px;
}

/*基本の吹き出し*/
#wrap_top_se2-2 h2{
	position: relative;
    text-align: center;
    color: #FFF;
    background: #2ba782;
    border: none;
    padding: 30px;
    line-height: 1;
	margin: 0 0 80px;
}
#wrap_top_se2-2 h2:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color:#2ba782 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
/**/
/*
#wrap_top_se2 h2 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

#wrap_top_se2 h2:before,
#wrap_top_se2 h2:after {
  position: absolute;
  content: '';
}
#wrap_top_se2 h2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
#wrap_top_se2 h2:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}*/

#wrap_top_se2-2 .wrapper{
	max-width: 1300px;
}
@media screen and (min-width: 1100px) {
.wrap_mt {
	display: flex;
	flex-wrap: wrap;
}
.wrap_mt .bx_more{
	/*width: calc(33.3% - 20px);*/
	width: calc(50% - 20px);
}
.bx_more .bx_l,
.bx_more .bx_r {
        width: 100%;
}
}

@media screen and (min-width: 601px) and (max-width: 1100px) {
   .wrap_mt .bx_more {
        display:flex;
    }
	.wrap_mt .bx_more .bx_l{
        width: 60%;
    }
	.wrap_mt .bx_more .bx_r{
        width: 40%;
    }
}

@media screen and (max-width:600px) {
    .wrap_mt {
    	display: block;
	}
	 .wrap_mt .bx_more {
        width: 100%;
    }
}


/* シナリオトレーニング */
.bx_training {
    background: #fff;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
    border: 10px solid #33a4db;
}

#wrap_top_se2 h2.ttl_st1{
	margin: 0 0 0.5em;
}
#wrap_top_se2 h2.ttl_st2{
	margin: 100px 0 0.5em;
}

/*　add　*/
.link_ganjoho {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	width: 98%;
	margin: 0 auto 0;
	font-size: 0.95em;
}
.link_ganjoho p.link_g{
	display: block;
	width: 49%;
	line-height: 1.5;
    margin-bottom: 20px;
}
.link_ganjoho p.link_g a{
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #06815c;
}
.bx_more .bx_r .w640 img {
    width: 100%;
    max-width: 600px;
}







