@charset "utf-8";

/* ================ Style ================= */


#wrapper #primary .chek-sheet {
	margin: 0 0 32px -16px;
}
#wrapper #primary .chek-sheet li {
	display: inline-block;
	width: 100%;
	margin: 0 0 5px;
}
#wrapper #primary .chek-sheet li a {
	display: block;
	text-align: left;
	padding: 4px 50px;
	background-color: #fff;

	position: relative;
	top: 0;
	left: 0;
}
#wrapper #primary .chek-sheet li a span {
	font-size: 16px;
	font-weight: 500;

	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#wrapper #primary .chek-sheet li a:after {
	display: block;
	content: '';
	font-size: 20px;
	width: 1em;
	height: 1em;
	color: #fff;
	border: 2px solid #a6caea;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-sizing: border-box;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1em;
	margin: auto 0;
	font-family: 'icomoon';
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrapper #primary .chek-sheet li a.checked {
}
#wrapper #primary .chek-sheet li a.checked span {
	color: #0061d5;
}
#wrapper #primary .chek-sheet li a.checked:before {
	display: block;
	content: url("../img/no-10/chk.png");
	font-size: 18px;
	width: 1em;
	height: 1em;
	color: #0061d5;
	box-sizing: border-box;
	line-height: 1;
	position: absolute;
	top: -0.2em;
	bottom: 0;
	left: 1em;
	margin: auto 0;
	z-index: 2;
    -webkit-transform: scale(0.60);
    transform: scale(0.60);
-ms-interpolation-mode:bicubic;
}

#wrapper #primary .btn {
	display: block;
	margin: 0 auto 90px;
}
#wrapper #primary .btn a {
	text-align: center;
}


#wrapper #primary .result-box {
	margin: 0 0 90px;
	padding: 15px;
	display: none;
}
#wrapper #primary .result-box .btn {
	margin: 0 auto 0px;
}

#wrapper #primary .result-box dl {
	margin: 0 0 20px;
}

/*セルフチェック青字*/
div.result_cho h4{
text-align:center;
}

div.result_cho{
border:2px solid #0061d5;
border-radius:10px;
padding:10px 20px;
	margin: 0 auto;
}


div.cho_bk{
background-color:#d5ebff;
border-radius:10px;
padding:10px 20px;
text-align:center;
}

@media screen and (min-width: 1230px)  {
div.result_cho{
width: 60%;
text-align:center;
	}
div.cho_bk{
width:60%;
	margin: 0 auto;
}
}


@media screen and (min-width: 992px) and (max-width:1229px)  {
div.result_cho{
width: 70%;
text-align:center;
}

div.cho_bk{
width:60%;
	margin: 0 auto;
}
}

.em_b{color:#0061d5;}

/* 吹き出し*/
.balloon5 {
  width:90%;
  margin:20px auto 10px;
  overflow: hidden;
	display: flex;
	justify-content: center;
}

.balloon5 .faceicon {
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
}

.balloon5 .chatting {
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 135px;
  padding: 17px 25px;
  border-radius: 12px;
border:2px solid #9ac0ed;
	text-align: left;
}

.says:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -36px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 30px solid #FFF;
  z-index: 2;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -42px;
  border: 12px solid transparent;
  border-right: 30px solid #9ac0ed;
	z-index: 1;
}

.says p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
.balloon5 .faceicon {
    margin-top: 30px;
}

.says::before {
    top: 50px;
}
.says::after {
    top: 38px;
}

  }