/* VARIABLE*/
/* MIXIN*/
/********** SP **********/
@media screen and (max-width: 900px) {
  #voice #list .inner {
    width: 100%;
  }
  #voice #list .item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 63px;
  }
  #voice #list .item::last-child {
    margin-bottom: 0;
  }
  #voice #list .item a {
    width: 70.6%;
    position: relative;
  }
  #voice #list .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 23px;
    margin-left: -94px;
  }
  #voice #list .item .caption dt {
    background: #202020;
    color: #fff;
    font-size: 9px;
    line-height: 25px;
    display: inline-block;
    height: 25px;
    padding: 0 21px;
  }
  #voice #list .item .caption dd {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 52px 10px 21px;
    position: relative;
  }
  #voice #list .item .caption dd::after {
    content: "";
    background: url(../images/common/arrow_black.svg) no-repeat center;
    display: block;
    width: 12px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 20px auto 0;
  }
  #voice #list .item .caption dd .affiliation {
    font-weight: bold;
  }
  #voice #list .item img {
    width: 100%;
    border-radius: 30px 0 0 30px;
  }
  #voice #list .item:nth-child(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #voice #list .item:nth-child(2n) img {
    border-radius: 0 30px 30px 0;
  }
  #voice #list .item:nth-child(2n) .caption {
    text-align: right;
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: -94px;
  }
  #voice #list .item:nth-child(2n) .caption dt {
    background: #f6df34;
    color: #202020;
  }
  #voice #list .item:nth-child(2n) .caption dd {
    text-align: left;
    padding-right: 20px;
    padding-left: 52px;
  }
  #voice #list .item:nth-child(2n) .caption dd::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 20px;
  }

  #detail {
    overflow: hidden;
  }
  #detail .image-wrapper {
    text-align: center;
    line-height: 0;
    margin-bottom: 35px;
    position: relative;
  }
  #detail .image-wrapper::before, #detail .image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6df34;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 40px 40px 40px 40px;
  }
  #detail .image-wrapper::before {
    margin-left: -91.3%;
  }
  #detail .image-wrapper::after {
    right: 0;
    left: auto;
    margin-right: -91.3%;
  }
  #detail .image-wrapper img {
    border-radius: 40px 40px 40px 40px;
    width: 82.6%;
  }
  #detail #interview {
    max-width: 600px;
    margin: 0 auto 50px;
  }
  #detail #interview h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #detail #interview h3 {
    font-weight: bold;
    margin-bottom: 30px;
  }
  #detail #interview h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #detail #interview .item {
    line-height: 2;
    width: 100%;
    margin-bottom: 35px;
	}
	  #detail #interview .item .answer{
	  text-align: justify;
    text-justify: inter-ideograph;
  }
  #detail #interview .other-image img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  #detail #interview .other-image img:last-child {
    margin-bottom: 0;
  }
  #detail #links.Flex {
    justify-content: center;
  }
  #detail #links a {
    display: inline-block;
    width: 45%;
    max-width: 155px;
    transform: translate(1px, 0);
  }
  #detail #links a:last-child {
    transform: translate(-1px, 0);
  }
  #detail #links img {
    width: 100%;
  }
}
/********** PC **********/
@media screen and (min-width: 900px) {
  #voice #list {
    overflow: hidden;
  }
  #voice #list .inner {
    padding: 0;
  }
  #voice #list .item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 100px;
  }
  #voice #list .item::last-child {
    margin-bottom: 0;
  }
  #voice #list .item a {
    width: 50%;
    position: relative;
  }
  #voice #list .item .image-wrapper {
    line-height: 0;
  }
  #voice #list .item .image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6df34;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-left: 100%;
  }
  #voice #list .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 40px;
    margin-left: -233px;
  }
  #voice #list .item .caption dt {
    background: #202020;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    padding: 0 20px;
  }
  #voice #list .item .caption dd {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 75px 20px 20px;
    position: relative;
  }
  #voice #list .item .caption dd::after {
    content: "";
    background: url(../images/common/arrow_black.svg) no-repeat center;
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 30px auto 0;
  }
  #voice #list .item .caption dd .affiliation {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #voice #list .item img {
    width: 100%;
    border-radius: 30px 0 0 30px;
  }
  #voice #list .item:nth-child(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #voice #list .item:nth-child(2n) img {
    border-radius: 0 30px 30px 0;
  }
  #voice #list .item:nth-child(2n) .image-wrapper {
    line-height: 0;
  }
  #voice #list .item:nth-child(2n) .image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6df34;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-left: -100%;
  }
  #voice #list .item:nth-child(2n) .caption {
    text-align: right;
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: -233px;
  }
  #voice #list .item:nth-child(2n) .caption dt {
    background: #f6df34;
    color: #202020;
  }
  #voice #list .item:nth-child(2n) .caption dd {
    text-align: left;
    padding-right: 20px;
    padding-left: 75px;
  }
  #voice #list .item:nth-child(2n) .caption dd::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 30px;
  }

  #detail {
    overflow: hidden;
  }
  #detail .image-wrapper {
    text-align: center;
    line-height: 0;
    margin-bottom: 45px;
    position: relative;
  }
  #detail .image-wrapper::before, #detail .image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6df34;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 70px 70px 70px 70px;
    width: 82.6%;
    max-width: 750px;
  }
  #detail .image-wrapper::before {
    margin-left: calc((100% - 750px) / 2 + 750px);
  }
  #detail .image-wrapper::after {
    right: 0;
    left: auto;
    margin-right: calc((100% - 750px) / 2 + 750px);
    margin-left: 0;
  }
  #detail .image-wrapper img {
    border-radius: 70px 70px 70px 70px;
    width: 750px;
  }
  #detail #interview {
    max-width: 100%;
    margin: 0 auto 50px;
  }
  #detail #interview h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px;
  }
  #detail #interview h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #detail #interview h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #detail #interview .item {
    line-height: 2;
    width: calc((100% - 100px) / 2);
    margin: 0 100px 100px 0;
  }
  #detail #interview .item:nth-child(2n) {
    margin-right: 0;
  }
  #detail #interview .other-image.Flex {
    justify-content: center;
  }
  #detail #interview .other-image img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: calc((100% - 150px) / 2);
    margin: 0 25px 50px;
  }
  #detail #links.Flex {
    justify-content: center;
  }
  #detail #links a {
    display: inline-block;
    width: 155px;
    transform: translate(1px, 0);
  }
  #detail #links a:last-child {
    transform: translate(-1px, 0);
  }
  #detail #links img {
    width: 100%;
  }
}
