@charset "utf-8";

/* ------------------------- メディア共通設定 ------------------------- */

/* ------------------------- サイト全体の設定 ------------------------- */

html {
    font-size: 62.5% ;/* rem単位へのベースとして10px */
}

/* ------ font family ------ */

body {
    font-family: 'Noto Sans JP', "Yu Gothic Medium" , "游ゴシック Medium" , YuGothic , "游ゴシック体" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    color: #434343;
    font-size: 1rem;
    background: #fff;
}

/* ------ clearfix ------ */

.cf::after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* ------ トップへ戻るボタン ------ */

p#return_top {
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: none;
}

p#return_top a {
    padding: 20px 28px;
    background: #4b98e8;;
    color: #fff;
    font-size: 2.0rem;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.3;
}

p#return_top a:hover {
    opacity: 1;
    color: #fff;
}

/* ------------------------- 　新着情報 等 ------------------------- */

/* -- 新着情報の表示範囲の注意 --*/

p.note {
    margin-left: 5%;
    color: #ff7f50;
    margin-bottom: 10px;
}

/* ------------------------- 　作品の紹介　・　フォトアルバム ------------------------- */

/* -- 注意書き 拡大　--*/

p.note_photo {
    text-align: center;
    color: #ff7f50;
    font-size: 1.0rem;
}

/* -- フォトアルバム -- */

ul.photo_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul.photo_list li {
    border: 1px solid #e4e4e4;
    width: 110px;
    height: 170px;
    padding: 10px 5px;
    margin-top: 10px;
    margin-right: 10px;
}

ul.photo_list li.month {
    padding: 10 20px;
    background: #f6f6f6;
    text-align: center;
}

h6.photo_action {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

h6.photo_action span {
    font-size: 1.2rem;
    font-weight: normal;
}

ul.photo_list li.photo {
    text-align: center;
}

ul.photo_list li p.photo_title {
    text-align: center;
    line-height: 2rem;
}

/* -- 作品の紹介 -- */

p.description {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 40px;
}

/* -- 作品(simple scrollを利用） -- */

.simply-scroll {
    margin-top: 20px;
}

.simply-scroll-container { 
    position: relative;
}
.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}
.simply-scroll-list { 
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 300px;
    height: 225px;
}
.simply-scroll-list li img {
    display: block;
}


/* 2020 */

.item_sub_title {
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 0;
}

/* 法人概要 倫理綱領　太字　*/

.weight_b {
    font-weight: bold;
}

.ivent_area {
    text-align: center;
}

.ivent_ol {
    margin-left: 60px;
}

.pdf_link {
    font-size: 15px;
    text-align: center;
}


