@charset "UTF-8";

/* 
**********************************************************************/
#contentLeft .intv-wrap p { margin: 0; }
figure { margin: 0; padding: 0; }
.intv-wrap {  }
.intv {  }
.intv:not(:first-of-type) { border-top: 2px solid #ddd; margin-top: 30px; padding-top: 30px; }


.intv__intro { padding-bottom: 15px; }
.intv__intro__img {  }
.intv__intro__inner { margin-top: 25px; }
.intv__intro__ttl { font-size: 20px; font-weight: 700; line-height: 1.4; color: #9e598c; }
.intv__intro__occu,
.intv__intro__name { font-size: 16px; font-weight: 700; }
.intv__intro__occu { margin-top: 15px !important; }
.intv__intro__occu span:last-of-type { margin-left: 20px; }
.intv__intro__name { margin-top: 5px !important; }
.intv__intro__from { margin-top: 5px !important; }

.intv__trg { position: relative; display: block; width: 100%; background: #ebd2e0; border: none; padding: 16px 10px 16px; text-align: left; }
.intv__trg::after { content: "見る"; }
.intv.is-active .intv__trg::after { content: "閉じる"; }
.intv__trg::before { position: absolute; top: 50%; right: 20px; transform: translateY(-50%) rotate(45deg); transition: transform .3s; display: block; width: 6px; height: 6px; border-bottom: 2px solid #777; border-right: 2px solid #777; content: ''; }
.intv.is-active .intv__trg::before { transform: translateY(-50%) rotate(225deg); }

.intv__inner { display: none; }
.intv__qna-wrap { padding: 20px 15px 0; }
.intv__qna {  }
.intv__qna:not(:first-of-type) { margin-top: 25px; }
.intv__qna__q span { background: #fdf5e6; padding: 3px 3px 3px; line-height: 1.8; font-weight: 700; }
.intv__qna__a { margin-top: 5px !important; }
.intv__qna__a strong { font-weight: 500; background: linear-gradient(transparent 60%, #ebd2e0 0%); }
.intv__qna__thumb { margin-top: 35px; }

@media print, screen and (max-width:640px){
	
}
@media print, screen and (min-width:641px){
	.intv__intro__inner { margin-top: 35px; }
}

@media print, screen and (min-width:1024px){
  .intv__intro { display: flex; justify-content: space-between; align-items: center; padding-bottom: 30px; }
	.intv__intro__img { width: 350px; margin-right: 40px; }
	.intv__intro__inner { flex: 1; margin-top: 0; }
	.intv__intro__ttl { font-size: 24px; }
	.intv__intro__occu,
	.intv__intro__name { }
	.intv__intro__name { margin-top: 10px !important; }
	.intv__intro__from { margin-top: 10px !important; }
	.intv__intro__from { font-size: 16px; }
	.intv__trg { font-size: 16px; }
	
	.intv__qna-wrap { padding: 30px 25px 30px; font-size: 14px; }
	.intv__qna {  }
	.intv__qna:not(:first-of-type) { margin-top: 25px; }
	.intv__qna__q span { background: #fdf5e6; padding: 3px 3px 3px; line-height: 1.8; font-weight: 700; }
	.intv__qna__a { margin-top: 5px !important; }
	.intv__qna__thumb { width: 350px; margin-top: 0; }
	
	.intv__qna:last-of-type { display: grid; grid-template-columns: 1fr 350px; grid-template-rows: auto 1fr; grid-column-gap: 30px; grid-row-gap: 0px; }
	

.intv__qna:last-of-type .intv__qna__q { grid-area: 1 / 1 / 2 / 2; }
.intv__qna:last-of-type .intv__qna__a { grid-area: 2 / 1 / 3 / 2; }
.intv__qna:last-of-type .intv__qna__thumb { grid-area: 1 / 2 / 3 / 3; }

}

/* 
**********************************************************************/


@media print, screen and (min-width:641px){
	
}

@media print, screen and (min-width:1024px){
  
}

/* 
**********************************************************************/


@media print, screen and (min-width:641px){
	
}

@media print, screen and (min-width:1024px){
  
}
