#wrap {
	font-size:14px;
	max-width:600px;
	margin: 0 auto;
	font-family: sans-serif;
	line-height:24px;
}
.interview-box1::before {
    content: 'NEW';
    color: #ff3434;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: -30px;
}
.interview-box1:hover::before {
    opacity: 0.8;
}
span.teacher_name {
    font-size: 15px;
}
#wrap .interview-list {
    margin-top: 40px;
}
#wrap .m-article_link {
    display: block;
    width: 85%;
    margin: 0 auto 40px;
    position: relative;
}

.name-area {
    position: relative;
    height: 1rem;
    text-align: center;
    margin-top: 5px;
}

#wrap .interview-subbox {
    background-size: cover;
    background-position: center;
    width: 50%;
    padding: 5px 10px 5px;
    background-image: url(https://feel-i.jp/tmpl_smart_phone/img/camp/interview/background-image.webp);
}
span.interview-date {
    color: #40629F;
}
span.interview-icon {
    background-image: url(https://feel-i.jp/tmpl_smart_phone/img/camp/interview/icon_modified.png);
    display: inline-block;
    font-size: 12px;
    padding-left: 16px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-bottom: 2px;
}

#wrap time {
    color: #471414;
}

#wrap .new {
    width: 85%;
    margin: 0 auto;
    color: red;
    font-weight: bold;
    font-size: 17px;
    padding: 20px 0 6px;
}

#wrap img.prof {
    width: 50%;
    object-fit: cover;
}
#wrap .interview-block {
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: stretch;
}
#wrap hr.line {
    width: 100%;
    height: 1px;
    background: #fff;
    border: none;

}
#wrap .interview-box {
    margin: 0 auto;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
#wrap .interview-box:hover {
    opacity: 0.8;
}

#wrap .badge-new {
  top: 12px;
  left: 12px;

  background: #ff2d2d;
  color: #fff;
  font-size: 12px;
  font-weight: bold;

  padding: 6px 10px;
  border-radius: 20px;

  z-index: 10;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
#wrap p.interview-article {
    border-bottom: 1px solid #ffffff;
    line-height: 1.6;
    padding: 5px 5px 15px;
    color: #ffffff;
    min-height: 100px;
    height: auto;
    font-size: clamp(14px, 3.5vw, 23px);
}

#wrap p.interview-name {
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    font-size: clamp(19px, 4vw, 30px);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#wrap .interview-description {
    font-weight: 600;
    line-height: 24.6px;
    color: #471414;
    font-size: 15px;
}

#wrap h2 {
    background-color: #fcf8fd;
    color: #460855;
    padding: 21px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
#wrap .text {
	width: 90%;
    margin: 25px auto;
}

#wrap .T_hd {
    padding: 17px 20px 18px;
    background-color: #f6f6f6;
    min-height: 126px;
    border-bottom: 4px double #460855;
    box-shadow: 0px 1px 0px 0px #460855;
    margin-top: 21px;
}
#wrap .waku {
    padding: 0 10px;
}
#wrap .T_hd img {
    display: block;
    border: 1px solid #460855;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    width: 80px;
    margin: 0 16px 16px 0;
    float: left;
}
#wrap .T_hd h3 {
    font-size: 13px;
    line-height: 19px;
    padding-top: 3px;
}
#wrap .T_hd .name {
    font-size: 20px;
    font-weight: bold;
    color: #460855;
    margin-top: 3px;
}


#wrap .conv_box {
    width: 96%;
    margin: 0 auto;
    line-height: 22px;
    letter-spacing: 1px;
}
#wrap .conv_box img { width: 20%; max-width: 70px; vertical-align: top;}
#wrap .viewer { text-align: center; margin: 31px auto 36px; font-size: 15px;}

#wrap .arrow_box1 {
    position: relative;
    width: 69%;
    background: #f6f6f6;
    padding: 17px 15px;
    color: #333333;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: inline-block;
    margin: 0px 0 0 10px;
    text-align: left;
    border : 1px solid #d5d5d5;
}
#wrap .arrow_box1:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 237, 196, 0);
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-right-width: 11px;
    border-right-color: #d5d5d5;
    right: 100%;
    top: 27px;
}

#wrap .arrow_box2 {
    position: relative;
    width: 69%;
    background: #fdf8fd;
    padding: 17px 15px;
    color: #333333;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: left;
    border: 1px solid #b395b5;
}
#wrap .arrow_box2:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 237, 196, 0);
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 11px;
    border-left-color: #bd9ec0;
    left: 100%;
    top: 30px;
}

#wrap h4 {
    position: relative;
    padding: 0.25em 0;
    text-align: center;
    font-size: 18px;
    color: #5d5050;
    font-weight: bold;
    margin-top: 50px;
}
#wrap h4:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, rgb(156, 202, 230), #fef0ff, #ffc8b2);
  background: linear-gradient(to right, rgb(156, 202, 230), #fef0ff, #ffc8b2);
  margin:6px auto 0;
  width:73%;
}

#wrap dl {
    font-size: 15px;
    margin-top: 5px;
}
#wrap dl dd {
    line-height: 21px;
    display: flex;
    margin: 5px 0 0;
}

#wrap .btn-vertical-border {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 10px 11px;
    text-decoration: none;
    color: #2c73a0;
    background-color: #fff;
    box-shadow: 0 2px 2px 0px #b5b5b5;
    font-size: 16px;
    width: 80%;
    text-align: center;
    margin: 30px auto 10px;
    border: 6px double #2c73a0;
    border-radius: 3px;
}
/*
#wrap .btn-vertical-border:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
  background:#2c73a0;
}

#wrap .btn-vertical-border:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 100%;
  top:0;
  left: 100%;
  border-radius: 3px;
  background:#2c73a0;
}
*/
#wrap .item1 {
    width: 80px;
    margin: 7px auto;
    display: block;
}
#wrap .comment {
    border-top: 3px dashed #460855;
    padding: 10px;
    border-bottom: thick double #460855;
}
#wrap .comment h5 {
    background-color: #ffeddf;
    padding: 7px 10px;
    margin-bottom: 7px;
    font-weight: bold;
}
#wrap .omake_title {
    border-left: 10px solid #fcdbd6;
    border-bottom: 1px dashed #fbd0c2;
    padding: 7px 10px;
    margin-bottom: 7px;
    font-weight: bold;
    margin-top: 11px;
}
#wrap img.pictuer {
    width: 90%;
    display: block;
    margin: 25px auto;
}
#wrap .frame {
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 7px;
    font-size: 13px;
}
#wrap .font_s {
    font-size: 12px;
    line-height: 20px;
}
/* 画像 */
#wrap img.flower {
    width: 40%;
    padding: 20px 0px 20px;
}
#wrap img.umbrella {
    width: 70%;
    display: block;
    margin: 20px auto;
}
#wrap .pic1 {
    display: flex;
    justify-content: space-around;
}
/* 20210324 新規会員登録ボタン */
#wrap .bt_1 {
    width: 90%;
    margin: 40px auto 20px;
    display: block;
    max-width: 400px;
}


@media screen and (min-width:760px){

#wrap .interview-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 1100px;
}

#wrap {
    font-size: 14px;
    max-width: 1100px;
    margin: 0 auto;
    font-family: sans-serif;
    line-height: 24px;
}
#wrap p.interview-name {
        font-size: 18px;
}
#wrap p.interview-article {
    padding-top: 10px;
    font-size: 13px;
   
}
#wrap .new {
    width: 97%;
    margin: 0 auto;
    color: red;
    font-weight: bold;
    font-size: 18px;
    padding: 25px 0 7px;
}
#wrap .m-article_link {
    width: 90%;
    margin: 0px auto 25px;
}
.name-area {
    height: 4rem;
}
}