@charset "UTF-8";
/* CSS Document */
.research-content{
  max-width: 1080px;
  width: 100%;
  margin: 70px auto;
  padding: 0 20px;
}
.l-inner h3{
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.5rem;
  font-family: serif;
}
.small{
  font-size: 1.2rem;
}
.textp{
  text-align: left;
  padding-top: 55px;
  line-height: 1.5rem;
}
.textp2{
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 1.5rem;
}
body.newsEvent .c-headingLv2, body.newsEvent .c-headingLv3 {
  margin-top: 70px;
  margin-bottom: 30px;
}
.c-headingLv2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.l-tile_inner{
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.l-tile {
  margin-right: -20px;
  margin-left: -20px;
}
.c-cassetteStudy .l-tile_item {
  padding-right: 20px;
  padding-left: 20px;
}
.l-tile-3col .l-tile_item {
  width: 50%;
}
.c-cassetteStudy .c-linkarea {
  min-height: 300px;
  margin-top: 0;
  padding-bottom: 50px;
}
.c-linkarea {
  margin-top: 70px;
  border-top: 4px solid #000;
}
.c-linkarea>a {
  display: block;
}

.c-cassetteStudy .c-linkarea_img {
  margin-top: 10px;
}
.c-cassetteStudy-actualimgSize .c-linkarea_img {
  position: relative;
  padding: 35% 0;
  border: 1px solid #c7c7c7;
}
.c-img {
  display: inline-block;
  width: 100%;
}
.c-cassetteStudy-actualimgSize .c-linkarea_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 85%;
  max-height: 85%;
  margin: auto;
}
.c-img>img {
  width: 100%;
  vertical-align: bottom;
}
.c-linkarea_textHeading {
  font-size: 14px;
  font-size: .875rem;
}
body.newsEvent .l-tile_item .c-linkarea_textDescription {
  padding-top: 5px;
}
.c-cassetteStudy .c-linkarea_textDescription {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 5px;
  font-weight: 600;
  text-align: left;
}
.c-linkarea_textDescription a,.color,.research-wrap li a{
  color: #00479D;
}
.color:hover,.research-wrap li a:hover{
  color: #92B4CD;
}
.research-list,.research-wrap{
  text-align: left;
  
}
.research-list li,.research-wrap{
  padding: 5px 0 5px 15px;
  list-style: none;
  line-height: 1.5rem;
  text-indent: -1em;
}
.indent{
  padding-left:15px ;
}
.indent2{
  padding-left:15px ;
  text-indent: -15px;
  display: inline-block;
}
.c-hoverText a{
  text-decoration: none;
}
.c-hoverText a:hover{
  display: inline;
  background: linear-gradient(transparent 72%, #92B4CD 0%);
  font-weight: bold;
  opacity: 1;
}

/* modal */
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.list ul{
  list-style: none;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding:0  0 30px 0;
}
.list ul li{
  padding: 20px 0;
}
.list a{
  text-decoration: none;
  border-right: 1px solid rgb(122, 122, 122);
  color: #00479D;
  padding: 10px 20px;
}
.list a:hover{
  color: #92B4CD;
  opacity: 1;
}

.research_topimg img {
	max-width: 600px;
	margin: 15px auto;
	border: 1px solid #c7c7c7;
}

.bold {
	font-weight: bold;
}

img{
  max-width: 400px;
  width: 100%;
  display: block;
}
@media(max-width:768px){
  .l-inner h3 {
    line-height: 1.8rem;
    font-size: 1.2rem;
}
  .l-tile_inner {
    display: block;
}
.l-tile-3col .l-tile_item {
  width: 100%;
}
}