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

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

医療機器開発

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

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

/* 一覧ページ
---------------------------------------------- */
.sec_development h3{
	text-align: center;
	margin-bottom: 50px;
}

.lead{
	text-align: center;
	line-height: 2;
	margin-bottom: 70px;
}

.list_development{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.8rem;
	margin-bottom: -30px;
}

.list_development li{
	width: 380px;
	margin: 0 30px 30px 0;
}

.list_development li:nth-child(3n){margin-right: 0;}

.list_development li a{
	background: #E9F1F5 url("../img/ico_arrow01.png") no-repeat right 30px center;
	display: block;
	color: #333;
	padding: 33px 30px;
	transition: opacity .2s;
}

.list_development li a:hover{opacity: 0.7;}

/* 詳細ページ
---------------------------------------------- */
.sec_development_single{margin-bottom: 70px;}

.sec_development_single + .btn_type01{text-align: center;}

.sec_development_single .ttl_development01{
	font-size: 3.2rem;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #E9F1F5;
}

/* 開発ドクター */
.doctor_wrapper h4{
	font-family: 'Noto Serif Japanese', serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}

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

.doctor_detail{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #E9F1F5;
}

.doctor_detail .photo{
	width: 140px;
	height: 140px;
	border: 1px solid #E9F1F5;
	margin-right: 40px;
}

.doctor_detail .photo span{
	display: block;
	width: 138px;
	height: 138px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

.doctor_detail .detail{
	position: relative;
	padding-left: 30px;
}

.doctor_detail .detail::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 73px;
	background: linear-gradient(135deg, #379CCF 0%, #35C8C8 100%);
	position: absolute;
	top: -3px;
	left: 0;
}

.doctor_detail .detail .name{font-size: 2.6rem;}

.doctor_detail .detail .name span{
	display: inline-block;
	color: #A1C4D4;
	font-size: 1.4rem;
	margin-left: 20px;
}