@charset "UTF-8";

/*ALL*/
.tempBanner2 .attention {
  margin-top: 5px;
  font-size: 10px;
}

@media all and (min-width: 769px) {
  .sp {
    display: none;
  }

  .voicePage .tempPageTitle.coverage {
    background-image: url(../images/voice/coverage/pct-mv.jpg);
  }

  .voicePage .topText {
    text-align: center;
    margin: 0 auto 5%;
    font-size: 18px;
    line-height: 1.6;
  }
  .voicePage .topText:last-child {
    margin: 0 auto 0;
  }
  .voicePage .wrap ul#voiceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 80px auto 80px;
  }
  .voicePage .wrap ul#voiceList:after {
    content: unset;
  }

  .voicePage .wrap ul#voiceList li {
    width: auto;
    border-bottom: 2px solid #f3f3f3;
  }
  .voicePage .wrap ul#voiceList li a {
    /*display: block;*/
    width: 275px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 1.4rem 0;
    /*横から伸びる下線*/
    display: inline-block;
    position: relative;
  }
  .voicePage .wrap ul#voiceList li a::after {
    margin-bottom: -2px;
    background-color: #4c5870;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    width: 100%;
  }
  .voicePage .wrap ul#voiceList li a:hover::after {
    transform: scale(1, 1);
  }

  .voicePage .wrap ul#voiceList li a:hover {
    opacity: 1;
    color: #4c5870;
  }
  .voicePage .wrap ul#voiceList li:left a {
  }

  .voicePage .wrap ul#voiceList li.selected a {
    border-bottom: 2px solid #4c5870;
    margin-bottom: -2px;
    color: #4c5870;
  }

  .voicePage .indexvoice .wrap ul li .caption span.roomTour {
    text-align: center;
    font-size: 16px;
    border-radius: 0px;
    margin-left: 20px;
    line-height: 1;
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
  .voicePage .indexvoice .wrap ul li .caption span.roomTour:before {
    content: "";
    background: url("/_assets/images/common/youtube.svg") no-repeat 50% 50%;
    display: inline-block;
    width: 21.4px;
    height: 15px;
    background-size: contain;
    vertical-align: middle;
    margin: -4px 5px 0 0;
  }

  .voicePage .wrap h2.title {
    font-size: 24px;
    line-height: 1.1;
    padding: 2px 30px;
    border-left: 10px solid #4c5870;
    margin-top: 5rem;
    margin-bottom: 40px;
  }

  /*
	.voicePage #Wrapper .wrap{
		max-width: 1240px;
		padding: 0 40px 70px;
		margin: 0 auto;
	}
*/

  .voicePage .indexvoice {
    padding: 0 0 75px;
    /*    background-color: rgba(76, 88, 112, 0.05);*/
  }
  .voicePage .indexvoice .wrap {
    max-width: 1236px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .voicePage .indexvoice .wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px 0;
  }

  .voicePage .indexvoice .wrap ul:after {
    content: "";
    display: block;
    width: 27.7%;
  }
  .voicePage .indexvoice .wrap ul li {
    width: 31%;
    /*		max-width: 360px;*/
    margin: 0 0 50px 0;
  }
  .voicePage .indexvoice .wrap ul li a {
    display: block;
    color: #000;
  }
  .voicePage .indexvoice .wrap ul li a:hover {
    opacity: 0.7;
  }
  .voicePage .indexvoice .wrap ul li .pct {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .voicePage .indexvoice .wrap ul li .pct img {
    width: 100%;
    transform: scale(1.05);
  }
  .voicePage .indexvoice .wrap ul li .caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 1.5rem;
    height: 100px;
  }
  .voicePage .indexvoice .wrap ul li .caption strong {
    display: block;
    font-size: 19px;
    margin-bottom: 5px;
  }

  .voicePage .indexvoice .wrap ul li .excerpt {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 23px;
  }

  .voicePage .indexvoiceDetail {
    text-align: center;
    width: 662px;
    padding: 30px 0 28px;
    border-top: 1px solid #4c5870;
    border-bottom: 1px solid #4c5870;
    margin: 0 auto 80px;
  }
  .voicePage .indexvoiceDetail .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .voicePage .indexvoiceDetail .title span {
    color: #c21010;
  }
  .voicePage .indexvoiceDetail .sub {
    /*		text-align: left;*/
    font-size: 19px;
    line-height: 30px;
  }
  .voicePage .indexvoiceDetail .sub span {
    color: #000;
  }

  .voicePage .voiceDetail .wrap {
    max-width: 1000px;
    padding: 0 0px 70px;
    margin: 0 auto;
  }

  .voicePage .voiceDetail .subTitle {
    width: 80%;
    margin: 1rem auto 0;
    font-size: 16px;
  }

  .voicePage .voiceDetail .point {
    font-size: 22px;
    padding: 0px 0 0 20px;
    border-left: 10px solid #61afce;
    margin: 40px auto 20px;
  }

  .voicePage .voiceDetail .text {
    margin: 0px auto 30px;
    font-size: 16px;
  }

  .voicePage .voiceDetail img {
    /*		width: 1174px;*/
    width: 80%;
    margin: auto;
    display: block;
  }

  .voicePage .voiceDetail img.tate {
    /*		width: 644px;*/
    width: 40%;
    margin: auto;
    display: block;
  }

  .voicePage .voiceDetail_1 {
    width: 100%;
  }

  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_7,
  .voicePage .voiceDetail_7_txt {
    width: 49%;
  }

  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_7 {
    float: left;
    margin: 0 1% 0 0;
  }
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_7_txt {
    float: right;
    margin: 0 0 0 1%;
  }

  .voicePage .voiceDetail_5_w,
  .voicePage .right70,
  .voicePage .left70 {
    width: 67.75%;
  }

  .voicePage .voiceDetail_6_n,
  .voicePage .left30,
  .voicePage .right30 {
    width: 30.25%;
  }

  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_5_w,
  .voicePage .voiceDetail_7,
  .voicePage .left30,
  .voicePage .left70 {
    float: left;
    margin: 0 1% 0 0;
  }
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_6_n,
  .voicePage .voiceDetail_7_txt,
  .voicePage .right70,
  .voicePage .right30 {
    float: right;
    margin: 0 0 0 1%;
  }

  .voicePage .voiceDetail_7_txt .subTitle,
  .voicePage .right70 .subTitle {
    margin: 0 0 2rem;
    text-align: left;
  }

  .voicePage .left50 {
    float: left;
    width: 49%;
  }

  .voicePage .right50 {
    float: right;
    width: 49%;
  }

  .voicePage .left50_02 {
    float: left;
    width: 47.15%;
  }

  .voicePage .right50_02 {
    float: right;
    width: 50.7%;
  }

  .voicePage .left50_03 {
    float: left;
    margin: 0;
    width: 47%;
  }

  .voicePage .right50_03 {
    float: right;
    margin: 0;
    width: 51.5%;
  }

  .voicePage .left50_04 {
    float: left;
    margin: 0;
    width: 48.6%;
  }

  .voicePage .right50_04 {
    float: right;
    margin: 0;
    width: 48.6%;
  }

  .voicePage .left32 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
  }

  .voicePage .left25 {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
  }

  .voicePage .right75 {
    float: right;
    margin: 0;
    width: 70%;
  }

  .voicePage .left32:last-child {
    margin: 0 0 0 0;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .voicePage .voiceDetail_7_txt span {
    display: inline-block;
  }

  span.q {
    display: inline-block;
    margin-bottom: 1rem;
  }

  span.q::first-letter {
    color: #2992e3;
  }

  span.a {
    margin: 0 0 4% 0;
    display: inline-block;
  }

  .voicePage.doctor span.a {
    margin: 0;
  }

  span.a::first-letter {
    color: #ff6666;
  }

  .voicePage .tempBanner ul {
    justify-content: center;
  }

  /*
    .voicePage .tempBanner ul li a .title .jp::after {
    background:none;
*/

  .mb20 {
    margin-bottom: 20px;
  }

  .linkBtn a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #4c5870;
    padding: 2rem 0;
    width: 50%;
    margin: 0 auto 8%;
  }

  .prof {
    background: #4c5870;
    padding: 2rem;
    margin-bottom: 100px;
    color: #fff;
  }

  .prof .name {
    font-size: 120%;
    margin-bottom: 1rem;
  }

  .prof .career {
    font-size: 100%;
    margin-bottom: 1rem;
  }

  .prof .biog {
    font-size: 80%;
  }

  .new {
    margin-right: 2%;
    color: #de2322;
    font-weight: normal;
  }
  /*
.waku {
	font-size: 16px;
	margin-left: 3%;
	padding: 1%;
	font-weight: normal;
	background-color: #ededed;
	border: 1px solid #666;
}
*/

  /*Architectural exampleへの誘導*/
  .archiIntro {
    margin: 0px 0 80px;
    padding: 40px;
    background: #f6f6f8;
  }
  .archiIntro h2 {
    font-size: 24px;
    text-align: center;
  }
  .archiIntro .en {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 19px;
    text-align: center;
  }
  .archiBoxWrap {
    max-width: 930px;
    margin: 40px auto 0;
    overflow: hidden;
  }
  .archiBoxRight {
    max-width: 440px;
    float: right;
  }
  .archiBoxRight img {
    width: 100%;
  }
  .archiBoxLeft {
    max-width: 430px;
    float: left;
  }
  .archiBoxLeft h3 {
    border-top: 1px solid #4c5870;
    border-bottom: 1px solid #4c5870;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #4c5870;
  }
  .archiBoxLeft h4 {
    margin-top: 30px;
    margin-left: -5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
  }
  .archiBoxLeft h4:before {
    width: 30px;
    height: 20px;
    margin: -4px 0px 0 0;
    content: "";
    background: url("../images/common/house.png") no-repeat 50% 50%;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
  }
  .archiText {
    margin-top: 15px;
  }
  .linkBtn a {
    width: 100%;
    margin: 30px auto;
    padding: 15px;
    display: block;
  }
}

@media all and (max-width: 768px) {
  .voicePage .tempPageTitle.coverage {
    background-image: url(../images/voice/coverage/pct-mv-sp.jpg);
  }

  .voicePage .topText {
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 10%;
  }

  .voicePage .topText:last-child {
    margin-bottom: 0;
  }

  #voiceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto 40px;
  }

  #voiceList li {
    width: 50%;
    margin-bottom: 0;
    border-bottom: 2px solid #f3f3f3;
  }

  #voiceList li a {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 1rem 0;
    opacity: 1;
    /*横から伸びる下線*/
    display: inline-block;
    position: relative;
  }
  #voiceList li a::after {
    margin-bottom: -2px;
    background-color: #4c5870;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.1s;
    width: 100%;
  }

  #voiceList li a:hover {
    opacity: 1;
    color: #4c5870;
  }
  #voiceList li a:hover::after {
    transform: scale(1, 1);
  }

  #voiceList li:first-child a,
  #voiceList li:nth-child(3) a {
  }
  #voiceList li:first-child a,
  #voiceList li:nth-child(2) a {
  }

  #voiceList li.selected a {
    border-bottom: 2px solid #4c5870;
    margin-bottom: -2px;
    color: #4c5870;
  }

  #voiceList.mt80 {
    margin: 0 auto 40px;
  }

  .voicePage .wrap h2.title {
    font-size: 16px;
    font-weight: bold;
    padding: 2px 15px;
    border-left: 5px solid #4c5870;
    margin-top: 3rem;
    /*		margin-bottom: 25px;*/
    line-height: 1.4;
  }

  .voicePage .indexvoice .wrap {
    padding: 0 20px 30px;
  }

  .voicePage .indexvoice {
    padding: 0 0 12px;
    /*    background-color: rgba(76, 88, 112, 0.05);*/
    margin-bottom: 0;
  }
  .voicePage .indexvoice .wrap {
    padding: 0 20px;
  }
  .voicePage .indexvoice .wrap ul li {
    margin-bottom: 35px;
  }
  .voicePage .indexvoice .wrap ul li a {
    display: block;
    color: #000;
  }
  .voicePage .indexvoice .wrap ul li a:active {
    opacity: 0.7;
  }
  .voicePage .indexvoice .wrap ul li .pct {
    margin-bottom: 14px;
  }
  .voicePage .indexvoice .wrap ul li .pct img {
    width: 100%;
  }
  .voicePage .indexvoice .wrap ul li .caption {
    /*text-align: center;*/
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .voicePage .indexvoice .wrap ul li .caption strong {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
  }

  .voicePage .indexvoice .wrap ul li .excerpt {
    margin-top: 0.5rem;
    font-size: 12px;
    line-height: 23px;
  }

  .voicePage .indexvoiceDetail {
    text-align: center;
    width: 100%;
    padding: 30px 0 28px;
    border-top: 1px solid #4c5870;
    border-bottom: 1px solid #4c5870;
    margin: 0 auto 40px;
  }
  .voicePage .indexvoiceDetail .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .voicePage .indexvoiceDetail .title span {
    color: #c21010;
  }
  .voicePage .indexvoiceDetail .sub {
    /*		text-align: left;*/
    font-size: 19px;
    line-height: 30px;
  }
  /*.voicePage .indexvoiceDetail .sub span {
		color: #C21010; }*/

  .voicePage .voiceDetail .wrap {
    margin: 0px auto 0px;
    padding: 0 20px 3rem;
  }

  .voicePage .voiceDetail .subTitle {
    margin: 2rem auto 0;
    /*		text-align: center;*/
    font-size: 16px;
    width: 100%;
  }

  .voicePage .voiceDetail .text {
    margin: 1.5rem auto 0px;
    font-size: 14px;
    line-height: 1.8em;
  }

  .voicePage .voiceDetail img {
    width: 100%;
    margin: 1.5rem auto 0px;
  }

  .voicePage .voiceDetail_1 {
    width: 100%;
  }

  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_5_w,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_6_n,
  .voicePage .voiceDetail_7,
  .voicePage .voiceDetail_7_txt {
    width: 98%;
  }

  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_5_w,
  .voicePage .voiceDetail_7 {
    float: none;
    margin: 0 auto;
  }
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_6_n,
  .voicePage .voiceDetail_7_txt {
    float: none;
    margin: 0 auto;
  }

  .voicePage span {
    display: inline-block;
  }

  .voicePage span.q {
    display: inline-block;
    margin-bottom: 1rem;
  }

  .voicePage span.q::first-letter {
    color: #2992e3;
  }

  .voicePage span.a {
    margin: 0 0 4% 0;
  }

  .voicePage span.a::first-letter {
    color: #ff6666;
  }

  /*
    .voicePage .tempBanner ul li a .title .jp::after {
    background:none;
}
	
*/

  .voicePage .voiceDetail .point {
    font-size: 18px;
    padding: 0px 0 0 20px;
    border-left: 10px solid #61afce;
    margin: 40px auto 20px;
  }
  .mb20 {
    margin-bottom: 40px !important;
  }

  .mbS {
    margin-bottom: 20px;
  }

  .linkBtn a {
    display: block;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #4c5870;
    margin: 0 auto 8%;
    width: 100%;
    font-size: 14px;
    padding: 1.3rem 0;
  }

  .left25 {
    width: 60%;
    margin: 0 auto 25px;
  }
  .prof {
    background: #4c5870;
    padding: 2rem;
    margin-bottom: 100px;
    color: #fff;
  }

  .prof .name {
    font-size: 15px;
    margin-bottom: 1rem;
  }

  .prof .career {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  .prof .biog {
    font-size: 12px;
  }
  .pc {
    display: none;
  }

  /*Architectural exampleへの誘導*/
  .archiIntro {
    margin: 20px 0 40px;
    padding: 40px 20px 10px;
    text-align: center;
    background: #f6f6f8;
  }
  .archiIntro h2 {
    font-size: 18px;
    text-align: center;
  }
  .archiIntro .en {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 13px;
    text-align: center;
  }
  .archiBoxWrap {
    width: 100%;
    margin: 20px auto 0;
  }
  .archiBoxRight img {
    width: 100%;
  }
  .archiBoxLeft h3 {
    margin-top: 30px;
    border-top: 1px solid #4c5870;
    border-bottom: 1px solid #4c5870;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #4c5870;
  }
  .archiBoxLeft h4 {
    margin-top: 30px;
    margin-left: -5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
  }
  .archiBoxLeft h4:before {
    width: 30px;
    height: 20px;
    margin: -4px 0px 0 0;
    content: "";
    background: url("../images/common/house.png") no-repeat 50% 50%;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
  }
  .archiText {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.8em;
    text-align: left;
  }
  .linkBtn a {
    width: 100%;
    margin: 30px auto;
    padding: 15px;
    display: block;
  }

  .voicePage .indexvoice .wrap ul li .caption span.roomTour {
    text-align: center;
    font-size: 85%;
    border-radius: 0px;
    margin-left: 20px;
    line-height: 1;
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
  .voicePage .indexvoice .wrap ul li .caption span.roomTour:before {
    content: "";
    background: url("../images/common/youtube.svg") no-repeat 50% 50%;
    display: inline-block;
    width: 21.4px;
    height: 15px;
    background-size: contain;
    vertical-align: middle;
    margin: -4px 5px 0 0;
  }
}

.voicePage li.jsInview {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
