@charset "UTF-8";

/*子テーマ用「base.css」*/

/*フォントの基本色*/
body{
	color: #000;
}
.keni-container,
.keni-mv_wrap{
	overflow: visible;
}

h2{
	background: none;
	color: #000;
	margin-bottom: 23px;
	padding: 10px 0;
	font-size: 1.9rem;
	border-bottom: 2px solid #2BC7E0;
}
.keni-section h2{
	margin-top: 60px;
}
h3{
	border: none;
	color: #000;
	margin: 1px 1px 24px;
	padding: 10px 0;
	font-size: 1.8rem;
	border-bottom: 2px solid #2BC7E0;
}
.keni-section h3{
	margin-top: 60px;
}
h4{
	border: none;
	color: #000;
}
.keni-section h2 a{
	color: #000;
}
ul > li,
ol > li{
	margin-bottom: 0;
}
.link-ref, .article-body .link-ref {
    margin-bottom: 0;
    text-align: left;
}

.col1 .keni-footer_outer,.col2 .keni-footer_outer{
	max-width: 100%;
}

figure{
  display:table
}
figure img{
  margin-left:auto;
  margin-right:auto;	
}
figcaption{
  text-align: center;
}
/*----------------------------*/
/*ページ内リンク*/
/*----------------------------*/
.btn-injmp, .btn-outjmp{
	list-style: none;
	margin: 0;
}
.btn-injmp li a{
	background-color: #dceaea;
	border-radius: 20px;
	padding: 3px 30px 3px 20px;
	position: relative;
	list-style: none;
}
.btn-injmp li a{
	display: block;
}
.btn-injmp li a::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  right: 15px;
}
.btn-injmp li a.resources-link::after{
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36%;
}
.btn-outjmp li a{
	background-color: #dceaea;
	border-radius: 20px;
	padding: 3px 30px 3px 20px;
	position: relative;
	list-style: none;
}
.btn-outjmp li a{
	display: block;
}
.btn-outjmp li a::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 36%;
  right: 15px;
}


/*----------------------------*/
/*旧ヘッダーフッターCSS*/
/*----------------------------*/

/*メニュー*/
.fmenu {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.fmenu dl {
	padding-right: 10px;
	margin: 0 0 10px 0;
}
.fmenu dt {
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.fmenu dd {
	margin: 0;
	padding: 0;
}
.fmenu ul {
	margin: 0;
	padding-top: 5px;
list-style: none;
}
.fmenu li {
	margin: 6px 0;
	font-size: 90%;
	padding-left: 0;
}
.fmenu li span {
	font-size: 90%;
	display: block;
	margin-top: 3px;
}
.fmenu a {
	text-decoration: none;
	color: #fff;
}
.fmenu a:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #999;
	text-decoration: none;
}
/*
# SNSボタン
*/
.sns-btn_wrap{
	max-width: 350px;
}

@media (min-width : 768px){
.col2 .keni-header_outer, .col2 .keni-gnav_outer, .col2 .keni-mv_outer, .col2 .archive_title_wrap, .col2 .keni-main_outer, .col2 .catch-area, .col2 .keni-breadcrumb-list_outer, .col2 .col2 .keni-copyright, .col2 .keni-sep-conts_outer, .col2 .keni-footer-panel_outer {
	max-width: 1400px;	
}
.col1 .keni-section_wrap{
	max-width: 1400px;
}
	.col1 .keni-header_outer,
	.col1 .keni-gnav_outer,
	.col1 .keni-mv_outer,
	.col1 .catch-area,
	.col1 .archive_title_wrap,
	.col1 .keni-breadcrumb-list_outer,
	.col1 .keni-copyright,
	.col1 .keni-section_wrap,
	.col1 .keni-sep-conts_outer,
	.col1 .keni-footer-panel_outer{
		max-width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}
	
.col3-cont{
	display: flex;
	justify-content: space-between;
}
.col3-cont .col{
	width: 32%;
}
.col3-cont .col_2of3{
	width: 66%;
}
.col4-cont{
	display: flex;
	justify-content: space-between;
}	
.col4-cont .col{
	width: 23.5%;
}
.col4-cont .col_2of4{
	width: 49%;
}
.col4-cont .col_3of4{
	width: 74.5%;
}	
	
	
	
}