@charset "utf-8";

body {
    font-family: "'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333333;
}


article:after, section:after, .clrFx:after {
    content: '';
    clear: both;
    display: block;
}
main {
    padding: 0 0 35px 0;
    /* margin: 0 auto; */
    max-width: 980px;
    margin: 0 auto;
}
#pageBody {
}

#pageBody p {
    margin-bottom: 1em;
}

#wrapper {
    position: relative;
    clear: both;
}
.margin {
    background-color: #fff;
    width: 50px;
    height: 151px;
}
.qalist{
    min-width:320px;
    max-width:800px;
    margin:0 auto;
}
.qalist li {
    font-size:130%;
    font-weight: bold;
    /*padding-top: 30px;*/
    position: relative;
}

.qbox {
    text-align:center;
}
.answer .qbox {
    text-align:center;
    position: absolute;
    top: calc(50% - 46px);
    width: 95%;
}
@media screen and (max-width: 767px) {
  .qbox{
    height: 2.75em;
  }
}
.qabox{
    width: 500px;
    margin: 0 auto;
}

.question {
	font-size:15px;
	line-height:1.5em;
	padding:10px;
}
.question:after{
    clear:both;
}
.question a {
    color: #333333;
    font-size: 1.125rem;
    /*display: block*/;
}
.answer {
	font-size:15px;
	line-height:1.5em;
	color:#000000;
	padding:10px;
}

.qabtn {
    position: relative;

}
.qabtn::before,
.qabtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.qabtn,
.qabtn::before,
.qabtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.qabtn {
	z-index: 1;
}
.qabtn:active {
	top: 3px;
	box-shadow: none;
}
.qabtny{
    margin-right:30px;
}

.btnBox {
    text-align:center;
    width: 180px;
    float: left;
    height: 45px;
    padding: 20px;
    border-radius: 10px;
    cursor :pointer;
    color: #fff;
    font-size:150%;
    line-height: 45px;
    
    margin-top:10px;
}

.btnBox_y {
    background-color: #f36266;
    margin-right: 40px;
}

.btnBox_n {
    background-color: #6295f3;
}
@media screen and (max-width: 767px) {
  .qabox{
    width: 280px;
    margin: 0 auto;
  }
  .btnBox {
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 125%;
  }
  .btnBox_y{
    margin-right: 16px;
  }
}

.q {
    font-size: 1.5rem;
    height: 50px;
    color: #6295f3;
}
.a {
    font-size: 1.5rem;
    height: 50px;
    color: #f36266;
}
.qtxt {
}

.reset {
    position: absolute;
    bottom: 64px;
    width: 95%;
    text-align: center;
}
.reset a {
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 767px) {
  .reset {
    bottom: 47px;
    text-align: right;
  }
}

.fixed-step {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.fixed-step p {
    text-align: center;
}
.fixed-step p.back {
    text-align: left;
    margin-left: 1em;
}
.fixed-step p.ichi {
    background-color: #F2F2F2;
    margin: 0 !important;
    padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .fixed-step p.ichi img {
      width: 172px;
      height: auto;
  }
}

.img {
    margin: 0 auto 10px;
    max-width: 500px;
}
.img img {
    max-width: 100%;
}
.img .blank {
    min-height: 160px;
}
@media screen and (max-width: 767px) {
  .img {
      min-height: auto;
  }
  .img .blank {
      min-height: 0;
      padding-bottom: calc(100%*160/500);
  }
}

#pageBody .title p{
    margin:3px 0 1px;
}

