@charset"utf-8";
/* ============================================
*
　共通
*
===============================================*/
.mv{
	background-image: url(../img/page_ttl.png);
	height: 200px;
	background-size: cover;
	position: relative;
}
.mv h1{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 4rem;
	text-align: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.10em;
}
.breadcrumbs p,.breadcrumbs a{
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 20px;
}
.contents{
	margin-top: 80px;
}
.honbun{
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 2.2;
}
.cal_2,.cal_3,.cal_4{
	display: flex;
	justify-content:space-between;
	margin-bottom: 30px;
}
.cal_2{
	justify-content: center;
}
.cal_2 div{
	width: 334px;
	margin-right: 40px;
}
.cal_2 div:last-child{
	margin-right: 0px;
}
.cal_2 span,.cal_3 span{
	font-size: 1.4rem;
	text-align: center;
	display: block;
	margin-top: 6px;
	line-height: 1.5;
}
/*.cal_2:after{
	content:"";
	display: block;
	width: 334px;
}*/
.cal_3 div{
	width: 333px;
}
.link{
	margin-top: 68px;
}
.link .flex a{
	width: 270px;
    padding: 30px 0;
}
.link .flex a:nth-child(1){
	background: #2c62a3;
}
.link .flex a:nth-child(2){
	background: #2591dd;
}
.link .flex a:nth-child(3){
	background: #29b7b0;
}
.link .flex a:nth-child(4){
	background: #9083c5;
}
.link .flex a img{
	width: 60px;
	margin: 0 auto;
	display: block;
}
.link .flex p{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 0.05em;
}
.link .flex a.on p{
	color: #fac908;
}
.link .flex a.on{
	pointer-events: none;
}
.link_2{
	margin-top: 68px;
}
.link_2 .flex{
	justify-content: space-between;
}
.link_2 .flex div p{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
.link_2 .flex a.on p{
	color: #2591dd;
}
.link_2 .flex a.on{
	pointer-events: none;
}
/*アコーディオン*/
.accordion{
	margin-bottom: 20px;
}
.accordion .toggle_ac {
	display: none;
}
.accordion .Label {		
	padding: 15px;
    display: block;
    color: #00397f;
    background: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 600;
    border: 2px solid #00397f;
    box-shadow: 0 2px 4px rgb(0 0 0 / 9%);
}
.accordion .Label:before{	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #00397f;
	border-right: 2px solid #00397f;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion .Label,
.accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion .content {	
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.accordion .toggle_ac:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
	background: #f7f7f7;
}
.accordion .toggle_ac:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.accordion h2{
	font-size: 1.8rem;
	border-bottom: 1px solid #00397f;
	color: #00397f;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
.accordion td{
	border-right: 8px solid #f7f7f7;
}
.accordion tr td:first-child{
	width: 17%;
}
.accordion .q_txt,.accordion .a_txt{
	padding-left: 50px!important;
	position: relative;
}
.accordion .q_txt:after{
	background-image: url(../../voice/img/Q.png);
	content: "";
	width: 18px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	border: none;
}
.accordion .a_txt:after{
	background-image: url(../../voice/img/A.png);
	content: "";
	width: 17px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	border: none;
}
.news .flex{
	display : flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}
.news .flex div{
	width: 240px;
	margin-bottom: 50px;
	margin-right: 40px;
}
.news .flex div:nth-child(4n) {
	margin-right: 0px;
}
.news .flex:after{
	content:"";
	display: block;
	width:240px;
}
.news dt{
	color:#00397f;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 10px;
	font-size: 1.4rem;
}
.news dd{
	font-size: 1.4rem;
	line-height: 2;
}
.news .center{
	margin: 30px auto;
}
/*ページネーション*/
body .pager{
	margin-top: 30px;
}
body .pager ul.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
	width: auto!important;
	justify-content: center!important;
	display: flex!important;
}
body .pager .pagination li {
	margin: 0 2px!important;
	padding: 0!important;
	display: inline-block!important;
	background: #ffffff!important;
	width: 45px!important;
	height: 45px!important;
	text-align: center!important;
	position: relative!important;
}
body .pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #000;
	text-decoration: none;
	border: 1px solid;
	padding-top: 8px;
}
body.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
body .pager .pagination li a:hover,
body .pager .pagination li span.current{
	color: #fff!important;
	background: #000!important;
	opacity: 1!important;
}
body .pager .pagination li span.current{
	width: 43px;
	height: 43px;
	display: block;
	padding-top: 9px;
}
.w800{
	width: 800px;
	margin: 0 auto 0 0;
}
.w532{
	width: 532px;
	margin: 0 auto 0 0;
}
.w33{
	width: 33%;
}
/*access*/
.access .cal_2 div{
	width: 48%;
}
.access .cal_2 div iframe{
	width: 100%;
}


/*research*/
.research_index .flex .box img{
	border: 1px solid #d3d3d3;
    overflow: hidden;
	width: 100%;
	height: auto;
}
.research_index .flex .box p{
	width: 100%;
    display: block;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-top: 10px;
    padding-left: 30px;
}
.research_index .flex .box p:hover{
	opacity:0.7;
}
.research_index .flex .box p:after{
	width: 16px;
    height: 2.5px;
    position: absolute;
    top: 30px;
    right: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 64%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background: #00397f;
}
.voice .sec .flex{
	justify-content: space-between;
	align-items: flex-start;
}
.voice .sec .flex img{
	margin-right: 50px;
}
.voice .name{
	background: #d0dae5;
	padding: 30px;
	margin-top: 30px;
}
.voice .img_box{
	justify-content:space-between;
	margin-top: 50px;
}
.voice .img_box img{
	width: 48%;
	margin: 0;
}
.voice img.pp{
	width: 320px;
}
.voice .sec02{
	margin-top: 70px;
}
.voice .name .flex{
	align-items: flex-start;
    justify-content: flex-start;
}
.voice .name dl{
	margin-bottom: 10px;
}
.voice .name dt{
	font-weight: bold;
    margin-right: 10px;
    width: 170px;
    display: block;
}
.voice .name dd{
	width: 100%;
}
.research_index .cal_3{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.research_index .cal_3 .box{
	margin-right: 40px;
	margin-bottom: 40px;
}
.research_index .cal_3 .box:nth-of-type(3n){
	margin-right: 0px;
}
/*back btn*/
.vmore.back{
	margin-top: 60px;
}
.vmore.back:after{
	right: unset;
    left: -11px;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
	.mv{
		background-image: url(../img/page_ttl.png);
		height: 130px;
		background-size: cover;
		position: relative;
		margin-top: 80px;
		background-position: right;
	}
	.mv h1{
		font-size: 2.5rem;
		width: 100%;
	}
	.breadcrumbs p,.breadcrumbs a{
		display: none;
	}
	.contents{
		margin-top: 10%;
	}
	.honbun{
		font-size: 1.4rem;
		margin-bottom: 5%;
		line-height: 2;
	}
	.cal_2, .cal_3{
		display: block;
	}
	.cal_2 div,.cal_3 div{
		width: 80%;
		margin: 0 auto 5%;
	}
	.cal_2 span,.cal_3 span{
		font-size: 1.2rem;
		text-align: center;
		display: block;
		margin-top: 6px;
		line-height: 1.5;
	}
	.cal_2 div{
		margin: 0 auto 5%;
	}
	.cal_2 div:last-child{
		margin: 0 auto 5%;
	}
	/*.cal_2:after{
		content:"";
		display: block;
		width: 334px;
	}*/
	.cal_4{
		flex-wrap: wrap;
	}
	.cal_4 img{
		width: 48%;
		margin-top: 5%;
	}
	.link{
		margin-top: 10%;
	}
	.link .flex a{
		width: 49%;
		padding:5% 0;
		margin-bottom: 2%;
	}
	.link .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.link .flex a img{
		width: 40px;
	}
	.link .flex a:nth-child(odd){
		display: inline-block;
	}
	.link .flex a:nth-child(even){
		display: inline-block;
	}
	.link .flex p{
		font-size: 1.1rem;
		margin-top: 5px;
	}
	.link .flex a.on{
		pointer-events: none;
	}
	.link_2{
		margin-top: 10%;
	}
	.link_2 .flex{
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}
	.link_2 .flex div{
		width: 30%;
		margin-bottom: 5%;
	}
	.link_2 .flex div p{
		font-size: 1.1rem;
		margin-top: 5px;
		line-height: 1.4;
	}
	/*アコーディオン*/
	.accordion .Label{
		font-size: 1.6rem;
	}
	.accordion h2{
		font-size: 1.5rem;
	}
	.accordion tr td:first-child{
		width: 30%;
	}
	.news .flex div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 5%;
	}
	.news .flex div img{
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	.news .flex div:last-child{
		margin-right: 0px;
	}
	.news dt{
		margin:15px 0 10px;
	}
	.news dd{
		font-size: 1.4rem;
		line-height: 2;
	}
	.w800{
		width: 100%;
		margin: 0 auto;
	}
	.w532{
		width: 100%;
		margin: 0 auto 0 0;
	}
	.w33{
		width: 50%;
	}
	/*access*/
	.access .cal_2 div{
		width: 100%;
	}
	.access .cal_2 div iframe{
		width: 100%;
	}
	video{
		width: 100%;
	}
	.voice .sec .flex img{
		margin: 0 auto 5%;
	}
	.voice .name{
		background: #d0dae5;
		padding: 30px;
		margin-top: 30px;
	}
	.voice .img_box{
		justify-content:space-between;
		margin-top: 50px;
	}
	.voice .img_box img{
		width: 100%;
	}
	.voice img.pp{
		width: 100%;
	}
	.voice .sec02{
		margin-top: 40px;
	}
	.voice .name dt{
		width: 100%;
		margin: 0;
	}
	
	.research_index .cal_3{
		display: block;
	}
	.research_index .cal_3 .box{
		margin: 0 auto 8%;
	}
	.research_index .cal_3 .box:nth-of-type(3n){
		margin: 0 auto 8%;
	}
	/*back btn*/
	.vmore.back{
		margin-top: 40px;
	}
}/*---------------------SP用ここまで*/

