@charset "UTF-8";

/* CSS Document */

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 146px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
h1 {
  font-size: 30px;
  color: #222;
  letter-spacing: 1px;
}
article > h2 {
  width: 980px;
  min-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #e6132d;
  line-height: 1.4;
  letter-spacing: .04em;
  background: url(../../img/icon_q_01.png) no-repeat left 2px;
  background-size: 37px auto;
  padding: 0 0 0 54px;
  margin: 0 auto 46px;
  box-sizing: border-box;
}
article > h2.q2 {
  background: url(../../img/icon_q_02.png) no-repeat left 2px;
  background-size: 37px auto;    
}
article > h2.q3 {
  background: url(../../img/icon_q_03.png) no-repeat left 2px;
  background-size: 37px auto;    
}
article > h2.q4 {
  background: url(../../img/icon_q_04.png) no-repeat left 2px;
  background-size: 37px auto;    
}
article > h2.q5 {
  background: url(../../img/icon_q_05.png) no-repeat left 2px;
  background-size: 37px auto;    
}
.people-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
.people-wrapper .block {
  width: 470px;
  margin-bottom: 60px;
}

/* ---------------------------------------------------------
.people-box
----------------------------------------------------------*/
.people-box {
  display: flex;
  margin-bottom: 11px;
  box-sizing: border-box;
}
.person6 .people-box {
  margin-bottom: 4px;
}
.people-box .pic-ppl {
  width: 147px;
  margin-right: 20px;
}
.people-box .pic-ppl img,
.people-box .pic-pen img {
  width: 100%;
  height: auto;
}
.people-box .txt-block {
  width: 285px;
  margin: -4px 0 0 0;
  box-sizing: border-box;
}
.person4 .people-box .txt-block {
  margin: -4px 20px 0 0;
}
.person8 .people-box .txt-block {
  margin: -4px 5px 0 0;
}
.people-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fd7176;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 14px;
}
.person2 .people-box h3,
.person5 .people-box h3,
.person6 .people-box h3,
.person9 .people-box h3,
.person10 .people-box h3 {
  color: #388ab9;
}
.people-box h3::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #eee;
	margin: 15px 0 0;
}
.people-box .item {
	position: relative;
}
.people-box h4 {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  padding: 0 0 7px 0;
}
.people-box .txt-block .cate {
  font-size: 11px;
  font-weight: bold;
  color: #777;
  padding: 11px 0 7px;
}
.people-box .txt-block .product {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .05em;
  color: #222;
}
.person6 .people-box .txt-block .product {
  line-height: 1.2;
}
.person8 .people-box .txt-block .product {
  letter-spacing: -.03em;
}
.people-box .txt-block .product .txt-num {
  letter-spacing: .05em;
}
.people-box .pic-pen {
	position: absolute;
	top: 0;
	right: 0;
  width: 64px;
  margin-bottom: 4px;
}
.person2 .people-box .pic-pen {
  width: 70px;
}
.person3 .people-box .pic-pen,
.person4 .people-box .pic-pen,
.person7 .people-box .pic-pen {
  width: 66px;
}
.person5 .people-box .pic-pen {
  width: 62px;
}
.person6 .people-box .pic-pen {
  width: 62px;
  margin-bottom: 12px;
}
.person9 .people-box .pic-pen {
  width: 62px;
  margin-bottom: 10px;
}
.txt-answer {
	width: 470px;
	height: 153px;
	text-align: center;
	background: url("../img/bg_answer.png") no-repeat;
}
.txt-answer img {
	width: 90%;
	height: auto;
	margin-top: -18px;
}

@media screen and (min-width:751px) {
/* ---------------------------------------------------------
.other
----------------------------------------------------------*/
.other {
  position: relative;
  width: 980px;
  padding: 46px 0 120px;
  margin: 0 auto;
}
.other::before {
  content: '';
  position: absolute;
  top: 79px;
  left: 50%;
  display: block;
  width: 190px;
  height: 142px;
  background: url(../../img/ill_01.png) no-repeat;
  background-size: 190px auto;
  margin-left: 400px;
}
.other h3 {
  font-size: 22px;
  color: #222;
  text-align: center;
  margin-bottom: 35px;
}
.other ul {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  list-style: none;
  margin: 0 auto 11px;
}
.other li {
  width: 490px;
}
.other li a {
  display: block;
  min-height: 30px;
  font-size: 16px;
  color: #e6132d;
  line-height: 1;
  background: url(../../img/icon_q_01.png) no-repeat left 2px;
  background-size: auto 28px;
  padding: 6px 0 0 50px;
  margin-bottom: 11px;
}
.other .cr a {
  text-decoration: underline;
}
.other .q2 a {
  background: url(../../img/icon_q_02.png) no-repeat left 2px;
  background-size: auto 28px;
}
.other .q3 a {
  background: url(../../img/icon_q_03.png) no-repeat left 2px;
  background-size: auto 28px;
}
.other .q4 a {
  background: url(../../img/icon_q_04.png) no-repeat left 2px;
  background-size: auto 28px;
}
.other .q5 a {
  background: url(../../img/icon_q_05.png) no-repeat left 2px;
  background-size: auto 28px;
}
.other .btn-back {
  width: 240px;
  margin: 0 auto;
}
.other .btn-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #e6132d;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.other .btn-back a:hover {
  color: #e6132d;
  text-decoration: none;
}
  
}

  @media screen and (max-width:750px) {
  /* ---------------------------------------------------------
  #main sp
  ----------------------------------------------------------*/
  #main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 27px;
  }
  h1 {
    font-size: 23px;
  }
  article > h2 {
    width: 92vw;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: .04em;
    background: url(../../img/icon_q_01.png) no-repeat left 5px;
    background-size: auto 24px;
    padding: 0 4.8vw 0 44px;
    margin: 0 auto 28px;
  }
  article > h2.q2 {
    background: url(../../img/icon_q_02.png) no-repeat left 5px;
    background-size: auto 24px;
  }
  article > h2.q3 {
    background: url(../../img/icon_q_03.png) no-repeat left 5px;
    background-size: auto 24px;
  }
  article > h2.q4 {
    background: url(../../img/icon_q_04.png) no-repeat left 5px;
    background-size: auto 24px;
  }
  article > h2.q5 {
    background: url(../../img/icon_q_05.png) no-repeat left 5px;
    background-size: auto 24px;
  }
  .people-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .people-wrapper .block {
    width: 100%;
    padding: 0 4vw;
    margin-bottom: 50px;
    box-sizing: border-box;
  }

   /* ---------------------------------------------------------
  .people-box
  ----------------------------------------------------------*/
  .people-box {
    margin-bottom: 5px;
  }
  .person3 .people-box {
    margin-bottom: 10px;
  }
  .person6 .people-box {
      margin-bottom: 4px;
  }
  .people-box .pic-ppl {
		flex-grow: 0;
		flex-shrink: 0;
    width: 40vw;
    margin-right: 3.4vw;
  }
  .people-box .txt-block {
    width: 48vw;
		padding-right: 4.8vw;
    margin: -5px 0 0 0;
    box-sizing: border-box;
  }
  .people-box h3 {
    position: relative;
    width: 36vw;
		margin-bottom: 0;
  }
	.people-box h3::after {
		width: 43.2vw;
		margin-top: 13px;
	}
  .person4 .people-box h3 {
    width: 41vw;
  }
	.people-box .item {
		padding-top: 13px;
	}
  .people-box h4 {
		position: relative;
    width: 100%;
    font-weight: 500;
    color: #777;
    letter-spacing: .05em;
    padding: 0 0 15px;
		z-index: 2;
  }
  .people-box h4::after {
    top: -15px;
    width: 162px;
  }
  .people-box .txt-block .cate {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    padding: 11px 0 7px;
  }
  .people-box .txt-block .product {
    width: 26vw;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -.01em;
  }
  .person6 .people-box .txt-block .product {
    line-height: 1.6;
  }
  .person8 .people-box .txt-block .product {
    letter-spacing: -.01em;
  }
  .people-box .txt-block .product .txt-num {
    letter-spacing: .05em;
  }
  .people-box .pic-pen {
		top: 21px;
    width: 14vw;
  }
  .person2 .people-box .pic-pen {
    width: 15.2vw;
  }
  .person3 .people-box .pic-pen {
    width: 14.4vw;
  }
  .person4 .people-box .pic-pen {
    width: 14vw;
  }
  .person7 .people-box .pic-pen {
    width: 13.3vw;
  }
  .person5 .people-box .pic-pen {
    width: 15vw;
  }
  .person6 .people-box .pic-pen {
    width: 14.4vw;
  }
  .person8 .people-box .pic-pen {
    width: 12.8vw;
  }
  .person9 .people-box .pic-pen {
    width: 14.4vw;
  }
  .person10 .people-box .pic-pen {
    width: 13.6vw;
  }
  .block .txt-answer img {
    width: 100%;
    height: auto;
  }
  .block .txt-answer {
    width: 92vw;
  }
	.txt-answer {
		width: 92vw;
		height: 40.6vw;
		background: url("../img/bg_answer_sp.png") no-repeat;
		background-size: 100% auto;
	}
	.txt-answer img {
		margin: 0;
	}

    /* ---------------------------------------------------------
    .other
    ----------------------------------------------------------*/
    .other {
      width: 100%;
      padding: 0 4vw 77px;
      margin: 0 auto;
      box-sizing: border-box;
    }
    .other h3 {
      font-size: 17px;
      text-align: center;
      padding: 10px 0 20px;
    }
    .other ul {
      list-style: none;
      border-top: 1px solid #eee;
      margin-bottom: 25px;
    }
     .other li {
       padding: 10px 0 11px;
       border-bottom: 1px solid #eee;
     }
    .other li a {
      display: block;
      min-height: 30px;
      font-size: 15px;
      color: #e6132d;
      line-height: 1.5;
      background: url(../../img/icon_q_01.png) no-repeat left 2px;
      background-size: auto 24px;
      padding: 0 0 0 44px;
    }
		.other li.cr a {
			text-decoration: underline;
		}
    .other .q2 a {
      background: url(../../img/icon_q_02.png) no-repeat left 4px;
      background-size: auto 24px;
    }
    .other .q3 a {
      background: url(../../img/icon_q_03.png) no-repeat left 4px;
      background-size: auto 24px;
    }
    .other .q4 a {
      background: url(../../img/icon_q_04.png) no-repeat left 4px;
      background-size: auto 24px;
    }
    .other .q5 a {
      background: url(../../img/icon_q_05.png) no-repeat left 4px;
      background-size: auto 24px;
    }
    .btn-back a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 56vw;
      height: 10.6vw;
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      border: 2px solid #e6132d;
      border-radius: 4px;
      margin: 0 auto;
    }
    }

    @media screen and (max-width:360px) {
    .people-box h3 {
      width: 38vw;
      }
    .people-box h4 {
      width: 32vw;
      }
      
    }

    @media screen and (max-width:320px) {
      
    .other .pic {
      width: 45.6vw;
      height: 165px;
    }
    }
