@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

筑波大学整形外科50年の歴史

------------------------------------------------------------ */

/* ページタイトル
---------------------------------------------- */
.pagettl_inner_r{
	background-image: url("../history/img/img_pagettl01.jpg");
	background-position: center 0;
}

/* コンテンツ
---------------------------------------------- */
.history h3{
	font-family: 'Noto Serif Japanese', serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}

.history h3::before{
	content: "";
    display: inline-block;
    background: linear-gradient(135deg, #379CCF 0%, #35C8C8 100%);
    width: 18px;
    height: 18px;
    margin: 0 12px -2px 0;
}

.history_movie{
	margin-bottom: 80px;
}

.history_movie video{
	width: 100%;
	aspect-ratio: 16/9;
}

.history_timeline .image{
	margin-top: 20px;
}

.history_timeline .image img{
	width: 100%;
	height: auto;
}