@charset "utf-8";

/* ================ Style ================= */

#wrapper #primary .chek-sheet {
	margin: 0 0 32px;
}
#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: 100%;
	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-13/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 15px;
	margin: 0 auto;
}


div.cho_bk{
background-color:#d5ebff;
border-radius:10px;
padding:10px 20px;
text-align:center;
}


.result_out{width: 90%;margin: 0 auto;}
.result_in{
    display: flex;
    justify-content: space-between;
    margin: 5px auto 0px;
    overflow: hidden;
}

.result_icon{width: 82px;
margin-right: 20px;}

.result_line{
    border-top: 1px dotted #333;
    margin:10px 0 0;
    padding:10px 0 0;
    text-align:left;
}

@media screen and (min-width: 1230px)  {
div.result_cho{
width: 50%;
text-align:center;
	}
div.cho_bk{
width: 80%;
margin: auto;
height: 80%;
}
}


@media screen and (min-width: 992px) and (max-width:1229px)  {
div.result_cho{
width: 60%;
text-align:center;
}

div.cho_bk{
width:80%;
	margin:auto;
}
}

@media screen and (min-width:769px)  {
.sp{display: none;}
}

div.cho_bk{
width:80%;
	margin:auto;
}
}

@media screen and (max-width:991px)  {
div.result_cho{
width: 100%;
text-align:center;
}

div.cho_bk{
width:80%;
	margin:auto;
}
}

.em_b{color:#0061d5;}

/* 吹き出し*/
.balloon5 {
  width:90%;
  margin:20px auto 10px;
  overflow: hidden;
	display: flex;
	justify-content: center;
}




.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;
}