@charset "UTF-8";
/* CSS Document */
.blk_img{
	width: 85%;
    margin: 0 auto;}
.blk_img .img_char{
	position: absolute;
    bottom: -5%;
    right: -7%;
    width: 58%;}
.blk_img .bg_r01 {
    top: 30%;
    right: -5%;
    width: 26%;
}
.blk_img .bg_r02 {
    top: 42%;
    right: -5%;
    width: 16%;
}
.blk_img .bg_l01 {
    top: 6%;
    left: -7%;
	width: 17%;
}
.blk_img .bg_l02 {
    top: 46%;
    left: -8.5%;
    width: 15%;
}
.blk_img .bg_l03 {
    top: 54%;
    left: -5%;
	width: 14%;
}
form .area_hr {
    margin: 4em 0 3em;}
form .bgc_orange label{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form .bgc_orange .area_ttl {
    width: 40%;
    display: inline-flex;
    align-items: center;
	border: 1px solid #FFF;
    border-right: none;
    padding: 0 1em;
}
form .bgc_orange .area_reply {
    display: inline-block;
    width: 60%;
	border: 1px solid #EBAE1B;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
form .bgc_orange br{
	display: none;}

.blk_quiz .box_quiz{
	border:1px solid #EBAE1B;
	margin-bottom: 1em;
}
.blk_quiz legend{
	width: 100%;}
.blk_quiz .quiz_num{
	background: #EBAE1B;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    width: 100%;
    padding: 1em 1em 1em 5em;
    display: block;
    position: relative;}
.blk_quiz .quiz_num:before{
	font-family: nitalago-ruika, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 2em;
    color: #EBAE1B;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    display: inline-block;
    position: absolute;
    top: 0em;
    left: 1em;}
.blk_quiz .wpcf7-form-control-wrap {
    display: block;
    padding: 1em 2em;}

.blk_quiz .wpcf7-list-item {
    margin-left: 0;
}
.blk_quiz textarea{
	margin-bottom: 0;
	border-color: #EBAE1B;
    border-radius: 0;
    background: #FCE0A2;;
}
.blk_quiz label br{
	display: none;}
.blk_kiyaku{
    height: 20em;
    overflow-y: scroll;}
/*カウンター*/
body {
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
.quiz_num:before {
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) " ";      /* 表示形式を指定 */
}
.blk_submit input[type="submit"]{
	border: 0px;
    width: 20em;
    height: 6.5em;
    background: transparent;
    text-indent: 100%;
	position: relative;
	z-index: 10;}
.blk_submit input[type="image"]:hover{
	cursor: pointer;}
.blk_submit .wpcf7-spinner{
	position: absolute;}
.submit_img {
    display: inline-block;
    position: relative;
	background: url(../images/exam/btn-submit.png) center center no-repeat;
    background-size: contain;}
.submit_img:before {
    position: absolute;
    content: '';
    background: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.submit_img:hover:before {
    opacity: 0.3;}

/*========================
=======================*/
@media screen and (max-width: 1000px) {

}
