/*	lower_header
============================== */
div.lower_header h1 span {
	background-image: url(../img/que_h2.png);
}
@media all and (min-width: 768px) {
	div.lower_header h1 span {
		width: 400px;
	}
	div.content {
    border-radius: 20px;
    border: solid 10px #1ca5ef;
    margin: 0 auto 20px;
    padding: 0 60px 80px;
    box-sizing: border-box;
 }
}
@media all and (max-width: 767px) {
	div.content {
		padding: 0 0 0.1px;
	}
}
/*	present_pic
============================== */
div.present_pic p {
	background-repeat:no-repeat;
	background-position:left top;
	white-space: nowrap;
	text-indent: 140%;
	overflow: hidden;
}
@media all and (min-width: 768px) {
div.present_pic p {
	background-image:url(../img/question_top.png);
	width:750px;
	height: 532px;
	margin: 50px auto 0;
}
}
@media all and (max-width: 767px) {
div.present_pic p {
	background-image:url(../img/question_top.png?);
	overflow:hidden;
	background-size:cover;
	height:0;
	padding-top:70.9333333333333%;
}
}
div.qo {
   text-align: center;
   /* background-color: #1ba2ec; */
   border-radius: 5px;
   /* padding: 15px 15px 0.1px; */
   /* margin: 15px 15px 15px; */
}
p.q {
   background-color: #fff;
   padding: 1em;
   border-radius: 0px;
}
p.qn {
   text-align: center;
   color: #fff;
   background-color: #1ba2ec;
   width: 46px;
   height: 46px;
   padding-top: 7px;
   margin: 0 auto;
   box-sizing: border-box;
   border-radius: 10%;
}
p.a {
   color: #ffdf00;
}
p.qn span.font {
    font-family: 'Dosis-Bold', 'sans serif';
    font-size: 30px;
}
ul.kome {
   padding: 0 15px 15px;
}
@media all and (min-width: 768px) {
	div.qo {
		font-size: 17px;
	}
   div.qbn {
      padding: 30px;
		font-size: 17px;
   }
}
@media all and (max-width: 767px) {
   div.qbn {
      padding: 15px;
   }
	p.q {
		line-height: 1.5;
	}
}
div.qbn dl dt {
	float:left;
	line-height:1.5;
}

div.qbn dl dd {
	margin-left:2.5em;
	margin-bottom:8px;
	line-height:1.5;
}
div.qo ol.counter{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #1e4e9c;
  background-color: #fff;
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
}
div.qo ol.counter li{
  border-bottom: dashed 1px #1e4e9c;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
div.qo ol.counter li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number,upper-alpha);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #1e4e9c;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
div.qo ol.counter li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}
