@charset "utf-8";

.taiken-header {
        max-width: 1200px;
	width: 94%;
        margin: 3% auto;
        padding-bottom: 5px;   
}

.taiken-header .header-inner {
        height: 23vw;
	position: relative;
        background: url(../images/oheyasagashi_ico.png) bottom 0% right 13% no-repeat;
        background-size: 25% auto;
        background-color: #20aee5;
        border-radius: 5px;
}

.taiken-header .header-inner h1 {
	font-family: 'Kiwi Maru', serif;
        position: absolute;
        top: 50%;
        left: 10%;
        color: #ffffff;
	font-size: 3rem;
	font-weight: normal;
        transform: translateY(-50%);
}

/* main */
.mb15 {
	margin-bottom: 15px;
}

.taiken-main a {
	text-decoration: none;
}

.taiken-main .main-inner{
        max-width: 1200px;
	width: 94%;
        margin: 0 auto;
}

.taiken-main .top-title-box {
        font-family: 'Kiwi Maru', serif;
        padding: 0.5rem;
        border-top: solid 1px #20aee5;
        border-bottom: solid 1px #20aee5;
        color: #20aee5;
        text-align: center;
        margin: 1rem auto;
}

.taiken-main .taiken-contents {
	list-style-type: none;
}

.taiken-main .taiken-contents li {
	padding: 10px;
	border-bottom: 1px dotted #20aee5;
}

.taiken-main .taiken-contents li:last-child {
	border-bottom: none;
}

.taiken-main .taiken-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.taiken-main .taiken-faculty {
	flex-basis: 60%;
}

.taiken-main .taiken-img01 {
	width: 25vw;
	height: 25vw;
	object-fit: cover;
	margin-right: 10px;
}

.taiken-main .fa-arrow-circle-right {
	color: #20aee5;
	font-size: 2rem;
}

.taiken-main .taiken-box {
	border-bottom: 2px dotted #20aee5;
}

.taiken-main h3 {
	margin-top: 10px;
}

.taiken-main .taiken-img02 {
	width: 50%;
	height: auto;
	object-fit: cover;
	margin: 5px auto;
}

.taiken-main strong {
	color: #036eb8;
}

.taiken-main .taiken-text {
	padding: 5px;
	margin: 10px auto;
	background-color: #d3edfb;
	border: 1px solid #d3edfb;
	border-radius: 5px;
}

.taiken-main .taiken-box:last-child {
	border-bottom: none;
}