@charset "UTF-8";
/*
Theme Name: Emanon Free
Theme URI: https://wp-emanon.jp/emanon-pro/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Freeは、有料テーマEmanon Proの機能を制限した無料テーマです。
Version: 1.4.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
Text Domain: emanon-pro
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset Stylesheet
 * 2.0 - Grid System
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Media
 * 7.0 - Widget
 *	 7.1 - Side Widget
 *	 7.2 - Mobile Menu Widget
 *	 7.3 - Footer Widget
 *	 7.4 - Widget Profile
 *	 7.5 - Widget Calendar
 *	 7.6 - Widget Tagcloud Posts
 *	 7.7 - Widget recentcomments
 * 8.0 - Navigations
 *	 8.1 - Anchor
 *	 8.2 - Global Navigation
 *	 8.3 - Scroll Navigation
 *	 8.4 - Mobile Scroll Navigation
 *	 8.5 - Pagination
 *	 8.5 - Button
 * 9.0 - Alignments
 *	 9.1 - Position
 *	 9.2 - Wordpress Css
 *	 9.3 - Text Align
 *	 9.4 - Display
 *	 9.5 - Overflow
 * 10.0 - Clearfix
 * 11.0 - Header
 * 12.0 - Main Content
 *	 12.1 - Post Cta
 *	 12.2 - SNS Follow Me
 *	 12.3 - Authors
 *	 12.4 - Comments
 *	 12.5 - Related Poste
 *	 12.6 - Archive
 * 13.0 - Sidebar
 * 14.0 - Footer
 * 15.0 Front Page
 * 16.0 - Captions
 * 17.0 - Advertising
 * 18.0 - Plug In
*/

/*------------------------------------------------------------------------------------
/* 1.0 - Reset Stylesheet
/*----------------------------------------------------------------------------------*/
/* Original
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Change colours to suit your needs */
address, cite {
	font-style: italic;
}

em {
	font-weight: bold;
}

code, kbd, var, pre {
	font-family: monospace, serif;
}

code {
	padding: 2px 8px;
	border: solid 1px #e2e5e8;
	border-radius: 4px;
}

kbd {
	padding: 2px 8px;
	background-color: #000c15;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	color: #fff;
}

pre {
	margin-bottom: 40px;
	padding: 24px;
	border: solid 1px #e2e5e8;
	background-color: #f4f6fa;
	white-space: pre-wrap;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

mark {
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-color: #ff9;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: dotted 1px;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #e2e5e8;
}

.wp-caption, embed, iframe, img, object {
	max-width: 100%;
}

.wp-embedded-content {
	width: 100%;
}

img {
	border: none;
}

:focus {
	outline: 0px;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------------------------------------------------------------------------
/* 2.0 - Grid System
/*----------------------------------------------------------------------------------*/
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.container:after {
	display: block;
	clear: both;
	content: "";
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
	position: relative;
	width: 100%;
	margin-left: 0;
}

/*------------------------------------------------------------------------------------
/* 3.0 - Typography
/*----------------------------------------------------------------------------------*/
body {
	font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
	color: #303030;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #000c15;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #000c15;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #000c15;
	border-bottom: 1px solid #aaa!important;
    margin-bottom: 10px!important;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000c15;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000c15;
}

blockquote {
	display: block;
	margin-bottom: 40px;
	padding: 16px;
	border: solid 2px #e2e5e8;
	quotes: "\201C""\2018";
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #f4f6fa;
}

blockquote:before {
	line-height: 0.1;
	content: open-quote;
	vertical-align: -32px;
	font-size: 60px;
	font-size: 6.0rem;
	color: #e2e5e8;
}

blockquote p:last-child {
	margin-bottom: 0;
}

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

small, .small {
	font-size: 12px;
	font-size: 1.2rem;
}

strong {
	color: #000c15;
}

.big {
	font-size: 24px;
	font-size: 2.4rem;
	color: #000c15;
}

.important-bold {
	font-weight: bold;
	color: #000c15;
}

.success-bold {
	font-weight: bold;
	color: #0468ea;
}

.danger-bold {
	font-weight: bold;
	color: #ff0029;
}

.important-under {
	border-bottom: solid 3px #fded06;
}

.success-under {
	border-bottom: solid 3px #0468ea;
}

.danger-under {
	border-bottom: solid 3px #ff0029;
}

.important-marker {
	background-color: #fded06;
	padding: 4px 0;
}

/* http://fontawesome.ioe */
.fa {
	margin: 0 4px;
	color: #9b8d77;
}

/*------------------------------------------------------------------------------------
/* 4.0 - Elements
/*----------------------------------------------------------------------------------*/
table {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
}

table caption {
	margin-bottom: 8px;
	letter-spacing: 1px;
	font-size: 12px;
	font-size: 1.2rem;
}

table th {
	padding: 8px;
	border: solid 1px #e2e5e8;
	vertical-align: middle;
}

table td {
	padding: 8px 16px;
	border: solid 1px #e2e5e8;
}

dl {
	margin: 8px 0;
}

dt {
	padding: 8px 0;
	font-weight: bold;
}

dd {
	padding: 8px 0;
}

/*------------------------------------------------------------------------------------
/* 5.0 - Forms
/*----------------------------------------------------------------------------------*/
input {
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	padding: 8px;
	width: 100%;
	border-radius: 1px;
	border: solid 1px #e2e5e8;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"] {
	padding: 8px 32px;
	border: none;
	border-radius: 4px;
	border-bottom: solid 3px rgba(0, 0, 0, 0.2);
	background-color: #9b8d77;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
}

textarea {
	font-size: 16px;
	font-size: 1.6rem;
	overflow: auto;
	vertical-align: top;
}

select {
	padding: 8px;
	width: 100%;
	background-color: #fff;
	background-image: url(lib/images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	border: solid 1px #e2e5e8;
	border-radius: 1px;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

button {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-form {
	position: relative;
}

.search-form .search-submit {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	padding: 2px 4px;
	border: 0;
	background: #fff;
}

.search-form .search-submit .fa-search{
	font-size: 16px;
	font-size: 1.6rem;
	color: #303030;
}

/*------------------------------------------------------------------------------------
/* 6.0 - Media
/*----------------------------------------------------------------------------------*/
.responsive-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

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

/*------------------------------------------------------------------------------------
/* 7.0 - Widget
/*----------------------------------------------------------------------------------*/
/* ------ 7.1 - Side Widget ------ */
.side-widget {
	margin-bottom: 32px;
}

.side-widget a:hover {
	color: #b5b5b5;
}

.side-widget .current-menu-item a {
	color: #b5b5b5;
}

.side-widget input[type="submit"] {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 8px;
	letter-spacing: 2px;
}

.side-widget select {
	width: 100%;
	margin: 8px 0;
}

.side-widget-title {
	margin-bottom: 16px;
	border-bottom: solid 1px #e2e5e8;
}

.side-widget-title h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.side-widget-title span {
	display: inline-block;
	padding: 0 8px 8px 0;
	border-bottom: solid 1px #232323;
}

.side-widget ol, .side-widget ul, .side-widget p, .side-widget .tagcloud {
	padding: 0 0 8px 0;
	line-height: 1.5;
}

.side-widget ol ol, .side-widget ul ul {
	padding: 0;
}

.side-widget li a {
	display: block;
	position: relative;
	padding: 8px 16px 8px 0;
}

.side-widget ul ul a {
	padding-left: 8px;
	font-size: 14px;
	font-size: 1.4rem;
}

.side-widget li a:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	font-family: "FontAwesome";
	color: #e2e5e8;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

/* ------ 7.2 - Mobile Menu Widget ------ */
.mobile-menu-label {
	margin-bottom: 8px;
	color: #000c15;
	font-weight: bold;
}

.mobile-menu-widget {
	margin-top: 32px;
	padding-bottom: 32px;
	border-bottom: solid 1px #e2e5e8;
}

.mobile-menu-widget img {
	max-height: 50px;
}

.mobile-menu-widget input[type="submit"] {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 8px;
	letter-spacing: 2px;
}

.mobile-menu-widget input[type="text"] {
	background-color: #f8f8f8;
}

.mobile-menu-widget select {
	margin: 8px 0;
}

.mobile-menu-widget ol, .mobile-menu-widget ul, .mobile-menu-widget p, .mobile-menu-widget .tagcloud {
	padding: 0 0 8px 0;
	line-height: 1.5;
}

.mobile-menu-widget li {
	margin: 8px 0;
	line-height: 1;
	text-align: left;
}

.mobile-menu-widget li a {
	display: block;
	position: relative;
	padding: 8px 16px 8px 0;
}

.mobile-menu-widget li a:hover {
	padding-left: 4px;
}

.mobile-menu-widget li a:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	font-family: "FontAwesome";
	color: #e2e5e8;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

.mobile-menu-widget .post-date {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
}

.mobile-menu-widget .children {
	padding: 0;
}

.mobile-menu-widget .children .cat-item a {
	padding: 8px 16px 8px 12px;
}

.mobile-menu-widget .children .cat-item a:hover {
	padding-left: 16px;
}

/* ------ 7.3 - Footer Widget ------ */
.footer-widget-box {
	margin-bottom: 16px;
}

.footer-widget-box input[type="submit"] {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 4px;
	letter-spacing: 2px;
}

.footer-widget-box h2, .footer-widget-box h3, .footer-widget-box h4, .footer-widget-box h5, .footer-widget-box h6 {
	color: #757575;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer-widget-box h3 {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #757575;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer-widget-box .btn a {
	color: #fff;
}

.footer-widget-box select {
	border: solid 1px #757575;
	color: #757575;
}

.footer-widget-box ol, .footer-widget-box ul, .footer-widget-box p, .footer-widget-box .tagcloud {
	line-height: 2;
	font-size: 12px;
	font-size: 1.2rem;
}

.footer-widget-box li a {
	display: block;
	padding: 2px 0;
}

.footer-widget-box .children {
	padding: 0;
}

.footer-widget-box .children .cat-item a {
	padding: 4px 0px 4px 12px;
}
.footer-widget-box .children .cat-item a:hover {
	padding-left: 16px;
}

.footer-widget-box input[type="submit"] {
	padding: 8px;
}

/* ------ 7.4 - Widget Profile ------ */
#my-profile {
	padding: 16px 8px;
	text-align: center;
}

#my-profile img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
}

#my-profile h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

#my-profile ul {
 padding: 8px 0;
 line-height: 1;
}

#my-profile li {
	display: inline-block;
}

#my-profile li a {
	padding: 0 8px;
}

#my-profile li a:after {
	content: "";
}

#my-profile li .fa {
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

#my-profile .profile-text {
	margin: 8px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/* side-widget */
.side-widget #my-profile {
	text-align: center;
}

/* footer-widget-box */
.footer-widget-box #my-profile li a {
	padding: 0 8px 0 0;
}

/* SNS */
#my-profile .widget-twitter a:hover .fa {
	color: #00acee;
}

#my-profile .widget-facebook a:hover .fa {
	color: #305097;
}

#my-profile .widget-instagram a:hover .fa {
	color: #3f729b;
}

/* ------ 7.5 - Widget Calendar ------ */
#wp-calendar {
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
}

#wp-calendar a {
	color: #232323;
}

#wp-calendar caption {
	padding: 8px 0;
	border: solid 1px #e2e5e8;
	border-bottom: none;
	background-color: #f8f8f8;
	font-weight: bold;
}

#wp-calendar thead th {
	background-color: #e2e5e8;
}

#wp-calendar th, #wp-calendar td {
	display: table-cell;
	padding: 4px;
	width: inherit;
	border: solid 1px #e2e5e8;
}

#wp-calendar #today {
	font-weight: bold;
}

#wp-calendar tbody tr #today {
	background-color: #e2e5e8;
}

/* footer widget box */
.footer-widget-box #wp-calendar caption {
	border: solid 1px #757575;
	border-bottom: none;
}

#wp-calendar thead th {
	background-color: inherit;
}

.footer-widget-box #wp-calendar th, .footer-widget-box #wp-calendar td {
	border: solid 1px #757575;
}

.footer-widget-box #wp-calendar tbody tr #today {
	background-color: inherit;
}

/* ------ 7.6 - Widget Tagcloud Posts ------ */
.tagcloud a {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin: 0px 4px 4px 0;
	padding: 6px;
	border: solid 1px #e2e5e8;
	font-size: 12px !important;
	font-size: 1.2rem !important;
}

.tagcloud a:hover {
	border: solid 1px #b5b5b5;
	text-decoration: none;
}

/* footer-widget-box */
.footer-widget-box .tagcloud a {
	border: solid 1px  #757575;
}

.footer-widget-box .tagcloud a:hover {
	border: solid 1px #757575;
}

/* ------ 7.7 - Widget Recentcomments ------ */
#recentcomments a {
	display: inline;
	padding: 0;
}

#recentcomments a:after {
	content: "";
}

/*------------------------------------------------------------------------------------
/* 8.0 - Navigations
/*----------------------------------------------------------------------------------*/
/* ------ 8.1 - Anchor ------ */
a {
	outline: none;
	text-decoration: none;
	color: #303030;
}

a:hover {
	color: #b5b5b5;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

/* ------ 8.2 - Global Navigation ------ */
#gnav {
	display: none;
}

/* Modal Global Navigation */
#modal-global-nav-container {
	padding: 32px 16px;
	border-bottom: solid 1px #e2e5e8;
	min-height: 300px;
}

#modal-global-nav-container ul {
	overflow: hidden;
}

#modal-global-nav-container .global-nav li {
	text-align: center;
}

#modal-global-nav-container .global-nav-default li a {
	display: block;
	padding: 16px 0;
	border-bottom: solid 1px #e2e5e8;
}

#modal-global-nav-container .sub-menu {
	margin-left: 16px;
}

#modal-global-nav-container .sub-menu li a {
	border-bottom: dashed 1px #e2e5e8;
	color: #747474;
}

#modal-global-nav-container .global-nav-default li a:hover {
	color: #b5b5b5;
}

#modal-global-nav-container .global-nav li ul li {
	background-color: #fff;
	color: #b5b5b5;
}

.modal-header-logo {
	margin: 16px 0;
	text-align: center;
}

.modal-header-site-name {
	margin: 16px 0;
	font-weight: bold;
	text-align: center;
}

/* ------ 8.3 - Scroll Navigation ------ */
.scroll-nav {
	display: none;
}

/* ------ 8.4 - Mobile Scroll Navigation ------ */
.mb-scroll-nav {
	position: relative;
	height: 48px;
	text-align: center;
	background-color: #30509F;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mb-scroll-nav ul {
	display: table;
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}

.mb-scroll-nav li {
	display: table-cell;
}

.mb-scroll-nav-inner a {
	display: block;
	padding: 0 16px 0 8px;
	height: 100%;
	line-height: 48px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}

.mb-scroll-arrow, .lp-mb-scroll-arrow {
	overflow: auto;
}

.mb-scroll-nav-inner .current-menu-item a {
 color: #b5b5b5;
}

@keyframes mb-scrollnav-transform {
	0% {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
	}
	60% {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	}
	100% {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
	}
}

@-webkit-keyframes mb-scrollnav-transform {
	0% {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
	}
	60% {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	}
	100% {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
	}
}

/* ------ 8.5 - Pagination ------ */
.screen-reader-text {
	display: none;
}

.pagination {
	margin-bottom: 32px;
	text-align: center;
}

.pagination a {
	color: #b5b5b5;
}

.pagination a:hover {
	background-color: #b5b5b5;
	color: #fff;
}

.pagination .current {
	background-color: #b5b5b5;
	color: #fff;
}

.page-numbers {
	display: inline-block;
	margin-right: 8px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #ebedf0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

/* Paginated Posts <!--nextpage--> */
.next-page {
	padding-bottom: 32px;
	text-align: center;
}

.next-page span {
	border-radius: 4px;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

/* Post Navigation */
.post-navigation {
	margin: 32px 0;
	border: solid 1px #ebedf0;
}

.nav-links {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.nav-previous, .nav-next {
	display: table-cell;
	padding: 16px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-previous a, .nav-next a {
	display: block;
}

.nav-links .nav-next {
	text-align: right;
}

.post-nav {
	display: block;
	padding-bottom: 8px;
	font-size: 12px;
	color: #666;
}

.post-nav .fa {
	color: #b5b5b5;
}

.nav-title {
	padding: 0 4px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

/* ------8.6 - Button ------ */
.btn {
	display: block;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.btn a {
	display: block;
	padding: 8px 32px;
	border-radius: 4px;
	line-height: 1.5;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	background-color: #9b8d77;
	color:#fff;
	text-decoration: none;
}

.btn a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color:#fff;
}

.btn-border {
	position: relative;
	display: block;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #b5b5b5;
	border-radius: 4px;
	text-align: center;
}

.btn-border:hover {
	color: #fff;
	background-color: #9b8d77;
}

.btn-sm {
	width: 60%;
	font-size: 16px;
	font-size: 1.6rem;
}

.btn-mid {
	width: 80%;
	font-size: 16px;
	font-size: 1.6rem;
}

.btn-lg {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
}

/*------------------------------------------------------------------------------------
/* 9.0 - Alignments
/*----------------------------------------------------------------------------------*/
/* ------ 9.1 - Position ------ */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* ------ 9.2 - Wordpress Css ------ */
.alignnone {
	display: block;
	margin: 16px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 32px 16px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 16px 32px;
}

.gallery img {
	border: none !important;
}

/* ------ 9.3 - Text Align ------ */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* ------ 9.4 - Display ------ */
.display-block {
	display: block;
}

.display-none {
	display: none;
}

.br-sp {
	display: block;
}

.br-pc {
	display: none;
}

/* ------ 9.5 - Overflow ------ */
.overflow {
	overflow: hidden;
}

.overflow-y {
	overflow-y: hidden;
}

.overflow-x {
 overflow-x: hidden;
}

/*------------------------------------------------------------------------------------
/* 10.0 - Clearfix
/*----------------------------------------------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------------------------------
/* 11.0 - Header
/*----------------------------------------------------------------------------------*/
/* Top Bar Section */
.top-bar {
	margin: 0;
	padding: 0 8px;
	border-bottom: solid 1px #e2e5e8;
	font-weight: normal;
	background-color: #fff !important;
}
@media screen and ( max-width: 767px ) {
.top-bar {
	padding: 0;
}
}

.top-bar h1, .top-bar p {
	line-height: 24px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

.header-follow-btn li {
	display: none;
}

/* Header Section */
.header {
	position: relative;
	/*height: 96px;*/
	height: auto !important;
	background-color: #fff;
	/*box-shadow: 0 2px 3px -3px rgba(0,0,0,0.3);*/
	border-bottom: solid 1px #e2e5e8;
	overflow: hidden;
}

.header-logo {
	height: 96px;
	margin: 0 48px 0 8px;
}

.header-logo img {
	position: absolute;
	top: 50%;
	max-height: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-site-name {
	margin: 0 48px 0 8px;
	line-height: 96px;
	font-weight: bold;
}

.header-widget {
	display: none;
}

.header-col-line {
	height: 80px;
	overflow: visible;
}

.header-col-line .header-title {
	line-height: 80px;
	font-size: 18px;
	font-size: 1.8rem;
}

.header-col-line .header-logo {
	height: 80px;
}

.header-col-line #gnav .global-nav li ul {
	top: 80px;
}

/*------------------------------------------------------------------------------------
/* 12.0 - Main Content
/*----------------------------------------------------------------------------------*/
.content {
	padding: 32px 0;
}
@media screen and ( max-width: 767px ) {
.content {
	padding: 0;
	margin-top: 88px;
}
}

#breadcrumb {
	margin: -32px 16px 0 16px;
	padding: 8px 0;
	line-height: 1.0;
	overflow-x: hidden;
	white-space: nowrap;
}

#breadcrumb .fa-home {
	margin: 0 2px 0 0;
}

.rcrumbs > ol > li {
	display: none;
	line-height: 1.0;
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
}

.rcrumbs > ol > li.show {
	display: inline-block;
}

.rcrumbs > ol > li.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
}

/* Article */
.article {
	border-radius: 0 0 4px 4px;
	background-color: #fff;
}

.article:after {
	display: block;
	clear: both;
	content: "";
}

/* Article Header */
.article-header {
	padding: 8px 16px;
}

.article-header h1 {
	margin: 8px 0;
	line-height: 1.5;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
}

.article-header p {
	line-height: 2;
}

.post-meta {
	margin: 8px 0;
	color: #999;
}

.post-meta a {
	color: #999;
}

.post-meta li {
	float: left;
	padding-right: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}

.post-meta .fa {
	margin-left: 0;
	color: #999;
}

.edit-link {
	font-size: 16px;
	font-size: 1.6rem;
}

.article-thumbnail {
	margin-bottom: 32px;
}

.article-thumbnail img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.image-link {
	position: relative;
}

.image-link:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

.image-link:hover:after {
	opacity: 1;
}

/* Article Body */
.article-body {
	padding: 0 16px 16px 16px;
}

.article-body:after {
	display: block;
	clear: both;
	content: "";
}

.article-body a {
	text-decoration: underline;
}

.article-body a:hover {
	text-decoration: none;
}

.article-body h2 {
	margin: 56px 0 40px 0;
	padding: 8px 0 8px 16px;
	border-left: solid 4px #9b8d77;
	background-color: #f0f0f0;
	line-height: 1.5;
	font-size: 20px;
	font-size: 2.0rem;
}

.article-body h3 {
	margin: 48px 0 32px 0;
	padding: 6px 0;
	border-bottom: solid 2px #9b8d77;
	line-height: 1.5;
}

.article-body h4 {
	margin: 48px 0 16px 0;
	line-height: 1.5;
}

.article-body h5 {
	margin: 40px 0 8px 0;
	line-height: 1.5;
}

.article-body h6 {
	margin: 32px 0 8px 0;
	line-height: 1.5;
}

.article-body ol {
	margin: 0px 0px 40px 24px;
	counter-reset: item;
	list-style-type: none;
	color: #333;
}

.article-body ol li {
	margin: 8px 0;
}

.article-body ol li:before{
	counter-increment: item;
	content: counters(item, "-")". ";
}

.article-body ol li ol {
	margin: 0px 0px 16px 24px;
}

.article-body ul {
	margin: 0px 0px 40px 24px;
	list-style: disc;
	color: #333;
}

.article-body ul li {
	margin: 8px 0;
}

.article-body ul li ul {
	margin: 0px 0px 16px 24px;
	list-style: circle;
}

.article-body ul li ul li ul li {
	position: relative;
	list-style: none;
}

.article-body ul li ul li ul li:after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -13px;
}

.article-body p {
	margin-bottom: 40px;
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.article-body p {
	font-size: 14px;
}
}

.article-body table {
	margin-bottom: 40px;
}

.article-body th {
	background-color: #f4f6fa;
	font-weight: bold;
}

.article-body img {
	max-width: 100%;
	height: auto;
}

.article-body .alignleft, .article-body img.alignleft {
	max-width: 50%;
	margin: 0 16px 16px 0;
}

.article-body .alignright, .article-body img.alignright {
	max-width: 50%;
	margin: 0 0 16px 16px;
}

.article-body .aligncenter, .article-body img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.article-body .btn {
	margin-bottom: 40px;
}

.article-body .btn a {
 text-decoration: none;
}

.box-default {
	margin: 0 0 40px 0;
	padding: 24px;
	border: solid 2px #e2e5e8;
}

.box-info {
	margin: 0 0 40px 0;
	padding: 24px;
	background: #f4f6fa;
	border: solid 2px #e2e5e8;
}

.box-default h2, .box-default h3, .box-default h4, .box-default h5, .box-default h6, .box-info h2, .box-info h3, .box-info h4, .box-info h5, .box-info h6 {
	margin: 0 0 16px 0;
}

.box-default p:last-child, .box-info p:last-child {
	margin-bottom: 0;
}

.box-default li:last-child, .box-info li:last-child {
	margin-bottom: 0;
}

.box-default ul, .box-info ul, .box-default ol, .box-info ol {
	margin-bottom: 0;
}

/* SNS Share Button */
.share-btn {
	text-align: center;
}

.share-btn .sns-name {
	display: none;
}

.share-btn .fa {
	color: #fff;
}

.share-btn ul {
	margin: 16px 0;
}

.share-btn li {
	display: inline-block;
	margin: 6px 0;
	width: 18%;
	list-style: none;
}

.share-btn li a {
	display: block;
	margin: 0 4px;
	padding: 8px 6px;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.share-btn a:hover {
	color: #fff;
	opacity: 0.8;
}

.share-btn .count {
	font-size: 10px;
	font-size: 1.0rem;
}

.twitter a {
	background-color: #00acee;
}

.facebook a {
	background-color: #305097;
}

.hatebu a {
	background-color: #5d8ac1;
}

.hatebu-icon:before {
	content: 'B!';
	font-weight: bold;
}

.pocket a {
	background-color: #f03e51;
}

/* SNS Share Button Mobile */
.share-mobile {
	display: table;
	position: fixed;
	left: 0;
	bottom: 0;
	max-width: 100%;
	text-align: center;
	z-index: 999;
}

.share-mobile a {
	display: block;
	padding: 4px;
	line-height: 2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.share-mobile .fa {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}

.share-mobile ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.share-mobile li {
	display: table-cell;
}

/* Article Footer */
.article-footer {
	padding: 48px 16px;
}

/* ------ 12.1 - Post Cta ------ */
.cta-post {
	position: relative;
	background-color: #ededed;
}

.cta-post-header {
	margin: 32px 0 40px 0;
	padding: 0 16px;
	text-align: center;
}

.cta-post-header h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.cta-post-content {
	padding: 0px 16px 16px 16px
}

.cta-post-content img {
	padding-bottom: 32px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.cta-post-content p {
	overflow: hidden;
}

.cta-post-footer {
	margin: 32px auto;
	padding: 0 16px;
}

.cta-post-footer a {
	background-color: #9b8d77;
	color: #fff;
}

.cta-post-footer table {
	margin-bottom: 40px;
}

/* ------ 12.2 - SNS Follow Me ------ */
.twitter-follow {
	padding: 16px 8px;
	background-color: #e2e5e8;
	text-align: center;
}

.twitter-follow-label {
	padding-right: 8px;
}

.twitter-follow iframe {
	vertical-align: bottom;
}
.sns-follow {
	text-align: center;
}

.sns-follow h3 {
	margin: 0 0 16px 0;
}

.sns-follow li {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
	list-style: none;
}

.sns-follow li:last-child {
	margin-bottom: 0;
}

.sns-follow a {
	display: block;
	margin: 0 4px;
	padding: 8px;
	line-height: 2.5;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.sns-follow .fa {
	color: #fff;
}

.sns-follow a:hover {
	opacity: 0.8;
	color: #fff;
}

.feedly a {
	background-color: #87c040;
}

.instagram a {
	background-color: #3f729b;
}

/* Facebook Follow Btn */
.fb-follow {
	position: relative;
	text-align: center;
	color: #fff;
}

.fb-follow img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.fb-follow-text {
	position: absolute;
	z-index: 200;
	top: 50%;
	right: 0;
	left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fb-follow-text p {
	margin-bottom: 4px;
}

.fb-like iframe {
	max-width: none;
}

/* ------ 12.3 - Authors ------ */
.author-profile {
	margin: 32px 0;
	padding: 16px;
	border: solid 4px #e2e5e8;
}

.author-profile h3 {
	margin: 0 0 16px 0;
	padding: 4px 0 4px 8px;
	border-left: solid 4px #e2e5e8;
	font-size: 20px;
	font-size: 2.0rem;
}

.author-profile-content:after {
	display: block;
	clear: both;
	content: "";
}

.author-profile-text {
	margin-left: 104px;
}

.author-profile-text h4 {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.author-profile-text p {
	margin: 8px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.author-sns li {
	display: inline-block;
	margin-right: 4px;
	padding: 0;
	height: 32px;
	width: 32px;
	line-height: 32px;
}

/* ------ 12.4 - Comments ------ */
#comments {
	padding-bottom: 16px;
	font-size: 20px;
	font-size: 2.0rem;
}

#comment-area, .comment-respond {
 margin: 32px 0;
}

.comment-box {
	padding-bottom: 32px;
}

.comment-box h2 {
	margin: 64px 0 40px 0;
}

.comment-box h3 {
	margin: 56px 0 32px 0;
}

.comment-box h4 {
	margin: 48px 0 16px 0;
}

.comment-box h5 {
	margin: 40px 0 8px 0;
}

.comment-box h6 {
	margin: 32px 0 8px 0;
}

.comment-box ol {
	margin: 0px 0px 40px 24px;
	list-style: decimal;
}

.comment-box ul {
	margin: 0px 0px 40px 24px;
	list-style: disc;
}

.comment-box li {
	margin-bottom: 8px;
}

.comment-box ul ul li {
	list-style: circle;
}

.comment-box p {
	margin-bottom: 40px;
}

.avatar {
	float: left;
}

.avatar img {
	border: solid 1px #e2e5e8;
	border-radius: 50%;
}

.comment-meta {
	margin-left: 76px;
	padding: 16px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-text {
	margin-left: 76px;
}

.comment-reply {
	position: relative;
	padding-left: 16px;
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-reply-link:before {
	font-family: "FontAwesome";
	content: "\f112";
	position: absolute;
	top: 4px;
	left: 0;
}

#comment-area .children {
	margin-bottom: 32px;
}

#comment-area .children li {
	margin: 0 0 0 32px;
	padding: 16px 0 0 16px;
	background-color: #f8f8f8;
}

.comment-edit-link {
	position: relative;
	margin-left: 8px;
	padding-left: 14px;
}

.comment-edit-link:before {
	font-family: "FontAwesome";
	content: "\f044";
	position: absolute;
	top: 1px;
	left: 0;
}

/* Comment form */
.comment-reply-title {
	margin: 0;
	padding-bottom: 16px;
	font-size: 20px;
	font-size: 2.0rem;
}

.logged-in-as {
	margin-bottom: 16px;
}

.comment-notes {
	margin-bottom: 16px;
	font-size: 12px;
	font-size: 1.2rem;
}

#commentform textarea {
	margin-bottom: 16px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
	margin-bottom: 16px;
	width: 100%;
}

.required {
	font-size: 12px;
	font-size: 1.2rem;
	color: #b5b5b5;
}

.form-submit {
	margin: 32px 0;
}

.comment-page-link {
	text-align: center;
}

.comment-page-link .page-numbers {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.comment-page-link .next, .comment-page-link .prev {
	width: 48px;
}

.comment-form-cookies-consent {
	margin-bottom: 16px;
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-form-cookies-consent input {
	margin-right: 4px;
}

.bypostauthor img {
	border: solid 2px #a0aab3;
}

/* ------ 12.5 - Related Poste ------ */
.related {
	margin: 32px 0;
	padding:0 16px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	border: 1px solid #ebedf0;
}

.related:after {
	display: block;
	clear: both;
	content: "";
}

.related h3 {
	margin: 16px 0 8px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.related p {
	margin-bottom: 16px;
}

.related-list li {
	margin: 0 0 32px 0;
}

.related-list li:after {
	display: block;
	clear: both;
	content: "";
}

.related-thumbnail {
	float: left;
	padding-right: 16px;
}

.related-thumbnail a {
	display: block;
	width: 80px;
	height: 80px;
}

.related-thumbnail img {
	width: 80px;
	height: 80px;
}

.related-date {
	padding-left: 96px;
}

.related-date h4 {
	margin-top: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

.related-date a {
	display: block;
	color: #000c15;
}

/* ------ 12.7 - Archive ------ */
.archive-title {
	margin: 0 8px 16px 8px;
	border-bottom: solid 1px #e2e5e8;
}
@media screen and ( max-width: 767px ) {
.archive-title {
	font-size: 18px;
	padding: 35px 0;
	text-align: center;
}
}

.archive-title h1 {
	margin-bottom: -1px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.archive-title h1 > span {
	display: inline-block;
	padding: 0 4px 4px 0;
	border-bottom: solid 1px #232323;
}

.archive-description {
	margin: 0 8px 32px 8px;
	font-size: 14px;
	font-size: 1.4rem;
}

.author-archive {
	margin-bottom: 32px
}

/* User List */
.user-profile {
	margin-bottom: 32px
}

.user-avatar img {
	border: solid 1px #e2e5e8;
	border-radius: 50%;
}

.user-profile:after {
	display: block;
	clear: both;
	content: "";
}

.user-profile-content {
	margin-left: 106px;
}

.user-profile-content .user-name {
	padding: 8px 0;
	border-bottom: solid 2px #e2e5e8;
	font-size: 18px;
	font-size: 1.8rem;
	color: #000c15;
}

.user-position {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #303030;
}

.user-position:before {
	content: " ー ";
}

.user-profile-content .user-description {
	margin: 16px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.user-sns ul {
	margin: 8px 0 0 0;
}

.user-sns li {
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------------------------------
/* 13.0 - Sidebar
/*----------------------------------------------------------------------------------*/
.left-sidebar .sidebar-layout {
	margin: 0 2.8% 0 0;
}

.right-sidebar .sidebar-layout {
	float: right;
}

.sidebar {
 padding: 32px 16px;
}

.sidebar .ad-300 {
	text-align: center;
	line-height: 0;
}

/*------------------------------------------------------------------------------------
/* 14.0 - Footer
/*----------------------------------------------------------------------------------*/
.footer {
	/*background-color: #fff !important;*/
	background-color: #fcf8f0 !important;
	color: #000 !important;
	border-top: 1px solid #e2e5e8;
}

.footer a {
	color: #000 !important;
}

.pagetop {
	text-align: center;
	padding-top: 16px;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
}
.pagetop .fa {
	color: #000 !important;
}

.br:before {
	content: "\A" ;
	white-space: pre ;
}

.footer-top {
	background-color: #323638;
	text-align: center;
}

.footer-top-inner {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.footer-top-inner ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.footer-top-inner li {
	display: table-cell;
	position: relative;
	padding: 16px 0;
	letter-spacing: 2px;
}

.footer-top-inner span {
	display: none;
}

.sidebar-footer {
	padding: 16px 8px 0 8px;
}

.footer-nav {
	padding: 16px 16px 0 16px;
	text-align: center;
}

.footer-nav li {
	display: inline;
	padding: 0 8px;
	border-right: solid 1px #757575;
	font-size: 12px;
	font-size: 1.2rem;
}

.footer-nav li:last-child {
	border-right: none;
}
.footer-nav li a:hover {
	color: #b5b5b5 !important;
}

.copyright {
	padding: 16px 0;
	letter-spacing: 1px;
	text-align: center;
}

/*------------------------------------------------------------------------------------
/* 15.0 - Front Page
/*----------------------------------------------------------------------------------*/
.home .content {
	padding: 32px 8px;
}

.col-main, .col-sidebar, .col-main-right, .col-sidebar-left {
	width: 100%;
}

/* FirstView Loading */
.loading-wrapper {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	background-color: #fff;
}

/* Featured Section */
.featured {
	position: relative;
	padding: 32px 16px;
	min-height: 250px;
}

.featured-list {
	padding: 8px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	z-index: 300;
}

.featured-list .slick-track {
	margin: 0;
}

.featured-thumbnail {
	position: relative;
}

.featured-thumbnail a {
	display: block;
}

.featured-thumbnail img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.featured-post {
	padding: 8px 16px 0 16px;
}

.featured-title a {
	display: block;
	color: #000c15;
}

.featured-title h2 {
	padding-bottom: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}

.featured-date p {
	padding-bottom: 32px;
	font-size: 14px;
	font-size: 1.4rem;
}

.featured-date .read-more {
	display: block;
}

/* Entry Section */
.entry-header {
	margin-bottom: 16px;
	border-bottom: solid 1px #e2e5e8;
}

.entry-header h2 {
	margin-bottom: -1px;
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and ( max-width: 767px ) {
.entry-header h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 35px 0;
	text-align: center;
}
}

.entry-header span {
	display: inline-block;
	padding: 0 8px 8px 0;
	border-bottom: solid 1px #232323;
}

.archive-list {
	position: relative;
	margin: 0 0 32px 0;
	border-radius: 0 0 4px 4px;
	border: solid 1px #e2e5e8;
	box-sizing: border-box;
	background-color: #fff;
}

.archive-list:after {
	display: block;
	clear: both;
	content: "";
}

.archive .archive-list {
	margin: 0 8px 32px 8px;
}

.search .archive-list {
	margin: 0 8px 32px 8px;
}

.cat-name, .sticky .cat-name {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	min-width: 80px;
	padding: 2px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	background-color: #232323;
}

.cat-name a, .sticky .cat-name a {
	display: block;
	color: #fff;
	z-index: 3;
}

.archive-header {
	padding: 8px 16px 0 16px;
}

.archive-header-title {
	padding-bottom: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}

.archive-header-title a {
	display: block;
	color: #000c15;
}

.archive-header p {
	padding-bottom: 32px;
	font-size: 14px;
	font-size: 1.4rem;
}

.eye-catch {
	position: relative;
	overflow: hidden;
}

.eye-catch a {
	display: block;
}

.eye-catch:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.eye-catch:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.eye-catch img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.image-link-border {
	position: relative;
}

.image-link-border:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: solid 1px #fff;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
}

.image-link-border:hover:after {
	opacity: 1;
}

.read-more a {
	font-size: 14px;
	font-size: 1.4rem;
}

/*------------------------------------------------------------------------------------
/* 16.0 - Captions
/*----------------------------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
}

.wp-caption img {
	margin: 0;
}

.wp-caption p.wp-caption-text, .gallery-caption {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

/*------------------------------------------------------------------------------------
/* 17.0 - Advertising
/*----------------------------------------------------------------------------------*/
.ad-box {
	text-align: center;
}

.ad-label {
	padding: 16px 0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.no-code {
	margin-bottom: 16px;
	padding: 36px 8px;
	border: solid 2px #ff0029;
	text-align: center;
}

.header-ad {
	display: none;
}

.ad-300 {
	margin-bottom: 32px;
}


/*------------------------------------------------------------------------------------
/* * 18.0 - Plug In
/*----------------------------------------------------------------------------------*/
/* ------ 18.1 - Contact Form 7 ------ */
.wpcf7-list-item {
	display: inline-block;
}

.wpcf7-submit {
	display: block;
	margin: 16px auto;
}

span.wpcf7-not-valid-tip {
	margin: 8px 0;
}

div.wpcf7-response-output {
	margin: 16px 0;
	padding: 16px;
}

/* ------ 18.2 - WordPress Popular Posts ------ */
.wpp-list {
	counter-reset: wpp-ranking;
	line-height: inherit;
}

.wpp-list li {
	position: relative;
	padding: 8px 0;
}

.wpp-list li a {
	padding: 0;
}

.wpp-list > li a:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	position: absolute;
	left: 0;
	padding: 4px 6px;
	background-color: #232323;
	line-height: 1;
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
	z-index: 1;
}

.wpp-list li a:hover {
	padding-left: 0;
}

.side-widget .wpp-list li a:after {
	content: none;
}

.wpp-list li a.wpp-post-title:before,
.wpp-list li .wpp-author a:before,
.wpp-list li .wpp-category a:before {
	content: none;
}

.wpp-list .wpp-excerpt {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	color: #999;
}

.wpp-list .post-stats {
	display: block;
	padding: 2px 0;
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: normal;
	color: #999;
}

.wpp-list .post-stats a {
	display: inherit;
	padding: 0;
	color: #999;
}

.wpp-list img {
	margin-right: 8px;
}

/* mobile widget box */
.mobile-menu-widget .wpp-list .post-stats {
	padding: 8px 0;
}

/* footer widget box */
.footer-widget-box .wpp-list .wpp-excerpt, .footer-widget-box .wpp-list .post-stats, .footer-widget-box .wpp-list .post-stats a {
	color: #757575;
}

.footer-widget-box .wpp-list a:hover {
	color: #fff;
}

/* ------ 18.3 - Table of Contents Plus ------ */
#toc_container {
	margin: auto;
	padding: 16px 24px;
	background-color: inherit;
	border: solid 2px #e2e5e8;
	min-width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

#toc_container p {
	margin-bottom: 0;
	line-height: 1;
}

#toc_container a:hover {
	text-decoration: none;
}

#toc_container p.toc_title {
	margin-top: 8px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #000c15;
}

#toc_container .toc_list > li > a {
	margin: 16px 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: solid 1px #ccc;
}

#toc_container li a {
	display: block;
	padding: 8px 0;
	border-bottom: dotted 1px #ccc;
}

#toc_container ul ul {
	margin-left: 8px;
}

#toc_container li .toc_number {
	margin-right: 4px;
}

#toc_container span.toc_toggle {
	font-size: 12px;
	font-size: 1.2rem;
}

#toc_container ul li ul li ul li:after {
	content: "";
}

/* ------ 18.4 - Crayon Syntax Highlighter ------ */
.crayon-table td {
	display: table-cell;
	width: inherit;
}

/* ------ 18.5 - SyntaxHighlighter Evolved ------ */
.syntaxhighlighter table td {
	display: table-cell;
}

/* ------ 18.6 - Biz Calendar ------ */
#biz_calendar {
	max-width: 100%;
}

#biz_calendar table.bizcal {
	margin: 0 0 8px 0;
	color: #303030;
	border: solid 1px #e2e5e8;
	background-color: #f8f8f8;
}

#biz_calendar table.bizcal th {
	background-color: #e2e5e8;
}

#biz_calendar table.bizcal th, #biz_calendar table.bizcal td {
	display: table-cell;
	padding: 4px;
	width: inherit;
	border: solid 1px #e2e5e8;
}

#biz_calendar p {
	line-height: 1;
}

#biz_calendar a {
 display: inline-block;
}

/**
 *	Tablets style ( ≥768px )
 *
 * 1.0 - Grid system
 * 2.0 - Widget
 * 3.0 - Navigations
 * 4.0 - Alignments
 * 5.0 - Header
 * 6.0 - Main content
 * 7.0 - Sidebar
 * 8.0 - Footer
 * 9.0 - Front Page
 * 10.0 - Archive Page
 * 11.0 - Advertising
 */

@media screen and ( min-width: 768px ) {
/*------------------------------------------------------------------------------------
/* 1.0 - Grid system
/*----------------------------------------------------------------------------------*/
.container {
	width: 752px;
}

/*------------------------------------------------------------------------------------
/* 2.0 - Widget
/*----------------------------------------------------------------------------------*/
.side-widget .searchform input[type="text"], .footer-widget-box .searchform input[type="text"] {
	width: 73%;
}

.side-widget .searchform input[type="submit"], .footer-widget-box .searchform input[type="submit"] {
	width: 25%;
	margin: 0 0 0 8px;
	padding: 6px;
	font-size: 12px;
	font-size: 1.2rem;
}

#sidebar-cta .sidebar-cta-btn .btn {
	width: 80%;
}
/*------------------------------------------------------------------------------------
/* 3.0 - Navigations
/*----------------------------------------------------------------------------------*/
.btn-sm {
	width: 30%;
}

.btn-mid {
	width: 60%;
}

.btn-lg {
	width: 80%;
}

.nav-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.mb-scroll-nav {
	display: none;
}

/*------------------------------------------------------------------------------------
/* 4.0 - Alignments
/*----------------------------------------------------------------------------------*/
.br-sp {
	display: none;
}

.br-pc {
	display: block;
}

/*------------------------------------------------------------------------------------
/* 5.0 - Header
/*----------------------------------------------------------------------------------*/
.header-logo {
	margin: 0;
}

.header-site-name {
	margin: 0;
	font-size: 24px;
	font-size: 2.4rem;
}

.header-col-center img {
	right: 0;
	left: 0;
	margin: auto;
}

.header-col-center .header-site-name {
	text-align: center;
}

/*------------------------------------------------------------------------------------
/* 6.0 - Main content
/*----------------------------------------------------------------------------------*/
.content {
	padding: 64px 0;
}

#breadcrumb {
	margin: -64px 0 0 0;
	padding: 24px 0;
}

.article {
	border: solid 1px #ebedf0;
}

.article-header {
	padding: 16px;
}

.article-header h1 {
	margin: 16px 0;
	line-height: 1.5;
	font-size: 20px;
	font-size: 2.0rem;
}

.article-body p {
	line-height: 2.0;
}

.article-body .alignleft, .article-body img.alignleft {
	max-width: 100%;
}

.article-body .alignright, .article-body img.alignright {
	max-width: 100%;
}

.article-body .aligncenter, .article-body img.aligncenter {
	max-width: 100%;
}

.article-body .searchform input[type="submit"] {
	width: 20%;
	margin: 0px 0px 0px 8px;
	padding: 5px 32px;
}

.article-body .post-password-form input[type="submit"] {
	padding: 5px 32px;
	letter-spacing: 2px;
}

.article-body .ad-300 p {
	line-height: 0;
}

.post-meta {
	margin: 0 0 4px 0;
}

.read-more a {
	font-size: 12px;
	font-size: 1.2rem;
}

.share-btn li {
	width: 19%;
}

.share-btn a {
	line-height: 1.5;
}

.share-btn .count {
	padding-left: 4px;
}

.article input[type="text"],
.article input[type="email"],
.article input[type="url"],
.article input[type="password"],
.article input[type="number"],
.article input[type="tel"],
.article input[type="range"],
.article input[type="color"],
.article input[type="time"],
.article input[type="date"],
.article input[type="datetime"],
.article input[type="datetime-local"],
.article input[type="month"],
.article input[type="week"],
.article select {
	width: 70%;
}

.article textarea {
	width: 100%;
}

.article-footer {
	padding: 32px 16px;
}

.fb-follow-text {
	left: 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.fb-follow-text p {
	margin-bottom: 0;
}

.sns-follow li {
	width: 19%;
	margin: 0 1px 0 1px;
}

.sns-follow a {
	line-height: 1.5;
}

.author-profile-text {
	margin-left: 118px;
}

#comment-area .children li {
	margin: 0 0 0 72px;
}

.nav-previous, .nav-next {
	padding: 32px 16px;
}

.related h3 {
	margin: 32px 0 8px 0;
}

.related p {
	margin-bottom: 32px;
}

/* SNS share button mobile */
.share-mobile {
	display: none;
}

/*------------------------------------------------------------------------------------
/* 7.0 - Sidebar
/*----------------------------------------------------------------------------------*/
.sidebar {
	padding: 32px 0;
}

/*------------------------------------------------------------------------------------
/* 8.0 - Footer
/*----------------------------------------------------------------------------------*/
.cta-popup {
	width: 400px;
}

.sidebar-footer {
	padding: 32px 0 0 0;
}

.footer-top-inner span {
	display: inline-block;
}

.footer-top-inner li a {
	padding: 32px 0;
}

.cta-footer-tell span {
	margin-left: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}

/*------------------------------------------------------------------------------------
/* 9.0 - Front page
/*----------------------------------------------------------------------------------*/
.loading-wrapper {
	background-image: url(lib/images/balls.svg);
	background-position: center;
	background-repeat: no-repeat;
}

/* Slider section */
.slider-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.slider-sub-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.bx-controls-direction, .bx-controls {
	display: block;
}

.bx-controls-direction a {
	transition: none;
}

/* Video section */
.video-title {
	font-size: 40px;
	font-size: 4.0rem;
}

.video-sub-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.video-btn {
	margin-top: 32px;
}

/* Featured section */
.featured {
	padding: 32px 0;
}

.featured-list {
	padding: 16px;
}

.featured-list:after {
	display: block;
	clear: both;
	content: "";
}

.featured-title h2 {
	padding-bottom: 16px;
}

/* Pagebox section */
.pagebox {
	margin: 0;
}

.pagebox-list {
	float: left;
	width: 33.333%;
	margin-bottom: 0;
}

.pagebox-title {
	margin-bottom: 16px;
	font-size: 18px;
	font-size: 1.8rem;
}

/* One-column */
.home .one-column .archive-list, .blog .one-column .archive-list	{
	margin: 0 0 32px 0;
	padding: 1.92%;
}

.home .one-column .eye-catch, .blog .one-column .eye-catch {
	float: left;
	width: 40%;
}

.home .one-column .archive-header, .blog .one-column .archive-header {
	float: right;
	padding: 0;
	width: 56%;
}

.home .one-column .archive-header-title, .blog .one-column .archive-header-title {
	padding: 0 0 8px 0;
}

/* Two-column */
.home .two-column .archive-list, .blog .two-column .archive-list {
	float: left;
	width: 48.56%;
	margin: 0 2.88% 32px 0;
}

.home .two-column .archive-list:nth-child(2n), .blog .two-column .archive-list:nth-child(2n) {
	margin: 0 0 32px 0;
}

.home .two-column .archive-header-title, .blog .two-column .archive-header-title {
	padding: 0 0 16px 0;
}

.home .two-column .archive-header p, .blog .two-column .archive-header p {
	padding-bottom: 16px;
}

/* Three column */
.home .three-column .archive-list, .blog .three-column .archive-list {
	float: left;
	width: 31.4%;
	margin: 0 2.88% 32px 0;
}

.home .three-column .archive-list:nth-child(3n), .blog .three-column .archive-list:nth-child(3n) {
	margin: 0 0 32px 0;
}

.home .three-column .archive-header-title, .blog .three-column .archive-header-title {
	padding: 0 0 16px 0;
}

.home .three-column .archive-header p, .blog .three-column .archive-header p {
	padding-bottom: 16px;
}

/* Big-column */
.home .big-column .archive-header-title, .blog .big-column .archive-header-title {
	padding: 0 0 16px 0;
	font-size: 24px;
	font-size: 2.4rem;
}

/*------------------------------------------------------------------------------------
/* 10.0 - Archive page
/*----------------------------------------------------------------------------------*/
.archive-title {
	margin: 0 0 16px 0;
}

.archive-description {
	margin: 0 0 32px 0;
}

/* One-column */
.archive .ar-one-column .archive-list {
	margin: 0 0 32px 0;
	padding: 1.92%;
}

.archive .ar-one-column .eye-catch {
	float: left;
	width: 40%;
}

.archive .ar-one-column .archive-header {
	float: right;
	padding: 0;
	width: 56%;
}

.archive .ar-one-column .archive-header-title {
	padding: 0 0 8px 0;
}

/* One-column search */
.search .ar-one-column .archive-list {
	margin: 0 0 32px 0;
	padding: 1.92%;
}

.search .ar-one-column .eye-catch {
	float: left;
	width: 40%;
}

.search .ar-one-column .archive-header {
	float: right;
	padding: 0;
	width: 56%;
}

.search .ar-one-column .archive-header-title {
	padding: 0 0 8px 0;
}

/* Two-column */
.archive .ar-two-column .archive-list {
	float: left;
	width: 48.56%;
	margin: 0 2.88% 32px 0;
}

.archive .ar-two-column .archive-list:nth-child(2n) {
	margin: 0 0 32px 0;
}

.archive .ar-two-column .archive-header-title {
	padding: 0 0 16px 0;
}

.archive .ar-two-column .archive-header p {
	padding-bottom: 16px;
}

/* Two-column search */
.search .ar-two-column .archive-list {
	float: left;
	width: 48.56%;
	margin: 0 2.88% 32px 0;
}

.search .ar-two-column .archive-list:nth-child(2n) {
	margin: 0 0 32px 0;
}

.search .ar-two-column .archive-header-title {
	padding: 0 0 16px 0;
}

.search .ar-two-column .archive-header p {
	padding-bottom: 16px;
}

/* Three column */
.archive .ar-three-column .archive-list {
	float: left;
	width: 31.4%;
	margin: 0 2.88% 32px 0;
}

.archive .ar-three-column .archive-list:nth-child(3n) {
	margin: 0 0 32px 0;
}

.archive .ar-three-column .archive-header-title {
	padding: 0 0 16px 0;
}

.archive .ar-three-column .archive-header p {
	padding-bottom: 16px;
}

/* Three column search */
.search .ar-three-column .archive-list {
	float: left;
	width: 31.4%;
	margin: 0 2.88% 32px 0;
}

.search .ar-three-column .archive-list:nth-child(3n) {
	margin: 0 0 32px 0;
}

.search .ar-three-column .archive-header-title {
	padding: 0 0 16px 0;
}

.search .ar-three-column .archive-header p {
	padding-bottom: 16px;
}

/* Big-column */
.archive .ar-big-column .archive-header-title {
	padding: 0 0 16px 0;
	font-size: 24px;
	font-size: 2.4rem;
}

.archive .ar-big-column .archive-list {
	margin: 0 0 32px 0;
}

/* Big-column search */
.search .ar-big-column .archive-header-title {
	padding: 0 0 16px 0;
	font-size: 24px;
	font-size: 2.4rem;
}

.search .ar-big-column .archive-list {
	margin: 0 0 32px 0;
}

/* Author list two column */
.page-template-author-list .au-two-column .user-profile {
	float: left;
	width: 48.56%;
	margin: 0 2.88% 32px 0;
}

.page-template-author-list .au-two-column .user-profile:nth-child(2n) {
	margin: 0 0 32px 0;
}

/* Author list three column */
.page-template-author-list .au-three-column .user-profile {
	float: left;
	width: 31.4%;
	margin: 0 2.88% 32px 0;
}

.page-template-author-list .au-three-column .user-profile:nth-child(3n) {
	margin: 0 0 32px 0;
}
/*------------------------------------------------------------------------------------
/* 11.0 - Advertising
/*----------------------------------------------------------------------------------*/
.article-ad-left {
	display: inline-block;
	margin-right: 16px;
}

.article-ad-right {
	display: inline-block;
}

.footer-ad {
	text-align: center;
}

}

/**
 *	PC style ( ≥992px )
 *
 * 1.0 - Grid system
 * 2.0 - Widget
 * 3.0 - Header
 * 4.0 - Navigations
 * 5.0 - Main content
 * 6.0 - Sidebar
 * 7.0 - Footer
 * 8.0 - Front page
 * 9.0 - Advertising
 */

@media screen and ( min-width: 992px ) {
/*------------------------------------------------------------------------------------
/* 1.0 - Grid system
/*----------------------------------------------------------------------------------*/
.container {
	width: 960px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
	float: left;
	margin-left: 2.8%;
}

.first {
	margin-left: 0;
}

.col1 {
	width: 5.7%;
}

.col2 {
	width: 14.3%;
}

.col3 {
	width: 22.9%;
}

.col4 {
	width: 31.4%;
}

.col5 {
	width: 40.0%;
}

.col6 {
	width: 48.6%;
}

.col7 {
	width: 57.1%;
}

.col8 {
	width: 65.7%;
}

.col9 {
	width: 74.3%;
}

.col10 {
	width: 82.9%;
}

.col11 {
	width: 91.4%;
}

.col12 {
	width: 100.0%;
}

.push1 {
	left: 8.6%;
}

.push2 {
	left: 17.1%;
}

.push3 {
	left: 25.7%;
}

.push4 {
	left: 34.3%;
}

.push5 {
	left: 42.9%;
}

.push6 {
	left: 51.4%;
}

.push7 {
	left: 60%;
}

.push8 {
	left: 68.6%;
}

.push9 {
	left: 77.1%;
}

.push10 {
	left: 85.7%;
}

.push11 {
	left: 94.3%;
}

.pull1 {
	right: 8.6%;
}

.pull2 {
	right: 17.1%;
}

.pull3 {
	right: 25.7%;
}

.pull4 {
	right: 34.3%;
}

.pull5 {
	right: 42.9%;
}

.pull6 {
	right: 51.4%;
}

.pull7 {
	right: 60%;
}

.pull8 {
	right: 68.6%;
}

.pull9 {
	right: 77.1%;
}

.pull10 {
	right: 85.7%;
}

.pull11 {
	right: 94.3%;
}

/*------------------------------------------------------------------------------------
/* 2.0 - Widget
/*----------------------------------------------------------------------------------*/
.header-widget {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	vertical-align: middle;
}

.header-widget .searchform {
	text-align: right;
}

.header-widget .searchform input[type="text"] {
	width: 70%;
}

.header-widget .searchform input[type="submit"] {
	width: 25%;
	margin: 0 0 0 6px;
	padding: 6px;
	font-size: 12px;
	font-size: 1.2rem;
}

.header-widget img, .header-widget .adsbygoogle {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.side-widget .searchform input[type="text"], .footer-widget-box .searchform input[type="text"] {
	width: 76%;
}

.side-widget .searchform input[type="submit"], .footer-widget-box .searchform input[type="submit"] {
	width: 20%;
	margin: 0 0 0 6px;
	font-size: 12px;
	font-size: 1.2rem;
}

/*------------------------------------------------------------------------------------
/* 3.0 - Header
/*----------------------------------------------------------------------------------*/
.top-bar .fa {
	width: 24px;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	color: #999;
	-webkit-transition: all 0.4s ease-in;
	transition: .4s ease-in;
}

.top-bar a:hover .fa {
	color: #b5b5b5;
}

.header-site-name {
	margin-right: 0;
}

.header-follow-btn {
	text-align: right;
}

.header-follow-btn li {
	display: inline-block;
	line-height: 2;
}

.header-follow-btn .fa {
	width: 24px;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	color: #999;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}

.header-follow-btn a:hover .fa {
	color: #b5b5b5;
}

/*------------------------------------------------------------------------------------
/* 4.0 - Navigations
/*----------------------------------------------------------------------------------*/
.modal-menu {
	display: none;
}

#gnav {
	display: block;
	background-color: #fff !important;
	/*background-color: #EB3323 !important;*/
}

#gnav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#gnav .global-nav li {
	display: table-cell;
	position: relative;
	vertical-align: bottom;
	    line-height: 1.3;
}

#gnav .global-nav li a {
	display: block;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
}
	#gnav .global-nav li a span {
	display: block;
	color: #EA3323;
    font-weight: bold;
		font-size: 10px;
	font-size: 1.0rem;
}

#gnav .global-nav .current-menu-item > a {
	color: #b5b5b5;
}

/* Children menu*/
#gnav .global-nav .menu-item-has-children > a:after {
	content: "\f107";
	margin-left: 0.29em;
	font-family: FontAwesome;
	font-size: 1.4rem;
}

#gnav .global-nav .sub-menu .menu-item-has-children > a:after {
	content: "\f105";
	margin-left: 0.29em;
	font-family: FontAwesome;
	font-size: 1.4rem;
}

#gnav .global-nav li ul {
	visibility: hidden;
	position: absolute;
	z-index: 999;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

#gnav .global-nav li:hover > ul,
#gnav .global-nav li.focus > ul {
	visibility: visible;
	opacity: 1;
}

#gnav .global-nav ul li > ul {
	top: 0;
	left: 100%;
}

#gnav .global-nav li ul li {
	display: inline-block;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

/* Default layout navigation */
.global-nav-default {
	text-align: center;
}

.global-nav-default li a {
	padding: 13px 0;
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.global-nav-default li a .fa {
	color: #000;
}

.global-nav-default > li:first-child:before {
	content: "";
	float: left;
	width: 1px;
	height: 24px;
	margin-top: 13px;
	margin-right: -1px;
	background-color: #b5b5b5;
	opacity: 0.3;
}

.global-nav-default > li:after {
	content: "";
	float: right;
	width: 1px;
	height: 24px;
	margin-top: -37px;
	background-color: #b5b5b5;
	opacity: 0.3;
}

.global-nav-default > li:first-child:before, .global-nav-default > li:after {
    background-color: #fff !important;
}

.global-nav-default li ul {
	height: 48px;
}

/* Line layout navigation */
.header-col-line #gnav ul {
	text-align: center;
}

.header-col-line #gnav {
	background-color: #fff;
}

.global-nav-line li a {
	padding: 29px 0;
	color: #000c15;
}

.global-nav-line li ul {
	top: 80px;
}

.global-nav-line li ul a {
	color: #fff;
}

.global-nav-line > li:first-child:before {
	content: "";
	float: left;
	width: 1px;
	height: 21px;
	margin-top: 29.5px;
	margin-right: -1px;
	background-color: #b5b5b5;
	opacity: 0.3;
}

.global-nav-line > li:after {
	content: "";
	float: right;
	width: 1px;
	height: 21px;
	margin-top: -50.5px;
	background-color: #b5b5b5;
	opacity: 0.3;
}

/* Scroll navigation */
.scroll-nav {
	height: 56px;
	background-color: #fff;
	overflow: hidden;
}

.scroll-nav .header-logo {
	display: table-cell;
	height: 56px;
	vertical-align: middle;
}

.scroll-nav .header-logo img {
	max-height: 40px;
}

.scroll-nav .header-site-name {
	line-height: 56px;
	font-size: 16px;
	font-size: 1.6rem;
}

.scroll-nav-inner {
	line-height: 56px;
}

.scroll-nav-inner ul {
	width: 100%;
	text-align: right;
}

.scroll-nav-inner li {
	display: inline-block;
	position: relative;
	margin-left: 16px;
}

.scroll-nav-inner li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #ceb898;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}

.scroll-nav-inner li:hover:after {
	height: 3px;
}

.scroll-nav-inner li a {
	display: block;
}


.global-nav-scroll > li > a {
	color: #000c15;
}

.global-nav-scroll li ul li a {
	color: #fff;
}

/* ------ Button ------ */
.btn-sm {
	width: 20%;
}

.btn-mid {
	width: 50%;
}

.btn-lg {
	width: 80%;
}

/*------------------------------------------------------------------------------------
/* 5.0 - Main content
/*----------------------------------------------------------------------------------*/
.article-header {
	padding: 16px 24px;
}

.content-page .article-header, .error404 .article-header {
	padding: 16px 32px;
}

.article-body {
	padding: 0 32px 32px 32px;
}

.article-body li {
	margin-bottom: 16px;
}

.share-btn ul {
	margin: 32px 0;
}

.share-btn-top {
	font-size: 12px;
	font-size: 1.2rem;
}

.share-btn-bottom {
	font-size: 12px;
	font-size: 1.2rem;
}

.share-btn .sns-name {
	display: inline-block;
}

.article-footer {
	padding: 32px;
}

.cta-post {
	padding: 32px;
}

.nav-next, .nav-previous {
	padding: 32px;
}

.related {
	padding: 0 32px;
}

.related-list li {
	margin: 0 2.8% 32px 0;
}

.related-list li:nth-child(2n) {
	margin: 0 0 32px 0;
}

/*------------------------------------------------------------------------------------
/* 6.0 - Sidebar
/*----------------------------------------------------------------------------------*/
.sidebar {
	padding: 0;
}

.fit-sidebar-fixed {
	position: fixed;
	margin-top: 0;
	margin-bottom: 0;
}

.fit-sidebar-blank {
	visibility: hidden;
	z-index: 0;
	background-color: transparent;
}

/*------------------------------------------------------------------------------------
/* 7.0 - Footer
/*----------------------------------------------------------------------------------*/
/* Footer cta */
.cta-footer-section {
	padding: 18px 0;
}

.cta-footer-section ul {
	height: 46px;
	text-align: right;
}

.cta-footer-section li {
	display: inline-block;
	margin: 0 16px 0 0;
}

.cta-footer-section li:last-child {
	margin-right: 0;
}

.footer-site-name {
	text-align: left;
}

.footer-site-name img {
	position: absolute;
	top: 50%;
	max-height: 46px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.footer-contact {
	padding-top: 0;
}

.cta-footer-tell {
	line-height: 46px;
}

.footer-follow-btn {
	text-align: right;
}

/*------------------------------------------------------------------------------------
/* 8.0 - Front page
/*----------------------------------------------------------------------------------*/
.home .content {
	padding: 64px 0;
}

.col-main {
	float: left;
	width : -webkit-calc(97.4% - 300px);
	width : -moz-calc(97.4% - 300px);
	width : calc(97.4% - 300px);
}

.col-sidebar {
	float: right;
	width: 300px;
}

.col-main-right {
	float: right;
	width : -webkit-calc(97.4% - 300px);
	width : -moz-calc(97.4% - 300px);
	width : calc(97.4% - 300px);
}

.col-sidebar-left {
	float: left;
	width: 300px;
}

.featured-thumbnail img {
	vertical-align: middle;
}

/*------------------------------------------------------------------------------------
/* 9.0 - Advertising
/*----------------------------------------------------------------------------------*/
.header-ad {
	display: block;
	padding: 3px 0;
	height: 96px;
	box-sizing: border-box;
}

}

/**
 * Large PC style ( ≥1200px )
 *
 * 1.0 - Grid system
 * 2.0 - Widget
 * 3.0 - Main content
 */

@media screen and ( min-width: 1200px ) {
/*------------------------------------------------------------------------------------
/* 1.0 - Grid system
/*----------------------------------------------------------------------------------*/
.container {
	width: 1120px;
	max-width: 100%;
}

/*------------------------------------------------------------------------------------
/* 2.0 - Widget
/*----------------------------------------------------------------------------------*/
.side-widget input[type="text"] {
	width: 74%;
}

/*------------------------------------------------------------------------------------
/* 3.0 - Main content
/*----------------------------------------------------------------------------------*/
.content-page .article-header, .error404 .article-header {
	padding: 16px 72px;
}

.article-body {
	padding: 0 72px 32px 72px;
}

.cta-post {
	padding: 32px 72px;
}

.article-footer {
	padding: 64px 72px;
}

.nav-next, .nav-previous {
	padding: 32px 72px;
}

.related {
	padding: 0 72px;
}

}


/*------------------------------------------------------------------------------------
/* 共通要素のカスタマイズ
/*----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,a,span,p,ul,li,th,td,dt,dd,div,input,select,textarea {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	font-weight: 300;
}

dt,dd {
	padding: 0;
}
img {
	vertical-align: bottom;
}


@media screen and ( max-width: 767px ) {
.container {
	padding:0 20px;
}
}
@media screen and ( max-width: 767px ) {
.onlyPc {
	display: none;
}
	.txt-left{
		text-align: left!important;
	}
	.txt-center{
		text-align: center!important;
	}
}
@media screen and ( min-width: 768px ) {
.onlySp {
	display: none;
}

}

.upper35 {
	margin-top: 35px;
}
@media screen and ( max-width: 767px ) {
.upper-35mb {
	margin-top: 35px;
}
}


/*色の調整*/

.head-titleColoring {
	/*color: #EA3323;*/
}
.bgColoring {
	background-color: #fcf8f0;
}

/*ボディ*/
@media screen and ( max-width: 767px ) {
body {
	position: relative;
}
}

/*ヘッダー*/

@media screen and ( max-width: 767px ) {
#header-wrapper {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
}
}

.headerCustom {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 25px 0;
}
@media screen and ( max-width: 767px ) {
.headerCustom {
	padding: 20px 0 15px 0;
}
}

.headerCustom .logo a,.headerCustom .tel a {
	font-size: 24px;
	vertical-align: middle;
}
.headerCustom .logo a {
	color: #EA3323;
	font-weight: bold;
}
.headerCustom .logo,.headerCustom .tel span {
	display: block;
}
.headerCustom .logo,.headerCustom .tel span:first-child {
	letter-spacing: 2px;
	color: #EA3323;
}
.headerCustom .logo,.headerCustom .tel span:first-child i {
	color: #EA3323;
}
.headerCustom .logo,.headerCustom .tel span:last-child {
	font-size: 10px;
	text-align: right;
}
.headerCustom .logo a {
	font-size: 28px;
}
@media screen and ( max-width: 767px ) {
.headerCustom .logo a {
	font-size: 22px;
}
}

.tel-sp {
	display: none;
}
@media screen and ( max-width: 767px ) {
.tel-pc {
	display: none;
}
.tel-sp {
	display: block;
	margin-right: 35px;
}
.tel-sp i {
	font-size: 30px;
	color: #EA3323;
}
}

@media screen and ( min-width: 768px ) {
.alert-tel {
	display: none;
}
}
.alert-tel {
	font-size: 10px;
	margin-bottom: 10px;
}
.alert-tel a {
	text-decoration: underline;
}

.border-none {
	border: none !important;
}

/*ハンバーガーメニュー*/

.modal-menu .modal-gloval-icon-bar {
	background-color: #EA3323 !important;
}

/*ぱんくず*/
#breadcrumb .fa {
	vertical-align: bottom;
}

/*サイドバー*/
.side-widget li a {
	font-size: 14px;
}

/*下部バナー*/
.common-banner {
	margin-bottom: 50px;
}
.common-banner .container div {
	margin-bottom: 50px;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.common-banner .container div:hover {
	opacity: 0.7;
}
.common-banner .container div img {
	width: 100%;
	/*transition-duration: 0.9s;*/
	display: block;
}
.common-banner .container div img:hover {
	/*transform: scale(1.05);
	transition-duration: 0.9s;*/
}


.common-banner ul {
	display: flex;
	    justify-content: center;
}
@media screen and ( max-width: 767px ) {
.common-banner ul {
	display: block;
}
}

.common-banner ul li {
	width: 32%;
	margin-right: 3%;
	text-align: center;
	border: 1px solid #EA3322;
}
@media screen and ( max-width: 767px ) {
.common-banner ul li {
	width: 100%;
	margin-right: 0;
}
}

.common-banner ul li:last-child {
	margin-right: 0;
}
@media screen and ( max-width: 767px ) {
.common-banner ul li {
	margin-right: 0;
	margin-bottom: 10px;
}
}

.common-banner ul li a {
	background-color: #EA3322;
	padding: 15px 0;
	display: block;
	color: #fff;
}
.common-banner ul li a:hover {
	color: #EA3322;
	background-color: #fff;
}

.common-banner ul li a i {
	color: #fff;
	font-size: 20px;
}
.common-banner ul li a:hover i {
	color: #EA3322;
}


/*見出し*/
.headtitleCustom-l {
	position: relative;
}
.headtitleCustom-l:before {
	content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 40px;
    height: 2px;
    left: 0;
    background-color: #EA3323;
}
.headtitleCustom-c {
	position: relative;
}
.headtitleCustom-c:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 40px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #EA3323;
}

/*SNS*/
.common-sns {
	margin-bottom: 100px;
}
.common-sns ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.common-sns ul li {
	margin-right: 20px;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.common-sns ul li:hover {
	-webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}
.common-sns ul li:last-child {
	margin-right: 0;
}
.common-sns ul li i {
	font-size: 42px;
}
.common-sns ul li i.fa {
	margin: 0;
}
.common-sns ul li i.fa-facebook-square {
	color: #3B5998;
}
.common-sns ul li i.fa-twitter-square {
	color: #55acee;
}
.common-sns ul li i.fa-instagram {
	color: transparent;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  	background-clip: text;
  	-webkit-background-clip: text;
}
.common-sns ul li i.fa-youtube-square {
	color: #e52d27;
}


/*------------------------------------------------------------------------------------
/* トップページのカスタマイズ
/*----------------------------------------------------------------------------------*/

@media screen and ( max-width: 767px ) {
.frontPage {
	margin-top: 101px;
}
}

.front-mainImg {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.front-mainImg {
	margin-bottom: 70px;
}
}

.front-mainImg img {
	width: 100%;
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.flexslider {
	border: none !important;
}
.flex-nav-next,.flex-nav-prev {
	display: none;
}


.front-banner {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.front-banner {
	margin-bottom: 30px;
}
}

.front-banner ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and ( max-width: 767px ) {
.front-banner ul {
	display: block;
}
}

.front-banner ul li {
	margin-right: 30px;
}
@media screen and ( max-width: 767px ) {
.front-banner ul li {
	margin-right: 0;
}
}

.front-banner ul li:last-child {
	margin-right: 0;
}
.front-banner ul li a img {
	width: 100%;
}

.front-introduce {
	overflow: hidden;
	margin-bottom: 50px;
}
@media screen and ( max-width: 767px ) {
.front-introduce {
	display: block;
	margin-bottom: 50px;
}
}

.front-introduce .container div {
	float: left;
}
.front-introImg {
	width: 50%;
}
.front-introDesc {
	width: 44%;
}

@media screen and ( max-width: 767px ) {
.front-introduce .container div {
	width: 100%;
}
}

.front-introduce div img {
	width: 100%;
}
.front-introduce div h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}


@media screen and ( max-width: 767px ) {
.front-introduce div h2 {
	font-size: 18px;
}
}

.front-introduce div p {
	line-height: 2.0;
}

.front-introduce .from-front {
	margin-top: 30px;
}
@media screen and ( max-width: 767px ) {
.front-introduce .from-front {
	text-align: center;
}
}
.front-introduce .from-front a {
    padding: 10px 80px;
    display: inline-block;
    border: 1px solid #EA3323;
    background-color: #EA3323;
	color: #fff;
}
@media screen and ( max-width: 767px ) {
.front-introduce .from-front a {
	padding: 10px 60px;
}
}

.front-introduce .from-front a:hover {
	color: #EA3323;
	background-color: #fff;

}

.front-about {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.front-about {
	margin-bottom: 70px;
}
}

.front-about .front-introImg,.front-kantei .front-introImg {
	margin-right: 6%;
}
@media screen and ( max-width: 767px ) {
.front-about .front-introImg,.front-kantei .front-introImg {
	margin-right: 0;
}
}

.front-menu {
	padding: 70px 0;
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.front-menu {
	margin-bottom: 70px;
}
}
.front-menu .container {
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;

}
@media screen and ( max-width: 767px ) {
.front-menu .container {
	display: block;
}
}

.front-menu div.front-introDesc {
	width: 47%;
	/*border :1px solid #e2e5e8;*/
	border: 1px solid #EA3323;
	padding: 30px;
	background-color: #fff;
}
@media screen and ( max-width: 767px ) {
.front-menu div.front-introDesc {
	width: 100%;
	padding: 30px 10px;
}
.front-menu div.front-introDesc:first-child {
	margin-bottom: 50px;
}
}

.front-menu div.front-introDesc h2 {
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 30px;
}

@media screen and ( max-width: 767px ) {
.front-menu div.front-introDesc h2 {
	font-size: 18px;
}
}

.front-menu div.front-introDesc p {
	line-height: 2.0;
}

.front-menu .from-front {
	margin-top: 30px;
	text-align: center;
}
@media screen and ( max-width: 767px ) {
.front-menu .from-front {
	margin-top: 30px;
}
}

.front-menu div .from-front a {
	border: 1px solid #EA3323;
	padding: 10px 80px;
	display: inline-block;
	background-color: #EA3323;
	color: #fff;
}
@media screen and ( max-width: 767px ) {
.front-menu div .from-front a {
	font-size: 14px;
	padding: 10px 60px;
}
}

.front-menu div .from-front a:hover {
	color: #EA3323;
	background-color: #fff;
}

@media screen and ( max-width: 767px ) {
.front-introImg {
	margin-bottom: 10px;
}
.front-introDesc h2 {
	font-size: 16px;
	margin-bottom: 15px !important;
}
.front-introDesc p {
	font-size: 14px;
	line-height: 2.0;
}

}


/*------------------------------------------------------------------------------------
/* セカンドページ・共通のカスタマイズ
/*----------------------------------------------------------------------------------*/
.secondPage {
	border-top: solid 1px #e2e5e8;
}
@media screen and ( max-width: 767px ) {
.secondPage {
	margin-top: 100px;
	border: none;
}
}

.second-head {
	/*margin-bottom: 50px;*/
}
@media screen and ( max-width: 767px ) {
.second-head {
	border: none;
}
}

.second-head h1 {
	text-align: center;
	padding: 70px 0;
	font-weight: normal;
}
@media screen and ( max-width: 767px ) {
.second-head h1 {
	font-size: 18px;
	padding: 35px 0;
}
}

.second-head h1 span {
    display: flex;
    align-items: center;
}
.second-head h1 span:before,.second-head h1 span:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #EA3323;
    margin:0 30px;
}

.second-intro {
	/*border: 1px solid #e2e5e8;*/
	padding: 0 50px 50px 50px;
	margin-bottom: 50px;
	line-height: 2.0;
	text-align: center;
}
@media screen and ( max-width: 767px ) {
.second-intro {
	padding: 0;
	font-size: 14px;
	line-height: 2.0;
	text-align: left;
}
}

/*------------------------------------------------------------------------------------
/* セカンドページ・SOUYAについて
/*----------------------------------------------------------------------------------*/

.swi50 {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.swi50 {
	margin-bottom: 70px;
}
}

.swi50 .container {
	overflow: hidden;
}

@media screen and ( max-width: 767px ) {
.swi50 .container div {
	float: none;
}
}

.swi50Img {
	width: 50%;
}
@media screen and ( max-width: 767px ) {
.swi50Img {
	width: 100%;
	margin-bottom: 10px;
}
}

.swi50Img img {
	width: 100%;
}
.swi50Desc {
	width: 44%;
}
@media screen and ( max-width: 767px ) {
.swi50Desc {
	width: 100%;
}
}

.swi50Desc h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
}

.about-salon {
	padding: 50px 0;
}

.about-ren .container div {
	float: left;
}
.about-salon .container div {
	float: right;
}
.about-salon .container h2 {
	font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
}

.about-renDesc {
	margin-left: 6%;
}
@media screen and ( max-width: 767px ) {
.about-renDesc {
	margin-left: 0;
}
}

.about-renDesc p {
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.about-renDesc p {
	font-size: 14px;
}
}

.about-renDesc a {
	text-decoration: underline;
}
.about-renDesc .profile {
	margin-top: 20px;
}
.about-renDesc .profile span {
	display: block;
}
@media screen and ( max-width: 767px ) {
.about-renDesc .profile span {
	font-size: 14px;
}
}

.about-renDesc .profile ul li {
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.about-renDesc .profile ul li {
	font-size: 14px;
}
}

.about-salonDesc {
	margin-right: 6%;
}
@media screen and ( max-width: 767px ) {
.about-salonDesc {
	margin-right: 0;
}
}
.about-salonDesc table {
	background-color: #fff;
}
.about-salonDesc table th,.about-salonDesc td {
	font-size: 16px;
	padding: 20px;
}
@media screen and ( max-width: 767px )  {
.about-salonDesc table th,.about-salonDesc td {
	font-size: 14px;
	padding: 10px;
}
	.school-List h3 {
	font-size: 16px!important;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 5px;

}
}
.about-salonDesc table th {
	font-weight: normal;
	text-align: left;
	width: 30%;
}
.about-salonDesc td span {
	display: block;
}
.about-salonDesc td span:first-child {
	margin-bottom: 10px;
}
.about-salonDesc td a {
	text-decoration: underline;
}



/*------------------------------------------------------------------------------------
/* セカンドページ・占い教室
/*----------------------------------------------------------------------------------*/
.school-List {
    margin-bottom: 140px;
}
.school-List h2 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}
.school-List h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 5px;

}

.detail-list {
    margin-bottom: 20px!important;
}
.study-detail2{
	overflow: auto;
}
.study-detail2 td{
	font-size: 16px;
	text-align: center;
}

.study-detail2 th{
	font-size: 16px;
	text-align: center;
	    background-color: #fcf8f0;
}

.red-t strong{
	color: #EA3322!important;
}
.school-List table{
	margin-bottom: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.school-List table th{
	width: 35%;
	    background-color: #fcf8f0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	padding: 20px;
	vertical-align:middle;
}

.school-List table td{
	width: 65%;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px;
	text-align: left;
	vertical-align:middle;
}


.class-list table th{
	width: 16%!important;
text-align: center!important;
}

.class-list table td{
	width: 10.5%!important;
text-align: center!important;
	
}

.class-list a{
		color: #EA3322;
	}
.white{
		display: none;
	}
@media screen and ( max-width: 767px ) {
.class-list table td{

	font-size: 13px;

}
	table.study-detail{
	table-layout: fixed!important;
		width: 100%!important;

}
	.white{
		display: inline;
		color: #fff;
	}
	table.study-detail th,table.study-detail td,table.study-detail tbody{
	display: block!important;
		width: 100%!important;
}
	.study-detail td{
		background: #fff;
	}

.school-List table th{
	width: 20%;
	    background-color: #fcf8f0;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center!important;
	padding: 10px;
}
	.class-list{
		overflow: auto;
	}
	.class-list table{width: 900px!important;}
.school-List table td{
	width: 16%;
	font-size: 13px;
	line-height: 2;
	padding: 20px;
	line-height: 1.5;
	text-align: center;
}
	h3.bkred {

    font-size: 18px!important;
}
	.place-text {
font-size: 18px!important;

}
	h3.bkred span {
    font-size: 14px!important;
    font-weight: bold;
    background: #EA3323;
    color: #fff;
    margin-left: 10px;
    letter-spacing: 0px;
    padding: 5px;
}
}

a.link-btn {
    background-color: #EA3322;
    padding: 15px 0;
    display: block;
    color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
	    border: #EA3322 solid 1px;
}
a.link-btn:hover {
    color: #EA3322;
    background-color: #fff;
	border: #EA3322 solid 1px;
	box-sizing: border-box;
}

@media screen and ( max-width: 767px ) {
.school-List h2 {
	font-size: 18px;
	margin-bottom: 35px;
}
	.school-List table{
	margin-bottom: 40px;
	width: 100%;
}
}
.school-ListInner {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and ( max-width: 767px ) {
.school-List {
	margin-bottom: 70px;
	display: block;
}
}

.school-List dl {
	width: 32%;
	background-color: #fff;
	position: relative;
	margin-right: 2%;
}
@media screen and ( max-width: 767px ) {
.school-List dl {
	width: 100%;
}
}
.school-List dl:nth-child(3n) {
	margin-right: 0;
}
@media screen and ( max-width: 767px ) {
.school-List dl:nth-child(2n) {
	margin-left: 0;
}
}
.school-List dl dt {
	/*opacity: 0.8;*/
	overflow: hidden;
}
.school-List dl dt img {
	width: 100%;
	transition-duration: 0.3s;
	display: block;
}
.school-List dl dt img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.school-List dl dd {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
  	justify-content: center;
  	align-items: center;
	color: #000;
	font-size: 20px;
	/*background-color: rgba(255,255,255,0.4);*/
	background-color: rgba(234,51,51,0.5);
}
.school-List dl dd span {
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: rgba(234,51,51,0.6);
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	color: #fff;
}
@media screen and ( max-width: 767px ) {
.school-List dl dd span {
	font-size: 16px;
}
}

.school-List dl dd span p:last-child {
	font-size: 14px;
}

.school-entry {
	margin-bottom: 140px;
	padding: 50px 0;
}
@media screen and ( max-width: 767px ) {
.school-entry {
	margin-bottom: 70px;
}
}

.school-entry h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 70px;
}
@media screen and ( max-width: 767px ) {
.school-entry h2 {
	font-size: 18px;
	margin-bottom: 35px;
}
}

.school-entryDescInn1 {
	margin-bottom: 50px;
}
.school-entryDescInn1 table {
	border-collapse: collapse;
}
.school-entryDescInn1 table th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}
@media screen and ( max-width: 767px ) {
.school-entryDescInn1 table th {
	font-size: 14px;
	display: block;
	border: none;
	border-top: 1px solid #e2e5e8;
	text-align: left;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	text-align: center;
}
}

.school-entryDescInn1 table td {
	font-size: 16px;
	padding: 20px 20px;
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.school-entryDescInn1 table td {
	font-size: 14px;
	display: block;
	border: none;
	padding: 0 0 20px 0;
}
}

.school-entryDescInn1 table td h4 {
	font-size: 16px;
	font-weight: normal;
}
@media screen and ( max-width: 767px ) {
.school-entryDescInn1 table td h4 {
	font-size: 14px;
}
}

.school-entryDescInn1 table td .if-online {
	margin-top: 50px;
}
.school-entryDescInn1 table td a {
	text-decoration: underline;
}
.school-entryDescInn1 table td ul {
	margin-top: 30px;
}
.school-entryDescInn1 table td ul li {
	margin-bottom: 30px;
}
.school-entryDescInn1 table td ul li:last-child {
	margin-bottom: 0;
}
.school-entryDescInn1 table td ul li span {
	display: block;
}

.student-rule {
	padding: 50px 0;
}

.student-rule h2 {
	text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 30px;
}
@media screen and ( max-width: 767px ) {
.student-rule h2 {
	font-size: 18px;
}
}
.student-rule {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.student-rule {
	margin-bottom: 70px;
}
}
.student-rule ul li {
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.student-rule ul li {
	font-size: 14px;
}
}


/*------------------------------------------------------------------------------------
/* セカンドページ・レッスン詳細
/*----------------------------------------------------------------------------------*/

.lesson-intro-and {
	padding: 0;
}
.lesson-intro-and p span {
	color: #EA3323;
}

.lesson-intro-hierarchy {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.lesson-intro-hierarchy {
	margin-bottom: 70px;
}
}
.lesson-intro-hierarchy img {
	width: 100%;
	height: auto;
}

.lessonSingle-intro .lessonSingle-intro-or {
	display: flex;
	justify-content: center;
	margin: 70px 0;
}
.lessonSingle-intro .lessonSingle-intro-or dl {
	width: 35%;
	margin: 0 5%;
	text-align: center;
}
.lessonSingle-intro-txt {
	margin-top: 70px;
}
.lessonSingle-intro-txt span {
	color: #EA3323;
	font-size: 22px;
}

.lessonSingle-course {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course {
	margin-bottom: 70px;
}
}

.lessonSingle-course-secInner {
	/*border: 1px solid #e2e5e8;*/
    padding: 70px 0 35px 0;
    /*margin-bottom: 30px;*/
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-secInner {
	padding: 35px 0 0px 0;
}
}

.lessonSingle-course-sec {
	margin-bottom: 70px;
	border-top: 1px solid #e2e5e8;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-sec {
	margin-bottom: 70px;
}
}

.lessonSingle-course-sec h2 {
	text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 70px;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-sec h2 {
	font-size: 18px;
	margin-bottom: 35px;
}
}

.lessonSingle-course-secDesc div:first-child {
	/*margin-bottom: 30px;*/
}

.lessonSingle-course-sec h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #EA3323;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-sec h3 {
	font-size: 16px;
}
}

.lessonSingle-course-secList {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-secList {
	display: block;
}
}

.lessonSingle-course-secList dl {
	/*border: 1px solid #EA3326;*/
	text-align: center;
	width: 47%;
	/*padding: 30px 0;*/
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-secList dl {
	width: 100%;
	margin-bottom: 20px;
}
}
.lessonSingle-course-secList dl:first-child {
	margin-right: 6%;
}
.lessonSingle-course-secList dl dt {
	font-weight: normal;
	border-top: 1px solid #EA3326;
	border-left: 1px solid #EA3326;
	border-right: 1px solid #EA3326;
	padding: 30px 0;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-secList dl dt {
	font-size: 14px;
	padding: 15px 0;
}
}
.lessonSingle-course-secList dl dd {
	border: 1px solid #EA3326;

}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-secList dl dd {
	font-size: 14px;
}
}
.lessonSingle-course-secList dl dd a {
	display: block;
	padding: 7px 0;
	color: #fff;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-secList dl dd a {
	padding: 7px 0;
}
}

.lessonSingle-course-secList dl dd a:hover {
	background-color: #fff;
	color: #EA3326;
}
.lessonSingle-course-secList dl dd a i {
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}
.lessonSingle-course-secList dl dd a:hover  i {
	color: #EA3326;
}

.about-classroom {
	/*text-align: right;*/
}
#about-classroom {
	padding-top: 70px;
	margin-top: -70px;
}

.about-classroom a {
	display: block;
	text-decoration: underline;
	color: #000;
}
@media screen and ( max-width: 767px ) {
.about-classroom a {
	font-size: 14px;
}
}

.single-about-apply {
	/*text-align: right;*/
}
.single-about-apply a {
	text-decoration: underline;
	color: #000;
}
@media screen and ( max-width: 767px ) {
.single-about-apply a {
	font-size: 14px;
}
}

/*デジタル教材の要素の調整*/

.degital-read {
	text-align: center;
	margin-bottom: 70px !important;
}
@media screen and ( max-width: 767px ) {
.degital-read {
	margin-bottom: 35px !important;
}
}

.uranai-douga-sample {
	display: flex;
	margin-bottom: 35px;
}
@media screen and ( max-width: 767px ) {
.uranai-douga-sample {
	display: block;
}
}

.uranai-douga-sample div:first-child {
	width: 55%;
	margin-right: 5%;
}
@media screen and ( max-width: 767px ) {
.uranai-douga-sample div:first-child {
	width: 100%;
	margin-right: 0;
}
}

.uranai-douga-sample div:last-child {
	width: 40%;
}
@media screen and ( max-width: 767px ) {
.uranai-douga-sample div:last-child {
	width: 100%;
}
}

.uranai-douga-sample div:last-child a {
	display: block;
}
.uranai-douga-sample div:last-child a img {
	width: 100%;
}
.uranai-douga-sample div:last-child a span {
	display: block;
	position: relative;
}
.uranai-douga-sample div:last-child a span i {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #EB3323;
    transition: all 0.2s ease;
}
.uranai-douga-sample div:last-child a span i:hover {
	opacity: 0.7;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}


.degital-ListWrap {
	margin-bottom: 35px;
}
.lessonSingle-course-secDesc .degital-ListWrap:last-child {
	margin-bottom: 0;
}

@media screen and ( max-width: 767px) {
.degital-List {
	display: block;
}
}
.degital-List dl {
	width: 32%;
	margin-right: 2% !important;
}
@media screen and ( max-width: 767px)  {
.degital-List dl {
	width: 100%;
	margin-right: 0% !important;
	margin-bottom: 20px;
}
}
.degital-List dl:nth-child(3n) {
	margin-right: 0 !important;
}
@media screen and ( max-width: 767px) {
.degital-List dl dt {
	padding: 15px 0;
}
}

.degital-List dl a {
	text-decoration: none !important;
}
@media screen and ( max-width: 767px) {
.degital-List dl a {
	padding: 10px 0 !important;
}
}

.degital-List2 {
	margin-top: 20px;
}


/*四柱推命*/
.four-pillar-movie .lessonSingle-course-secDesc div:nth-child(2) {
	margin-bottom: 30px;
}
.four-pillar-movie .lessonSingle-course-secDesc div:nth-child(3) ul {
	margin: 20px 0;
}

.four-pillar-movie .lessonSingle-course-secDesc div:nth-child(3) ul li {
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.four-pillar-movie .lessonSingle-course-secDesc div:nth-child(3) ul li {
	font-size: 14px;
}
}

.four-pillar-movie .lessonSingle-course-secDesc div:nth-child(4) a {
	text-decoration: underline;
}
.lessonSingle-course-secDesc p {
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-course-secDesc p {
	font-size: 14px;
	text-align: left;
}
}
@media screen and ( max-width: 767px ) {
.pro-course-read {
	font-size: 14px;
	text-align: left;
}
}


.to-mannenreki {
	margin-top: 30px;
}
.to-mannenreki a {
	text-decoration: underline;
	color: #EA3323;
}

.lesson-oneday a {
	text-decoration: underline;
	color: #EA3323;
}

.other-fourpillar a {
	text-decoration: underline;
}


/*クラス制について*/
.lessonSingle-about-class {
	margin-bottom: 140px;
	border-top: 1px solid #e2e5e8;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-class {
	margin-bottom: 70px;
}
}

.lessonSingle-about-classInner {
	padding: 70px 0 0 0;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-classInner {
	padding: 35px 0 0 0;
}
}

.lessonSingle-about-class h2 {
	text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 70px;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-class h2 {
	font-size: 18px;
	margin-bottom: 35px;
}
}

.lessonSingle-about-classDesc {
	margin-bottom: 70px;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-classDesc {
	margin-bottom: 35px;
}
}

.lessonSingle-about-classDesc p {
	text-align: center;
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-classDesc p {
	font-size: 14px;
	text-align: left;
}
}

.lessonSingle-about-classRule {

}
.lessonSingle-about-classRule table {
	border-collapse: collapse;
}
.lessonSingle-about-classRule table th {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	padding-left: 20px;
	width: 30%;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-classRule table th {
	display: block;
	font-size: 14px;
	width: 100%;
}
}

.lessonSingle-about-classRule table td {
	font-size: 16px;
	padding: 20px;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-classRule table td {
	display: block;
	font-size: 14px;
}
}

.lessonSingle-about-classRule table td div:first-child {
	margin-bottom: 50px;
}
.lessonSingle-about-classRule table td h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and ( max-width: 767px ) {
.lessonSingle-about-classRule table td h3 {
	font-size: 14px;
}
}

.lessonSingle-about-classRule table td .ctrl {
	margin-bottom: 30px;
}
.lessonSingle-about-classRule table td a {
	text-decoration: underline;
}


/*奇門遁甲*/

.kimon-tonkouCourse .lessonSingle-course-secDesc div:first-child {
	margin-bottom: 0
}


/*数理占術*/
.suriCourse .lessonSingle-course-secDesc div:first-child {
	margin-bottom: 0
}

/*------------------------------------------------------------------------------------
/* セカンドページ・占い鑑定
/*----------------------------------------------------------------------------------*/

.kantei-course {
	margin-bottom: 50px;
}
.kantei-course-sec {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.kantei-course-sec {
	margin-bottom: 70px;
}
}

.kantei-course-secInner {
	border: 1px solid #e2e5e8;
	padding: 70px 30px;
	margin-bottom: 30px;
}
@media screen and ( max-width: 767px ) {
.kantei-course-secInner {
	padding: 35px 15px;
}
}

.kantei-course-sec h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 70px;
}
@media screen and ( max-width: 767px ) {
.kantei-course-sec h2 {
	font-size: 18px;
	margin-bottom: 35px;
}
}

.kantei-course-secDesc p {
	line-height: 2.0;
}

.kantei-course-secInner ul {
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px solid #e2e5e8;
	border-bottom: 1px solid #e2e5e8;
	padding: 20px 0;
}
.kantei-course-secInner ul li {
	display: inline-block;
	border-right: 1px solid #e2e5e8;
	padding: 0 8px 0 5px;
}
@media screen and ( max-width: 767px ) {
.kantei-course-secInner ul li {
	font-size: 14px;
}
}

@media screen and ( max-width: 767px ) {
.kantei-course-secInner p {
	font-size: 14px;
	line-height: 2.0;
}
}

.kantei-course-sec p.list {
	margin-top: 30px;
}

.kantei-course-sec-productInner {
	display: flex;
	text-align: center;
	margin-bottom: 10px;
	justify-content: center;
}
@media screen and ( max-width: 767px ) {
.kantei-course-sec-productInner {
	display: block;
}
}

.kantei-course-sec-productInner dl {
	width: 30%;
	margin-left: 5%;
}
@media screen and ( max-width: 767px ) {
.kantei-course-sec-productInner dl {
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
}

.kantei-course-sec-productInner dl:first-child {
	margin-left: 0;
}
.kantei-course-sec-productInner dl dt {
	border-top: 1px solid #EA3320;
	border-left: 1px solid #EA3320;
	border-right: 1px solid #EA3320;
	padding: 30px 0;
}
@media screen and ( max-width: 767px ) {
.kantei-course-sec-productInner dl dt {
	padding: 15px 0;
}
}

.kantei-course-sec-productInner dl dd {
	border: 1px solid #EA3320;
}
.kantei-course-sec-productInner dl dd a {
	color: #fff;
	display: block;
    padding: 7px 0;
    background-color: #EA3320;
}
@media screen and ( max-width: 767px ) {
.kantei-course-sec-productInner dl dd a {
	padding: 7px 0;
	font-size: 14px;
}
}

.kantei-course-sec-productInner dl dd a:hover {
	background-color: #fff;
	color: #EA3320;
}

.kantei-course-sec-productInner dl dd a i {
	color: #fff;
	font-size: 12px;
}
.kantei-course-sec-productInner dl dd a:hover i {
	color: #EA3320;
}

.kantei-course-sec-product .howto a {
	text-decoration: underline;
}
@media screen and ( max-width: 767px ) {
.kantei-course-sec-product .howto a {
	font-size: 14px;
}
}

/*------------------------------------------------------------------------------------
/* セカンドページ・パーツ：切り替えパネル
/*----------------------------------------------------------------------------------*/


#apply-for {
	padding-top: 70px;
	margin-top: -70px;
}
.apply-for {
	margin-bottom: 140px;
	/*border-top: 1px solid #e2e5e8;*/
	/*padding-top: 70px;*/
}
@media screen and ( max-width: 767px ) {
.apply-for {
	margin-bottom: 70px;
}
}

.apply-for h2 {
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 70px;
}
@media screen and ( max-width: 767px ) {
.apply-for h2 {
	font-size: 18px;
	margin-bottom: 35px;
}
}
.apply-for-txt {
	text-align: center;
	margin-bottom: 70px;
}
@media screen and ( max-width: 767px ) {
.apply-for-txt {
	font-size: 14px;
	margin-bottom: 35px;
	text-align: left;
	line-height: 2.0;
}
}


/*タブのスタイル*/
.tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #EB3323;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: normal;
  transition: all 0.2s ease;
}
@media screen and ( max-width: 767px ) {
.tab_item {
	font-size: 14px;
}
}

.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
.apply-for-select input[name="tab_item"] {
  display: none !important;
}
.apply-for-select input[name="tab_item-kantei"] {
  display: none !important;
}
.apply-for-select input[name="tab_item-reishi"] {
  display: none !important;
}
.apply-for-select input[name="tab_item-name"] {
  display: none !important;
}
.apply-for-select input[name="tab_item-entry"] {
  display: none !important;
}
.apply-for-select input[name="tab_item-pro"] {
  display: none !important;
}


/*現地決済*/

.salon-pay {
	color: #EA3320;
    display: block;
    padding: 7px 0;
    background-color: #fff !important;
}
@media screen and ( max-width: 767px ) {
.salon-pay {
	font-size: 14px;
}
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.tab_content2 .kantei-course-sec-productInner {
	margin-top: 10px;
}
.tab_content2 .lessonSingle-course-secList {
	margin-top: 10px;
}


/*選択されているタブのコンテンツのみを表示*/
#select-salon:checked ~ #select-salon_content,
#select-tel:checked ~ #select-tel_content {
  display: block;
}

#select-salon-kantei:checked ~ #select-salon_content-kantei,
#select-tel-kantei:checked ~ #select-tel_content-kantei {
  display: block;
}

#select-salon-reishi:checked ~ #select-salon_content-reishi,
#select-tel-reishi:checked ~ #select-tel_content-reishi {
  display: block;
}

#select-salon-name:checked ~ #select-salon_content-name,
#select-tel-name:checked ~ #select-tel_content-name {
  display: block;
}

#select-salon-entry:checked ~ #select-salon_content-entry,
#select-tel-entry:checked ~ #select-tel_content-entry {
  display: block;
}

#select-salon-pro:checked ~ #select-salon_content-pro,
#select-tel-pro:checked ~ #select-tel_content-pro {
  display: block;
}


/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #EB3323;
  color: #fff;
}

.apply-forEachInner {
	margin-top: 30px;
}
.apply-forEachInner table {
	border-collapse: collapse;
	margin-bottom: 30px;
}
@media screen and ( max-width: 767px ) {
.apply-forEachInner table {
	margin-bottom: 0;
}
}

.apply-forEachInner tr th {
	width: 15%;
	border: 1px solid #e2e5e8;
	text-align: center;
}
@media screen and ( max-width: 767px ) {
.apply-forEachInner tr th {
	width: 100%;
	display: block;
}
}

.apply-forEachInner tr td {
	width: 80%;
	border: none;
	padding-left: 100px;
	font-size: 16px;
}
@media screen and ( max-width: 767px ) {
.apply-forEachInner tr td {
	padding-left: 0;
	font-size: 14px;
	width: 100%;
	display: block;
}
}

.apply-forEachInner tr td ul {
	margin-top: 20px;
}
.apply-forEachInner tr td a {
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}


/*------------------------------------------------------------------------------------
/* セカンドページ・SOUYAチャンネル
/*----------------------------------------------------------------------------------*/

.youtubeList {
	margin-bottom: 100px;
}
.youtubeList-sec {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.youtubeList-sec {
	margin-bottom: 70px;
}
}

.youtubeList h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
@media screen and ( max-width: 767px ) {
.youtubeList h2 {
	font-size: 18px;
}
}

.youtubeListInner ul {
	display: flex;
	flex-wrap: wrap;
}
@media screen and ( max-width: 767px ) {
.youtubeListInner ul {
	display: block;
}
}

.youtubeListInner ul li {
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
}
@media screen and ( max-width: 767px ) {
.youtubeListInner ul li {
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0;
}
}
.youtubeListInner ul li:nth-child(3n) {
	margin-right: 0;
}
.youtubeListInner ul li iframe {
	width: 100%;
}
.youtubeListInner ul li a .youtubeListDetail {
	display: block;
	position: relative;
}
.youtubeListInner ul li a .youtubeListDetail i {
	text-align: center;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
}
.youtubeListInner ul li a i {
	/*color: rgba(11, 51, 35,0.7);*/
	color: #EB3323;
}
.youtubeListInner ul li a h3 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
}

@media screen and ( max-width: 767px ) {
#boxer {
	width: 100% !important;
	height: auto !important;
}
.boxer-video-wrapper {
	width: 100% !important;
	height: 300px !important;
}
#boxer iframe {
	width: 100%;
}
.boxer-control {
	margin-top: 130px !important;
}
}
#boxer .boxer-control {
	display: none !important;
}

/*------------------------------------------------------------------------------------
/* セカンドページ・占いを動画で学ぶ
/*----------------------------------------------------------------------------------*/
.uranai-douga .lessonSingle-course-secDesc ul {
	margin-top: 30px;
}
.uranai-douga .lessonSingle-course-secDesc ul li {
	line-height: 2.0;
	    margin-bottom: 20px;
}
@media screen and ( max-width: 767px ) {
.uranai-douga .lessonSingle-course-secDesc ul li {
	font-size: 14px;
}
}

.kaiun-lesson-douga ul {
	margin-top: 0 !important;
}
.kaiun-lesson-douga ul li {
	margin-bottom: 20px;
}
.kaiun-lesson-douga ul li:last-child {
	margin-bottom: 0;
}

@media screen and ( max-width: 767px ) {
.kaiun-lesson-douga h4 {
	font-size: 16px;
}
}

/*------------------------------------------------------------------------------------
/* セカンドページ・お申込みフォーム
/*----------------------------------------------------------------------------------*/

.contact-section {
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.contact-section {
	margin-bottom: 70px;
}
}

.contact-sectionInner {
	display: flex;
	justify-content: center;
	margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
.contact-sectionInner {
	display: block;
	margin-bottom: 70px;
}
}

.contact-sectionInner div {
	width: 47%;
	border: 1px solid #e2e5e8;
	padding: 30px 0;
}
@media screen and ( max-width: 767px ) {
.contact-sectionInner div {
	width: 100%;
	margin-bottom: 30px;
}
}

.contact-sectionInner div:first-child {
	margin-right: 6%;
}
@media screen and ( max-width: 767px ) {
.contact-sectionInner div:first-child {
	margin-right: 0%;
}
}

.contact-sectionInner div h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
@media screen and ( max-width: 767px ) {
.contact-sectionInner div h2 {
	font-size: 16px;
}
}

.contact-sectionInner div p {
	text-align: center;
}
@media screen and ( max-width: 767px ) {
.contact-sectionInner div p {
	font-size: 14px;
}
}

.contact-sectionInner div p a {
	text-decoration: underline;
}

.contact-section-txt {
	text-align: center;
	margin-bottom: 30px;
	line-height: 2.0;
}
@media screen and ( max-width: 767px ) {
.contact-section-txt {
	font-size: 14px;
}
}

.contact-section table {
	border-collapse: collapse;
}
.contact-section table th {
	font-weight: normal;
	font-size: 16px;
}
@media screen and ( max-width: 767px ) {
.contact-section table th {
	display: block;
	border: none;
	border-top: 1px solid #e2e5e8;
	padding-top: 20px;
	font-size: 14px;
}
}
@media screen and ( max-width: 767px ) {
.contact-section table td {
	display: block;
	border: none;
	padding-bottom: 20px;
}
}

.contact-section table td input {
	font-size: 16px;
}
.contact-section input[type=submit] {
	background-color: #EB3323;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-radius: 0;
	border: 1px solid #EB3323;
	padding: 15px 52px;
}
@media screen and ( max-width: 767px ) {
.contact-section input[type=submit] {
	font-size: 14px;
}
}

.contact-section input[type=submit]:hover {
	background-color: #fff;
	color: #EB3323;
}

.confirm-section p,.complete-section p {
	text-align: center;
	margin-bottom: 30px;
}
@media screen and ( max-width: 767px ) {
.confirm-section p,.complete-section p {
	font-size: 14px;
}
}
.confirm-section p span {
	display: inline-block;
	margin: 0 10px;
}

/*------------------------------------------------------------------------------------
/* ブログ詳細
/*----------------------------------------------------------------------------------*/

.article-body ul {
	display: flex;
	justify-content: center;
}
.article-body ul li {
	list-style: none;
	width: 50px;
	margin: 0 8px;
}

/*------------------------------------------------------------------------------------
/* 19/09/17 LINEアイコン追加
/*----------------------------------------------------------------------------------*/

.headerCustom .icon {

}
.headerCustom .tel-pc {
    display: flex;
    align-items: flex-start;
    vertical-align: top;
}
.headerCustom .tel-pc .line-icon {
	height: 24px;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}
.headerCustom .tel-read {
	margin-left: -28px;
}
.common-sns .line-icon {
	height: 36px;
	margin-top: 3px;
}

.line-icon-link {
	position: relative;
}

.line-icon-link:before {
	display: inline-block;
	width: 26px;
	height: 26px;
	content: "";
	background-image: url(lib/images/line-brands.svg);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 5px;
}


@media screen and ( max-width: 767px ) {
.headerCustom .tel-pc {
	display: none;
	}
	.headerCustom .tel-sp {
		display: flex;
	}

	.headerCustom .line-icon {
		margin-right: 10px;
	}


}





.for-detail h3{

    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #EA3323;
	text-align: left;
}
h3.bkred{
	border-bottom: #EA3323 solid 1px;
	border-top: #EA3323 solid 1px;
	color: #EA3323;
	padding: 10px;
	font-size: 24px;
}

h3.bkred span{
	font-size: 16px;
	font-weight: bold;
	background: #EA3323;
	color: #fff;
	margin-left: 10px;
	letter-spacing: 0px;
	padding: 5px;
}


.red-h3{
	color: #EA3323;
}

.cv-area{
	text-align: center;
}
.cv-area form{
	margin-bottom: 50px;
}

.pixel-img{
	width: 1px!important;
		height: 1px!important;
}
.couse-sec{
	padding-top: 80px;
}

.short{
	background-color: #fcf8f0;
	padding: 30px;
	margin-top: 100px;
}
.short .couse-sec{
	padding-top: 20px;
}
.place-text{
	text-align: center;
	font-size: 20px;
	color: #EA3323;
	margin-bottom: 50px;
}
.student-rule{
	margin-top: 80px;
	padding: 30px;
	    margin-bottom: 80px;
}
.read-text{
	text-align: center;
	margin-bottom: 80px;
	font-size: 17px;

}

.kantei-course-sec-product h3{
	border-bottom: #EA3323 solid 1px;

	color: #EA3323;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.kantei-course-sec-product h3 span{
	font-size: 16px;
	font-weight: bold;
	background: #EA3323;
	color: #fff;
	margin-right: 10px;
	letter-spacing: 0px;
	padding: 5px 10px;
}
.step-sec{
	display: flex;
	padding-top: 20px;
}

@media screen and ( max-width: 767px ) {
	.step-sec{
	display: block;
	padding-top: 20px;
}
	.step-sec li{
	flex: 1;

		margin-right: 0px!important;

}
	a.link-btn {

    margin-bottom: 20px;
		font-size: 14px;

}
}
.step-sec li{
	flex: 1;

}
.apply-forEachInner h2 {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 70px;
}
.lessonSingle-intro .apply-forEachInner {
    margin-top: 60px;
}
#person{
	padding-top: 0px!important;
}
.step-sec li a span.step-icon{
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	color: #EA3323;
	margin-right: 10px;
	letter-spacing: 0px;
	padding: 5px 10px;
}

.step-sec li:first-child{
	flex: 1;
	margin-right: 20px;

}
.kantei-course-sec-productInner dl dt {
    background-color: #fcf8f0 !important;
}

.f-btn{
	width: 100%;
}

.apply-forEachInner p{
	text-align: left;
}

/*メニュー*/



/*! CSS Used from: http://brafman.xsrv.jp/matsugasaki/css/style.css */





/*! CSS Used from: http://brafman.xsrv.jp/matsugasaki/css/add.css */

@media screen and (min-width: 781px) {

	.init-bottom:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 5px 10px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	ul.menu__second-level {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}

	.menu__second-level li {
		border-top: 1px solid #e2e5e8;

	}
	.menu__second-level li a {
		background: #fff;
	}
	.menu__second-level li a:hover {
		background: #fcf8f0;
	}



	li.menu__single ul.menu__second-level {
		position: absolute;
		top: 40px;
		width: 200px;
		background: #004165;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		font-size: 13px;
	}
	li.menu__single:hover ul.menu__second-level {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (max-width: 780px) {
	.menu {
		display: none!important;
	}
}


/*! 無料キャンペーン */

.campaign-banner .campaign-banner-inner{
		display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(-45deg, #EC0F30, #FB6614);
    background: -webkit-linear-gradient(-45deg, #EC0F30, #FB6614);
		margin-bottom: 50px;
		box-shadow: 0 0 40px #ddd;
		-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media screen and ( max-width: 767px ) {
	.campaign-banner .campaign-banner-inner{
			display: block;

	}
}


.campaign-banner .campaign-banner-inner:hover{
	    filter: contrast(150%);
			box-shadow: none;
}


.btn-image{
	width: 30%;

}

.btn-text{
	width: 70%;
	padding: 0px 30px;
}
.more-btn-sec{
	text-align: right;
	margin-top: 10px;
}
.more-btn{
display: inline;
	color: #fff;
    background-color: #EA3323;
		padding: 5px 10px;
}

@media screen and ( max-width: 767px ) {
	.btn-image{
		width: 100%;
		padding: 15px;

	}

	.btn-text{
		width: 100%;
		padding: 15px;
	}
	.more-btn-sec{
		text-align: center;
		margin-top: 10px;
	}
	.more-btn{
	display: inline-block;
		color: #fff;
	    background-color: #EA3323;
			padding: 10px;
			width: 100%;
	}
}
.btn-text h2{
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
}
.btn-text h2 span{
	background-color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	margin-right: 15px;
	font-weight: bold;
	color: #FB6614;
}
.more-btn-line{
	background-color: #fff;
	color: #00C300;
}
.more-btn-line:before {
    display: inline-block;
    width: 26px;
    height: 26px;
    content: "";
    background-image: url(lib/images/line-brands.svg);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 5px;
}


/* 動画配信、奇門遁甲 */

.campaign-banner .campaign-banner-inner2{
		display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(-45deg, #EC0F30, #FB6614);
    background: -webkit-linear-gradient(-45deg, #EC0F30, #FB6614);
		margin-bottom: 50px;
		box-shadow: 0 0 40px #ddd;
		-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media screen and ( max-width: 767px ) {
	.campaign-banner .campaign-banner-inner2{
			display: block;

	}
}


.campaign-banner .campaign-banner-inner2:hover{
	    filter: contrast(150%);
			box-shadow: none;
}


.campaign-banner-inner2 .btn-image{
	width: 30%;

}

.campaign-banner-inner2 .btn-text{
	width: 70%;
	padding: 0px 30px;
}
.campaign-banner-inner2 .more-btn-sec{
	text-align: right;
	margin-top: 10px;
}
.campaign-banner-inner2 .more-btn{
display: inline;
	color: #fff;
    background-color: #EA3323;
		padding: 5px 10px;
	font-size: 15px;
}

@media screen and ( max-width: 767px ) {
	.campaign-banner-inner2 .btn-image{
		width: 100%;
		padding: 15px;

	}
	.campaign-banner-inner2 .btn-image img{
		width: 100%;
	

	}


	.campaign-banner-inner2 .btn-text{
		width: 100%;
		padding: 15px;
	}
	.campaign-banner-inner2 .more-btn-sec{
		text-align: center;
		margin-top: 10px;
	}
	.campaign-banner-inner2 .more-btn{
	display: inline-block;
		color: #fff;
	    background-color: #EA3323;
			padding: 10px;
			width: 100%;
	}
}
.campaign-banner-inner2 .btn-text h2{
	margin-bottom: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.campaign-banner-inner2 .btn-text h2 span{
	background-color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	margin-right: 15px;
	font-weight: bold;
	color: #FB6614;
}





.header-area{
	
    color: #000;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: #eee solid 1px;
	border-top: #eee solid 1px;
}

.header-area2{
	
    color: #000;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: #eee solid 1px;
	margin-bottom: 50px;
}


.header-area-inner{
	display: flex;
	align-items: center;


}

.header-area-inner2 {
	display: flex;
	align-items: center;


}


.top-align{
	align-items: flex-start!important;
}


.header-area-inner .btn-image-free{
	width: 40%;

}

.header-area-inner .btn-text-free{
	width: 60%;
	padding-left: 50px;
}

.header-area-inner2 .btn-image-free{
	width: 55%;
padding-left: 50px;
}

.header-area-inner2 .btn-text-free{
	width: 45%;
	
}



@media screen and ( max-width: 767px ) {
	.header-area-inner{
		display: block;
		align-items: center;
	}
	.header-area-inner .btn-image-free{
		width: 100%;
	}

	.header-area-inner .btn-text-free{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	
	
	.header-area-inner2{
		display: block;
		align-items: center;
	}
	.header-area-inner2 .btn-image-free{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}

	.header-area-inner2 .btn-text-free{
		width: 100%;
		
	}
	
}

.btn-image-free a {
	display: block;
}
.btn-image-free a img {
	width: 100%;
}
.btn-image-free a span {
	display: block;
	position: relative;
}
.btn-image-free a span i {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 70px;
	color: #EB3323;
	transition: all 0.2s ease;
}
.btn-image-free a span i:hover {
	opacity: 0.7;
	-webkit-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}
.btn-image-free h3{
	background: #F6471E;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.btn-text-free p{
	margin-bottom: 20px;
	line-height: 2.2;
}
.btn-text-free p strong{
	
	color: #EC0F30;

}

.more-btn-sec-free{
	text-align: left;

}

.more-btn-line-free {
    display: inline-block;
    background-color: #00C300;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border: 3px solid #00C300;
		transition: all 0.2s ease;
}
@media screen and ( max-width: 767px ) {
.more-btn-line-free {
    width: 100%;
		text-align: center;
}
.headtitleCustom-c {
    position: relative;
		text-align: center;
}
}


.more-btn-line-free:hover{
	    background-color: #fff;
	    color: #00C300;
			border: 3px solid #00C300;
}
.more-btn-line-free:before {
    display: inline-block;
    width: 26px;
    height: 26px;
    content: "";
    background-image: url(lib/images/line-brands.svg);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 5px;
}
.free-cap{
	font-size: 14px;
	padding-top: 30px;
	text-align: left;
}
.free-lesson-cont{
	display: flex;
	flex-flow: row wrap;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: left;
}

.free-lesson-cont li{
	width: 47%;
	margin-right: 6%;
	margin-bottom: 50px;
}
.free-lesson-cont li:nth-child(2n){
	width: 47%;
	margin-right: 0%;
}

@media screen and ( max-width: 767px ) {
	.free-lesson-cont{
		display: block;
	}

	.free-lesson-cont li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 50px;
	}
	.free-lesson-cont li:nth-child(2n){
		width: 100%;
		margin-right: 0%;
	}
}


.free-lesson-cont li h3{
	border-bottom: #EA3323 solid 1px;
border-top: #EA3323 solid 1px;
color: #EA3323;
padding: 10px;
font-size: 20px;
margin-bottom: 15px;
}
.free-lesson-cont li h3 span{
	padding: 5px 10px;
	background-color: #EA3323;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
}
.free-cv-area{
	display: flex;
}
.free-cv-area li{
	flex: 1;
	margin-right: 10px;
	border: 1px solid #EA3322;
}
.free-cv-area li:first-child{
	flex: 1;
	margin-right: 10px;
	border: 1px solid #00C300;
}
.free-cv-area li:last-child{
	flex: 1;
	margin-right: 0px;
}
.free-cv-area a{
	width: 100%;
}
@media screen and ( max-width: 767px ) {
	.free-cv-area{
		display: block;
	}
	.free-cv-area li{
		width: 100%;
		flex: auto;
		margin-right: 0%;
		border: 1px solid #EA3322;
		margin-bottom: 10px;
		text-align: center;

	}

}


	.free-cv-area-btn {
		background-color: #EA3322;
		padding: 15px 0;
		display: block;
		color: #fff;
	}
	.free-cv-area-btnhover {
		color: #EA3322;
		background-color: #fff;
	}
	.free-cv-area-btn i {
		color: #fff;
		font-size: 20px;
	}
	.free-cv-area-btn:hover i {
		color: #EA3322;
	}
.free-cv-area-btn:hover{
	color:#EA3322;
	background-color:#fff;
}
.free-cv-area .more-btn-line-free {
    display: inline-block;
    background-color: #00C300;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    transition: all 0.2s ease;
		border: none;

}
.free-cv-area .more-btn-line-free:hover {

    background-color: #fff;
    color: #00C300;

}


.free-cv-area .more-btn-line-free:before {
    display: inline-block;
    width: 26px;
    height: 26px;
    content: "";
		margin-bottom: 5px;
    background-image: url(lib/images/line-brands.svg);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 5px;
}
@media screen and ( max-width: 767px ) {
.free-cv-area .more-btn-line-free:before {
		margin-bottom: 0px;
}
}

/*占いを習う追記20200813*/

.lesson-main-copy{

	    color: #EA3323;
			text-align: center;
			font-weight: bold;
	    font-size: 26px;
			margin-bottom: 30px;
}
.cv-area input[type="image"]{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
		    box-shadow: 0 0 40px #ddd;
}

.cv-area input[type="image"]:hover{
	opacity: 0.7;
	    box-shadow: 0 0 40px #ddd;
}

.one-on-one-read .uranai-douga-sample{
	align-items: center;
}
.one-on-one-read .uranai-douga-sample a{
-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.one-on-one-read .uranai-douga-sample a:hover{
	opacity: 0.7;
}

/*20210110*/

.line2{
	display: flex;
}

.line2 div{
	margin-right: 20px;
}

.line2 div:last-child{
	margin-right: 0px;
}
.l-schedule li{
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
	
}

.l-schedule li h3{
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0px;
}
.l-schedule p{
	margin-top: 5px;
	font-size: 15px;
}
.l-schedule .l-schedule-inner{
	display: flex;
	font-size: 16px;
	margin-top: 10px;
}
.l-schedule-inner .lsit{
	padding-right: 15px;
	border-right: 1px solid #aaa;
	margin-right: 15px;
	font-weight: bold;
	font-size: 16px;
	width: 10%;
}
.l-schedule-inner div{
	font-size: 16px;
	width: 90%;
}

.txt-top{
	vertical-align: top!important;
}

.point-sec{
	width: 90%;
	display: flex;
	margin: 0px auto 50px;
	text-align: center;
}
.point-sec li{
	border: #e2e5e8 solid 1px;
	padding: 15px;
	flex: 1;
	margin-right: 15px;
}
.point-sec li:last-child{
	
	margin-right: 0px;
}

.scap{
		font-size: 15px;
	margin-top: 10px;
	}
.cv-area h3{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.sp-nav{
	display: flex;
	
}

.sp-nav li{
	flex: 1;
	margin-bottom: 20px;
	margin-right: 10px;
}

.sp-nav li:last-child{
	margin-right: 0px;
}

.sp-nav li img:hover{
	opacity: 0.8;
}
.kimon-contents{
	background-color: #fcf8f0;
	padding: 20px;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 15px;
}
@media screen and ( max-width: 767px ) {
	
	.sp-nav{
	display: block!important;
	
}

.sp-nav li{
	flex: 1;
	margin-bottom: 20px;
	margin-right: 0px!important;
}

.sp-nav li:last-child{
	margin-right: 0px;
}

.sp-nav li img:hover{
	opacity: 0.8;
}
	
	
	.kimon-contents{
	
	font-size: 13px!important;
	margin-bottom: 15px;
}
	
	
	.cv-area h3{
    font-size: 15px!important;
		letter-spacing: 0px;

}
	.sp-over {
		width: 100%;
		overflow: auto;
		padding-bottom: 10px;
	}
	
	.study-detail2{
		width: 700px;
		
	}
	.study-detail2 td,.study-detail2 th{
		font-size: 13px;
	}
	.sp-over h4{
		font-size: 13px;
		border-bottom: none!important;
		text-align: center;
	}
	
	
	.l-schedule li h3{
	text-align: left;
	font-weight: bold;
	font-size: 13px!important;
	margin-bottom: 0px;
}
.l-schedule p{
	margin-top: 5px;
	font-size: 13px!important;
}
	.point-sec{
	width: 100%;
	display: block;
	margin: 0px auto 50px;
	text-align: center;
}
.point-sec li{
	border: #666 solid 1px;
	padding: 15px;
	flex: 1;
	margin-right: 0px;
	margin-bottom: 10px;
}
.point-sec li:last-child{
	
	margin-right: 0px;
}
	
	
.line2{
	display: block!important;
}

.line2 div{
	margin-right: 0px;
	margin-bottom: 20px;
}

.line2 div:last-child{
	margin-right: 0px;
}
	
	.scap{
		
		font-size: 13px!important;
		text-align: center;
	}
	
}