@charset "UTF-8";

/*
汎用パーツ
ヘッダー
フッター
*/


* {
	line-height: 1.5;
	list-style: none;
	box-sizing: border-box;
  font-size: 18px;
/*	color: #000;*/
/* 	font-family: 'Noto Sans JP', sans-serif; */
}

html { font-size: 62.5%; }
body { font-size: 1.8rem; } /*1rem = 10px*/

a {
	color: #4f92af;
}
a:hover {
	color: #5eb8df;
	text-decoration: none;
}

@media screen and (min-width: 769px) {
/* 	body {
		min-width: 1300px;
	} */
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}
}

.module_contents {
	display: none;
}

ins {
    background-color: transparent;
    text-decoration: underline;
    color: #333;
}

sup,sub {
    font-size: 75% !important;
}




/*--------------------------------------------------------------
汎用パーツ
--------------------------------------------------------------*/

.arrow_none::before {
	display: none !important;
}

.sub_title {
	text-align: center;
	margin-bottom: 60px;
}

.sub_title h2 {
	margin-top: 3px;
    font-size: 2.1rem;
}

.sub_title p {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.8;
}

.sub_title p span {
	display: block;
	margin: 30px 0 10px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #0056b9;
}

@media screen and (max-width: 767px) {
	.sub_title {
		margin-bottom: 40px;
	}
	.sub_title h2 {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.sub_title p {
		font-size: 1.4rem;
		text-align: left;
	}
	.sub_title p span {
		margin: 15px 0;
		font-size: 1.8rem;
		text-align: center;
	}
}

/* #page_top_btn {
	position: fixed;
	right: -50px;
	bottom: -50px;
} */

/* @media screen and (max-width: 768px) { */
	#page_top_btn {
    	position: fixed;
	right: -50px;
	bottom: -50px;
		right: 20px;
		bottom: 20px;
		display: block;
		width: 40px;
    height: 40px;
		z-index: 900;
		transition-duration: 0.2s;
	}
	#page_top_btn a {
		display: block;
		width: 40px;
		height: 40px;
		font-size: 2.5rem;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background-color: rgba(0,0,0,0.6);
		border-radius: 5px;
	}
/* } */


/* パンくず・ページャー */
@media screen and (min-width: 769px) {
  .breadcrumb{
	padding-left: 15px;
  }
}

.breadcrumb {
    max-width: 1155px;
    margin: auto;
    font-size: 80%;
    background: none;
	padding-top: 15px;
}
.breadcrumb li{
    display:inline-block;
 }
.breadcrumb li::after{
    content:" >";
}
.breadcrumb li:last-child::after{
    content:"";
}
.breadcrumb a {
	color: #333;
}
.breadcrumb a:hover {
	color: #0056b9;	
}

.c-pager {
	display: none;
    /*max-width: 1200px;*/
    text-align: center;
    margin: auto!important;
    position: relative;
/*    top: -40px;*/
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 40px;
}
.c-pager li {
    display:inline;
}
.c-pager li a{
    margin: 0 2px;
    padding: 2px 7px;
    color: #017ad8;
    border: 1px #017ad8 solid;
    position: relative;
}
.c-pager .is-current{
      color: #fff;
  background-color:#017ad8;
}
.fa-angle-left:before {
  content:"<";
}
.fa-angle-right:before {
  content:">";
}
.fa-angle-double-left:before {
  content:"<<";
}
.fa-angle-double-right:before {
  content:">>";
}
.p-newsDetail__foot{
  text-align:center;
  margin:100px 0 30px 0;
}
.p-newsDetail__foot a{
  padding:10px 20px;
  border:1px solid #ccc;
}
.p-newsDetail__foot a::before{
  content:"< ";
}


.news_category span {
    display: inline-block;
    border-radius: 15px;
    padding: 1px 10px 3px 15px;
    background-color: #47c6c6;
    color: #fff;
}

.news_category span.Media { background-color: #29abe2; }
.category_label{background-color: #47c6c6; }

@media screen and (max-width: 767px) {
	.sec_news .news_list .news_category span {
		font-size: 1rem;
	}
	.breadcrumb.is-pc {
		padding: 15px 15px 10px;
	}
}
.pdf_a::after {
	content: "";
	display: inline-block;
	background: url(/files/user/i3d_assets/img/pdf_icon.png) no-repeat;
	background-size: cover;
	height: 20px;
  width: 16px;
	margin-left: 4px;
	vertical-align: sub;
}





/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/





/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
.footer{
/*   position: fixed; /*画面下に固定*/ */
  bottom: 0; /*下に固定*/
  right: 0;
  left: 0;
/*   margin: auto; */
  background-color: #f2f2f2;
	padding: 20px 40px;
}

/* footer.gray {
	background-color: #f2f2f2;
}
 */
.footer .footer_inner {
	max-width: 1150px;
  margin: 0 auto;
  display: flex;
	align-items: center;
  justify-content: space-between;
}

/* .footer .footer_inner .footer_navi ul {
	display: flex;
} */

.footer .footer_inner .footer_navi li {
	/* border-left: solid 1px #333; */
	padding: 0 15px;
  margin: 0;
	line-height: 1;
}

/* .footer .footer_inner .footer_navi li:last-child {
	border-right: solid 1px #333;
} */

.footer .footer_inner .footer_navi li a {
	color: #333;
	line-height: 1;
	font-size: 1.5rem;
}

.footer .footer_inner .footer_navi li a:hover {
	color: #0056b9;
}


.footer p small {
	display: block;
	text-align: center;
	color: #333;
	line-height: 1;
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 15px 10px;
	}
	.footer p small {
		font-size: 1.1rem;
		color: #333;
	}
	.footer .footer_inner {
		display: block;
	}
	.footer .footer_inner .footer_navi ul {
		justify-content: center;
		margin-bottom: 10px;
	}
	.footer .footer_inner .footer_navi li {
		line-height: 1.4rem;
	}
	.footer .footer_inner .footer_navi li a {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}