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

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

研究

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

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

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

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

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

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

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

.list_research 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_research li a:hover{opacity: 0.7;}

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

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

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