@charset "UTF-8";

/*子テーマ用「base.css」*/
/*
# =================================================================
# 全体設定
# =================================================================
*/
body{
   background: #fff;
}
.keni-container{
	padding-top: 0!important;
}
.keni-section_wrap.front-wrap{
	background: none;
    padding: 0;
}
.keni-main{
	overflow: hidden;
	font-size: 1.4rem;
}
.keni-main_inner{
	padding: 0 0 10px;
	background: #fff;
}
.page-template-front-php .keni-main_inner{
	padding: 10px 0;
}
.article-body p{
	margin-bottom: 10px;
	line-height: 1.8;
}
.fl-l,.fl-r{
	float: none;
	display: block;
	margin: 0 auto 1em;
}
/*
# =================================================================
# ヘッダー
# =================================================================
*/
.keni-header_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none!important;
}
.page-template-front .keni-header_wrap{
	padding: 0 0 60px;
}
.site-title{
	position: absolute;
    padding: 0 10px;
	z-index: 3;
    bottom: 0;
}
p.site-title{
	position: relative;
	padding: 0;
}
p.site-title:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	background: #fff;
	width: 100%;
	height: 30px;
}
p.site-title img{
	position: relative;
	z-index: 5;
	width: 100%;
}
.keni-header{
	padding: 0;
}
.keni-header_col1 .keni-header_cont{
	margin: 0;
	display: none!important;
}
.keni-header_col1 .keni-header_cont img{
	bottom: 0!important;
	height: auto!important;
}
.main-catch{
	position: absolute;
	bottom: -10px;
	z-index: 3;
	left: 5px;
	width: 70%;
}
.front-mv{
	position: relative;
	max-width: 1400px;
    max-height: 560px;
    margin: 0 auto;
}
.main-catch-conts{
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/*
# =================================================================
# グローバルナビ
# =================================================================
*/
.keni-gnav_btn,.keni-gnav_wrap{
	display: none;
}
.navi-fixed{
	display: none;
}
/*
# =================================================================
# メインビジュアル
# =================================================================
*/
.character{
	display: none;
}
.mv{
	position: relative;
	margin: 0 0 20px;
	padding: 5px;
	background: url(images/grid-bg.png) repeat;
	background-size: 10px 10px;
}
.slider{
	margin: 0;
	padding: 10px 0;
}
.slider li{
	list-style: none;
	padding: 0 5px;
}
.slider .slick-slide{
	margin: 0;
}
.slider .slick-slide img{
	width: 100%;
	border: 2px solid #eaeaea;
	box-sizing: border-box;
}
.slick-dots{
	bottom: 15px;
}
.slick-dots li{
	margin: 0;
}
.slick-prev, .slick-next{
	width: 24px;
	height: 24px;
}
.slick-prev{
	left: 0;
	z-index: 5;
}
.slick-next{
	right: 0;
	z-index: 5;
}
.slick-prev:before, .slick-next:before{
	opacity: 1;
}
.slick-prev:before{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	top: -6px;
	left: 0;
	bottom: 0;
	margin: auto 0;
	background: url("images/prev.png") no-repeat;
	background-size: 24px 24px;
}
.slick-next:before{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	top: -6px;
	left: 0;
	bottom: 0;
	margin: auto 0;
	background: url("images/next.png") no-repeat;
	background-size: 24px 24px;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
/*
# =================================================================
# サイドバー
# =================================================================
*/
.keni-sub{
	padding: 20px 20px 0;
}
.keni-sub .keni-section_wrap, .keni-footer .keni-section_wrap{
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.keni-sub ul.banner-ul{
	margin: 0 0 20px;
	padding: 0;
}
.widget_recent_entries .keni-section > ul, .widget_recent_comments .keni-section > ul, .widget_archive .keni-section > ul, .widget_categories .keni-section > ul, .widget_pages .keni-section > ul, .widget_nav_menu .keni-section ul, .widget_rss .keni-section > ul, .widget_meta .keni-section > ul{
	margin: -16px 0 -20px;
}
.keni-sub #media_image-2{
	display: none;
}
/*
# =================================================================
# フッターメニュー
# =================================================================
*/
.sp-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.is_menu_visible .sp-menu{
	z-index: 70;
	height: 100%;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.sp-menu .nav-conts{
}
.sp-menu .nav-conts{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 96%;
	height: 0;
	margin: 0 auto;
	padding: 20px 10px 60px;
    background: #ecf7ff;
    border: 1px solid #ebebf5;
	border-radius: 0 0 8px 8px;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	animation: fadeIn 0.5s ease 0s 1 normal;
}
.sp-menu .nav-conts .nav-conts-in{
	margin-bottom: 20px;
	padding: 0;
}
.sp-menu .nav-conts.active{
	display: block;
	height: auto;
	overflow: auto;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	animation: fadeIn 0.5s ease 0s 1 normal;
}
.is_menu_visible {
    overflow: hidden!important;
}
.sp-menu p a.menu-close{
	display: block;
	margin: 0 20px;
	padding: 10px;
	background: #56b5ff;
	color: #fff;
	text-align: center;
}
/*
# =================================================================
# フッター
# =================================================================
*/
.keni-copyright_wrap{
	border: 0;
	padding: 0;
}
.keni-copyright{
	text-align: center;
}
.keni-footer-panel ul{
	padding: 0 0 0 25%;
}
.keni-footer-panel li{
	position: relative;
	vertical-align: bottom;
	min-height: 43px;
	padding: 25px 5px 3px;
	font-weight: bold;
	font-size: 1rem;
	color: #000;
}
.keni-footer-panel_wrap{
	background: #f7f7f7;
}
.keni-footer-panel .f-logo{
	position: absolute;
	content: '';
	bottom:0;
	left: 0;
	height: 60px;
	width: 25%;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	border-left: 0;
}
.keni-footer-panel .f-logo img{
	display: block;
	margin: 6px auto 0;
	width: auto;
	max-height: 50px;
}
.icon_menu::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-menu.png);
	background-size: 36px 36px;
}
.icon_osusume::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-star.png);
	background-size: 36px 36px;
}
.icon_method::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-money.png);
	background-size: 36px 36px;
}
.icon_job::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-job.png);
	background-size: 36px 36px;
}
.icon_shop::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-shop.png);
	background-size: 36px 36px;
}
.page-top{
	display: none!important;
}
.keni-footer-panel li a{
	padding: 0;
}
/*
# =================================================================
# 固定ページ
# =================================================================
*/
.default article{
	margin: 0 10px;
}
.default .keni-section_wrap{
	margin: 0;
	padding: 20px 10px;
	border-left: 6px solid #080808;
    border-right: 6px solid #080808;
	border-bottom: 6px solid #080808;
}
/*
# =================================================================
# お問い合わせ
# =================================================================
*/
table.custom-table{
	width: 94%;
	display: table;
	margin: 0 auto;
	background: #fff;
}
table.custom-table th {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
	background: #fafafa;
	border: 0;
}
table.custom-table th span {
    position: relative;
    left: 10px;
    padding: 0.2em 0.5em 0.1em;
    background: #ff444f;
    color: #FFF;
    font-size: 0.825em;
    border-radius: 4px;
}
table.custom-table td {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
	border: 0;
}
table.custom-table td input {
    width: 100%;
    padding: 0.5em 1em;
    box-sizing: border-box;
}
table.custom-table textara{
	padding: 0.5em 1em;
}
input.submit-btn{
	
}
.submit-btn input{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 5px;
	padding: 0;
	border: 0;
}
/*
# =================================================================
# 特定商取引法に基づく表示
# =================================================================
*/
dl.custom-dl{
	margin: 0;
	padding: 0;
}
dl.custom-dl dt{
	background: url(images/shasen_bg.png) repeat center center #424242;
	margin: 0 0 10px;
	padding: 10px;
	color: #fff;
}
dl.custom-dl dd{
	padding: 10px;
	margin: 0 0 20px;
}
/*
# =================================================================
# 一覧ページ
# =================================================================
*/
.entry-list .entry_thumb{
	margin: -20px 0 10px;
}
.entry-list > .entry-list_item{
	padding: 20px 0;
}
.entry-list > .entry-list_item:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.ently_read-more .btn{
	background: #56b5ff;
	border: 0;
	color: #fff;
}
/*
# =================================================================
# パン屑
# =================================================================
*/
.keni-breadcrumb-list_wrap{
	margin: 0;
	background: #fff;
	border-bottom: 0;
}
.keni-breadcrumb-list li{
	font-size: 1.2rem;
}
.keni-breadcrumb-list li:first-child::before, .keni-breadcrumb-list li::after{
	font-size: 10px;
}
.keni-breadcrumb-list li::after{
	margin: 0 5px;
}
/*
# =================================================================
# 共通見出し設定
# =================================================================
*/
.default h1.entry_title{
	position: relative;
	margin: 0;
    padding: 0;
    margin-bottom: 0;
    background: #fefc79;
    border: 6px solid #080808;
	border-radius: 6px 6px 0 0;
}
.default h1.entry_title img{
	display: block;
	max-width: 80%;
	margin: 0 auto;
}
h1.entry_title{
	margin: 20px 10px;
}
.keni-section h1.entry_title,h1.archive_title,h1.entry_title{
	position: relative;
	padding: 5px 10px 5px 60px;
	background: #56b5ff;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1.archive_title{
	margin: 20px 10px ;
    font-family: "G2サンセリフ-B" !important;
}
.keni-section h1.entry_title:before,h1.archive_title:before,h1.entry_title:before{
	position: absolute;
	content: '';
	top: -10px;
	left: -5px;
	background: url("images/boy.png") no-repeat;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	border: 1px solid #56b5ff;
    border-radius: 50%;
}
.keni-section h2{
	margin-top: 30px;
}
.sp-menu .nav-conts h2{
	position: relative;
	padding: 10px 10px 10px 60px;
	background: #56b5ff;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.6rem;
}
.sp-menu .nav-conts h2:before{
	position: absolute;
	content: '';
	top: -10px;
	left: -5px;
	background: url("images/boy.png") no-repeat;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	border: 1px solid #56b5ff;
    border-radius: 50%;
}
.keni-section .sub-section_title{
	margin: 0 -10px 24px;
	background: #56b5ff;
	box-shadow: 0px 0px 0px 5px #56b5ff;
	border: dashed 2px white;
	padding: 10px ;
}
.widget_recent_entries_img .list_widget_recent_entries_img{
	margin: -8px -10px -20px;
}
/*
# =================================================================
# SNS設定用
# =================================================================
*/
.sns-btn_wrap{
	padding-bottom: 10px;
	margin-bottom: 0;
}
/*
# =================================================================
# トップページ用設定
# =================================================================
*/
.line-description{
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ebebf5;
}
.line-description .chat_l,.line-description .chat_r{
    margin: 0 0 10px;
}
.line-description .bubble_wrap{
    padding-top: 20px;
}
.line-description .bubble span.name{
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 1.2rem;
}
.line-description .bubble span.light-aqua{
	color: #56b5ff;
}
.line-description .bubble span.light-pink{
	color: #ff7ec8;
}
.line-description .bubble span.time{
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 1.2rem;
}
.line-description .chat_r .bubble_wrap{
    margin-right: -10px;
    padding-right: 30px;
    padding-top: 10px;
}
.line-description .chat_r .talker{
    display: none;
}
ul.banner-ul{
    display: block;
	margin: 20px 0;
    padding: 0 5px;
}
ul.banner-ul li{
    float: left;
    display: inline;
    position: relative;
    width: 50%;
    margin: 0;
    padding: 5px;
}
ul.banner-ul img{
    display: block;
    cursor: pointer;
}
ul.banner-ul img:hover{
    position: relative;
    top: -5px;
}
.point-tilte{
	display: block;
	margin: 0 0 20px;
}
.point-dl dt {
  position: relative;
  border-top: solid 2px #56b5ff;
  border-bottom: solid 2px #56b5ff;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 10px;;
  margin: 0 0 10px;
}

.point-dl dt:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #56b5ff;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
	font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.point-dl dd{
	margin: 0 0 40px;
	padding: 0 10px;
}
.point-dl ul{
	margin: 0;
	padding: 0;
}
.point-dl ul li{
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #eaeaea;
	list-style: none;
}
.point-dl ul li:before{
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f054';
	color: #505050;
	left: 0px;
	font-weight: 700;
}

/*
# =================================================================
# トップページ用見出し設定
# =================================================================
*/
.line-description h2,.keni-section .line-description h2:first-child{
    position: relative;
    margin: -20px -20px 20px;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
    background: #56b5ff;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
}
.line-description h2:before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
	content: '\f053';
    left: 20px;
	font-weight: 700;
}
.line-description h2:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
	content: '\f0ca';
    right: 20px;
	font-weight: 700;
}

.keni-section h2{
	position: relative;
	padding: 10px;
	background: #56b5ff;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.6rem;
}
.keni-section h2.boy,.keni-section h2.girl{
	padding: 10px 10px 10px 60px;
	line-height: 1.5;
}
.keni-section h2.boy:before{
	position: absolute;
	content: '';
	top: -10px;
	left: -5px;
	background: url("images/boy.png") no-repeat;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	border: 1px solid #56b5ff;
    border-radius: 50%;
}
.keni-section h2.girl:before{
	position: absolute;
	content: '';
	top: -10px;
	left: -5px;
	background: url("images/girl.png") no-repeat;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	border: 1px solid #56b5ff;
    border-radius: 50%;
}
.keni-section .point-dl dt h3{
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	color: #00a0e9;
	font-size: 1.6rem;
}
/*
# =================================================================
# 吹き出し用設定
# =================================================================
*/
.talker{
    width: 70px;
}
.talker img{
    width: 70px;
}
.chat_l .bubble_wrap{
    margin-left: -80px;
    padding-left: 80px;
}
.chat_r .bubble_wrap{
	margin-right: -80px;
	padding-right: 80px;
}
.bubble{
    min-height: 50px;
}
/*
# =================================================================
# 追加CTA広告エリア設定
# =================================================================
*/
.ad-area{
	position: relative;
	background: #f5fdfe;
	margin: 0 10px 20px;
	padding: 10px;
	border: 2px solid #d4eff0;
	border-radius: 8px 8px 0 0;
}
.ad-area h2{
	position: relative;
	margin: -12px -12px 20px;
	padding: 10px 10px 10px 60px;
	background: #56b5ff;
    border-radius: 8px 8px 0 0;
	font-size: 1.8rem;
}
.ad-area h2:before{
	position: absolute;
	top:-10px;
	left: -10px;
	content: '';
	background: url("images/ad-icon.png") no-repeat;
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
}
.ad-image{
	position: relative;
	margin: 0 -10px;
	padding: 0 0 20px 40%;
	background: url("images/sp.png") no-repeat left 10px;
	background-size: 60% auto;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 0 0 .5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #eaeaea;
	border-radius: 6px;
  box-sizing: border-box;
}

.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 20px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 19px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #eaeaea;
  z-index: 1;
}

.fukidashi p {
  margin: 0;
  padding: 0;
}
/* ここから下がボタンのCSS　*/
.btn-push {
	display: inline-block;
	max-width: 100%;
	text-align: center;
	background-color: #ffa300;
	font-size: 2.4rem;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 4px;
	border-bottom: 4px solid #d37800;
}
.btn-push:hover{
	color: #fff;
	text-decoration: underline;
}
.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
	color: #fff;
}
a.btn-push:visited,a.btn-push:focus,a:active{
	color: #fff;
}
@media (max-width : 360px){
	.btn-push{
		font-size: 2rem;
	}
}
@media (min-width : 768px){
	/*
	# =================================================================
	# 全体設定
	# =================================================================
	*/
	.keni-main{
		overflow: hidden;
		font-size: 1.6rem;
	}
	.keni-main .keni-section_wrap{
		padding: 20px;
	}
	/*
	# =================================================================
	# ヘッダー
	# =================================================================
	*/
	.page-template-front .keni-header_wrap{
		padding: 0;
	}
	.keni-header_wrap{
		padding: 0;
	}
	.col1 .keni-header_outer{
		position: relative;
	}
	.keni-header h1.site-title, .keni-header_col1 h1.site-title{
		float: none;
		max-width: 55%;
		padding: 10px;
	}
	h1.site-title{
		top: 80px;
		bottom: inherit;
	}
	.keni-header p.site-title, .keni-header_col1 p.site-title{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.site-title > a{
		display: block;
	}
	p.site-title img{
		width: 100%;
	}
	/*
	# =================================================================
	# メインビジュアル
	# =================================================================
	*/
	.col1 .keni-mv_outer,.keni-mv_outer{
		max-width: 100%;
	}
	/*
	# =================================================================
	# サイドバー
	# =================================================================
	*/
	.keni-sub,.col1 .keni-sub{
		padding: 0 20px;
	}
	/*
	# =================================================================
	# フッター
	# =================================================================
	*/
	
	.keni-footer-panel_wrap.fn-footer-panel{
		display: block;
		bottom: -90px;
	}
	.keni-footer-panel_wrap.active{
		bottom: 0;
	}
	.keni-footer-panel li{
		padding: 36px 10px 5px;
		min-height: 50px;
		font-size: 1.6rem;
	}
	.keni-footer-panel .f-logo{
		height: 80px;
	}
	.keni-footer-panel .f-logo img{
		margin: 6px auto 0;
		max-height: 68px;
	}
	.icon_menu::before,.icon_tel::before,.icon_mail::before,.icon_arrow_s_up::before,.icon_osusume::before{
		top: -20px;
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
	}
	/*
	# =================================================================
	# メインビジュアル
	# =================================================================
	*/
	.keni-mv_wrap{
		padding: 0 0 20px;
	}
	.character{
		display: table;
		position: absolute;
		width: 50%;
		bottom: -30px;
		right: 0;
		z-index: 5;
	}
	.character img{
		width: 50%;
	}
	/*
	# =================================================================
	# サイドバー
	# =================================================================
	*/
	.keni-main .keni-section_wrap.widget{
		padding: 20px 30px;
	}
	.widget_recent_entries_img .list_widget_recent_entries_img{
		margin: -8px 0 -20px;
	}
	/*
	# =================================================================
	# 固定用設定
	# =================================================================
	*/
	.default article {
		margin: 0 auto;
		max-width: 1000px;
	}
	.default article{
		padding: 10px 30px 20px;
	}
	.default .keni-section_wrap{
		padding: 40px;
	}
	.default .keni-section_wrap{
		border-width: 8px;
	}
	/*
	# =================================================================
	# 一覧ページ
	# =================================================================
	*/
	.entry-list .entry_thumb{
		margin: 0 20px 20px 0;
	}
	/*
	# =================================================================
	# 見出し
	# =================================================================
	*/
	.default h1.entry_title{
		border-width: 8px;
	}
	.keni-section .sub-section_title{
		margin: 0 0 24px;
	}
	.keni-section h1.entry_title, h1.archive_title, h1.entry_title{
		padding: 10px 10px 10px 60px;
	}
	.keni-section h1:first-child{
		margin: 0 0 30px;
	}
	.col1 .archive_title{
		margin: 20px;
	}
	/*
	# =================================================================
	# 投稿ページ用画像センター揃え
	# =================================================================
	*/
	.article-body p img{
		display: block;
		margin: 0 auto 20px;
	}
	
	/*
	# =================================================================
	# お問い合わせ
	# =================================================================
	*/
	table.custom-table{
		margin: 30px auto;
		width: 100%;
		display: table;
	}
	table.custom-table tr{
		border-bottom: 1px solid #dddddd;
	}    
	table.custom-table th{
		display: table-cell;
		width: 35%;
		padding: 1.5em 0;
		vertical-align: middle;
	}
	table.custom-table td{
		display: table-cell;
		width: auto;
		padding: 1.5em 0;
		vertical-align: middle;
	}
	table.custom-table td input,table.custom-table td textarea{
		display: block;
		width: 96%;
		margin: 0 auto;
	}
	#company table.custom-table td{
		padding: 1.5em 1em;
		text-align: left;
	}
	input.submit-btn{
		width: 70%;
		margin: 40px auto 10px;
	}
	/*
	# =================================================================
	# トップページ用設定
	# =================================================================
	*/
	
	ul.banner-ul li{
		width: 33.3%;
	}
	.point-tilte .thumbnail{
		float: left;
		display: inline;
		width: 38%
	}
	.point-tilte > p{
		float: right;
		display: inline;
		width: 60%;
	}
	.point-dl dt{
		margin: 40px 0;
	}
	
    
	/*
	# =================================================================
	# 見出し
	# =================================================================
	*/
	.keni-section .front-section h2{
	}
	.line-description h2, .keni-section .line-description h2:first-child{
		font-size: 2rem;
	}
	.keni-section .point-dl dt h3{
		font-size: 1.8rem;
	}
	/*
	# =================================================================
	# 追加CTA広告
	# =================================================================
	*/
	.ad-area{
		padding: 20px;
	}
	.ad-area h2{
		margin: -22px -22px 20px;
		padding: 20px 20px 20px 60px;
		font-size: 2rem;
	}
	.ad-image{
		margin: 0 auto;
	}
	.fukidashi{
		padding: 20px;
	}
	.fukidashi:before{
		right: 30px;
	}
	.fukidashi:after{
		right: 29px;
	}
	.btn-push{
		width: 96%;
		padding: 30px 60px;
		font-size: 3rem;
	}
}
@media (min-width : 920px){
	.keni-main{
		padding: 0;
		margin: 0 auto;
		max-width: 100%;
	}
	.keni-main_inner{
		margin: 0 auto;
		padding: 0 40px;
		max-width: 1000px;
	}
	.keni-sub, .col1 .keni-sub{
		max-width: 1000px;
		padding: 0 60px 20px;
		margin: 0 auto;
	}
	/*
	# =================================================================
	# トップページ用設定
	# =================================================================
	*/
	
	ul.banner-ul li{
		width: 25%;
	}
	.line-description h2, .keni-section .line-description h2:first-child{
		font-size: 2.2rem;
	}
	
	/*
	# =================================================================
	# 見出し
	# =================================================================
	*/
	.keni-section .front-section h2,.keni-section h2.boy, .keni-section h2.girl{
		padding: 20px 20px 20px 90px;
		font-size: 2.2rem;
	}
	.keni-section h2.boy:before,.keni-section h2.girl:before{
		width: 80px;
		height: 80px;
		background-size: 80px 80px;
	}
	
}
@media (min-width : 1200px){
	/*
	# =================================================================
	# 全体設定
	# =================================================================
	*/
	body{
		background: #fff;
	}
	.flex-wrapper {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse	;
		flex-direction: row-reverse	;
		width: 100%;
	}
	.page-template-front .flex-wrapper{
		display: block;
	}
	/*
	# =================================================================
	# ヘッダー
	# =================================================================
	*/
	.col1 .keni-header_outer{
		max-width: 100%;
		padding-left: 350px;
	}
	.col1 .keni-header_inner{
		position: relative;
	}
	h1.site-title{
		left: 10px;
	}
	.keni-header p.site-title, .keni-header_col1 p.site-title{
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	/*--------------------------------------------------------
	グローバルナビ
	--------------------------------------------------------*/
	
	.navi-fixed{
		display: block;
		position: fixed;
		top: 228px;
		width: 350px;
		margin: 0 -20px;
		border-right: 8px solid #080808;
		background: url(images/grid-bg.png);
		transition: 0.8s;
	}
	.navi-fixed.h-over{
		position: fixed;
		transition: 0.8s;
		overflow-y:auto;
	}
	.navi-fixed.move .keni-gnav_wrap{
	}
	.keni-gnav_wrap{
		display: block;
		border-bottom: 8px solid #080808;
		padding: 20px 20px 20px;
		background: url(images/gray-bg.png);
	}
	.keni-gnav_inner > ul{
		display: block;
		background: #fff;
		border: 4px solid #080808;
	}
	.keni-gnav_inner > ul li{
		display: block;
	}
	.keni-gnav_inner li{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.keni-gnav_inner li a{
		display: block;
		padding: 10px;
		border-bottom: 3px solid #eaeaea;
	}
	.keni-gnav_inner li a:hover,.keni-gnav_inner li a:visited{
		border-bottom: 3px solid #080808;
		background: #fefc79;
	}
	.keni-gnav_inner li a:hover img{
		position: relative;
		right: -5px;
	}
	.keni-gnav_inner li:last-child a{
		border-bottom-width: 0;
	}
	.pc-side-conts{
		padding: 20px;
		border-bottom: 8px solid #080808;
	}
	.pc-side-conts ul{
		margin: 0;
		padding: 0;
		border: 4px solid #080808;
	}
	.pc-side-conts ul li{
		list-style: none;
		margin: 0;
		padding: 0;
		background: #fff;
		border-bottom: 3px solid #eaeaea;
	}
	.pc-side-conts ul li:hover,.pc-side-conts ul li.current{
		border-bottom: 3px solid #080808;
	}
	.pc-side-conts ul li:last-child{
		border-bottom: 0;
	}
	.pc-side-conts ul li a{
		position: relative;
		display: block;
		padding: 15px;
		background: #fefefe;
		color: #080808;
		text-decoration: none;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.pc-side-conts ul li a:before{
		font-family: "Font Awesome 5 Free";
		content: '\f054';
		position: absolute;
		top: 15px;
		right: 30px;
		font-weight: 700;
	}
	.pc-side-conts ul li a:hover,.pc-side-conts ul li.current a{
		background: #fefc79;
	}
	.pc-side-conts ul li a:hover span,.pc-side-conts ul li.current a span{
		position: relative;
		right: -10px;
	}
	.pc-side-conts ul li a:hover:before,.pc-side-conts ul li.current a:before{
		right: 15px;
	}

	.navi-fixed::-webkit-scrollbar{
		display:none;
		width: 12px;
	}
	.navi-fixed::-webkit-scrollbar-track{
		background: #fff;
		border: none;
		border-radius: 10px;
		box-shadow: inset 0 0 2px #777;
	}
	.navi-fixed::-webkit-scrollbar-thumb{
		background: #aaa;
		border-radius: 10px;
		box-shadow: none;
	}
	.navi-fixed h3{
		border: 0;
		padding: 0;
		margin: 0;
	}
	/*--------------------------------------------------------
	メインビジュアル
	--------------------------------------------------------*/
	.keni-mv_outer,.col1 .keni-mv_outer{
		max-width: 100%;
	}
	.keni-slider_wrap{
		max-width: 960px;
	}
	/*--------------------------------------------------------
	メインコンテンツ
	--------------------------------------------------------*/
	main {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
		background: url(images/gray-bg.png);
		background-size: 16px 16px;
		overflow-x: hidden;
		
	}
	/*--------------------------------------------------------
	サブ
	--------------------------------------------------------*/
	.keni-sub {
		position: relative;
		z-index: 200;
		width: 350px;
		height: auto;
		border-right: 8px solid #e8f5ff;
		background: #fff;
	}
	.keni-sub, .col1 .keni-sub{
		padding: 0 10px;
	}
	.keni-sub .keni-section_wrap{
		background: none;
	}
	.keni-sub ul.banner-ul{
		margin: 0 0 20px;
	}
	.keni-sub ul.banner-ul li{
		width: 50%;
	}
	.keni-sub .point-tilte .thumbnail,.keni-sub .point-tilte > p{
		float: none;
		display: block;
		width: 100%;
	}
	.keni-sub .widget_media_image{
		margin-bottom: 0;
	}
	.widget_recent_entries .keni-section > ul, .widget_recent_comments .keni-section > ul, .widget_archive .keni-section > ul, .widget_categories .keni-section > ul, .widget_pages .keni-section > ul, .widget_nav_menu .keni-section ul, .widget_rss .keni-section > ul, .widget_meta .keni-section > ul{
		margin: -16px 0 -20px;
	}
	
	
	
	.keni-footer_wrap{
		border-top: 8px solid #e8f5ff;
		clear: both;
		width: 100%;
	}
	.keni-footer-panel_wrap.fn-footer-panel{
		display: none!important;
		padding: 0 0 0 350px;
	}
	.col1 .keni-footer-panel_outer{
		max-width: 900px;
	}
	
	.page-top{
		display: block!important;
		background: none;
		opacity: 0!important;
		transition:0.8s;
	}
	.page-top.active{
		opacity: 1!important;
		transition:0.8s;
	}
	.page-top a{
		top: 0;
		padding: 10px;
		position: relative;
		transition:0.3s;
	}
	.page-top a:hover{
		top: -20px;
		position: relative;
		transition:0.3s;
	}
	.page-top a::before{
		
		content: none;
	}
	/*
	# =================================================================
	# 追加CTA広告
	# =================================================================
	*/
	.ad-area{
		padding: 30px 40px;
	}
	.ad-area h2{
		margin: -32px -42px 30px
	}
	.fukidashi{
		margin-bottom: 2rem;
		padding: 40px;
	}
	.fukidashi:before{
		right: 50px;
	}
	.fukidashi:after{
		right: 49px;
	}
}
@media (min-width : 1600px){
	.col1 .keni-section_wrap{
		max-width: 1000px;
	}
	
}
/*--------------------------------------------------------
floatの回り込みを解除
--------------------------------------------------------*/
ul.banner-ul:after,
.point-tilte:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

