@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.b {
    background: linear-gradient(transparent 60%, #ff9 60%);
}
.red {
    background: linear-gradient(transparent 60%, #ffd0d1 60%);
}
.referrer {
  margin: 30px 0;
  padding: 7px 15px;
  font-size: 0.8rem;
  background: #fcfcfc;
}
.referrer p {
  margin: 15px 0;
}
.referrer p:first-child {
  margin: 0 0 15px;
}
.referrer p:last-child {
  margin: 0;
}
.bgb-beige {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
.bgb-beige p {
  margin: 15px 0;
}
.bgb-beige p:first-child {
  margin: 0 0 15px;
}
.bgb-beige p:last-child {
  margin: 0;
}
.article h3 {
  margin: 1.62em 0 1em 0;
}
.article ul, .article ol {
  margin: 1.62em 0;
    }
.article blockquote, .article table {
  margin: 1.8em 0;
}
.supervisor-card {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 15px;
    background-color: #f8f8f8;
    text-align: center;
    margin: 0 auto;
}
.supervisor-title {
    font-size: 20px;
    font-weight: bold;
    color: #4c8ed9;
    margin-bottom: 15px;
}
.supervisor-info {
    display: flex;
    flex-direction: row;
    text-align: left;
}
.supervisor-image {
    width: 70px;
    height: 70px;
    background-color: #eaeaea;
    border-radius: 50%;
    margin-right: 15px;
}
.supervisor-details p {
    margin: 5px 0;
    font-size: 13px;
}
.supervisor-name {
    font-weight: bold;
    font-size: 15px !important;
}
@media screen and (min-width: 768px) {
    .supervisor-card {
        max-width: 600px;
        margin: 0 auto;
    }
    .supervisor-image {
        width: 100px;
        height: 100px;
    }
}
