@charset "UTF-8";

/*
# =================================================================
# リセットCSS（sanitize.css）
# =================================================================
*/

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display: block}audio,canvas,progress,video{display: inline-block}audio:not([controls]){display: none;height: 0}[hidden],template{display: none}*,::after,::before{background-repeat: no-repeat;box-sizing: inherit}::after,::before{text-decoration: inherit;vertical-align: inherit}html{box-sizing: border-box;cursor: default;font-family: sans-serif;line-height: 1.5;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}body{margin: 0}h1{font-size: 2em;margin: .67em 0}code,kbd,pre,samp{font-family: monospace;font-size: 1em}hr{height: 0;overflow: visible}nav ol,nav ul{list-style: none}abbr[title]{border-bottom: 1px dotted;text-decoration: none}b,strong{font-weight: inherit;font-weight: bolder}dfn{font-style: italic}mark{background-color: #ff0;color: #000}progress{vertical-align: baseline}small,sub,sup{font-size: 83.3333%}sub,sup{line-height: 0;position: relative;vertical-align: baseline}sub{bottom: -.25em}sup{top: -.5em}::-moz-selection{background-color: #b3d4fc;color: #000;text-shadow: none}::selection{background-color: #b3d4fc;color: #000;text-shadow: none}audio,canvas,iframe,img,svg,video{vertical-align: middle}img{border-style: none}svg{fill: currentColor}svg:not(:root){overflow: hidden}a{background-color: transparent;-webkit-text-decoration-skip: objects}:hover{outline-width: 0}table{border-collapse: collapse;border-spacing: 0}button,input,select,textarea{background-color: transparent;border-style: none;color: inherit;font-size: 1em;margin: 0}button,input{overflow: visible}button,select{text-transform: none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance: button}::-moz-focus-inner{border-style: none;padding: 0}:-moz-focusring{outline: 1px dotted ButtonText}fieldset{border: 1px solid silver;margin: 0 2px;padding: .35em .625em .75em}legend{display: table;max-width: 100%;padding: 0;white-space: normal}textarea{overflow: auto;resize: vertical}[type=checkbox],[type=radio]{padding: 0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height: auto}[type=search]{-webkit-appearance: textfield;outline-offset: -2px}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance: none}::-webkit-input-placeholder{color: inherit;opacity: .54}::-webkit-file-upload-button{-webkit-appearance: button;font: inherit}[aria-busy=true]{cursor: progress}[aria-controls]{cursor: pointer}[aria-disabled]{cursor: default}[tabindex],a,area,button,input,label,select,textarea{-ms-touch-action: manipulation;touch-action: manipulation}[hidden][aria-hidden=false]{clip: rect(0,0,0,0);display: inherit;position: absolute}[hidden][aria-hidden="false"]:focus{clip: auto}


/*
# =================================================================
# テーマの基本色
# =================================================================
*/
/*基本色1*/
.color01{
	color: #fcc800;
}

/*基本色2*/
.color02{
	color: #ee7800;
}

/*基本色3*/
.color03{
	color: #d80c18;
}

/*基本色4*/
.color04{
	color: #f5f3f2;
}

/*基本色5*/
.color05{
	color: #e8f7f7;
}

/*基本色6*/
.color06{
	color: #d1eff0;
}


/*
# =================================================================
# Webフォント
# =================================================================
*/

/*
# "Oswald" is lisenced under the SIL Open Font License 1.1
# https://fonts.google.com/specimen/Oswald
# http://scripts.sil.org/OFL_web
*/
.toc-area_inner li::before,
.widget .cast-box_sub .cast-box_sub_title span{
	font-family: 'Oswald', serif;
}

.site-title{
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

@font-face {
	font-family: 'keni8-icons';
	src: url('../fonts/keni8-icons.eot?ds3ffr');
	src: url('../fonts/keni8-icons.eot?ds3ffr#iefix') format('embedded-opentype'),
		url('../fonts/keni8-icons.ttf?ds3ffr') format('truetype'),
		url('../fonts/keni8-icons.woff?ds3ffr') format('woff'),
		url('../fonts/keni8-icons.svg?ds3ffr#keni8-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

blockquote::before,
blockquote::after,
.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before,
.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before,
.keni-slider-pager_prev::before,
.keni-slider-pager_next::before,
.keni-breadcrumb-list li:first-child::before,
.keni-breadcrumb-list li::after,
.toc-area_btn_open::before,
.toc-area_btn_close::before,
.check-list li::before,
.accordion-list dt::after,
.link-next a::before,
.link-back a::before,
.page-nav .page-nav_next a::after,
.page-nav .page-nav_prev a::before,
.commentlist .children li::before,
.form-login .form-login_title::before,
.contact-box_tel::before,
.page-top a::before,
.tagcloud a::before{
	font-family: 'keni8-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*
# =================================================================
# 基本設定
# =================================================================
*/

html{
	font-size: 62.5%;
}

a,
button{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

q{
	quotes: none;
	background: #d1eff0;
}

q::before,q::after{
	content: '';
	content: none;
}

div{
	word-wrap: break-word;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{
	margin: 0;
}

caption{
	text-align: left;
}

p{
	margin: 0 0 1.5em;
    line-height: 2.0;
}

figure{
	margin: 1em 0;
}

input,
select,
textarea{
	margin: 0;
	max-width: 100%;
	padding: .2em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1em;
}

textarea{
	width: 100%;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

caption{
	text-align: left;
}

body{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6em;
}

body,
input,
textarea{
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}


/*埋め込み要素のはみ出しを防止*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

embed, iframe, object, video{
	max-width: 100%;
}


/*デスクトップとモバイルで表示を振り分け*/
.show-sp{
	display: block!important;
}

.show-sp02{
	display: inline!important;
}

.show-pc,
.show-pc02{
	display: none!important;
}


/*
# リストの基本設定
*/
ul,ol{
	margin: 1em 0 1.5em 1.5em;
	padding-left: 0;
}

ul > li,
ol > li{
	margin-bottom: .5em;
}

ul > li:last-child,
ol > li:last-child{
	margin-bottom: 0;
}

dd{
	margin-left: 0;
	padding-left: 1em;
}


/*横並びリスト*/
.inline{
	margin: 1em 0; padding: 0;
}

.inline li{
	display: inline;
	list-style-type: none;
}


/*マーカー無しのリスト*/
.none{
	margin: 1em 0; padding: 0;
}

.none li{
	list-style-type: none;
}


/*
# テーブルの基本設定
*/

table{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	padding: .5em .75em;
	font-size: 1.4rem;
	vertical-align: top;
}

.keni-main th,
.keni-main td{
	line-height: 1.5;
}

th{
	border: 1px solid #05a5ab;
	background-color: #05a5ab;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

td{
	border: 1px solid #ddd;
}

tbody th{
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #505050;
	text-align: center;
}


/*テーブルへの装飾をリセット*/
.table_no-style table{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

.table_no-style th,
.table_no-style td{
	padding: 0;
	background: transparent;
	border: 0;
}

.table_no-style thead th{
	background-color: transparent;
}


/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


/*テーブルリスト*/
.table-list thead{
	display: none;
}

.table-list{
	border-top: 1px solid #ddd;
}

.table-list tr,
.table-list th,
.table-list td{
	display: block;
}

.table-list td{
	border-top: 0; 
}

.table-list tbody td::before{
	display: inline-block;
	width: 6.5em;
	content: attr(data-th)": ";
}


/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
.table-block,
.table-block thead,
.table-block tbody,
.table-block tfoot,
.table-block tr,
.table-block th,
.table-block td{
	display: block;
}

.table-block{
	border-top: 1px solid #ddd;
}

.table-block th,
.table-block td{
	box-sizing: border-box;
}

.table-block td,
.table-block th{
	border-top: 0;
}

.table-block th{
	text-align: left;
}

.table-scroll::before{
	content: "※スクロールできます。"
}


/*引用*/
blockquote{
	position: relative;
	margin: 0 0 2.5em;
	padding: 20px 25px;
	color: #555;
	background: #f4f4f4;
}

blockquote::before,
blockquote::after{
	position: absolute;
	font-size: 16px;
	color: #999;
}

blockquote::before{
	top: 10px;
	left: 10px;
	content: "\e912";
}

blockquote::after{
	right: 10px;
	bottom: 10px;
	content: "\e91b";
}

.link-ref,
.article-body .link-ref{
	margin-bottom: 0;
	font-size: 1.4rem;
	text-align: right;
}


/*
# =================================================================
# フォントの色
# =================================================================
*/

/*フォントの基本色*/
body{
	color: #000;
}


/*リンクの基本色*/
a{
	color: #0329ce;
}

a:hover,
a:active,
a:focus{
	color: #00858a;
}


/*
# =================================================================
# レイアウト
# =================================================================
*/

body{
	background-color: #fff; /*サイトの背景色*/
}

.keni-container,
.keni-mv_wrap{
	overflow: hidden;
}

.keni-sub,
.keni-footer_outer{
	padding: 20px 0;
}

.col1 .keni-mv_wide .keni-mv_outer,
.col2 .keni-mv_wide .keni-mv_outer,
.col2r .keni-mv_wide .keni-mv_outer{
	max-width: none;
}

.keni-mv_wide .keni-mv{
	width: 100%;
	height: auto;
}

.keni-mv_outer > img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.keni-mv_bg .keni-mv_outer{
	padding: 15px;
	background-position: center center;
	background-size: cover;
}

.keni-lp .keni-mv_bg .keni-mv_outer{
	padding: 0;
}

.keni-section_wrap{
	margin: 0;
	padding: 60px 15px;
	background: #fff;
}

.free-area .keni-section_wrap{
	padding: 20px;
}
.keni-section_wrap_style02{
	padding: 0;
	background: transparent;
}

.keni-section_outer{
	margin: 10px 0;
	padding: 20px;
	background-color: #fff;
}

.keni-section_outer .keni-section_wrap{
	margin: 0;
}

.keni-sub .keni-section_wrap,
.keni-footer .keni-section_wrap{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 20px 20px;
}

.keni-sub .widget,
.keni-footer .widget{
	padding-top: 20px;
}

.section_wrap-wide{
	padding: 60px 0;
	background: transparent;
}

.section_wrap-wide .keni-section{
	padding: 0 15px;
}

.keni-section_wrap .keni-section_wrap{
	padding: 10px 0;
}


/*メインコンテンツとサブコンテンツの背景色*/
.keni-main{
	background: transparent;
}

.keni-sub{
	background: transparent;
}

.keni-main_inner{
	padding: 0;
}

.keni-sep-conts_wrap{
	margin-bottom: 10px;
}

.keni-sep-conts{
	padding: 10px;
}


/*
# =================================================================
# エリアごとのデザイン
# =================================================================
*/


/*
# ヘッダー
*/

.fixed{
	position: fixed;
	top: 0;
	z-index: 60;
	width: 100%;
}

.keni-header_wrap{
	padding-top: 4px;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#05a5ab 25%, #05a5ab 50%,
		#fff 50%, #fff 75%,
		#05a5ab 75%, #05a5ab
	);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-color: #fff; /*ヘッダーの背景色*/
}

.keni-header{
	padding-right: 50px;
}

.no-gn .keni-header{
	padding-right: 0;
}

.keni-header_cont{
	padding: 10px;
	font-size: 1.4rem;
}

.keni-header_cont .header-mail{
	display: block;
	margin: -10px;
	background: #f7f7f7;
}

.keni-header_cont .header-mail .btn_header{
	display: inline-block;
	padding: 15px;
	color: #00858a;
	text-decoration: none;
}

.keni-header_cont .header-mail span{
	vertical-align: middle;
}

.keni-header .keni-header_cont{
	margin-top: 0;
}





/*メインビジュアル用キャッチコピー*/
.keni-mv_outer{
	position: relative;
}

.keni-lp .keni-mv_outer{
	background-position: center top;
	background-size: cover;
}

.catch-area{
	width: 100%;
	margin: 50px auto;
}

.keni-lp .catch-area{
	position: absolute;
}

.keni-lp .catch-area{
	width: 100%;
}

.catch-area_inner{
	padding: 15px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}

.keni-lp .catch-area{
	bottom: 80px;
}

.keni-lp .catch-area_inner{
	width: 80%;
	margin: auto;
}

.catch-area .catch_main{
	margin-bottom: 10px;
	font-size: 2.5rem;
}

.catch-area .catch_sub{
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.keni-mv_btn{
	margin-top: 20px;
	text-align: center;
}

.keni-mv_btn a{
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.keni-mv_btn span::before{
	font-size: 30px;
}


/*
# メインコンテンツの文字サイズや行間の設定
*/
.keni-main{
	letter-spacing: .025em;
	font-size: 1.6rem;
	line-height: 2.0em;
}


/*
# サブコンテンツの文字サイズや行間の設定
*/
.keni-main .free-area,
.keni-sub{
	font-size: 1.4rem;
	line-height: 1.8em;
}


/*
# =================================================================
# 見出しのデザイン
# =================================================================
*/

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
}

.keni-section h1{
	margin: 40px 0 10px;
	font-size: 2.0rem;
    line-height: 1.3;
}

.keni-section h1:first-child{
	margin: 0 0 20px;
}


/*アーカイブタイトル*/
.archive_title{
	margin: 0 10px 20px;
	padding: 20px;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#05a5ab 25%, #05a5ab 50%,
		#fff 50%, #fff 75%,
		#05a5ab 75%, #05a5ab
	);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: 2.0rem;
}


h2{
	color: #000;
	font-size: 2.6rem;
    line-height: 1.3;
}

h3{
	color: #000;
	font-size: 2.4rem;
    line-height: 1.3;
}

h4{
	color: #000;
	font-size: 2.0rem;
    line-height: 1.3;
}

h5{
	color: #000;
	font-size: 1.8rem;
    line-height: 1.3;
}

h6{
	color: #000;
	font-size: 1.6rem;
    line-height: 1.3;
}

/*見出しのリンク色*/
.keni-section h1 a,
.keni-section h3 a,
.keni-section h4 a,
.keni-section h5 a,
.keni-section h6 a{
	color: #505050;
}

.keni-section h1 a:hover,
.keni-section h1 a:active,
.keni-section h1 a:focus,
.keni-section h3 a:hover,
.keni-section h3 a:active,
.keni-section h3 a:focus,
.keni-section h4 a:hover,
.keni-section h4 a:active,
.keni-section h4 a:focus,
.keni-section h5 a:hover,
.keni-section h5 a:active,
.keni-section h5 a:focus,
.keni-section h6 a:hover,
.keni-section h6 a:active,
.keni-section h6 a:focus{
	color: #00858a;
}

.keni-section h2 a{
	color: #fff;
}

.keni-section h2 a:hover,
.keni-section h2 a:active,
.keni-section h2 a:focus{
	color: #505050;
}


/*見出しタグの装飾をリセット*/
.title_no-style,
.keni-section .title_no-style{
	line-height: 1.0;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 100%;
}

.title_no-style::before,
.keni-section .title_no-style::before,
.title_no-style::after,
.keni-section .title_no-style::after{
	position: static;
	width: auto;
	height: auto;
	content: none;
}


/*ボタン*/
.btn{
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	padding: 1em 2em;
	border: 0;
	border-radius: 8px;
	box-shadow: 2px 2px 0px #e9e9e9;
	background: #aaa;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	text-decoration: none;
}

.btn span{
	vertical-align: top;
}

.dir-arw_r .icon_arrow_s_right{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.dir-arw_l .icon_arrow_s_left{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.btn:hover,
.btn:active,
.btn:focus{
	box-shadow: none;
	cursor: pointer;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}


/*灰色*/
.btn_gray{
	background: #666;
	color: #fff;
}


/*青緑*/
.btn_bluegreen{
	background: #07cbd2;
	color: #fff;
}


/*橙*/
.btn_orange{
	background: #e69400;
	color: #fff;
}

.btn_gray:hover,
.btn_gray:active,
.btn_gray:focus,
.btn_bluegreen:hover,
.btn_bluegreen:active,
.btn_bluegreen:focus,
.btn_orange:hover,
.btn_orange:active,
.btn_orange:focus{
	color: #fff;
}

.btn_style01{
	background-color: #fff;
	border: 1px solid #00858a;
	color: #00858a;
	font-weight: bold;
}

.btn_style02{
	border: 1px solid #00858a;
	background-color: #f7f7f7;
	color: #00858a;
	font-weight: bold;
}

.btn_style03{
	background: #05a5ab;
	color: #fff;
}

.btn_style03:hover,
.btn_style03:active,
.btn_style03:focus{
	color: #fff;
}

.btn-detail{
	margin: 15px 0;
	text-align: center;
}

.btn-detail .btn{
	width: 100%;
}

.keni-header_cont .btn,
.keni-footer-panel .btn{
	margin-bottom: 0;
	padding: .5em;
}

.btn-area .btn-area_r,
.btn-area .btn-area_l{
	max-width: 49%;
}

.btn-area .btn-area_r{
	float: right;
}

.btn-area .btn-area_l{
	float: left;
}

.keni-footer-panel .utility-menu_item span{
	display: block;
}


/*
# フッター
*/
.keni-footer_wrap{
	background: #fcc800;
	font-size: 1.6rem;
	line-height: 1.3em;
}


/* フッターコンテンツ */
.keni-footer-cont_wrap{
	overflow: hidden;
}

.keni-footer-cont{
	margin-left: 0;
	width: auto;
}


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: #f7f7f7;
}

.keni-footer-panel{
	position: relative;
	min-height: 43px;
	padding: 0;
}

.keni-footer-panel ul{
	display: table;
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border-top: 1px solid #e8e8e8;
}

.keni-footer-panel li{
	display: table-cell;
	border-right: 1px solid #e8e8e8;
	font-size: 1.2rem;
	text-align: center;
}

.keni-footer-panel li a{
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
}

.keni-footer-panel li span::before{
	font-size: 16px;
}

.fixed-bottom{
	position: fixed;
	bottom: 0;
}

.keni-footer-panel_sns{
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #f7f7f7;
}

.keni-footer-panel_sns .sns-btn_wrap{
	padding: 5px 0;
	border-top: 1px solid #e8e8e8;
}

.fn-footer-panel {
	position: fixed;
	left: 0;
	bottom: -60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.fn-footer-panel.is-active {
	bottom: 0;
}

.btn_share{
	cursor: pointer;
}

/*コピーライト*/
.keni-copyright_wrap{
	padding: 15px;
    color: #000;
    text-align: center;
}


/*
# SNSボタン
*/
.sns-btn_wrap{
	display: table;
	width: 100%;
	max-width: 850px;
	padding: 0 5px 20px;
	line-height: 1.5;
	table-layout: fixed;
	border-spacing: 5px 0;
}

.keni-section_wrap .sns-btn_wrap{
	padding: 0 0 20px
}

.entry-list .sns-btn_wrap{
	margin-right: 0;
}

.sns-btn_wrap > div{
	display: table-cell;
	background-color: rgba(255,255,255,0.85);
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
}

.sns-btn_wrap > div:hover,
.sns-btn_wrap > div:active,
.sns-btn_wrap > div:focus{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.5;
}

.sns-btn_wrap > div a{
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.sns-btn_wrap > .sns-btn_tw a{
	color: #1da1f2;
}

.sns-btn_wrap > .sns-btn_fb a{
	color: #3b5998;
}

.sns-btn_wrap > .sns-btn_hatena a{
	color: #00a4de;
}

.sns-btn_wrap > .sns-btn_gplus a{
	color: #d34836;
}

.sns-btn_wrap > div i{
	margin-right: 5px;
	font-size: 12px;
}

.sns-btn_wrap_s > div i{
	display: inline;
}

.sns-btn_wrap > div a > span{
	font-size: 1.1rem;
}

.sns-btn_wrap > div i::before{
	font-size: 16px;
}

.f-hatena{
	display: inline-block;
	font: normal normal normal 14px/1 Verdana;
}

.f-hatena::before{
	font-weight: bold;
	font-size: inherit;
	content: "B!";
}


/*SNSフォローボタン*/
.sns-follow-btn{
	margin: 10px 0;
	text-align: center;
}

.sns-follow-btn_tw,
.sns-follow-btn_fb,
.sns-follow-btn_insta,
.sns-follow-btn_ws{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: 4px;
	border-radius: 4px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.sns-follow-btn_tw > a,
.sns-follow-btn_fb > a,
.sns-follow-btn_insta > a,
.sns-follow-btn_ws > a{
	color: #fff;
	text-decoration: none;
}

.sns-follow-btn_tw{
	background-color: #1da1f2;
}

.sns-follow-btn_fb{
	background-color: #3b5998;
}

.sns-follow-btn_insta{
	background-color: #c40094;
}

.sns-follow-btn_ws{
	background-color: #aaa;
}

.sns-follow-btn_tw .fa-twitter,
.sns-follow-btn_fb .fa-facebook,
.sns-follow-btn_insta .fa-instagram,
.sns-follow-btn_ws .fa-home{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.sns-follow-box{
	margin: 30px 0;
	background: #f0f0f0;
	border: 1px solid #ddd;
	line-height: 1.5;
}

.sns-follow-box_inner{
	padding: 20px;
	font-size: 1.4rem;
	text-align: center;
}

.sns-follow-box_btns_fb,
.sns-follow-box_btns_tw,
.sns-follow-box_btns_insta{
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 5px;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	line-height: 55px;
}

.sns-follow-box_btns_fb a,
.sns-follow-box_btns_tw a,
.sns-follow-box_btns_insta a{
	display: block;
	border-radius: 50%;
	color: #fff;
}

.sns-follow-box_btns_fb a{
	background: #3b5998
}

.sns-follow-box_btns_tw a{
	background: #1da1f2;
}

.sns-follow-box_btns_insta a{
	background: #c40094;
	
}

.sns-follow-box_btns_fb a:hover,
.sns-follow-box_btns_fb a:focus,
.sns-follow-box_btns_fb a:active,
.sns-follow-box_btns_tw a:hover,
.sns-follow-box_btns_tw a:focus,
.sns-follow-box_btns_tw a:active,
.sns-follow-box_btns_insta a:hover,
.sns-follow-box_btns_insta a:focus,
.sns-follow-box_btns_insta a:active{
	opacity: 0.5;
}


.facebook-pageplugin-area {
	margin: 30px 0;
	text-align: center;
}


/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90;
	margin-bottom: 0;
	background-color: #333;
	line-height: 1.0;
}

.page-top a{
	display: block;
	padding: 19px 20px;
	text-align: center;
}

.page-top a::before{
	display: inline-block;
	content: "\e906";
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}


/*回り込みの解除*/
.keni-main_outer::after,
.keni-header_inner::after,
.keni-gnav_inner::after,
.page-nav::after,
.nav-links::after,
.btn-area::after,
.item-box::after,
.item-box02::after,
.item-box03_col_wrap::after,
.btn-detail_wrap::after,
.clearfix::after,
.syousai-float::after,
.profile-block::after,
.voice-float::after,
.text-float::after{
	display: block;
	content: " ";
	clear: both;
}


/*
# =================================================================
# カスタマイズ
# =================================================================
*/

h3,h4,h5,p,li{
    visibility: hidden;
}

p.header-text{
    visibility: visible;
}

.wf-active h3, .wf-active h4, .wf-active h5, .wf-active p, .wf-active li{
    visibility: visible;
}

.pc{
    display: none;
}

.keni-header_wrap{
	padding-top: 0;
	background: none;
}

.top-bar{
    background: #f39800;
    padding: 10px 15px;
}

.header-text{
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    max-width: 342px;
}

.keni-header{
    background: url(../images/header_back_sp.jpg) center no-repeat;
    background-size: cover;
}

.keni-header_inner{
    background: url(../images/header_s.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*940/768);
}

.keni-header_inner .main-title{
	width: auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.keni-section_wrap.first-conts{
	padding: 50px 15px 60px;
}

.moushikomi-btn-block{
    margin: 60px auto;
    text-align: center;
    max-width: 570px;
    position: relative;
}

.kikangentei{
    position: absolute;
    width: 37.2%;
    left: -15px;
    top: -30%;
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4)); 
}

.moushikomi-btn{
    margin: 0 auto;
    text-align: center;
}

.moushikomi-btn a{
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: linear-gradient(0deg, #009e3b 0%, #7fbe26 100%);
    border-radius: 8px;
    line-height: 1;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.moushikomi-btn a picture{
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4)); 
}

.moushikomi-btn a:hover,
.moushikomi-btn a:active,
.moushikomi-btn a:focus{
    background: linear-gradient(0deg, #eb6100 0%, #f39800 100%);
    -webkit-transition: 0.3s;
	transition: 0.3s;
}

.keni-section h2.sec-title{
    margin: 80px auto 55px;
    text-align: center;
    position: relative;
}

.keni-section h2.sec-title:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px; /*下線の上下位置調整*/
    display: inline-block;
    width: 50px; /*下線の幅*/
    height: 5px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #ee7800; /*下線の色*/
}

.syousai-title{
    max-width: 290px;
}

.text-conts p{
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6;
}

.syoseki-img{
    margin: 0 auto 25px;
    text-align: center;
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
    max-width: 250px;
}

.syousai-list{
    margin-top: 20px;
    margin-bottom: 20px;
}

.syousai-list li{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
}

.mokuji-conts{
    margin: 50px auto 0;
    border: 4px solid #fcc800;
    border-radius: 10px;
    max-width: 478px;
}

.keni-section h2.mokuji-title{
    margin: 0 auto;
    text-align: center;
    background: #fcc800;
    padding: 6px 15px;
    border-radius: 4px 4px 0 0;
}

.keni-section h2.mokuji-title picture{
    max-width: 66px;
}

.mokuji-conts-in{
    padding: 20px;
}

.mokuji-list{
    margin: 0;
}

.mokuji-list li{
    list-style: none;
    line-height: 1;
    padding: 8px 0 15px;
    border-bottom: 2px dotted #fcc800;
}

.mokuji-list li:first-child{
    padding-top: 0;
}

.mokuji-list li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.section_wrap-wide.profile-conts{
    background: #fff9b1;
}

.profile-title{
    max-width: 261px;
}

.profile-block{
    margin: 0 auto;
}

.profile-block p{
    margin-bottom: 0;
    line-height: 1.6;
}

.profile-photo{
    text-align: center;
    margin: 0 auto 25px;
    max-width: 250px;
}

.keni-section h3.name{
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}

.keni-section h3.name span{
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 0 0 20px;
}

.profile-block hr{
    height: 1px;
	border: none;
	color: #ee7800;
	background: #ee7800;
	margin: 10px 0;
}

.profile-block .yakusyoku{
    font-size: 1.8rem;
    font-weight: 700;
    color: #ee7800;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 35px;
}

.keni-section .profile-block h4{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 25px 0 10px;
}

.book-list{
    margin: 0 0 25px;
}

.book-list li{
    list-style: none;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.seminar-photo{
    margin: 20px auto;
    text-align: center;
}

.book-img{
    margin: 0 auto;
    text-align: center;
}

.section_wrap-wide.tokuten-conts{
    padding: 20px 0 60px;
    background: #000;
}

.keni-section h2.tokuten-title{
    margin: 0 auto 30px;
    text-align: center;
}

.tokuten-img{
    margin: 0 auto;
    text-align: center;
}

.keni-section h2.sec-catch{
    margin: 70px auto 35px;
    text-align: center;
}

.sec-catch1{
    max-width: 378px;
}

.sec-catch2{
    max-width: 429px;
}

.sec-catch3{
    max-width: 464px;
}

.sec-catch4{
    max-width: 446px;
}

.voice-movie{
    padding: 56.34% 0 0 0;
    position: relative;
    margin: 0 auto 40px;
}

.voice-movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.voice-conts{
    margin: 0 auto 25px;
    border: 4px solid #ee7800;
    background: linear-gradient(0deg, #fffcdb 0%, #ffffff 100%);
    padding: 25px 20px;
    border-radius: 6px;
    position: relative;
}

.text-conts .voice-num{
    position: absolute;
    line-height: 1;
    left: -15px;
    top: -15px;
    width: 78px;
}

.voice-img{
    margin: 0 auto 20px;
    border: 1px solid #ded8d4;
    background: #fff;
    padding: 8px;
    max-width: 250px;
}

.keni-section .voice-text h3{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 10px;
    text-align: center;
}

.keni-section .voice-text h3 span{
    font-size: 1.8rem;
}

.text-conts .katagaki{
    font-size: 1.8rem;
    font-weight: 500;
    color: #ee7800;
    line-height: 1.3;
    margin: 0 auto 20px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.katagaki-list{
    margin: 0 auto 20px;
}

.katagaki-list li{
    list-style: none;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ee7800;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.text-conts .voice-tyuui{
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 15px 0 0;
}

.sec-img{
    margin: 30px auto 0;
    text-align: center;
}

.nayami-conts{
    margin: 0 auto 25px;
    background: #f5f3f2;
    border-radius: 10px;
    padding: 25px 20px 0;
    max-width: 520px;
}

.nayami-list{
    margin: 0 auto 15px;
}

.nayami-list li{
    list-style: none;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0 0 0 28px;
    background: url(../images/icon/check2.svg) left 0 no-repeat;
    background-size: 28px 28px;
}

.nayami-img{
    margin: 0 auto;
    text-align: center;
}

.section_wrap-wide.step-conts{
    background: #fff9b1;
    padding: 0;
}

.section_wrap-wide.step-conts .keni-section{
    padding: 0;
}

.keni-section h2.step-title{
    background: #000;
    padding: 20px 30px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.keni-section h2.step-title picture{
    max-width: 334px;
}

.keni-section h2.step-title::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -1px 0 0 -15px;
    border: 15px solid transparent;
    border-top-color: #000;
    content: '';
}

.step-conts-in{
    padding: 50px 15px 60px;
}

.step-block{
    border: 4px solid #000;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 25px;
    padding: 25px 20px;
}

.step-block p{
    line-height: 1.6;
    margin-bottom: 0;
}

.step-block .step-num{
    margin: -40px auto 15px;
    text-align: center;
    line-height: 1;
    width: 80px;
}

.step-img{
    margin: 0 auto;
    text-align: center;
}

.keni-section .step-text h3{
    margin: 0 auto 20px;
    text-align: center;
}

.step-title1{
    max-width: 232px;
}

.step-title2{
    max-width: 306px;
}

.step-title3{
    max-width: 282px;
}

.step-title4{
    max-width: 178px;
}

.step-title5{
    max-width: 231px;
}

.section_wrap-wide.service-conts{
    background: #f5f3f2;
    padding: 40px 0;
}

.keni-section h2.service-title{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 20px;
    text-align: center;    
}

.service-table{
    margin: 0 auto;
    border-top: 1px solid #666;
}

.service-table th,
.service-table td{
    font-size: 1.6rem;
    border: 1px solid #666;
    padding: 0.5em 0.75em;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border-top: none;
}

.service-table th{
    font-size: 1.8rem;
    color: #000;
    background: #fff9b1;
}

.uchikeshi{
    text-decoration: line-through;
}

.service-tyuui{
    display: block;
    margin: 3px auto 0;
    font-size: 1.4rem;
}

.keni-footer_outer{
	padding: 0;
}

.keni-footer_inner{
    padding: 20px 15px 10px;
}

.footer-menu{
    margin: 0;
}

.footer-menu li{
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

.footer-menu li:last-child{
    margin-bottom: 0;
}

.footer-menu li a{
    text-decoration: none;
    color: #000;
}

.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus{
    color: #004098;
}


.company-conts{
    padding: 50px 15px 40px;
}

.tokushoho-conts,
.privacy-conts{
    padding: 30px 15px 40px;
}

.keni-section h1.main-ttl,
.keni-section h2.main-ttl{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 25px;
    text-align: center;
}

.company-table{
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    border-top: 1px solid #666;
}

.company-table th,
.company-table td{
    font-size: 1.6rem;
    padding: 0.5em;
    vertical-align: middle;
    line-height: 1.5;
    border: 1px solid #666;
    border-top: none;
}

.company-table th{
    background: #fff9b1;
    color: #000;
}

.company-table td .tel-num a{
    text-decoration: none;
    color: #000;
}

.privacy-conts p{
    margin: 0 auto;
    max-width: 840px;
}

.privacy-contact{
    margin: 25px auto 0;
    text-align: center;
    max-width: 260px;
    border: 1px solid #fcc800;
    padding: 20px;
}

.keni-section .privacy-contact h2{
    font-size: 2.0rem;
    margin: 0 auto 10px;
    text-align: center;
}

.privacy-conts .privacy-contact p{
    font-size: 1.8rem;
    line-height: 1.3;
}

.privacy-conts .privacy-contact p a{
    text-decoration: none;
    color: #000;
}

.privacy-wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 50px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
    
.privacy-wrapper footer{
    width: 100%;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
















@media only screen and (max-width : 768px){
.keni-header_wrap.fixed {
   position: absolute!important;
   top: 0;
}
}

@media (min-width : 480px){
	
	.header-text{
        max-width: 428px;
    }
    
    .kikangentei{
        max-width: 178px;
        left: -15px;
        top: -42px;
    }
    
    .syousai-title{
        max-width: 362px;
    }
    
    .keni-section h2.mokuji-title picture{
        max-width: 82px;
    }
    
    .profile-title{
        max-width: 326px;
    }
    
    .sec-catch1{
        max-width: 472px;
    }
    
    .sec-catch2{
        max-width: 536px;
    }
    
    .sec-catch3{
        max-width: 580px;
    }
    
    .sec-catch4{
        max-width: 558px;
    }
    
    .keni-section h2.step-title picture{
        max-width: 448px;
    }
    
    .step-block .step-num{
        margin: -50px auto 15px;
        width: 100px;
    }
    
    .step-title1{
        max-width: 290px;
    }
    
    .step-title2{
        max-width: 383px;
    }
    
    .step-title3{
        max-width: 352px;
    }
    
    .step-title4{
        max-width: 223px;
    }
    
    .step-title5{
        max-width: 289px;
    }
   
    
    

}/*横幅480px以上*/




@media (min-width : 768px){

	/*デスクトップとモバイルで表示を振り分け*/
	.show-sp,
	.show-sp02{
		display: none!important;
	}

	.show-pc{
		display: block!important;
	}

	.show-pc02{
		display: inline!important;
	}

	.keni-main .keni-section_wrap{
		padding: 100px 40px;
	}
	
	.keni-main .keni-section_wrap.widget{
		padding: 20px;
	}
	
	.keni-main .section_wrap-wide,
	.keni-main .keni-section_wrap_style02{
		padding: 100px 0;
	}

	.keni-main .keni-section h1{
		margin: 40px -40px 30px;
		padding: 30px 40px 0;
		font-size: 2.4rem;
	}

	.keni-section_outer{
		margin-bottom: 40px;
	}

	.keni-section_outer .keni-section_wrap{
		margin: 0;
	}

	.keni-section h1:first-child{
		margin: -30px -40px 30px;
	}

	h2{ font-size: 2.1rem; 	}

	h3{ font-size: 2.0rem; }

	h4{ font-size: 2.0rem; }

	h5{ font-size: 2rem; }

	/*
	# 1カラムのレイアウト
	*/
	.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-footer_outer,
	.col1 .keni-copyright,
	.col1 .keni-section_wrap,
	.col1 .keni-sep-conts_outer,
	.col1 .keni-footer-panel_outer{
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .keni-sub{
		padding: 10px 0;
	}

	.col1 .keni-main_outer,
	.col1 .section_wrap-wide{
		width: 100%;
		max-width: none;
	}

	.col1 .keni-section_wrap,
	.col1 .section_wrap-wide,
	.col1 .section_wrap-wide .keni-section{
		margin-right: auto;
		margin-left: auto;
	}
	
	.col1 .keni-section_wrap{
		max-width: 1080px;
	}
	
	.col1 .section_wrap-wide{
		max-width: none;
	}

	.col1 .section_wrap-wide .keni-section{
        max-width: 1080px;
		padding: 0 40px;
	}
	

	.col1 .keni-lp .keni-header_outer,
	.col1 .keni-lp .keni-gnav_outer,
	.col1 .keni-lp .keni-mv_outer,
	.col1 .keni-lp .catch-area{
		max-width: none;
	}

	/*
	# 「メインコンテンツ（.keni-main）」と「サブコンテンツ（.keni-sub）」
	# 「メインコンテンツの幅」は「メインの幅（初期設定では1200px）」から「サブの幅＋余白（初期設定では320px）」を引いたもの
	*/

	

	.keni-header{
		padding-right: 0;
	}

	.keni-header_col1 .keni-header_cont{
		margin-right: 0;
	}
	
	.catch-area_inner{
		padding: 30px;
	}

	.catch-area .catch_main{
		margin-bottom: 10px;
		font-size: 3rem;
	}

	.catch-area .catch_sub{
		margin-bottom: 10px;
		font-size: 2.0rem;
	}
	
	.keni-slider-pager a i{
		font-size: 25px
	}

	.keni-slider-nav a{
		width: 15px;
		height: 15px;
		border-radius: 50%;
	}

	/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/

	.table-list thead{
		display: table-header-group;
	}

	.table-list tr{
		display: table-row;
	}

	.table-list th,
	.table-list td{
		display: table-cell;
	}

	.table-list tbody td::before{
		display: none;
		width: auto;
	}


	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/

	.table-block{
		display: table;
	}

	.table-block tbody{
		display: table-row-group;
	}

	.table-block tr{
		display: table-row;
	}

	.table-block th,
	.table-block td{
		display: table-cell;
	}

	.table-block th{
		width: 25%;
	}

	.table-block::after{
		display: none;
	}

	.table-scroll::before{
		content: "";
	}

	
	/*
	# ヘッダー
	*/
	.fixed{
		position: static;
		width: 100%;
	}

	.keni-container{
		padding-top: 0!important;
	}

	.keni-header .site-title,
	.keni-header_col1 .site-title{
		float: left;
		max-width: 50%;
		padding: 10px;
		font-size: 3.5rem;
	}

	.keni-header_cont,
	.keni-header_col1 .keni-header_cont{
		float: right;
		max-width: 50%;
		background-color: transparent;
	}

	.fixed .keni-header_col1 .keni-header_cont{
		display: block;
	}
	
	.keni-header_cont .btn{
		margin-top: 10px;
		padding: 10px 30px;
	}

	.keni-gnav_btn{
		display: none;
	}


	/*メインビジュアルキャッチ*/
	.col1 .catch-area,
	.col2 .catch-area{
		width: 100%;
		margin: 50px auto;
	}
	
	.col1 .catch-area_c,
	.col2 .catch-area_c{
		width: 50%;
	}
	
	.col1 .keni-lp .catch-area_c,
	.col2 .keni-lp .catch-area_c{
		width: 100%;
	}
	
	.catch-area_l .catch-area_inner{
		margin-right: 50%;
	}
	
	.catch-area_r .catch-area_inner{
		margin-left: 50%;
	}
	
	.catch-area .catch_main{
		font-size: 3.5rem;
	}

	profile-box-desc{
		overflow: hidden;
	}
	
	.keni-section_wrap{
		margin-bottom: 0;
	}
	
	.error404 .keni-main .keni-section_wrap{
		margin-bottom: 10px;
	}

	.article_wrap{
		margin-bottom: 20px;
	}

	.col1 .archive_title{
		margin-right: auto;
		margin-left: auto;
	}

	blockquote{
		margin-right: 24px;
		margin-left: 24px;
		padding: 35px 40px;
	}
	
	blockquote::before,
	blockquote::after{
		font-size: 28px;
	}


	/*
	# フッター
	*/

	/* フッターコンテンツ */
	.keni-footer-cont{
		float: left;
	}

	.keni-footer-cont::after{
		display: block;
		clear: both;
		height: 0;
		content: '';
	}
	
	.keni-footer .keni-section_wrap{
		margin: 0;
		margin-bottom: 30px;
	}
	
	.keni-footer .keni-footer_col1 .keni-section_wrap{
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.keni-footer .keni-section_wrap:last-child{
		margin-bottom: 0;
	}

	.keni-footer-cont_wrap > .keni-footer-cont{
		width: 32%;
		margin-right: 2%;
	}
	
	.keni-footer_col1 > .keni-footer-cont{
		width: 100%;
		margin-right: 0;
	}

	.keni-footer_col2 > .keni-footer-cont{
		width: 48%;
		margin-right: 4%;
	}
	
	.keni-footer-cont_wrap > .keni-footer-cont:nth-child(3n){
		margin-right: 0;
	}

	.keni-footer_col2 > .keni-footer-cont:nth-child(2n){
		margin-right: 0;
	}

	.keni-footer-cont{
		border: 0;
	}

	.keni-footer-cont:first-child{
		margin-left: 0;
	}


	/*
	# SNSボタン
	*/
	.sns-btn_wrap{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.entry-list_item .sns-btn_wrap{
		width: 100%;
		padding: 0 0 20px;
	}
	
	.entry-list_style02 .sns-btn_wrap{
		padding-bottom: 0;
	}
	
	.sns-btn_wrap > div i{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.sns-btn_wrap > div i::before{
		font-size: 14px;
	}

	.sns-follow-box{
		display: table;
		width: 100%;
		margin: 30px 0;
		overflow: hidden;
		background: #f2f2f2;
	}
	
	.sns-follow-box_inner{
		display: table-cell;
		padding: 15px;
		border: 0;
		vertical-align: middle;
	}


	/*
	# フッターパネル
	*/
	.keni-footer-panel_wrap{
		display: none;
	}


    
    .pc{
        display: block;
    }
        
    .sp{
        display: none;
    }
    
    .top-bar{
        padding: 10px 25px;
    }
    
    .header-text{
        max-width: 976px;
    }
    
    .keni-header{
        background: url(../images/header_back_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .keni-header_inner{
        background: url(../images/header_m.png) center no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0 auto;
        text-align: center;
        padding-bottom: calc(100%*680/1080);
    }
    
    .keni-section_wrap.first-conts{
        padding: 60px 40px 100px;
    }
    
    .moushikomi-btn-block{
        margin: 80px auto;
        max-width: 810px;
        position: relative;
    }
    
    .kikangentei{
        position: absolute;
        width: auto;
        max-width: 223px;
        left: -30px;
        top: -50px;
    }
    
    .moushikomi-btn a{
        max-width: 810px;
        padding: 20px;
    }
        
    .keni-section h2.sec-title{
        margin: 120px auto 80px;
        position: relative;
    }
    
    .keni-section h2.sec-title:before{
        content: '';
        position: absolute;
        left: 50%;
        bottom: -25px; /*下線の上下位置調整*/
        display: inline-block;
        width: 70px; /*下線の幅*/
        height: 8px; /*下線の太さ*/
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%); /*位置調整*/
        background-color: #ee7800; /*下線の色*/
    }
    
    .syousai-title{
        max-width: 452px;
    }
    
    .text-conts p{
        font-size: 2.0rem;
        line-height: 1.8;
    }
    
    .syoseki-img{
        float: left;
        width: 34%;
        max-width: 340px;
        margin: 0 5% 0 0;
    }
    
    .syousai-text{
        float: right;
        width: 61%;
        margin: 0;
    }
    
    .syousai-list{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .syousai-list li{
        font-size: 2.4rem;
        margin-bottom: 6px;
    }
    
    .mokuji-conts{
        margin: 80px auto 0;
        max-width: 850px;
    }
    
    .keni-section h2.mokuji-title{
        padding: 8px 25px;
    }
    
    .keni-section h2.mokuji-title picture{
        max-width: 103px;
    }
    
    .mokuji-conts-in{
        padding: 30px 40px;
    }
    
    .mokuji-list li{
        padding: 8px 0 15px;
        border-bottom: 3px dotted #fcc800;
    }
    
    .profile-title{
        max-width: 407px;
    }
    
    .profile-block p{
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    .profile-photo{
        float: right;
        width: 32%;
        max-width: 320px;
        margin: 0 0 0 4%;
    }
    
    .keni-section h3.name{
        font-size: 4.4rem;
        text-align: left;
        margin: 0;
    }
    
    .keni-section h3.name span{
        font-size: 2.4rem;
        margin: 0 0 0 25px;
    }
    
    .profile-block hr{
        margin: 15px 0;
    }
    
    .profile-block .yakusyoku{
        font-size: 2.2rem;
        text-align: left;
        margin: 0 0 45px;
    }
    
    .keni-section .profile-block h4{
        font-size: 1.8rem;
        margin: 30px 0 10px;
    }
    
    .book-list{
        margin: 0 0 30px;
    }
    
    .book-list li{
        font-size: 1.8rem;
    }
    
    .seminar-photo{
        margin: 30px auto;
    }
    
    .section_wrap-wide.tokuten-conts{
        padding: 40px 0 100px;
    }
    
    .keni-section h2.tokuten-title{
        margin: 0 auto 50px;
    }
    
    .keni-section h2.sec-catch{
        margin: 120px auto 50px;
    }
    
    .sec-catch1{
        max-width: 907px;
    }
    
    .sec-catch2{
        max-width: 886px;
    }

    .sec-catch3{
        max-width: 837px;
    }
    
    .sec-catch4{
        max-width: 697px;
    }
    
    .voice-movie{
        margin: 0 auto 60px;
    }
    
    .voice-conts{
        margin: 0 auto 50px;
        padding: 35px 40px;
        position: relative;
    }
    
    .text-conts .voice-num{
        position: absolute;
        left: -20px;
        top: -20px;
        width: 112px;
    }
    
    .voice-img{
        float: left;
        width: 30.7%;
        max-width: 280px;
        margin: 0 4.4% 0 0;
    }
    
    .voice-text{
        float: right;
        width: 64.9%;
        margin: 0;
    }
    
    .keni-section .voice-text h3{
        font-size: 3.6rem;
        margin: 0 0 10px;
        text-align: left;
    }
    
    .keni-section .voice-text h3 span{
        font-size: 2.8rem;
    }
    
    .text-conts .katagaki{
        font-size: 2.4rem;
        margin: 0 0 30px;
        text-align: left;
    }
    
    .katagaki-list{
        margin: 0 0 30px;
    }
    
    .katagaki-list li{
        font-size: 2.4rem;
        text-align: left;
    }
    
    .text-conts .voice-tyuui{
        margin: 20px 0 0;
    }
    
    .text-float p{
        float: left;
        width: 53%;
        margin: 0;
    }
    
    .sec-img{
        float: right;
        width: 43%;
        margin: 0 0 0 4%;
    }
    
    .nayami-conts{
        margin: 0 auto 40px;
        padding: 30px;
        max-width: 1000px;
        position: relative;
    }
    
    .nayami-list{
        width: 69.1%;
        margin: 0;
    }
    
    .nayami-list li{
        font-size: 2.8rem;
        margin-bottom: 10px;
        padding: 0 0 0 40px;
        background-position: left -2px;
        background-size: 40px 40px;
    }
        
    .nayami-img{
        position: absolute;
        right: 5px;
        bottom: 0;
        width: 30%;
        margin: 0;
    }
    
    .nayami-text{
        text-align: center;
    }
    
    .section_wrap-wide.step-conts{
        padding: 0;
    }
    
    .section_wrap-wide.step-conts .keni-section{
        padding: 0;
        width: 100%;
        max-width: 1920px;
    }
    
    .keni-section h2.step-title{
        padding: 25px 40px 20px;
        position: relative;
    }
    
    .keni-section h2.step-title picture{
        max-width: 833px;
    }
    
    .keni-section h2.step-title::after{
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -1px 0 0 -20px;
        border: 20px solid transparent;
        border-top-color: #000;
        content: '';
    }
    
    .step-conts-in{
        padding: 80px 40px 100px;
        max-width: 1080px;
        margin: 0 auto;
    }
    
    .step-block{
        margin: 0 auto 50px;
        padding: 0;
        position: relative;
    }
    
    .step-block p{
        font-size: 1.8rem;
    }
    
    .step-block .step-num{
        position: absolute;
        top: -25px;
        left: -25px;
        margin: auto;
        width: 120px;
    }
    
    .step-table{
        display: table;
        width: 100%;
    }
    
    .step-text{
        display: table-cell;
        vertical-align: middle;
        width: 67%;
        margin: 0;
        padding: 35px 15px 35px 35px;
    }
    
    .step-img.pc{
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 33%;
        max-width: 330px;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
        border-radius: 0 6px 6px 0;
    }
    
    .step-img1{
        background: url(../images/step1_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .step-img2{
        background: url(../images/step2_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .step-img3{
        background: url(../images/step3_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .step-img4{
        background: url(../images/step4_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .step-img5{
        background: url(../images/step5_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .keni-section .step-text h3{
        margin: 0 0 30px 70px;
        text-align: left;
    }
    
    .step-title1, .step-title2, .step-title3,
    .step-title4, .step-title5{
        max-width: 522px;
    }    
    
    .section_wrap-wide.service-conts{
        padding: 60px 0;
    }
    
    .keni-section h2.service-title{
        font-size: 3.2rem;
        margin: 0 auto 25px;
    }
        
    .service-table{
        max-width: 780px;
    }
    
    .service-table th,
    .service-table td{
        font-size: 2.0rem;
        padding: 0.35em 0.75em;
        text-align: left;
    }
    
    .service-table th{
        font-size: 2.2rem;
        width: 50%;
    }
    
    .service-table td{
        width: 505%;
    }
    
    .service-tyuui{
        margin: 5px 0 0;
        font-size: 1.6rem;
    }
    
    .keni-footer_inner{
        padding: 30px 40px 10px;
    }

    .footer-menu{
        margin: 0 auto;
        text-align: center;
    }

    .footer-menu li{
        display: inline-block;
        margin: 0 0 0 40px;
    }
    
    .footer-menu li:first-child{
        margin-left: 0;
    }
    
    
    .keni-section_wrap.company-conts,
    .keni-section_wrap.tokushoho-conts{
        padding: 80px 40px 40px;
    }
    
    .keni-section_wrap.privacy-conts{
        padding: 80px 40px 60px;
    }
    
    .keni-section h1.main-ttl,
    .keni-section h2.main-ttl{
        font-size: 3.2rem;
        margin: 0 auto 30px;
    }
    
    .company-table th,
    .company-table td{
        padding: 0.75em;
    }
        
    .privacy-contact{
        margin: 30px auto 0;
        max-width: 500px;
        padding: 25px;
    }
    
    .keni-section .privacy-contact h2{
        font-size: 2.4rem;
        margin: 0 auto 15px;
    }
    
    .privacy-conts .privacy-contact p{
        font-size: 2.2rem;
    }
    
    
    

    
     
    

}/*横幅768px以上*/



@media (min-width : 1080px){
    
    .keni-header_inner{
        background: url(../images/header_l.png) center no-repeat;
        height: 680px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

	.keni-footer-cont_wrap{
		padding: 0;
	}
	
	
    /*コピーライト*/
	.keni-copyright{
		padding: 0;
	}
    
    

}/*横幅1080px以上*/

/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.8.0 on 2018-12-13 19:14:10
----------------------------------------------------------------------*/
