@charset "utf-8";

/* ===== BLOCK ===== */

/* -- keyword -- */
.keyword ul {
	clear: left;
	overflow: hidden;
	padding: 15px 5px;
	background: #f3f0ef;
}
.keyword li {
	float: left;
	margin: 0 5px 10px;
}
.keyword a {
	display: block;
	padding: 5px 6px 3px;
	background: #5a6569;
	color: #fff;
}
@media screen and (min-width:769px) {
	.keyword ul {
		padding: 25px 20px 15px;
	}
	.keyword a:hover {
		background: #7b8487;
		text-decoration: none;
	}
}
@media screen and (max-width:768px) {
	.keyword ul {
		padding: 15px 5px 5px;
	}
}

/* 関連記事 */

.related_report .wrap{
	border: none;
}
.related_report h2{
	border: none;
	margin: 0 0 30px 30px;
}
.related_report .slider .box {
    position: relative;
		min-height: 320px;
}
.related_report .slider .box a {
    padding: 0 10px 40px 10px;
}
.related_report .slider .box span {
    margin-bottom: 0.5em;
		display: block;
}
.related_report .slider .box .txt {
   line-height: 1.8;
    font-size: 1.6rem;
    font-weight: bold;
}
.related_report .slider .box .note {
		line-height: 1.8;
    font-size: 12px;
    font-size: 1.2rem;
    color: #4c4c4c;
}
/* 2022.06.27追加 */
.related_report .slider .box .date_area{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.4em;
}
.related_report .slider .box .date {
	  letter-spacing: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #4c4c4c;
    padding: 0;
    text-align: left;
}
.related_report .slider .box .tag {
    /* position: absolute; */
    /* margin-bottom: 0; */
    padding: 0 6px;
    font-size: 1.2rem;
    color: #fff;
		right: 20px;
    bottom: 55px;
    background: #218936;
}
.related_report .slider .facebook{
	bottom:10px;
}
.related_report .slider .fb_iframe_widget{
  top:4px;
}


/* -- trend -- */
/*.trend .box {
	font-size: 16px; font-size:1.6rem;
	font-weight: bold;
	line-height: 1.8;
	color: #4d4d4d;
}
.trend .flex_container .box:last-child::after {
	display: none;
}
.trend .box .img {
	max-width: 380px;
}
@media screen and (min-width:769px) {
	.trend .wrap {
		padding: 20px 0;
	}
	.trend .flex_container {
		margin-bottom: 10px;
	}
	.trend .box a {
		padding: 0 20px;
	}
}
@media screen and (max-width:768px) {
	.trend .box {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	.trend .box:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}
}*/

/* -- trend2 -- */
.trend .box {
	font-size: 16px; font-size:1.6rem;
	font-weight: bold;
	line-height: 1.8;
	color: #4d4d4d;
}
.trend .box .img {
	max-width: 380px;
}

.trend .slider .box a{
	display:block;
	padding: 0 20px;
}
.trend .slider .box{
	position:relative;
}

.trend .slider .box .txt{
	font-size: 16px;
	font-size:1.6rem;
	font-weight: bold;
	line-height: 1.8;
	color: #4d4d4d;
}

@media screen and (min-width:769px) {
	.trend .wrap {
		padding: 20px 0;
	}
	.trend .slider{
		padding:0 35px;
	}
}
@media screen and (max-width:1024px) {
	.trend .slider .box .txt{
		line-height: 1.4;
	}
	.related_report .slider .box .tag {
		bottom: 75px;
	}
}
@media screen and (max-width:768px) {
	.trend .slider{
		padding:0 15px;
	}
}

/* -- index -- */
.index {
	background: #fff;
}
.index .box {
	position: relative;
	border-bottom: 1px solid #ccc;
}
.index .txt_list .box {
	padding-bottom:0;
}
.index .box a {
	display: block;
}
.index .box span {
	display: block;
}
.index .box .txt {
	line-height: 1.8;
	font-size: 16px; font-size:1.6rem;
	font-weight: bold;
}
.index .box .txt .ttl {
	margin-bottom: 0;
	font-size: 12px; font-size:1.2rem;
}
.index .box .note {
	line-height: 1.8;
	font-size: 12px; font-size:1.2rem;
	color: #4c4c4c;
}
/* 202006 追加*/
.index .flex_container .box .tag_area {
	display: flex;
  flex-direction: row;
	flex-wrap: wrap;
	padding: 0 20px 20px;
}
.index .flex_container .box .tag_area a {
	line-height: 1.8;
	font-size: 12px; font-size:1.2rem;
	color: #00B9D3;
	text-decoration: underline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
.index .flex_container .box .tag_area a:first-child {
	padding-left: 0;
}
.index .flex_container .box .tag_area a:last-child {
	border-right: none;
}
.index .box .date_area{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.index .box a:hover{
	text-decoration: none;
}
.index .box a:hover h2{
	text-decoration: underline;
}
.index .box .date {
	/* position: absolute; */
	margin-bottom: 0;
	letter-spacing: -.1em;
	color: #4c4c4c;
}
#chie .index .box .date,
#data .index .box .date,
#info .index .box .date,
#chie .index .box .tag,
#data .index .box .tag,
#info .index .box .tag   {
	position: absolute;
}

#data .index .box .date_area .date,
#data .index .box .date_area .tag {
	position: inherit;
}

.index .box .tag {
	/* position: absolute; */
	margin-bottom: 0;
	padding: 3px 5px 2px;
	font-size:1.2rem;
	color: #fff;
}
.index .box .tag.case {
	background: #218936;
}
.index .box .tag.data {
	background: #30b45a;
}
.index .box .tag.trend {
	background: #008da3;
}
.index .box .tag.session {
	background: #1b68a5;
}
/* 2019.02.25追加 */
.index .box .tag.lecture {
	background: #008CA4;
}
.index .box .tag.info {
	background: #acc73a;
}
/* 2022.06.27追加 */
.index .box .tag.chie {
	background: #008DA3;
}
.index .btn.more {
	margin-bottom: 0;
	padding: 20px;
}

/* flex */
.index .flex_container .box a {
	/* padding:0 0 40px; */
	padding:0;
}
.index .flex_container .box span,
.index .flex_container .box .post_ttl {
	margin-bottom: 1em;
}
.index .flex_container .box .txt,
.index .flex_container .box .note {
	padding:0 20px;
}
.index .flex_container .box .img{
	position:relative;
	margin-bottom:0;
}
.index .flex_container .box .img img{
	border:20px solid transparent;
	border-radius:29px;
	-moz-border-radius:29px;
	-webkit-border-radius:29px;
}
.index .flex_container .box .date {
	bottom: 20px;
	left: 20px;

	/* 201802 追加*/
	bottom:50px;
}
.index .flex_container .box .tag {
	bottom: 20px;
	right: 20px;

	/* 201802 追加*/
	bottom:50px;
	/* 202006 追加*/
	display: inline-block;
}

/* 201802 追加*/
.facebook{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	padding:0 20px;
}

.facebook a:hover{
	text-decoration:none;
}
.facebook .like{
	display:inline-block;
}
.facebook .like_btn,
.facebook .share{
	position:relative;
	display:inline-block;
	height:20px;
	background:#fff;
	border:1px solid #ccc;
	font-size:1.2rem;
	font-weight:bold;
	line-height:20px;
	color:#3b579d;
}
.facebook .like_btn{
	padding-left:24px;
	min-width:84px;
	pointer-events:none;
}
.facebook .like_btn::before{
	content:"";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:-1px;
	left:-1px;
	background:url(../images/like.gif) ;
	background-size:20px 20px;
	pointer-events:none;
}
.index .flex_container .box .facebook a,
.index .txt_list .box .facebook a{
	padding:0 3px;
}
.index .flex_container .box .facebook .like a,
.index .txt_list .box .facebook .like  a{
	padding-left:19px;
}

.fb_iframe_widget{
	vertical-align: top;
}

/* text */
.index .txt_list {
}
.index .txt_list .box:nth-child(2n+1) {
	background: #f5f5f5;
}
.index .txt_list .box .txt.lead {
	padding-top: 10px;
	font-size: 14px; font-size:1.4rem;
	font-weight: normal;
}
@media screen and (min-width:769px) {
	.index .flex_container .box .img{
		padding-top:77%;
	}
	.index .flex_container .box.w2 .img{
		padding-top:38.5%;
	}
	.index .flex_container .box .img img{
		max-height:100%;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
	}
	.index .box .pc {
		display: block;
	}
	.index .box .sp {
		display: none;
	}
	.index .box.w2 .txt,
	.index .box.w3 .txt,
	.index .box.w4 .txt {
	/*	font-size: 24px; font-size:2.4rem;*/
		font-size: 22px; font-size:2.2rem;
		line-height:1.5;
	}
	.index .txt_list .box a {
		padding: 20px 40px;
	}
	.index .txt_list.research .box a {
		padding-bottom:20px;
	}
	.index .txt_list .box .date {
		top: 27px;
		left: 40px;
	}
	.index .txt_list .box .tag {
		min-width:90px;
		top: 25px;
		left: 130px;
		text-align: center;
	}
	.index .txt_list .box .txt {
		padding-left: 195px;
	}

	.txt_list .facebook{
		position: relative;
		bottom: auto;
		padding:0 0 20px 235px;
	}
}
@media screen and (max-width:768px) {
	.index .box .pc {
		display: none;
	}
	.index .txt_list .box a {
		padding: 20px 20px 60px;
	}
	.index .txt_list .box .date {
		top: 21px;
		left: 20px;
	}
	.index .txt_list .box .tag {
		top: 19px;
		left: 120px;
	}
	.index .txt_list .box .txt {
		padding-top: 25px;
	}
}


/* ===== TOP PAGE ===== */

@media screen and (min-width:769px) {
	.index.top .flex_container .box:nth-child(4n)::after {
		display: block;
	}
	.index.top .flex_container .box::after {
		right: -1px;
	}
/*	.index.top .box a {
		padding-left: 21px;
	}*/
}
@media screen and (max-width:768px) {
}

/* -- media --*/
.media li {
	background: #f3f0ef;
	line-height: 1.8;
}
.media li:nth-child(2n) {
	background: #eaeaea;
}
.media li span,
.media li a {
	position: relative;
	display: block;
}
.media .date {
	padding:0;
}
.media .type {
	position: absolute;
	top: 14px;
	left: 110px;
	display:block;
	width:90px;
	padding:0;
	text-align:center;
	font-size:12px; font-size:1.2rem;
	line-height:1.4;
	color:#fff;
}
.media .type.news {
	background:#005dae;
}
.media .type.media {
	background:#aacc03;
}
.media .type.lecture {
	background:#008ea2;
}
@media screen and (min-width:769px) {
	.media li span,
	.media li a {
		padding: 10px 20px 10px 210px;
	}
	.media .date {
		position: absolute;
		top: 10px;
		left: 20px;
	}
	.media .btn {
		position: absolute;
		top: 20px;
		right: 20px;
		width: auto;
		font-size: 14px; font-size:1.4rem;
	}
}
@media screen and (max-width:768px) {
	.media ul {
		margin-bottom: 20px;
	}
	.media li span,
	.media li a {
		padding: 10px;
	}
	.media .date {
		display: block;
	}
}


/* ===== DETAIL ===== */

.main_contents {
	line-height: 1.2;
}
.main_contents .date {
	padding: 1em 0;
	text-align: right;
}
.main_contents .img {
	max-width:1080px;
	margin:0 auto 2em;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}
.main_contents .img img {
	width: 100%;
}
.main_contents .bnr p {
	margin-bottom: 10px;
}
.main_contents .content {
}
.main_contents .content h1,
.main_contents .content h2,
.main_contents .content h3,
.main_contents .content h4,
.main_contents .content h5,
.main_contents .content h6 {
	margin-bottom: 1em;
	line-height: 1.6;
}
.main_contents .content p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.main_contents .content figure {
	text-align: center;
}
.main_contents .content figcaption {
	padding-top: 5px;
	line-height: 1.6;
}
.main_contents .data_pdf p {
	margin-bottom: 20px;
}
.main_contents .data_pdf .pdf {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.main_contents .data_pdf .pdf h2 {
	font-size: 1.6rem;
}
#data .main_contents h1,
#info .main_contents h1{
	max-width:1080px;
	margin:0 auto 1em;
	line-height:1.6;
}
#data .content,
#info .content{
	border:1px solid #ccc;
}
#data .content p:last-child,
#info .content p:last-child{
	margin-bottom:0;
}

#data .data-report-ttl,
#info .data-report-ttl {
	font-size: 19.2px;
	font-size:1.92rem;
	line-height: 1.8;
}

#data .data-heichin-ttl,
#info .data-heichin-ttl {
	margin-bottom: 0.6em;
}

#data .data-heichin-ttl2,
#info .data-heichin-ttl2 {
	font-size: 16px;
	font-size:1.6rem;
	line-height: 1.8;
	margin-bottom: 0.4em;
	text-decoration: underline;
	margin-left: 1em;
	text-indent: -1em;
}

#data .heichinLead,
#info .heichinLead {
	margin-bottom: 2em;
}

#data .heichinSummary,
#data .heichinMajors,
#info .heichinMajors {
	margin-bottom: 3em;
}
#data .heichinAreas > div,
#info .heichinAreas > div {
	margin-bottom: 2.4em;
}

@media screen and (min-width:769px) {
	.main_contents {
		padding: 20px 40px 40px;
		font-size: 16px; font-size:1.6rem;
	}
	.main_contents .date {
		font-size: 14px; font-size:1.4rem;
	}
	.main_contents .bnr p {
		font-size: 20px; font-size:2.0rem;
	}
	.main_contents .content {
		max-width:1080px;
		margin:0 auto 40px;
	}
	.main_contents .content h1 {
		font-size: 30px; font-size:3.0rem;
	}
	.main_contents .content h2 {
		font-size: 28px; font-size:2.8rem;
	}
	.main_contents .content h3 {
		font-size: 24px; font-size:2.4rem;
	}
	.main_contents .content h4 {
		font-size: 20px; font-size:2.0rem;
	}
	.main_contents .content h5 {
		font-size: 18px; font-size:1.8rem;
	}
	.main_contents .content h6 {
		font-size: 16px; font-size:1.6rem;
	}
	.main_contents .content figcaption {
		text-align: center;
		font-size: 14px; font-size:1.4rem;
	}
	.data_pdf{
		max-width:1080px;
		margin:0 auto 40px;
	}

	#data .main_contents h1,
#info .main_contents h1{
		font-size:30px; font-size:3.0rem;
	}
	#data .lead,
#info .lead{
		max-width: 1080px;
		margin:0 auto;
	}
	#data .content,
#info .content{
		padding:40px;
	}
}
@media screen and (max-width:768px) {
	.main_contents {
		padding: 20px;
	}
	.main_contents .date {
		font-size: 12px; font-size:1.2rem;
	}
	.main_contents .bnr p {
		font-size: 16px; font-size:1.6rem;
	}
	.main_contents .bnr p span {
		display: inline-block;
	}
	.main_contents .content h1 {
		font-size: 20px; font-size:2.0rem;
	}
	.main_contents .content h2 {
		font-size: 18px; font-size:1.8rem;
	}
	.main_contents .content h3 {
		font-size: 16px; font-size:1.6rem;
	}
	.main_contents .content h4 {
		font-size: 15px; font-size:1.5rem;
	}
	.main_contents .content h5 {
		font-size: 14px; font-size:1.4rem;
	}
	.main_contents .content h6 {
		font-size: 14px; font-size:1.4rem;
	}
	.main_contents .content figcaption {
		font-size: 10px; font-size:1.0rem;
		color: #666;
	}
	.main_contents .data_pdf .pdf h2 {
		font-size: 1em;
	}
	#data .main_contents h1,
#info .main_contents h1{
		font-size:20px; font-size:2.0rem;
	}
	#data .content,
#info .content{
		padding:20px;
		margin-bottom:20px;
	}
	#data .data-report-ttl,
#info .data-report-ttl {
		font-size: 16.8px; font-size:1.68rem;
	}
	.lity-container {
		overflow: scroll;
		max-height: 115vw;
	}
	.lity-content {
		width: 200%;
	}
}


/* ===== DATA CATEGORY ===== */

.year_block .tgl_content .tag_area {
	display: flex;
  flex-direction: row;
	padding: 0 0 20px 235px;
}
.year_block .txt_list.chie .box a {
	padding-bottom:20px;
}
.year_block .tgl_content .txt_list .tag_area a {
	line-height: 1.8;
	font-size: 14px; font-size:1.4rem;
	color: #00B9D3;
	text-decoration: underline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
.year_block .tgl_content .txt_list .tag_area a:first-child {
	padding-left: 0;
}
.year_block .tgl_content .txt_list .tag_area a:last-child {
	border-right: none;
}

.txt_list.chie .facebook {
	position: relative;
	bottom: auto;
	padding-bottom: 20px;
}

.year_tgl_lbl {
	display: block;
	padding: 15px 10px 12px;
	background: #30b45a;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.year_block:last-child .year_tgl_lbl {
	border-bottom: none;
}
.year_tgl_lbl span {
	position: relative;
	display: inline-block;
}
.year_tgl_lbl span::after {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	margin-left: 20px;
	border-width: 2px;
	border-color: #fff;
}
/* tgl checked */
.tgl:checked + .year_tgl_lbl {
	border-bottom: none;
}

.od_kiyaku {
	background: #f7f7f7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow-y: scroll;
}
.od_kiyaku ol.lv1 {
	margin-left: 1.5em;
	list-style: outside decimal;
}
.od_kiyaku li {
	line-height: 1.8;
}
.od_kiyaku ol.lv2 {
	list-style: none;
}
.main_contents .content .od_kiyaku h2 {
	margin-bottom: 0;
}
.main_contents .content .od_kiyaku h3 {
	margin-bottom: 0;
	padding-top: 2em;
}
.main_contents .content .od_kiyaku p {
	margin-bottom: 0;
}
.data_dl_wrap {
	letter-spacing: -.4em;
	text-align: center;
}
.btn.data_dl {
	display: inline-block;
	width: 280px;
	border: 1px solid #30b45a;
	background: #fff;
	color: #30b45a;
	letter-spacing: normal;
}
.btn.data_dl.json {
	background: #f4fbf6;
}
.btn.data_dl:last-child {
	margin-right: 0;
}
.btn.data_dl span {
	display: block;
	padding-top: 3px;
	line-height: 1;
}
@media screen and (min-width:769px) {
	.year_tgl_lbl {
		font-size: 24px; font-size:2.4rem;
	}
	.od_kiyaku {
		height: 300px;
		padding: 20px;
		margin-bottom: 40px;
		font-size: 14px; font-size:1.4rem;
	}
	.main_contents .content .od_kiyaku h2 {
		font-size: 16px; font-size:1.6rem;
	}
	.main_contents .content .od_kiyaku h3 {
		font-size: 14px; font-size:1.4rem;
	}
	.btn.data_dl {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.btn.data_dl:last-child {
		margin-right: 0;
	}
	.btn.data_dl span {
		font-size: 14px; font-size:1.4rem;
	}
	.btn.data_dl:hover {
		background: #30b45a;
		color: #fff;
	}
}
@media screen and (max-width:768px) {
	.year_block .tgl_content .tag_area {
		padding: 0 0 20px 20px
	}
	.year_tgl_lbl {
		font-size: 20px; font-size:2.0rem;
	}
	.od_kiyaku {
		height: 200px;
		padding: 20px 10px;
		margin-bottom: 20px;
		font-size: 12px; font-size:1.2rem;
	}
	.main_contents .content .od_kiyaku h2 {
		font-size: 14px; font-size:1.4rem;
	}
	.main_contents .content .od_kiyaku h3 {
		font-size: 12px; font-size:1.2rem;
	}
	.btn.data_dl:last-child {
		margin-bottom: 0;
	}
	.btn.data_dl span {
		font-size: 12px; font-size:1.2rem;
	}
}


/* 2019/3/6 追加 ここから */
.sec_head_nav{
	text-align: center;
	margin-bottom: 2em;
}
.sec_head_btn{
	display:inline-block;
	background-color:#f5f5f5;
	font-size:1.5rem;
	font-weight:bold;
}
.sec_head_btn.on{
	background-color:#3bb260;
	color:#fff;
	cursor:default;
}
.sec_head_ttl{
	text-align:center;
}

.sec_head_nav_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sec_head_nav_title_line {
	width: 120px;
	border-bottom: 1px solid #ccc;
	margin: 1em auto 1.6em;
}

@media screen and (min-width:769px) {
	.sec_head{
		padding:15px 20px 35px;
	}
	.sec_head_btn{
		width:180px;
		margin:0 15px;
		padding:16px 0;
		font-size:1.5rem;
	}
	.sec_head_btn:hover{
		background-color:#f6f6f6;
		color:#30b45a;
		text-decoration:none;
	}
	.sec_head_btn.on:hover{
		background-color:#3bb260;
		color:#fff;
	}
	.sec_head_ttl{
		margin:30px 0;
		font-size:3.0rem;
	}
}
@media screen and (max-width:768px) {
	.sec_head{
		padding:10px 20px 20px;
	}
	.sec_head_btn{
		width:160px;
		margin:0 5px 12px;
		padding:10px 0;
		font-size:1.5rem;
	}
	.sec_head_btn:first-child {
		margin:0 5px 12px 0;
	}
	.sec_head_btn:last-child {
		margin:0 0 12px 5px;
	}
	.sec_head_ttl{
		margin:15px 0;
		font-size:2.0rem;
	}
	.sec_head_nav_title {
		font-size: 16px;
	}
	.sec_head_nav_title_line {
		width: 32%;
		margin: 1em auto;
	}
}
@media screen and (max-width:375px) {
	.sec_head_btn{
		width:100px;
	}
}
/* 2019/3/6 追加 ここまで */



/* ===== CASE CATEGORY ===== */

#case .index {
	border-top:1px solid #ccc;
}

@media screen and (min-width:769px) {
	#case .index .flex_container .box:nth-child(4n)::after {
		display: block;
	}
	#case .index .flex_container .box::after {
		right: -1px;
	}
}

#case .main_contents h1 {
	margin-bottom: 1em;
	line-height: 1.6;
}
#case .main_contents h1,
#case .main_contents h2,
#case .main_contents h3,
#case .main_contents h4,
#case .main_contents h5,
#case .main_contents h6 {
	color: #28883a;
}
#case .main_contents .content h2 {
	font-size: 24px;
    font-size: 2.4rem;
}
.case_introduction {
	border: 1px solid #38b25d;
}
.case_introduction .kv {
	padding: 0;
/*	margin-bottom: 20px;*/
}
.case_introduction .kv img{
	margin-bottom:0;
}
.case_introduction h2,
.case_introduction h3,
.case_introduction p,
.case_introduction ul {
	margin: 0 20px 20px;
	line-height: 1.6;
}
.case_introduction ul {
	font-size: 12px; font-size:1.2rem;
}
.case_point {
	padding: 20px;
	background: #f7f7f7;
}
.case_point h2 {
	margin-bottom: 0.5em;
	line-height: 1.6;
}
.case_point h2 span {
	display: block;
	font-weight: normal;
}
.case_point dl {
}
.case_point dt, .case_point dd {
	line-height: 1.6;
}
.case_point dt {
	background: #30b45a;
	color: #fff;
}

.ttl_kw{
	padding:0.6em 1em 0.5em;
	background:#006a3d;
	text-align:center;
	color:#fff;
}
@media screen and (min-width:769px) {
	#case .main_contents h1 {
		max-width:1080px;
		margin:0 auto;
		font-size: 28px; font-size:2.8rem;
	}
	#case .content {
		padding: 0 20px;
	}
	.case_introduction {
		max-width:1080px;
		margin:0 auto 40px;
	}
	.case_introduction h2,
	.case_introduction h3 {
		padding-top:20px;
		font-size: 24px; font-size:2.4rem;
	}
	.case_point {
		max-width:1080px;
		margin:0 auto 40px;
		padding: 20px;
	}
	.case_point h2 {
		font-size: 28px; font-size:2.8rem;
	}
	.case_point h2 span {
		font-size: 18px; font-size:1.8rem;
	}
	.case_point dl {
		letter-spacing: -.4em;
	}
	.case_point dt,  .case_point dd {
		margin-bottom: 1em;
		vertical-align: top;
		letter-spacing: normal;
		line-height: 1.6;
	}
	.case_point dt:last-child, .case_point dd:last-child {
		margin-bottom: 0;
	}
	.case_point dt {
		display: inline-block;
		width:auto;
		min-width: 33%;
		padding: 6px 10px;
	}
	.case_point dd {
		padding-left: 20px;
	}
	.ttl_kw{
		margin-top:20px;
		font-size:24px; font-size:2.4rem;
	}
}
@media screen and (max-width:768px) {
	#case .main_contents h1 {
		font-size: 20px; font-size:2.0rem;
	}
	.case_introduction {
		margin-bottom: 20px;
	}
	.case_introduction h2,
	.case_introduction h3 {
		padding-top:20px;
		font-size: 16px; font-size:1.6rem;
	}
	.case_point {
		padding: 20px;
		margin-bottom: 20px;
	}
	.case_point h2 span {
		font-size: 14px; font-size:1.4rem;
	}
	.case_point dt {
		margin-bottom: 0.5em;
		padding: 5px 10px;
	}
	.case_point dd {
		margin-bottom: 1em;
	}
	.case_point dd:last-child {
		margin-bottom: 0;
	}
	.ttl_kw{
		font-size:18px; font-size:1.8rem;
	}
}


/* ===== SESSION CATEGORY ===== */

.ttl_circle.session {
	background: #1b68a5;
	letter-spacing: 3px;
}

#session .index {
	border-top:1px solid #ccc;
}
#session .main_contents h1 {
	margin-bottom: 1em;
	line-height: 1.6;
}
#session .main_contents h1,
#session .main_contents h2,
#session .main_contents h3,
#session .main_contents h4,
#session .main_contents h5,
#session .main_contents h6 {
	color: #1b68a5;
}

#session .main_contents .content p {
	margin-bottom: 1em;
}

#session .index .flex_container .box .tag {
	bottom: 54px;
}

#session .index .box .tag {
	font-size: 1rem;
}

.session_introduction {
	border: 1px solid #1b68a5;
}
.session_introduction .kv {
	padding: 0;
/*	margin-bottom: 20px;*/
}
.session_introduction .kv img{
	margin-bottom:0;
}
.session_introduction h2,
.session_introduction h3,
.session_introduction p,
.session_introduction ul {
	margin: 0 20px 20px;
	line-height: 1.6;
}
.session_introduction ul {
	font-size: 12px; font-size:1.2rem;
}
.session_point {
	padding: 20px;
	background: #f7f7f7;
}
.session_point h2 {
	margin-bottom: 0.5em;
	line-height: 1.6;
}
.session_point h2 span {
	display: block;
	font-weight: normal;
}
.session_point dl {
}
.session_point dt, .session_point dd {
	line-height: 1.6;
}
.session_point dt {
	background: #30b45a;
	color: #fff;
}

.session_content_inner {
	margin-bottom: 80px;
}

.session_content_inner:last-of-type {
	margin-bottom: 30px;
}

ul.session_menber_list {
	margin-bottom: 30px;
}

.session_menber_box {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px; font-size:1.6rem;
}

.session_menber_box:last-child {
	margin-bottom: 0;
}

.session_menber_imgbox {
	flex-shrink: 0;
	width: 140px;
	height: 140px;
}

.session_menber_imgbox img {
	width: 100%;
	height: auto;
}

.session_menber_textbox {
	word-break: break-all;
}

.session_menber_textbox p {
	margin-right: 0;
}

.session_menber_textbox p:last-child {
	margin-bottom: 0;
}

.session_menber_textbox .session_menber_profname {
	margin: 0 20px 10px;
	font-size: 1.3rem;
}

.session_menber_textbox .session_menber_profdetail {
	font-size: 1.3rem;
}

.session_participant_name {
	color: #1b68a5;
}

.session_writer_name {
	text-align: right;
}

.session_contents_image {
	margin: 2em 0;
}
.session_contents_borderbox {
	border: 1px solid #333;
	padding: 1em 0.8em 0;
	margin-bottom: 1em;
}

.session_contents_borderbox li {
	padding-bottom: 0.8em;
}

.session_text_bg_blue {
	background:linear-gradient(transparent 50%, #b9daf2 0%);
}

.session_closing_text {
	margin-top: 2em;
}

.list_nomarker {
	list-style: none;
	padding-left: 1em;
}

@media screen and (min-width:769px) {
	#session .main_contents h1 {
		max-width:1080px;
		margin:0 auto;
		font-size: 28px; font-size:2.8rem;
	}
	#session .content {
		padding: 0 20px;
	}
	.session_introduction {
		max-width:1080px;
		margin:0 auto 40px;
	}
	.session_introduction h2,
	.session_introduction h3 {
		padding-top:20px;
		font-size: 24px; font-size:2.4rem;
	}
	.session_point {
		max-width:1080px;
		margin:0 auto 40px;
		padding: 20px;
	}
	/* .session_point h2 {
		font-size: 28px; font-size:2.8rem;
	}
	.session_point h2 span {
		font-size: 18px; font-size:1.8rem;
	} */
	.session_point dl {
		letter-spacing: -.4em;
	}
	.session_point dt,  .session_point dd {
		display: inline-block;
		margin-bottom: 1em;
		vertical-align: top;
		letter-spacing: normal;
		line-height: 1.6;
	}
	.session_point dt:last-child, .session_point dd:last-child {
		margin-bottom: 0;
	}
	.session_point dt {
		width: 33%;
		padding: 6px 10px;
	}
	.session_point dd {
		width: 67%;
		padding-left: 20px;
	}
}
@media screen and (max-width:768px) {
	#session .main_contents h1 {
		font-size: 20px; font-size:2.0rem;
	}

	#session .index .flex_container .box .tag {
		bottom: 50px;
	}

	#session .index .box .tag {
		font-size: 1.2rem;
	}

	.session_introduction {
		margin-bottom: 20px;
	}
	.session_introduction h2,
	.session_introduction h3 {
		padding-top:20px;
		font-size: 16px; font-size:1.6rem;
	}
	.session_point {
		padding: 20px;
		margin-bottom: 20px;
	}
	/* .session_point h2 span {
		font-size: 14px; font-size:1.4rem;
	} */

	.session_content_inner {
		margin-bottom: 50px;
	}
	.session_content_inner:last-of-type {
		margin-bottom: 20px;
	}
	.session_point dt {
		margin-bottom: 0.5em;
		padding: 5px 10px;
	}
	.session_point dd {
		margin-bottom: 1em;
	}
	.session_point dd:last-child {
		margin-bottom: 0;
	}

	ul.session_menber_list {
		display: block;
		margin-bottom: 30px;
	}

	.session_menber_box {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		font-size: 14px; font-size:1.4rem;
	}

	.session_menber_box:last-child {
		margin-bottom: 0;
	}

	.session_menber_imgbox {
		width: 50%;
		height: auto;
		margin: 0 auto 10px;
	}

	.session_menber_textbox p {
		margin-left: 0;
	}

	.session_menber_textbox .session_menber_profname {
		margin: 0 0 20px;
	}
}


/* ===== TREND CATEGORY ===== */

.ttl_circle.trend {
	background: #00a4b8;
}
.trend_index {
	background: #fff9e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.trend_index h2 {
	margin-bottom: 1em;
}
.trend_index ol {
	list-style: none;
}
.trend_index li {
	position: relative;
	margin-bottom: 15px;
}
.trend_index a {
	display: inline-block;
	padding-left: 80px;
	font-weight: bold;
	color: #00a4b8;
}
.trend_index .lbl {
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 70px;
	padding-top: 2px;
	background: #00a4b8;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.trend_inner h1,
.trend_inner h2,
.trend_inner h3,
.trend_inner h4 {
	margin-bottom: 1em;
	line-height: 1.6;
}
.trend_inner p {
	margin-bottom: 2em;
}
@media screen and (min-width:769px) {
	.trend_index {
		max-width:1080px;
		margin:0 auto 40px;
		padding: 20px 40px;
	}
	.trend_index h2 {
		font-size: 24px; font-size:2.4rem;
	}
	.trend_index a {
		padding-left: 80px;
	}
	.trend_index .lbl {
		top: -2px;
		left: 0;
		width: 70px;
		padding-top: 2px;
	}
	.trend_inner {
		max-width:1080px;
		margin:0 auto 40px;
		padding: 40px 20px;
	}
	.trend_inner h1,
	.trend_inner h2 {
		font-size: 24px; font-size:2.4rem;
	}
	.trend_inner h1 .small,
	.trend_inner h2 .small {
		font-size: 20px; font-size:2.4rem;
	}
	.trend_inner h3 {
		font-size: 18px; font-size:2.4rem;
	}
	.trend_inner h4 {
		font-size: 16px; font-size:2.4rem;
	}
}
@media screen and (max-width:768px) {
	.trend_index {
		margin-bottom: 20px;
		padding: 15px;
	}
	.trend_index h2 {
		font-size: 18px; font-size:1.8rem;
	}
	.trend_index a {
		padding-left: 70px;
	}
	.trend_index .lbl {
		top: -2px;
		left: 0;
		width: 60px;
		padding-top: 2px;
	}
	.trend_inner {
		padding: 20px 0;
	}
	.trend_inner h1,
	.trend_inner h2 {
		font-size: 16px; font-size:1.6rem;
	}
	.trend_inner h3 {
		font-size: 14px; font-size:1.6rem;
	}
}


/* -- puzz -- */

.comment {
	display: table;
	width: 100%;
	background: #f5f5f5;
}
.comment .pic, .comment .txt {
	display: table-cell;
	vertical-align: top;
}
.comment .pic {
	text-align: center;
}
.comment .pic .circle {
	float: left;
	margin-right: 2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
}
.comment .txt p {
	margin-bottom: 0;
	font-size: 14px; font-size:1.4rem;
}
.case5 .comment {
	margin-bottom: 40px;
	background: #fff;
}
.case5 .comment .pic p {
	margin: 0;
}
.case5 .comment .pic p span {
	display: block;
	word-break: keep-all;
}
.case5 .comment .txt {
	padding: 0 0 0 20px;
}
.case5 .comment .balloon {
	position: relative;
	background: #f5f5f5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.case5 .comment .balloon::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 40px;
	border-style: solid;
	border-color: transparent #f5f5f5 transparent transparent;
}
.case5 .comment.re .txt {
	padding: 0 20px 0 0;
}
.case5 .comment.re .balloon::before {
	left: auto;
	border-color: transparent transparent transparent #f5f5f5;
}
.puzz_chart_wrap {
	position: relative;
}
.puzz_chart_wrap .memo {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 12px; font-size:1.2rem;
	text-align: left;
}
@media screen and (min-width:769px) {
	.comment .pic {
		padding: 15px 20px;
	}
	.comment .pic .circle {
		width: 118px;
		height: 118px;
	}
	.comment .txt {
		padding: 25px 20px 20px 20px;
	}
	.case3 .comment .pic {
		width: 280px;
	}
	.case5 .comment .pic {
		padding: 0 20px;
	}
	.case5 .pic p {
		font-size: 10px; font-size:1.0rem;
	}
	.case5 .pic p span {
		display: block;
	}
	.case5 .comment .balloon {
		padding: 20px;
	}
	.case5 .comment .balloon::before {
		left: -30px;
		border-width: 20px 30px 20px 0;
	}
	.case5 .comment.re .balloon::before {
		right: -30px;
		border-width: 20px 0 20px 30px;
	}
	.puzz_chart_wrap {
		display: table;
		margin: auto;
	}
	.puzz_chart_wrap::before, .puzz_chart_wrap::after {
		content: "";
		display: block;
		width: 46px;
		height: 172px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
	.puzz_chart_wrap::before {
		border-style: solid;
		border-color: transparent transparent transparent #e51f4d;
		border-width: 86px 0 86px 46px;
	}
	.puzz_chart_wrap::after {
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
	}
	.puzz_chart_wrap > div {
		display: table-cell;
		width: 50%;
	}
	.puzz_chart_wrap.step1 > div {
		vertical-align: middle;
	}
	.puzz_chart_wrap.step2 > div {
		vertical-align: top;
	}
	.puzz_chart_wrap div.left {
		padding-right: 30px;
	}
	.puzz_chart_wrap div.right {
		padding-left: 30px;
	}
	.puzz_chart_wrap {
	}
}
@media screen and (max-width:768px) {
	.comment .pic {
		padding: 15px 10px;
	}
	.comment .pic .circle {
		width: 60px;
		height: 60px;
	}
	.comment .txt {
		padding: 20px 10px 10px 10px;
	}
	.case5 .comment .pic {
		padding: 0;
	}
	.case5 .pic p {
		font-size: 8px; font-size:0.8rem;
	}
	.case5 .comment .balloon {
		padding: 15px 10px;
	}
	.case5 .comment .balloon::before {
		top: 15px;
		left: -15px;
		border-width: 10px 15px 10px 0;
	}
	.case5 .comment.re .balloon::before {
		right: -15px;
		border-width: 10px 0 10px 15px;
	}
}


/* -- takokuseki -- */

.col2 {
	margin-bottom: 2em;
}
.ti_wrap .ti_txt h4 {
	margin-bottom: 1em;
}
.ttk_st2_3, .ttk_st2_4 {
	float: left;
}
.ttk_st2_3 {
	width: 40%;
}
.ttk_st2_4 {
	width: 60%;
}
.ttk_balloon {
	position: relative;
	margin-bottom: 40px;
	border: 6px solid #ffa64f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.ttk_balloon::before, .ttk_balloon::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
}
.ttk_balloon::before {
	bottom: -34px;
	right: 40px;
	border-color: #ffa64f #ffa64f transparent transparent;
	border-width: 17px;
}
.ttk_balloon::after {
	bottom: -20px;
	right: 46px;
	border-color: #fff #fff transparent transparent;
	border-width: 10px;
}
.ttk_balloon p {
	margin-bottom: 1em;
}
.ttk_balloon p:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:769px) {
	.note {
		font-size: 14px; font-size:1.4rem;
	}
	.note .small {
		font-size: 12px; font-size:1.2rem;
	}
	.col2 {
		letter-spacing: -.4em;
	}
	.col2 > div {
		display: inline-block;
		width: 49%;
		margin-right: 2%;
		vertical-align: top;
		letter-spacing: normal;
	}
	.col2 > div:nth-child(2n) {
		margin-right: 0;
	}
	.ti_wrap {
		clear: both;
		overflow: hidden;
	}
	.ti_wrap .ti_txt {
		float: left;
		width: 55%;
		padding-right: 40px;
	}
	.ti_wrap .ti_img {
		float: left;
		width: 45%;
	}
	.ttk_balloon {
		padding: 20px;
	}
}
@media screen and (max-width:768px) {
	.note {
		font-size: 12px; font-size:1.2rem;
	}
	.note .small {
		font-size: 10px; font-size:1.0rem;
	}
	.ttk_balloon {
		padding: 15px 10px;
	}
}


/* -- petit -- */

@media screen and (min-width:769px) {
	#about_petit p.center {
		margin-top: 20px;
	}
}


/* -- arinomama -- */

.pager2 {
	max-width:1080px;
	margin:0 auto 40px;
}
.pager2 a {
	position: relative;
	display: block;
	width: 49%;
	border: 1px solid #00a4b8;
	font-weight: bold;
	color: #00a4b8;
}
.pager2 a::before {
	content: "";
	display: block;
	position: absolute;
	border-right: 2px solid #00a4b8;
	border-bottom: 2px solid #00a4b8;
}
.pager2 a span {
	display: block;
	padding-top: 5px;
	font-size: 24px; font-size:2.4rem;
}
.pager2 a.prev {
	float: left;
}
.pager2 a.next {
	float: right;
}
.pager2 a.prev::before {
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.pager2 a.next::before {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.trend_index.ari li {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.trend_index.ari li a {
	float: left;
	padding-bottom: 5px;
}
.trend_index.ari li a.pdf.ari {
	position: relative;
	float: right;
	padding: 0 25px 5px 20px;
	font-weight: normal;
}
.pdf.ari::before {
	position: absolute;
	right: 0;
	top: -1px;
	margin-right: 0;
}
.ari_pdf {
	font-weight: bold;
}
.ari_pdf p {
	margin-bottom: 10px;
}
.ari_pdf .pdf {
	display: block;
	color: #00a4b8;
}
.ari_step7_dsc {
	font-weight: bold;
}
.ari_notes {
	margin-bottom: 2em;
}
.ari_attention {
	position: relative;
	padding-top: 60px;
}
.ari_attention::before, .ari_attention::after {
	content: "";
	display: inline-block;
	width: 174px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -87px;
}
.ari_attention::before {
	border-style: solid;
	border-color: #e51f4d transparent transparent transparent;
	border-width: 46px 87px 0 87px;
}
.ari_attention::after {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
@media screen and (min-width:769px) {
	.pager2 a {
		padding: 10px 15px;
		font-size: 16px; font-size:1.6rem;
	}
	.pager2 a:hover {
		text-decoration: none;
	}
	.pager2 a::before {
		width: 20px;
		height: 20px;
		top: 25px;
	}
	.pager2 a span {
		font-size: 24px; font-size:2.4rem;
	}
	.pager2 a.prev {
		padding-left: 45px;
	}
	.pager2 a.next {
		padding-right: 45px;
	}
	.pager2 a.prev::before {
		left: 19px;
	}
	.pager2 a.next::before {
		right: 19px;
	}
	.pdf.ari::before {
		width: 20px;
		height: 20px;
	}
	.ari_pdf {
		max-width:1080px;
		padding: 0 40px;
		margin:0 auto 40px;
	}
	.ari_step7_dsc {
		font-size: 20px; font-size:2.0rem;
	}
	.ari_notes {
		padding: 25px 20px 5px;
	}
	.ari_attention {
		font-size: 24px; font-size:2.4rem;
	}
}
@media screen and (max-width:768px) {
	.pager2 a {
		padding: 11px 15px 9px;
		font-size: 16px; font-size:1.6rem;
	}
	.pager2 a::before {
		width: 12px;
		height: 12px;
		top: 14px;
	}
	.pager2 a span {
		display: none;
	}
	.pager2 a.prev {
		padding-left: 25px;
	}
	.pager2 a.next {
		padding-right: 25px;
	}
	.pager2 a.prev::before {
		left: 10px;
	}
	.pager2 a.next::before {
		right: 10px;
	}
	.pdf.ari::before {
		left: auto;
	}
	.ari_pdf {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.ari_step7_dsc {
		font-size: 16px; font-size:1.6rem;
	}
	.ari_notes {
		padding: 15px 10px 5px;
	}
	.ari_attention {
		font-size: 18px; font-size:1.8rem;
	}
}


/* ===== JBRC CATEGORY ===== */

.ttl_circle.jbrc {
	background: #006a3d;
}
.jbrc_inner h1, .jbrc_inner h2 {
	margin-bottom: 1em;
	line-height: 1.6;
}
.jbrc_inner h3{
	margin-top: 2em;
	line-height: 1.6;
}
.jbrc_inner h3.fusoku{
	font-weight:normal;
}
.jbrc_inner p:last-child {
	margin-bottom: 3em;
}
.jbrc_inner ol {
	list-style: outside none;
}
.jbrc_inner ol li {
	line-height: 1.6;
}
ol.deci {
	margin-left: 1.5em;
	list-style: decimal;
}
ol.alpha {
	margin-left: 1.5em;
	list-style: upper-alpha;
}
ol.k-deci {
	counter-reset: deci;
}
ol.k-deci li {
	position: relative;
	padding-left: 1.8em;
}
ol.k-deci li:before {
	counter-increment: deci;
	content: "("counter(deci)")";
	position: absolute;
	top: 0;
	left: 0;
}
ol.housin {
	padding:1em 0;
	counter-reset: housin;
}
ol.housin li {
	position: relative;
	padding-left: 3.5em;
}
ol.housin li:before {
	counter-increment: housin;
	content: "方針"counter(housin)".";
	position: absolute;
	top: 0;
	left: 0;
	font-weight:bold;
}

/* -- sitemap -- */
ul.sitemap > li{
	margin-bottom:1em;
	font-size:18px; font-size:1.8rem;
	line-height:2;
	font-weight:bold;
}
ul.sitemap > li:before{
	content:"●";
	display:inline-block;
	margin-right:3px;
	color:#006a3d;
}
ul.sitemap ul li{
	margin-left:2em;
	font-size:16px; font-size:1.6rem;
	font-weight:normal;
}
ul.sitemap ul li:before{
	content:"・";
	display:inline-block;
}

/* -- about -- */
.video{
	text-align:center;
}
video{
	max-width:100%;
}

.jbrc_inner h3.stance_title {
	font-size:min(4vw,36px);
	margin-bottom: 40px;
}

.jbrc_inner h3.stance_txt {
	border: 1px solid #ccc;
	padding: 40px;
	margin-bottom: 60px;
}

.stance_txt {
	border: 1px solid #ccc;
	padding: 40px;
	margin-bottom: 60px;
}

.stance_txt p {
	font-size: 2.6vw;
	font-size:min(2.6vw,18px);
	line-height: 1.8;
	margin-bottom: 1.2em;
}

.stance_txt p:last-child {
	margin-bottom: 0;
}

.manager_prof {
	margin-bottom: 60px;
}
.manager_prof::after {
	clear: both;
}

.manager_prof_img {
	float: right;
	margin: 0 0 40px 40px;
}

.manager_prof_txt .profile_txt {
	margin-bottom: 40px;
	line-height: 1.8;
}

.manager_prof_txt h4 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.manager_prof_txt ul {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 2em;
}

.manager_prof_txt li {
	margin-bottom: 0.8em;
}

.com_prof{
}
.com_prof dt{
	font-weight:bold;
}
.com_prof dt,
.com_prof dd{
		line-height:1.6;
}
@media screen and (min-width:769px) {
	.jbrc_inner {
		max-width:1080px;
		margin:0 auto;
		padding: 40px 20px;
	}
	.jbrc_inner h1, .jbrc_inner h2 {
		font-size: 20px; font-size:2.0rem;
	}
	.jbrc_inner h3{
		font-size: 18px; font-size:1.8rem;
	}

	.manager_prof_txt h4 {
		font-size: 1.6rem;
		margin-bottom: 1.6em;
	}

	/* -- sitemap -- */
	ul.sitemap > li{
		font-size:18px; font-size:1.8rem;
	}
	ul.sitemap ul li{
		font-size:16px; font-size:1.6rem;
	}

	/* -- about -- */

	.video{
		margin-bottom:40px;
	}

	.com_prof{
		display:table;
		width:100%;
	}
	.com_prof dl{
		display:table-row;
	}
	.com_prof dt,
	.com_prof dd{
		display:table-cell;
		padding-bottom:1.6em;
	}
	.com_prof dt{
		width:140px;
	}
	.com_prof .map{
		height:350px;
		margin-top:1em;
	}
}

@media screen and (max-width:768px) {
	.jbrc_inner {
		padding-top: 20px;
	}
	.jbrc_inner h1, .jbrc_inner h2 {
		font-size: 18px; font-size:1.8rem;
	}
	.jbrc_inner h3{
		font-size: 16px; font-size:1.6rem;
	}
	/* -- sitemap -- */
	ul.sitemap > li{
		font-size:16px; font-size:1.6rem;
	}
	ul.sitemap ul li{
		font-size:14px; font-size:1.4rem;
	}

	/* -- about -- */

	.video{
		margin-bottom:20px;
	}

	.stance_txt p {
		font-size:max(2.2vw,14px);
	}

	.manager_prof_txt h4 {
		font-size: 1.6rem;
	}
	.com_prof{
	}
	.com_prof dl{
		margin-bottom:1em;
	}
	.com_prof .map{
		height:250px;
		margin-top:0.5em;
	}
}

@media screen and (max-width:426px) {

	.jbrc_inner h3.stance_title {
		font-size: 4.6vw;
		margin-bottom: 2em;
	}

	.stance_txt {
		padding: 2rem;
	}

	.manager_prof_img {
		float: none;
		text-align: center;
		margin: 0 0 2em;
	}

	.manager_prof_txt .profile_txt {
		margin-bottom: 1.4em
	}

	.manager_prof_txt h4 {
		font-size: 1.6rem;
	}

	.manager_prof_txt ul {
		margin-bottom: 1.4em
	}

}

/* ===== INFO CATEGORY ===== */

.main_contents div.media {
	font-size:14px; font-size:1.4rem;
}
.main_contents div.media .date {
	padding:0;
	text-align:left;
	font-size: 14px; font-size:1.4rem;
}

@media screen and (min-width:769px) {
	.main_contents div.media {
		padding-top:40px;
	}
}
@media screen and (max-width:768px) {
	.main_contents div.media {
		padding-top:20px;
	}
}


/* ----- LECTURE ----- */

.ttl_circle.recture {
	background: #00a4b8;
}
.index.lecture .box{
	padding-bottom:0;
}
.lecture .year_tgl_lbl,
.index.lecture .box .tag.data{
	background:#008da3;
}
.index.lecture .box .tag.data{
	font-size:1.2rem;
	text-align:center;
}
.index .box .date{
	letter-spacing:normal;
}
@media screen and (min-width:769px) {
}
@media screen and (max-width:768px) {
}
/* 2022.06.27追加 */
/* ===== CHIE CATEGORY ===== */
#chie .index {
	border-top:1px solid #ccc;
}
#chie .year_tgl_lbl,
.box .tag.chie{
	background:#008DA3;
}
.ttl_circle.chie{
  background: #008DA3;
  letter-spacing: 3px;
}

#chie .main_contents h1 {
	margin-bottom: 1em;
	line-height: 1.6;
}
#chie .main_contents h1,
#chie .main_contents h2,
#chie .main_contents h3,
#chie .main_contents h4,
#chie .main_contents h5,
#chie .main_contents h6 {
	color: #008DA3;
}

.main_contents .page_hashtag {
	display: flex;
  flex-direction: row;
	padding-bottom: 20px;
}
.main_contents .page_hashtag a {
	line-height: 1.8;
	text-decoration: underline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
.main_contents .page_hashtag a:first-child {
	padding-left: 0;
}
.main_contents .page_hashtag a:last-child {
	border-right: none;
}

.chie_introduction .question,
.chie_introduction .answer{
	line-height: 1.5em;
	font-size: 1.6rem;
	margin: 1em 0;
}
.chie_introduction .question{
	border: 1px solid #008DA3;
	padding: 1em;
}
.chie_introduction .answer{
	background: #EAF5F7;
	padding: 1em;
}
.chie_content h2{
  position: relative;
  padding: 0;
  text-align: left;
}
.chie_content h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #008DA3;
}
.chie_content h2 span {
  position: relative;
  padding: 0 1em 0 0;
  background: #fff;
}
.chie_contents_image {
    margin-top: 60px;
}
.chie_content_inner{
	margin-bottom: 60px;
}
@media screen and (min-width:769px) {
	#chie .main_contents h1 {
		max-width:1080px;
		margin:0 auto 20px;
		font-size: 28px; font-size:2.8rem;
	}
	#chie .content {
		padding: 0 20px;
	}
	#chie .leadtxt,
	.chie_introduction {
		max-width:1080px;
		margin:0 auto 40px;
	}
	.chie_introduction h2,
	.chie_introduction h3 {
		padding-top:20px;
		font-size: 24px; font-size:2.4rem;
	}
	.chie_introduction .question,
	.chie_introduction .answer{
		display: flex;
		margin: 40px 0;
	}
  .chie_introduction .question{
		padding: 25px;
		font-size: 2.0rem;
		font-weight: normal;
	}

	.chie_introduction .answer{
		padding: 25px;
		font-size: 2.0rem;
		font-weight: normal;
		color: #008DA3;
	}

	.chie_introduction .QA_title {
		font-size: 32px;
		font-size: 3.2rem;
		color: #008DA3;
	}

	.chie_point {
		max-width:1080px;
		margin:0 auto 40px;
		padding: 20px;
	}
}
@media screen and (max-width: 768px){
	.chie_content_inner {
	    margin-bottom: 50px;
	}
	.chie_contents_image {
	    margin-top: 50px;
	}
}

/* 2022.06.27追加 */
#chie .pdf_area{
	text-align: center;
}
#chie a.pdf_button{
	display: block;
	background: #008DA3;
	border-radius: 2em;
	color: #fff;
	font-size: 2rem;
	padding: 1em;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#chie a.pdf_button:hover{
	text-decoration: none;
	opacity: 0.8;
}
#chie a.pdf_button:before {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/img_pdf_button.png) no-repeat center center;
	background-size: 50px 50px;
	left: 20px;
	top: calc(50% - 25px);
	content: "";
}
@media screen and (min-width:769px) {

	#chie a.pdf_button{
		font-size: 23px;
		width: 50%;
	}

}

/* =====  ===== */
/* 2022.06.27追加 */
/* ===== hashtag CATEGORY ===== */
#hashtag .index {
	border-top:1px solid #ccc;
}
#hashtag .hashtag_title {
    padding: 0 0 20px 20px;
}
#hashtag .hashtag_title span{
	font-size: 28px;
}
.hashtag_list{
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 40px 20px;
	margin: 0 20px 50px;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	font-size: 16px;
}
.hashtag_list li{
	margin-right: 1em;
	margin-bottom: 1em;
}
.hashtag_list a{
	color: #00B9D3;
  line-height: 2.5em;
}
/* search */

#search-rslt .cse .gsc-control-cse, #search-rslt .gsc-control-cse{
	padding:1em 0;
}




/* ----- 20181201 追加 --------------------- */

/* navigation */
.ctgr_links{
	letter-spacing:-.4em;
	text-align:center;
}
.ctgr_links li{
	position:relative;
	display:inline-block;
	background-color:#f5f5f5;
	letter-spacing:normal;
	vertical-align:top;
}
.ctgr_links > li:nth-child(2n){
	background-color:#ecf2ee;
}
/* 2022.06.27追加 */
.ctgr_links > li:nth-child(2n){
	background-color:#DDECEE;
}
.ctgr_links a,
.ctgr_links label{
	display:block;
}
.ctgr_links label{
	cursor:pointer;
}

/* active表示用 */
.ctgr_links a.active,
.ctgr_links label.active{
	background-color:#39b35e;
	color:#fff;
}
/* 2022.08.16追加 人材活用事例 (case) */
#case .ctgr_links a.active,
#case .ctgr_links label.active{
	background-color:#268339;
	color:#fff;
}
/* 2022.06.27追加 採用の知恵袋(chie) */
#chie .ctgr_links a.active,
#chie .ctgr_links label.active{
	background-color:#008DA3;
	color:#fff;
}
.res_ctgr1 .ctgr_links a.res_ctgr1,
.res_ctgr2 .ctgr_links a.res_ctgr2,
.res_ctgr3 .ctgr_links a.res_ctgr3,
.res_ctgr4 .ctgr_links a.res_ctgr4,
.res_ctgr5 .ctgr_links a.res_ctgr5,
.res_ctgr6 .ctgr_links label.res_ctgr6{
	background-color:#39b35e;
	color:#fff;
}


/* navigation sub */
#ctgr_links_sw ~ .ctgr_links_sub{
	display:none;
	position:absolute;
	left:0;
	z-index:100;
	width:100%;
}
#ctgr_links_sw:checked ~ .ctgr_links_sub{
	display:block;
}
.ctgr_links_sub li{
	display:block;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
.ctgr_links_sub li:first-child{
	border-top:none;
}
.ctgr_links_sub li:last-child{
	border-bottom:none;
}
.ctgr_links_sub a{
	padding:15px 10px;
}

/* title */
.reserach_ctgr_ttl,
.case_ctgr_ttl,
.chie_ctgr_ttl{
	text-align:center;
}

@media screen and (min-width:769px) {
	/* navigation */
	.ctgr_links{
		margin-bottom:30px;
		padding:20px 40px;
	}
	.ctgr_links > li{
		width:16.6%;
		max-width:180px;
		min-width: 132px;
	}
	.ctgr_links a,
	.ctgr_links label{
		padding:17px 10px;
	}
	.ctgr_links a:hover,
	.ctgr_links label:hover{
		color:#30b45a;
	}
	.ctgr_links a:hover{
		text-decoration:none;
	}
	/* 2022.08.16追加 人材活用事例 (case) */
	#case .ctgr_links a:hover,
	#case .ctgr_links label:hover{
		color:#268339;
	}
	/* 2022.06.27追加 採用の知恵袋(chie) */
	#chie .ctgr_links a:hover,
	#chie .ctgr_links label:hover{
		color:#008DA3;
	}

	/* active表示用 */
	/* 2022.06.27追加 採用の知恵袋(chie) */
	/* 2022.08.16追加 人材活用事例 (case) */
	.ctgr_links a.active:hover,
	.ctgr_links label.active:hover,
	#case .ctgr_links a.active:hover,
	#case .ctgr_links label.active:hover,
	#chie .ctgr_links a.active:hover,
	#chie .ctgr_links label.active:hover{
		color:#fff;
	}

	.res_ctgr1 .ctgr_links a.res_ctgr1:hover,
	.res_ctgr2 .ctgr_links a.res_ctgr2:hover,
	.res_ctgr3 .ctgr_links a.res_ctgr3:hover,
	.res_ctgr4 .ctgr_links a.res_ctgr4:hover,
	.res_ctgr5 .ctgr_links a.res_ctgr5:hover,
	.res_ctgr6 .ctgr_links label.res_ctgr6:hover{
		color:#fff;
	}

	/* title */
	.reserach_ctgr_ttl,
	.case_ctgr_ttl,
	.chie_ctgr_ttl{
		margin-bottom:25px;
		font-size:2.8rem;
		font-weight:normal;
	}
}
@media screen and (max-width:768px) {
	/* navigation */
	.ctgr_links{
		margin-bottom:20px;
		padding:20px;
	}
	.ctgr_links > li{
		width:45%;
		margin-bottom:8px;
	}
	.ctgr_links a,
	.ctgr_links label{
		padding:10px 5px;
	}

	/* title */
	.reserach_ctgr_ttl,
	.case_ctgr_ttl,
	.chie_ctgr_ttl{
		margin-bottom:15px;
		font-size:2.2rem;
		font-weight:normal;
	}
}
/* ----- 20181201 追加 ここまで --------------------- */
