/*
Theme Name: BusinessPress
Theme URI: https://businesspress.jp/theme/
Author: BusinessPress
Author URI: https://businesspress.jp/
Description: BusinessPress ia a simple and beautiful business WordPress theme. You can create a website of corporate, group, freelance and so on.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: businesspress
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Featured Area
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 85%;
	overflow-x: hidden;
}
html:lang(ja) {
	font-size: 68%;
}
@media screen and (min-width: 782px) {
	html {
		font-size: 92.5%;
	}
	html:lang(ja) {
		font-size: 74%;
	}
}
@media screen and (min-width: 980px) {
	html {
		font-size: 100%;
	}
	html:lang(ja) {
		font-size: 80%;
	}
}

/* Base */
body {
	color: #333;
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 18px;
	line-height: 1.6;
	word-wrap: break-word;
}
body:lang(ja) {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .4px;
}
::selection {
	background-color: #def;
}
@media screen and (min-width: 782px) {
	body {
		font-size: 19px;
	}
	body:lang(ja) {
		font-size: 16px;
	}
}
@media screen and (min-width: 980px) {
	body {
		font-size: 20px;
	}
	body:lang(ja) {
		font-size: 17px;
	}
}

/* Heading */
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	color: #111;
	font-weight: 700;
	line-height: 1.5;
}
h1 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.75rem;
	margin-bottom: 1.5em;
	margin-top: 3em;
}
h3 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 2.5em;
}
h4 {
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
h6 {
	font-size: 1rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: #ff8c00;
	text-decoration: none;
	transition: all .15s ease-in-out;
}
a[target="_blank"]:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 3px;
    -webkit-font-smoothing: antialiased;
    color: #ff8c00;
    top: 50%;
    transform: translateY(-50%);
}
a[target="_blank"]:hover:after {
	color: #999;
}
a[href$=".pdf"]:after {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-weight: 400;
    color: #c82e2e;
    margin-left: 10px;
    -webkit-font-smoothing: antialiased;
}
a:hover {
	color: #999;
}
cite a, cite a {
	text-decoration: none;
}

/* Text */
p {
	margin: 0 0 1.8em;
}
b, strong {
	font-weight: 700;
}
dfn, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
	font-style: normal;
}
code, kbd, tt, var {
	background-color: #f4f5f6;
	color: #666;
	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background: linear-gradient( transparent 70%, #ffff66 70% );
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
	margin: 0 0 1.8em 1.5em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.8em 1.5em;
}

/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	margin: 0 0 1.8em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border: solid 1px #eee;
	padding: 1em 1.2em;
}
th {
	background-color: #f4f5f6;
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #666;
	margin: 0 0 2em;
	position: relative;
	padding: 15px 15px 15px 60px !important;
	box-sizing: border-box;
	font-style: italic;
	background: #f8f8f8;
	border-left: 6px solid #ffddad;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}
blockquote:before {
	color: #d1d1d1;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: 15px;
	line-height: 1;
	position: absolute;
	top: 5px;
}
blockquote p {
	margin-bottom: 0.8em;
}
blockquote cite {
	font-size: 90%;
}
address {
	margin: 0 0 1.8em;
	font-style: normal;
}
pre {
	background-color: #f4f5f6;
	color: #555;
/* 	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
	line-height: 1.6;
	overflow: auto;*/
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.5em;
	word-wrap: normal;
}
.pre {
	color: #666;
 	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
	line-height: 1.6;
	overflow: auto;
}
hr {
	background-color: #eee;
	border: 0;
	height: 2px;
	margin: 1.8em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.6;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 90%;
	line-height: 1;
	padding: 1.1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.6em;
	padding: 0.6em;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #444;
}
input[type="file"] {
	margin-top: 0.6em;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholde {
	color:#ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#ccc;
}
input::placeholder,
textarea::placeholder {
	color:#ccc
}
input[type=checkbox] {
    display: none;
}
select {
	border: solid 1px #e6e6e6;
	margin-top: 0.6em;
	padding: 0.6em;
	border-radius: 3px;
}
textarea {
	max-width: 720px;
	width: 100%;
	border-radius: 3px;
}
.search-form .search-submit {
	background-color: #ff8c00;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
	background-color: #ff8c00;
	opacity: .8;
}

/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.8em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 90%;
	margin-bottom: 1.8em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.hide-blogname .site-title,
.hide-blogdescription .site-description,
.hide-date .posted-on,
.hide-author .byline,
.hide-comments-number .comments-link,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #eee;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.top-bar-content:before,
.top-bar-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.widget:before,
.widget:after,
.sticky-sidebar:before,
.sticky-sidebar:after,
.site-bottom-content:before,
.site-bottom-content:after {
	content: "";
	display: table;
}
.clear:after,
.top-bar-content:after,
.entry-content:after,
.comment-content:after,
.nav-links:after,
.widget:after,
.sticky-sidebar:after,
.site-bottom-content:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
body {
	background-color: #fff;
}
.top-bar-content,
.main-header-content,
.featured-entry-content,
.home-header-content,
.jumbotron-content,
.site-content,
.container-content,
.footer-widget-content,
.site-bottom-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	padding-left: 20px;
	padding-right: 20px;
}
.container-content {
	padding-left: 30px;
	padding-right: 30px;
}
.site-header {
	border-bottom: solid 1px #eee;
	margin-bottom: 5rem;
}
.main-header {
	padding-bottom: 15px;
	padding-top: 15px;
}
.main-header-content {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.content-area {
	margin-bottom: 6rem;
}
.sidebar-area {
	border-top: solid 1px #eee;
	padding-bottom: 1rem;
	padding-top: 6rem;
}
.page-header {
	margin-bottom: 5rem;
}
.hentry {
	margin-bottom: 7rem;
}
.single .hentry {
	margin-bottom: 5rem;
}
.page .hentry {
	margin-bottom: 0;
}
.widget {
	margin-bottom: 3rem;
}
.footer-widget-area {
	border-top: solid 1px #eee;
	padding-bottom: 2rem;
	padding-top: 6rem;
}
.site-bottom {
	border-top: solid 1px #eee;
	padding-bottom: 2rem;
	padding-top: 3rem;
}
@media screen and (min-width: 782px) {
	.top-bar-content,
	.main-header-content,
	.home-header-content,
	.jumbotron-content,
	.featured-entry-content,
	.site-content,
	.footer-widget-content,
	.site-bottom-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.container-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.top-bar-content,
	.main-header-content,
	.home-header-content,
	.site-bottom-content {
		max-width: 1120px;
	}
	.main-header {
		padding-bottom: 35px;
		padding-top: 30px;
	}
	.top-bar-main,
	.footer-social-link {
		float: left;
	}
	.header-social-link,
	.footer-navigation {
		float: right;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content,
	.three-column .site-content,
	.has-sidebar .site-content,
	.footer-widget-content {
		max-width: 1120px;
	}
	.main-header-content {
		flex-wrap: wrap;
	}
	.has-sidebar .site-content {
		display: flex;
		justify-content: space-between;
	}
	.has-sidebar .content-area {
		width: 64.28%;
	}
	.has-sidebar .sidebar-area {
		border-top: none;
		padding-top: 0;
		width: 26.78%;
	}
	.sticky-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 120px;
	}
	.sticky-sidebar .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 90px;
	}
	.footer-widget-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}
	.footer-widget-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-widget {
		box-sizing: border-box;
		width: 25%;
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* Header
------------------------------------------------------------ */

/* Top Bar */
.top-bar {
	background-color: #f4f5f6;
	border-bottom: solid 1px #eee;
	line-height: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.top-bar-main {
	color: #888;
	font-size: 80%;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.top-bar-main a {
	color: inherit;
	text-decoration: none;
}
.top-bar-main a:hover {
	color: #111;
}
.top-bar-main li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 16px;
	vertical-align: middle;
}
.top-bar-main li:last-child {
	margin-right: 0;
}
.top-bar-main li:before {
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	color: #999;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.top-bar-main li.top-bar-main-phone:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f3cd";
}
.top-bar-main li.top-bar-main-contact:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400; 
	content: "\f0e0";
}
.top-bar-main li.top-bar-main-access:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f3c5";
}
.top-bar .header-social-link {
	display: none;
}
@media screen and (min-width: 782px) {
	.top-bar {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.top-bar-main li {
		margin-right: 24px;
	}
	.top-bar-main li:before {
		margin-right: 5px;
		top: -2px;
	}
	.top-bar .header-social-link {
		display: block;
	}
}

/* Main Header */
.site-branding {
	padding-right: 10px;
}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
	transform: scale(0.85, 0.85);
	transform-origin: center left;
}
.site-title {
	font-size: 1.75rem;
	margin-bottom: 0;
	margin-top: 0;
}
.site-title a,
.site-title a:hover {
	color: #111;
	text-decoration: none;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
	color: #777;
	font-size: 95%;
	margin-bottom: 2px;
	margin-top: 2px;
}
@media screen and (min-width: 782px) {
	.site-branding {
		padding-right: 30px;
	}
	.site-logo img {
		transform: scale(0.925, 0.925);
	}
	.site-description {
		margin-bottom: 6px;
	}
}
@media screen and (min-width: 980px) {
	.site-logo img {
		transform: scale(1, 1);
	}
}


/* Menus
------------------------------------------------------------ */

/* Base */
.main-header-content .main-navigation {
	display: none;
}

/* Main Header Clone */
.main-header-clone {
	background-color: #fff;
	left: 0;
	padding-bottom: 12px;
	padding-top: 12px;
	position: fixed;
	top: 0;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transform: translateY(-100%);
	width: 100%;
	z-index: 100;
}
.main-header-clone-show {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}
.main-header-clone .site-title {
	font-size: 1.5rem;
}
.main-header-clone .main-header-content {
	align-items: center;
}
.main-header-clone .site-logo {
	transform: scale(0.9, 0.9);
	transform-origin: center left;
}
.main-header-clone .site-description {
	display: none;
}
.admin-bar .main-header-original .drawer-navigation {
	top: 46px;
}
@media screen and (min-width: 601px) {
	.admin-bar .main-header-clone-show {
		transform: translateY(46px);
	}
}
@media screen and (min-width: 782px) {
	.admin-bar .main-header-original .drawer-navigation {
		top: 32px;
	}
	.admin-bar .main-header-clone-show {
		transform: translateY(32px);
	}
}
@media screen and (min-width: 980px) {
	.main-header-clone {
		padding-bottom: 16px;
		padding-top: 14px;
	}
}

/* Drawer Button */
.drawer-hamburger {
	background-color: transparent;
	box-sizing: content-box;
	display: block;
	margin-right: -5px;
	outline: 0;
	padding: 12px 5px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 21px;
	min-width: 21px;
	z-index: 102;
}
.drawer-hamburger:hover,
.drawer-hamburger:focus {
	background-color: transparent;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #111;
	height: 2px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 100%;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:before {
	top: -6px;
}
.drawer-hamburger-icon:after {
	top: 6px;
}
.drawer-opened .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-opened .drawer-hamburger-icon:before {
	transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 782px) {
	.drawer-hamburger {
		padding: 15px 5px;
	}
	.drawer-hamburger-icon:before {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
}

/* Drawer Navigation */
.drawer-overlay {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.drawer-navigation {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 90%;
	z-index: 101;
	-webkit-overflow-scrolling: touch;
}
.drawer-navigation-content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 60px 75px 60px 40px;
	width: 100%;
}
.drawer-opened .drawer-overlay {
	display: block;
}
.drawer-opened .drawer-navigation {
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
	transform: translateX(0);
}
@media screen and (min-width: 540px) {
	.drawer-navigation {
		width: 70%;
	}
	.drawer-navigation-content {
		padding: 75px 90px 75px 50px;
	}
}
@media screen and (min-width: 782px) {
	.drawer-navigation {
		width: 55%;
	}
	.drawer-navigation-content {
		padding: 90px 105px 90px 60px;
	}
}

/* Drawer Content */
.drawer-navigation ul {
	list-style: none;
	margin-bottom: 45px;
	margin-left: 0;
}
.drawer-navigation ul li {
	padding-bottom: 12px;
	padding-top: 14px;
	position: relative;
}
.drawer-navigation ul ul {
	margin-bottom: 0;
	margin-left: 1em;
	margin-top: 12px;
}
.drawer-navigation ul li li {
	padding-bottom: 10px;
	padding-top: 12px;
}
.drawer-navigation ul li li:last-child {
	padding-bottom: 0;
}
.drawer-navigation a {
	color: inherit;
	text-decoration: none;
}
.drawer-navigation a:hover {
	color: #111;
}
.drawer-navigation .page_item_has_children > a,
.drawer-navigation .menu-item-has-children > a {
	display: inline-block;
	padding-right: 20px;
}
.drawer-navigation .dropdown-toggle {
	background-color: transparent;
	outline: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 7px;
}
.drawer-navigation .dropdown-toggle:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 	
	content: "\f107";
	color: #333;
	display: inline-block;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f106";
	font-size: 18px;
}
.drawer-navigation .sub-menu {
	display: none;
}
.drawer-navigation .sub-menu.toggled-on {
	display: block;
}
.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a {
	color: #111;
	font-weight: 700;
}
@media screen and (min-width: 782px) {
	.drawer-navigation .header-social-link {
		display: none;
	}
}

/* Main Navigation (Desktop) */
@media screen and (min-width: 980px) {
	.drawer-hamburger,
	.drawer-overlay,
	.drawer-navigation {
		display: none;
	}
	.main-header-content .main-navigation {
		display: block;
	}
	.main-navigation {
		font-size: 90%;
		line-height: 52px;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
	}
	.main-navigation a {
		color: inherit;
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		text-decoration: none;
	}
	.main-navigation a:hover {
		color: #111;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	.main-navigation div.menu > ul > li:last-child > a,
	.main-navigation ul.menu > li:last-child > a {
		padding-right: 0;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900; 	
		content: "\f107";
		font-size: 18px;
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		margin-left: 8px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		left: -9999px;
		opacity: 0;
		position: absolute;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 225px;
		z-index: 10;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation div.menu > ul > li:last-child:hover > ul,
	.main-navigation ul.menu > li:last-child:hover > ul {
		left: auto;
		right: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #eee;
		line-height: 1.6;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 30px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		font-family: "Font Awesome 5 Free";
		font-size: 18px;
		font-weight: 900; 	
		content: "\f105";
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 15px;
		top: 18px;
	}
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a {
		color: #111;
		font-weight: 700;
	}
}

/* Social Link */
.menu a:before {
	color: #bbb;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	transition: color .2s ease-in-out;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #888;
}
.widget .menu a:before {
	margin-right: 12px;
}
.profilewidget-link.menu a:before,
.social-link-menu a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 	
	content: '\f0c1';
	margin-left: 0;
	margin-right: 4px;
}
.menu a[href*="behance.net"]:before     { content: "\F1B4"; }
.menu a[href*="deviantart.com"]:before  { content: "\F1BD"; }
.menu a[href*="digg.com"]:before        { content: "\F1A6"; }
.menu a[href*="dribbble.com"]:before    { content: "\F17D"; }
.menu a[href*="dropbox.com"]:before     { content: "\F16B"; }
.menu a[href*="facebook.com"]:before    { content: "\F230"; }
.menu a[href*="flickr.com"]:before      { content: "\F16E"; }
.menu a[href*="foursquare.com"]:before  { content: "\F180"; }
.menu a[href*="plus.google.com"]:before { content: "\F0D5"; }
.menu a[href*="github.com"]:before      { content: "\F09B"; }
.menu a[href*="instagram.com"]:before {
 font-family: "Font Awesome 5 Brands";
 content: '\f16d';
 font-weight: 400;
}
.menu a[href*="linkedin.com"]:before    { content: "\F30C"; }
.menu a[href*="medium.com"]:before      { content: "\F23A"; }
.menu a[href*="pinterest.com"]:before   { content: "\F231"; }
.menu a[href*="getpocket.com"]:before   { content: "\F265"; }
.menu a[href*="reddit.com"]:before      { content: "\F1A1"; }
.menu a[href*="skype.com"]:before,
.menu a[href*="skype:"]:before          { content: "\F17E"; }
.menu a[href*="slideshare.net"]:before  { content: "\F1E7"; }
.menu a[href*="snapchat.com"]:before    { content: "\F2AB"; }
.menu a[href*="soundcloud.com"]:before  { content: "\F1BE"; }
.menu a[href*="spotify.com"]:before     { content: "\F1BC"; }
.menu a[href*="stumbleupon.com"]:before { content: "\F1A4"; }
.menu a[href*="tumblr.com"]:before      { content: "\F173"; }
.menu a[href*="twitch.tv"]:before       { content: "\F1E8"; }
.menu a[href*="twitter.com"]:before {
 font-family: "Font Awesome 5 Brands";
 content: '\f099';
 font-weight: 400;
}
.menu a[href*="vimeo.com"]:before       { content: "\F27D"; }
.menu a[href*="vk.com"]:before          { content: "\F189"; }
.menu a[href*="wordpress.org"]:before,
.menu a[href*="wordpress.com"]:before   { content: "\F19A"; }
.menu a[href*="yelp.com"]:before        { content: "\F1E9"; }
.menu a[href*="youtube.com"]:before     { content: "\F16A"; }
.menu a[href$="/feed/"]:before          { content: "\F09E"; }
.menu a[href*="lin.ee"]:before {
 font-family: "Font Awesome 5 Brands";
 content: '\f3c0';
 font-weight: 400;
}

/* Social Link Menu */
.social-link-menu ul {
	list-style: none;
	margin: 0;
}
.social-link-menu li {
	display: inline-block;
	padding-left: 12px;
}
.social-link-menu li:first-child {
	padding-left: 0;
}
.social-link-menu a:before {
	margin-right: 0;
}


/* Featured Area
------------------------------------------------------------ */

/* Jumbotron */
.jumbotron {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.jumbotron-overlay {
	background-color: rgba( 0, 0, 0 , 0.3 );
}
.jumbotron-content {
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center;
}
.jumbotron-title {
	color: #fff;
	font-size: 2.25rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
@media screen and (min-width: 782px) {
	.jumbotron-title {
		font-size: 2.5rem;
	}
	.jumbotron-content {
		padding-bottom: 90px;
		padding-top: 90px;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content {
		padding-bottom: 105px;
		padding-top: 105px;
	}
}

/* Home Header */
.home-header {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.home-header-overlay {
	background-color: rgba( 0, 0, 0 , 0.1 );
}
.home-header-content {
	padding-bottom: 65px;
	padding-top: 65px;
	text-align: left;
}
.home-header-title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.5 );
}
.home-header-text {
	color: rgba( 255, 255, 255, 0.95 );
	font-size: 100%;
	margin-top: 28px;
	font-weight: 600;
	text-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.6 );
	letter-spacing: -0.03em;
}
.home-header-button {
	font-size: 95%;
}
.home-header-button a {
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 30px;
	text-decoration: none;
}
a.home-header-button-main {
	background-color: #4693f5;
	margin-right: 16px;
	padding: 12px 25px;
}
a.home-header-button-main:hover {
	color: #fff;
}
a.home-header-button-sub {
	border: solid 2px #fff;
	padding: 10px 23px;
}
a.home-header-button-sub:hover {
	background-color: #fff;
	color: #111;
}
@media screen and (min-width: 380px) {
	.home-header-title {
		font-size: 2rem;
	}
}
@media screen and (min-width: 782px) {
	.home-header-content {
		padding-bottom: 90px;
		padding-top: 90px;
	}
	.home-header-title {
		font-size: 2.2rem;
	}
}
@media screen and (min-width: 980px) {
	.home-header-content {
		padding-bottom: 115px;
		padding-top: 115px;
	}
	.home-header-title {
		font-size: 2.9rem;
	}
}

/* Featured Post */
.featured-post {
	overflow: hidden;
}
.featured-post,
.featured-entry {
	height: 225px;
}
.featured-entry {
	background-color: #333;
	background-position: center;
	background-size: cover;
}
.featured-entry-overlay {
	align-items: center;
	background-color: rgba( 0, 0, 0 , 0.4 );
	display: flex;
	height: 100%;
	width: 100%;
}
.featured-entry-content {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
.featured-entry-title {
	color: #fff;
	font-size: 1.75rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-category {
	text-transform: uppercase;
}
.featured-entry-category,
.featured-entry-date {
	color: rgba( 255, 255, 255, 0.8 );
	display: none;
	font-size: 90%;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-entry-title a,
.featured-entry-category a,
.featured-entry-date a {
	color: inherit;
	text-decoration: none;
}
.featured-entry-title a:hover,
.featured-entry-category a:hover,
.featured-entry-date a:hover {
	color: #fff;
}
.slick-loading .slick-list {
	background: #fff url('images/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	text-shadow: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: .15s ease-in-out;
}
.slick-prev {
	left: 5px;
	z-index: 9999;
}
[dir='rtl'] .slick-prev {
	right: 5px;
	left: auto;
}
.slick-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: '\f104';
}
[dir='rtl'] .slick-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: '\f105';
}
.slick-next {
	right: 5px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 5px;
}
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: '\f105';
}
[dir='rtl'] .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: '\f104';
}
.slick-dots {
	bottom: 12px;
	list-style: none;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	border-radius: 50%;
	box-shadow: 0px 1px 1px rgba( 255, 255, 255, 0.4 ), 0px 1px 1px rgba( 0, 0, 0, 0.2 ) inset;
	display: inline-block;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	width: 12px;
}
.slick-dots li button {
	background: #000;
	border: solid 2px #000;
	border-radius: 50%;
	color: transparent;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	outline: none;
	width: 12px;
	opacity: 0.4;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	opacity: 0.75;
}
.slick-dots li.slick-active button {
	background: #fff;
	opacity: 0.8;
}
@media screen and (min-width: 601px) {
	.featured-post,
	.featured-entry {
		height: 275px;
	}
	.featured-entry-title {
		font-size: 2.25rem;
	}
	.featured-entry-content {
		padding-left: 70px;
		padding-right: 70px;
	}
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 40px;
	}
	.slick-prev {
		left: 15px;
	}
	[dir='rtl'] .slick-prev {
		right: 15px;
		left: auto;
	}
	.slick-next {
		right: 15px;
	}
	[dir='rtl'] .slick-next {
		right: auto;
		left: 15px;
	}
	.slick-dots {
		bottom: 24px;
	}
	.slick-dots li {
		height: 18px;
		width: 18px;
	}
	.slick-dots li button {
		border: solid 4px #000;
		height: 18px;
		width: 18px;
	}
}
@media screen and (min-width: 782px) {
	.featured-post,
	.featured-entry {
		height: 350px;
	}
	.featured-entry-title {
		font-size: 2.5rem;
		margin-bottom: 12px;
	}
	.featured-entry-category,
	.featured-entry-date {
		display: block;
	}
}
@media screen and (min-width: 980px) {
	.featured-post,
	.featured-entry {
		height: 400px;
	}
}


/* Content
------------------------------------------------------------ */

/* Category */
.cat-links {
	font-size: 90%;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.cat-links a {
	text-decoration: none;
}
.category-sep {
	color: #ccc;
	font-size: 80%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -0.1em;
}

/* Entry Header */
.entry-header {
	margin-bottom: 4rem;
}
.no-sidebar .entry-header {
	text-align: center;
}
.entry-title {
	font-size: 1.75rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 782px) {
	.entry-title {
		font-size: 2.5rem;
	}
}

/* Entry Meta */
.entry-meta {
	color: #999;
	font-size: 90%;
	margin-top: 1rem;
}
.entry-meta a {
	color: inherit;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #666;
}
.comments-sep {
	color: #ccc;
}
.byline a,
.comments-link a {
	border-bottom: solid 1px #ddd;
}

/* Featured Image */
.post-thumbnail {
	margin-bottom: 2rem;
	margin-top: 4rem;
}
.single .post-thumbnail {
	margin-left: -20px;
	margin-right: -20px;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.5s ease-in-out;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}
@media screen and (min-width: 782px) {
	.single .post-thumbnail {
		margin-left: -40px;
		margin-right: -40px;
	}
}
@media screen and (min-width: 980px) {
	.single .post-thumbnail {
		margin-left: 0;
		margin-right: 0;
	}
	.no-sidebar .post-thumbnail {
		margin-left: -60px;
		margin-right: -60px;
	}
}

/* Entry Content */
.entry-content > *:first-child {
	margin-top: 0;
}
.entry-content > *:last-child {
	margin-bottom: 0;
}

/* Post Full / Post Summary */
.post-full,
.post-summary {
	margin-bottom: 4rem;
}
.post-full .hentry,
.post-summary .hentry {
	margin-bottom: 4rem;
}
.post-full:after,
.post-summary:after {
	border-bottom: 1px solid #ddd;
	content: "";
	display: block;
	width: 45px;
}
.no-sidebar .post-full:after,
.no-sidebar .post-summary:after {
	margin: auto;
}
a.continue-reading {
	text-transform: uppercase;
}

/* Post Grid */
.two-column .loop-wrapper,
.three-column .loop-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.post-grid .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-grid .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-grid .entry-title {
	font-size: 1.75rem;
}
.post-grid .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-grid .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-grid .entry-title {
		font-size: 1.5rem;
	}
	.post-grid .cat-links,
	.post-grid .entry-meta {
		font-size: 85%;
	}
	.post-grid .entry-summary {
		font-size: 90%;
	}
	.post-grid {
		width: 46%;
		padding-right: 8%;
	}
	.post-grid:nth-child(even) {
		padding-right: 0;
	}
}
@media screen and (min-width: 980px) {
	.three-column .loop-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}
	.three-column .post-grid {
		box-sizing: border-box;
		width: 33.3%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Post List */
.post-list .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-list .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-list .entry-title {
	font-size: 1.75rem;
}
.post-list .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-list .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-list .hentry {
		display: flex;
	}
	.post-list .post-thumbnail {
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 5%;
		flex-basis: 35%;
	}
}

/* Entry Footer */
.tags-links {
	color: #999;
	font-size: 90%;
	margin-top: 4rem;
	text-align: center;
}
.tags-links:before {
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	color: #ccc;
	font-weight: 900; 
	content: "\f02c";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
.tags-links a {
	color: inherit;
	text-decoration: none;
}
.tags-links a:hover {
	color: #666;
}

/* Author Profile */
.author-profile {
	background-color: #f4f5f6;
	margin-top: 4rem;
	padding: 25px;
	border-radius:10px;
}
.author-profile-header {
	align-items: center;
	display: flex;
}
.author-profile-avatar {
	flex-shrink: 0;
	width: 60px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-name a {
	color: inherit;
	text-decoration: none;
}
.author-profile-name a:hover {
	color: #111;
}
.author-profile-description {
	font-size: 95%;
	margin-top: 20px;
}
@media screen and (min-width: 540px) {
	.author-profile {
		padding: 45px;
	}
	.author-profile-avatar {
		width: 75px;
		margin-right: 30px;
	}
	.author-profile-description {
		margin-top: 30px;
	}
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #111;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 1rem;
	margin-right: 12px;
	padding: 4px 10px 3px;
	text-transform: uppercase;
}
.featured+.cat-links {
	display: inline-block;
}

/* Archive */
.page-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
	margin-bottom: 5rem;
}

/* 404 */
.error-404 {
	margin-bottom: 10rem;
	margin-top: 10rem;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
}

/* Quote */
.wp-block-pullquote {
	padding: 12px 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-bottom: 0;
	text-align: left;
}
.wp-block-quote.is-style-large {
	margin-bottom: 2em;
}
.wp-block-quote.is-style-large p {
	font-style: normal;
}
.wp-block-quote.is-style-large cite {
	font-size: 90%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Gutenberg
------------------------------------------------------------ */

/* Base
   This section incorporates code from Atomic Blocks */
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 0.9em;
}
.wp-block-image {
	margin-bottom: 1.8em;
}
.wp-block-image figcaption {
	font-size: 90%;
	margin-top: 1em;
}
.entry-content .wp-block-gallery {
	padding-left: 0;
}
.no-sidebar .alignfull,
.no-sidebar .alignwide {
	width: 100%;
}
@media (max-width: 600px) {
	.no-sidebar .alignfull.wp-block-gallery,
	.no-sidebar .alignwide.wp-block-gallery {
		margin-left: -10px;
		margin-right: -10px;
		width: inherit;
	}
}
.no-sidebar .alignfull img,
.no-sidebar .alignwide img {
	width: 100%;
	display: block;
}
.no-sidebar .alignwide {
	max-width: none;
}
@media (min-width: 782px) {
	.no-sidebar .alignwide {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
	}
}
@media (min-width: 980px) {
	.no-sidebar .alignwide {
		width: 85vw;
		margin-left: calc( 50% - 85vw / 2 );
	}
}
@media (min-width: 1160px) {
	.no-sidebar .alignwide {
		width: 1120px;
		margin-left: calc( 50% - 1120px / 2 );
	}
}
.no-sidebar .alignfull {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
}
.wp-block-embed {
	margin-bottom: 1.8em;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}
.wp-block-cover {
	margin-bottom: 1.8em;
}
.wp-block-cover-text {
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100%;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.wp-block-media-text__content {
	margin-bottom: 1.8em;
	margin-top: 1.8em;
}
.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}
.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Columns */
@media screen and (max-width: 781px) {
	.wp-block-column {
		flex-basis: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.wp-block-column {
	margin-bottom: 2.7em;
	margin-top: 0.9em;
}
.wp-block-column > *:first-child {
	margin-top: 0;
}
.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Latest Posts */
.wp-block-latest-posts {
	border-top: solid 1px #eee;
	list-style: none;
	margin-left: 0;
	padding-top: 1em;
}
.wp-block-latest-posts li {
	border-bottom: solid 1px #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.wp-block-latest-posts a {
	text-decoration: none;
}
.wp-block-latest-posts__post-date {
	margin-top: 0.3em;
}

/* Button */
.wp-block-button a {
	color: #fff;
	text-decoration: none;
}
.wp-block-button a:hover {
	opacity: 0.9;
}
.wp-block-button__link {
	font-size: 100%;
	padding: 9px 24px;
}

/* Intro */
.intro {
	color: #777;
	font-size: 120%;
}

/* Sub Header */
.subheader {
	color: #4693f5;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.6em;
	margin-top: 0;
	text-transform: uppercase;
}
.subheader+h1,
.subheader+h2,
.subheader+h3,
.subheader+h4,
.subheader+h5,
.subheader+h6 {
	margin-top: 0;
}

/* Container */
.container-wrapper {
	background-color: #f4f5f6;
	margin-bottom: 6rem;
	margin-top: 6rem;
	padding-bottom: 20px;
	padding-top: 20px;
}
.no-sidebar .container-wrapper {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
	padding-bottom: 6rem;
	padding-top: 6rem;
}
.container-content > *:first-child {
	margin-top: 0;
}
.container-content > *:last-child {
	margin-bottom: 0;
}
.container-content > .wp-block-columns:last-child {
	margin-bottom: -2.7em;
}
.no-sidebar .wp-block-columns + .container-wrapper {
	margin-top: 4rem;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 90%;
	margin-bottom: 3rem;
}
.pagination a {
	color: inherit;
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #eee;
}
.pagination a.page-numbers:hover {
	border-color: #ddd;
	color: #333;
}
.pagination .current {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 90%;
	margin-bottom: 3rem;
	margin-top: 4rem;
}
.page-links .page-numbers {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	color: inherit;
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #eee;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ddd;
	color: #333;
}

/* Post Navigation */
.post-navigation {
	margin-bottom: 3rem;
}
.post-navigation a {
	color: inherit;
	text-decoration: none;
}
.post-navigation a:hover {
	color: #111;
}
.post-navigation .nav-previous {
	margin-bottom: 3rem;
}
.post-nav-title {
	color: #999;
	font-size: 80%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		width: 48%;
		margin-bottom: 0;
	}
	.post-navigation .nav-next {
		float: right;
		width: 48%;
		text-align: right;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 90%;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 0;
}
.comment-reply-title {
	margin-top: 4rem;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 20px;
}
.comment-list .children {
	list-style: none;
	margin-left: 25px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 105%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
	text-decoration: none;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 75px;
}
.bypostauthor > .comment-body .comment-author:after {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900; 
	color: #111;
	content: "\f14b";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 95%;
	margin-bottom: 25px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
	text-decoration: none;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #999;
	font-size: 95%;
	text-decoration: none;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 400; 
	content: "\f075";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
}
.comment-respond a:hover {
	color: #333;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	font-size: 95%;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
.form-submit {
	font-size: 105%;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width: 540px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		margin-bottom: 0;
		width: 23%;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 72%;
	}
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
	color: #666;
	font-size: 90%;
}

/* Heading */
.widget-title {
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
	margin-top: 0;
	text-transform: uppercase;
}

/* Link */
.widget a {
	color: inherit;
	text-decoration: none;
}
.widget li a {
	text-decoration: none;
}
.widget a:hover {
	color: #111;
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget li {
	margin-bottom: 0.6em;
}
.widget ul ul {
	margin-left: 1em;
	margin-top: 1em;
}

/* Recent Posts */
.widget_recent_entries li {
	margin-bottom: 1.5em;
}
.widget_recent_entries li a {
	border-bottom: solid 1px #ddd;
}
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* Recent Comments */
.widget_recent_comments li {
	margin-bottom: 1.5em;
}
.widget_recent_comments li a {
	border-bottom: solid 1px #ddd;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.tagcloud a {
	background-color: #f4f5f6;
	border-radius: 3px;
	display: inline-block;
	font-size: 90% !important;
	margin-bottom: 4px;
	padding: 3px 10px;
	text-decoration: none;
	white-space: nowrap;
}
.tagcloud a:hover {
	color: #111;
}

/* Calendar */
.widget_calendar table {
	font-size: 95%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 360px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	padding: 2px 0;
}
.widget_calendar tbody td a {
	background-color: #f4f5f6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #111;
}
.widget_calendar tfoot td {
	border: none;
	padding-top: 10px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* Menu */
.widget_nav_menu li a {
	border-bottom: none;
}
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current-menu-item > a {
	color: #111;
	font-weight: 700;
}

/* RSS */
.widget_rss li {
	margin-bottom: 2em;
}
.widget_rss li a {
	border-bottom: solid 1px #ddd;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 90%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 6px;
	margin-top: 6px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 6px;
}

/* BusinessPress Recent Posts */
.widget_businesspress_recent_posts li {
	margin-bottom: 1.5em;
}
.widget_businesspress_recent_posts li a {
	border-bottom: none;
	display: flex;
}
.recent-posts-thumbnail {
	flex-shrink: 0;
	margin-bottom: 4px;
	margin-right: 16px;
	margin-top: 4px;
	width: 80px;
}
.recent-posts-text .post-date {
	color: #999;
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* BusinessPress Featured Posts */
.featured-widget-entry {
	background-color: #333;
	background-position: center;
	background-size: cover;
	display: block;
	height: 180px;
	margin-bottom: 15px;
}
.featured-widget-entry-overlay {
	align-items: center;
	background-color: rgba( 0, 0, 0 ,0.4 );
	display: flex;
	height: 100%;
	width: 100%;
}
.featured-widget-entry-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.featured-widget-entry-title {
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 1.5rem;
	margin: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-widget-entry-date {
	color: rgba( 255, 255, 255, 0.8 );
	font-size: 85%;
	margin-top: 12px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
a.featured-widget-entry {
	text-decoration: none;
}
a.featured-widget-entry .featured-title {
	transition: 0.15s;
}
a.featured-widget-entry:hover .featured-title {
	color: #fff;
}
@media screen and (min-width: 601px) and (max-width: 979px) {
	.widget_businesspress_featured_posts {
		display: flex;
		flex-wrap: wrap;
	}
	.widget_businesspress_featured_posts .widget-title {
		width: 100%;
	}
	.featured-widget-entry {
		margin-bottom: 4%;
		margin-right: 4%;
		width: 48%;
	}
	.featured-widget-entry:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 782px) {
	.featured-widget-entry {
		margin-bottom: 15px;
	}
	.featured-widget-entry-title {
		font-size: 1.25rem;
	}
}

/* BusinessPress Profile */
.profilewidget-wrapper {
	align-items: center;
	display: flex;
	margin-bottom: 25px;
}
.profilewidget-profile {
	flex-shrink: 0;
	margin-right: 20px;
	width: 75px;
}
.profilewidget-profile img {
	border-radius: 50%;
	width: 75px;
}
.profilewidget-name {
	font-size: 110%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer */
.site-bottom {
	background-color: #f4f5f6;
	color: #aaa;
	text-align: center;
}
.site-bottom a {
	color: #888;
	text-decoration: none;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
	color: #111;
}
.footer-menu {
	line-height: 32px;
}
.footer-navigation ul {
	font-size: 85%;
	list-style: none;
	margin: 0 0 30px 0;
}
.footer-navigation li {
	display: inline-block;
	margin-right: 18px;
}
.footer-navigation li:last-child {
	margin-right: 0;
}
.footer-social-link {
	margin-bottom: 2rem;
}
.site-info {
	font-size: 85%;
}
.site-copyright,
.site-credit {
	margin-bottom: 2rem;
}
.site-credit a {
	display: block;
}
.site-credit a:first-child {
	margin-bottom: 6px;
}
.site-credit-sep {
	color: #ccc;
	display: none;
}
@media screen and (min-width: 601px) {
	.site-credit a,
	.site-credit-sep {
		display: inline-block;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 782px) {
	.site-info {
		clear: right;
		float: right;
		margin-top: 3px;
		text-align: right;
	}
}

.site-footer input[type=search] {
	border:none !important;
}

/* Back to Top */
.back-to-top {
	background: rgba( 0, 0, 0, 0.1 );
	border-radius: 50%; 
	bottom: 20px;
	cursor: pointer;
	display: none;
	height: 49px;
	position: fixed;
	right: 20px;
	width: 49px;
	z-index: 2;
	transition: .15s ease-in-out;
}
.back-to-top:hover {
	background: #ff8c00;
}
.back-to-top:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	font-size: 160%;	
	color: #999;
	content: "\f106";
	display: block;	
	font-size: 22px;
	line-height:46px;
	text-align: center;
}
.back-to-top:hover.back-to-top:before {
	color: #fff;	
}

/* Plugins
------------------------------------------------------------ */

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	padding-top: 12px;
	position: relative;
}
.widget_top-posts li:before {
	background-color: #f0f0f0;
	border-radius: 3px;
	color: #444;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 400;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 320px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 110%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.8em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-top: 3rem;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 2rem !important;
	margin-top: 0 !important;
	padding-top: 2rem !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
	color: #333;
	display: block !important;
	font-size: 1.2rem !important;
	float: none !important;
	letter-spacing: 0.05em;
	margin-bottom: 2rem !important;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 2rem !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 1rem;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 15px !important;
	line-height: 1.8 !important;
	margin-bottom: 12px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: inherit !important;
	font-weight: 500 !important;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items p {
	color: #999;
	font-size: 85% !important;
	margin-bottom: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1 !important;
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 2rem;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
div.wpcf7-response-output {
	font-size: 95%;
	margin: 2em 0 1em;
	padding: 0.8em 1em;
	border: 2px solid #cf2e2e;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #00d084;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #cf2e2e;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ff6900;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fcb900;
}
span.wpcf7-not-valid-tip {
	color: #cf2e2e;
}
.wpcf7-submit {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 3em !important;
	background-color: #ff8c00 !important;
	font-size:100% !important;
	box-shadow: 0 2px 3px rgba(0,0,0,.2),0 2px 3px -2px rgba(0,0,0,.15);
	border-radius: 6px !important;
}
.wpcf7-submit-wrap {
	position: relative;
	width: 160px;
	margin:0 auto;
	transition: all 0.3s;
}
.wpcf7-submit-wrap .wpcf7-submit {
	width: 158px !important;
	height: 51px !important;
}
.wpcf7-submit-wrap:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	color: #FFF;
	position: absolute;
	top: 11px;
	right: 16px;
	transition: all 0.3s;
}
.wpcf7-submit-wrap:hover:after, .wpcf7-submit:focus:after {
	transform: translate(0, -1px);
	right: 12px;
	color: #FFDD00;	
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
	background-color: #ff8c00 !important;
	opacity: .8 !important;
	transform: translate(0, -1px);
	box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.contact-hissu {
	display: inline-block;
	font-size: 80%;
	font-weight: 700;
	color: #fff;
	background-color:#FF0036;
	padding:0 6px;
	border-radius: 4px;
	margin-left: 5px;
}
.contact-nini {
	display: inline-block;
	font-size: 80%;
	font-weight: 700;
	color: #fff;
	background-color:#333;
	padding:0 6px;
	border-radius: 4px;
	margin-left: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output:before, 
.wpcf7 form.unaccepted .wpcf7-response-output:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	color: #FF0036;
	margin-right: 5px;
}
.wpcf7 form.sent .wpcf7-response-output:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1d8";
	color: #00a0d2;
	margin-right: 5px;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}

/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-header-clone,
	.drawer-hamburger,
	.featured-post,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	.sidebar-area,
	.footer-widget-area,
	.footer-menu,
	.back-to-top {
		display: none !important;
	}
	.main-header-content,
	.site-content {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}

/* Option
------------------------------------------------------------ */
.ma0 {
	margin:0;
}
.sns_btn {
	text-align:center;
}
.alignwide .aioseo-breadcrumbs {
	padding-left:20px;	
}
.contact-f-btn {
	text-align:center;
	margin-top: 16px;
}
.contact-f-btn-background{
	background-color:transparent !important;
}
.contact-f-btn a:hover {
	transform: translate(0, -1px);
	color: #999 !important;
	border-color: #999 !important;
}
@media screen and (min-width: 782px) {
.sns_btn {
	text-align:left;
}
.contact-f-btn {
	text-align:left;
}
.alignwide .aioseo-breadcrumbs {
	padding-left:0px;	
}
}
@media screen and (min-width: 980px) {

}
.line_btn .fa-line {
	color: #06C755;
	position: relative;
	font-size: 41px;
	transition: 0.3s;
}
.line_btn .fa-line:hover {
	opacity: 0.5 ;
	transform: scale(1.1); 
}
.insta_btn .fa-instagram-square {
	position: relative;
	color: #CF2E92;
	background: -webkit-linear-gradient(150deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(150deg, #427eff 0%, #f13f79 70%) no-repeat;
	font-size: 41px;
	transition: 0.3s;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.insta_btn .fa-instagram-square:before {
	background: -webkit-linear-gradient(15deg, #ff9a22 15%,#f13f79 40%,transparent) no-repeat;
	background: linear-gradient(15deg, #ff9a22 15%, #f13f79 40%,transparent) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index:2;
}
.insta_btn .fa-instagram-square:hover {
	opacity: 0.5 ;
	transform: scale(1.1); 
}
.twitter_btn .fa-twitter-square {
	color: #1DA1F2;
	position: relative;
	font-size: 41px;
	transition: 0.3s;
}
.twitter_btn .fa-twitter-square:hover {
	opacity: 0.5 ;
	transform: scale(1.1); 
}
@media all and (-ms-high-contrast: none) {
.insta_btn .fa-instagram-square {
	position: relative;
	color: #CF2E92;
	background:none;
	font-size: 41px;
	transition: 0.3s;
}
.insta_btn .fa-instagram-square:before {
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index:2;
}
}

/* BOX
------------------------------------------------------------ */
.box-p {
	margin-bottom:0;
}
.memo {
   margin-bottom: 1.5em;
	padding: 1em 1.4em;
 	background: #fff9e5;
	color: #545454;
	border-radius: 10px;
}
.dfont {
	font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.memo-ttl {
	margin-bottom: 5px;
	color: #ff8c00;
	font-size: 1.2em;
	font-weight: bold;
}
.memo-ttl:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f303";
	font-size: 17px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 3px 0 0;
	border-radius: 50%;
	background: #ff8c00;
	color: #fff;
	text-align: center;
}
.memo.alert {
    background: #ffebeb;
}
.memo.alert .memo-ttl {
    color: #ff8376;
}
.memo.alert .memo-ttl:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f12a";
    background: #ff8376;
}
.memo.info {
	background: #edf6ff;
}
.memo.info .memo-ttl {
	color: #6bb6ff;
}
.memo.info .memo-ttl:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f129";
	background: #6bb6ff;
}
.box1 {
	background: #fff9eb;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0 20px 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.box1 .box-title {
	background: #ff8c00;
	margin: 0 -20px 15px;
	padding: 8px 4px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.box2 {
	background: #fff9eb;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0 20px 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.box2 .box-title {
	background: #f46b6b;
	margin: 0 -20px 15px;
	padding: 8px 4px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.box3, .box4 {
	background: #edf6ff;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0 20px 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.box3 .box-title, .box4 .box-title {
	background: #5fc2f5;
	margin: 0 -20px 15px;
	padding: 8px 4px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.box4 .box-title:before {
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f00c";
	padding-right: 4px;
}
.box5 {
	margin-top: 2em;
	margin-bottom: 2em;
	border: solid 2px #ff8c00;
}
.box5 .box-title {
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 2px 9px;
	background: #ff8c00;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom:0;
}
.box5 .box-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f04e";
	padding-right: 6px;
}
.box5 .box-content {
	padding: 15px 20px;
}
.box5 .box-content p {
	margin: 0;
	padding: 0;
}
.box6 {
	margin-top: 2em;
	margin-bottom: 2em;
}
.box6 .box-title {
	display: inline-block;
	line-height: 1.5;
	padding: 5px 9px 3px;
	border-radius: 5px 5px 0 0;
	background: #62c1ce;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-bottom:0;
}
.box6 .box-title:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f129";
	padding-right: 8px;
}
.box6 .box-content {
	padding: 1.3em 1.2em;
	border: solid 3px #62c1ce;
}
.box6 .box-content p {
	margin: 0;
	padding: 0;
}
.box7 {
	border: solid 3px #ed8583;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 8px;
}
.box7 .box-title {
	color: #ed8583;
	display: inline-block;
	position: relative;
	top: -14px;
	left: 10px;
	padding: 0 9px;
	margin: 0 7px;
	background: #fff;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom:0;
}
.box7 .box-title:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	padding-right: 4px;
}
.box7 .box-content, .box8 .box-content, .box9 .box-content {
	padding: 0 1.5em 24px;
}
.box7 .box-content p, .box8 .box-content p, .box9 .box-content p {
	margin: 0;
	padding: 0;
}
.box8 {
	margin-top: 2em;
	margin-bottom: 2em;
	border: solid 3px #95ccff;
	border-radius: 8px;
}
.box8 .box-title {
	color: #95ccff;
	display: inline-block;
	position: relative;
	top: -14px;
	left: 10px;
	padding: 0 9px;
	margin: 0 7px;
	background: #fff;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 700;
}
.box8 .box-title:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f02e";
	padding-right: 4px;
}
.box9 {
	margin-top: 2em;
	margin-bottom: 2em;
	border: solid 3px #ff8c00;
	border-radius: 8px;
}
.box9 .box-title {
	color: #ff8c00;
	display: inline-block;
	position: relative;
	top: -14px;
	left: 10px;
	padding: 0 9px;
	margin: 0 7px;
	background: #fff;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 700;
}
.box9 .box-title:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f059";
	padding-right: 4px;
}
.box10 {
	position: relative;
	margin: 2em 5px;
	padding: 1.5em 1.2em;
	border: dashed 2px #fff;
	background: #fff0cd;
	box-shadow: 0 0 0 5px #fff0cd;
}
.box10:after {
	position: absolute;
	top: -7px;
	right: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ffdb88 #fff #ffdb88;
	box-shadow: -1px 1px 1px rgba(0,0,0,.15);
	content: "";
}
.box10 p, .box10 p, .box11 p, .box12 p, .box13 p, .box14 p, .box15 p, .box16 p, .box17 p,
.box18 p, .box19 p, .box20 p, .box21 p, .box22 p, .box23 p, .box24 p, .box25 p, .box26 p,
.box27 p, .box28 p, .box29 p, .box30 p, .box31 p, .box32 p, .box33 p, .box34 p, .box35 p,
.box36 p {
	margin: 0;
	padding: 0;
}
.box11 {
	position: relative;
	margin: 2em auto;
	padding: .8em 1.4em;
	background: #fff9e5;
	color: #ff8c00;
	font-weight: 700;
}
.box11:after {
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #fff9e5;
	content: "";
}
.box12 {
	position: relative;
	margin: 2em auto;
	padding: .8em 1.4em;
	background: #ffebeb;
	color: #ff8376;
	font-weight: 700;
}
.box12:after {
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #fff9eb;
	content: "";
}
.box13 {
	position: relative;
	margin: 2em auto;
	padding: .8em 1.4em;
	background: #e6f4ff;
	color: #5c98d4;
	font-weight: 700;
}
.box13:after {
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #e6f4ff;
	content: "";
}
.box14 {
	position: relative;
	max-width: 400px;
	margin: 2em 0 2em 40px;
	padding: 20px 24px;
	border-radius: 30px;
	background: #fff0c6;
}
.box14:before {
	position: absolute;
	bottom: 0;
	left: -40px;
	color: #fff0c6;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	content: "\f111";
}
.box14:after {
	position: absolute;
	bottom: 0;
	left: -23px;
	color: #fff0c6;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 23px;
	content: "\f111";
}
.box15 {
	position: relative;
	max-width: 400px;
	margin: 2em 40px 2em auto;
	padding: 20px 24px;
	border-radius: 30px;
	background: #ffebeb;
}
.box15:before {
	position: absolute;
	bottom: 0;
	right: -40px;
	color: #ffebeb;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 15px;
	content: "\f111";
}
.box15:after {
	position: absolute;
	bottom: 0;
	right: -23px;
	color: #ffebeb;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 23px;
	content: "\f111";
}
.box16 {
	position: relative;
	max-width: 400px;
	margin: 2em 0 2em 40px;
	padding: 20px 24px;
	border-radius: 30px;
	background: #f4f5f6;
}
.box16:before {
	position: absolute;
	bottom: 0;
	left: -40px;
	color: #f4f5f6;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	content: "\f111";
}
.box16:after {
	position: absolute;
	bottom: 0;
	left: -23px;
	color: #f4f5f6;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 23px;
	content: "\f111";
}
.box17 {
	margin: 2em auto;
	padding: 1.5em 1em;
	border-left: solid 6px #ff8c00;
	background: #f4f5f6;
	box-shadow: 0 2px 3px rgba(0,0,0,.33);
}
.box18 {
	position: relative;
	margin: 2em auto;
	padding: 1.5em 1em;
	border: solid 2px #ff8c00;
	border-radius: 3px 0;
	background: #fff;
}
.box18:before, .box18:after {
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 2px #ff8c00;
	border-radius: 50%;
	content: "";
}
.box18:before {
	right: -12px;
	bottom: -12px;
}
.box18:after {
	top: -12px;
	left: -12px;
}
.box19 {
	position: relative;
	margin: 2em auto;
	padding: 1em 2em;
	border-top: solid 2px #ff8c00;
	border-bottom: solid 2px #ff8c00;
	background: #fff;
}
.box19:before, .box19:after {
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #ff8c00;
	content: "";
}
.box19:before {
	left: 10px;
}
.box19:after {
	right: 10px;
}
.box20 {
	margin: 2em 10px;
	padding: 1.5em 1em;
	border: dashed 2px #ff8c00;
	border-radius: 8px;
	background: #fff9e5;
	box-shadow: 0 0 0 10px #fff9e5;
}
.box21 {
	margin: 2em 10px;
	padding: 1.5em 1em;
	border: dashed 2px #fff;
	background: #fff9e5;
	box-shadow: 0 0 0 10px #fff9e5;
}
.box22 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border-top: solid 6px #ff8c00;
	background: #fff9e5;
	color: #ff8c00;
	font-weight: 700;
}
.box23 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border-top: solid 6px #f47d7d;
	background: #fceded;
	color: #f47d7d;
	font-weight: 700;
}
.box24 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border-top: solid 6px #5c98d4;
	background: #e6f4ff;
	color: #5c98d4;
	font-weight: 700;
}
.box25 {
	margin: 2em auto;
	padding: 1.5em 1em;
	border-left: solid 6px #ff8c00;
	background: #fff9e5;
}
.box26 {
	margin: 2em auto;
	padding: 1.5em 1em;
	border-right: double 7px #ff8c00;
	border-left: double 7px #ff8c00;
	background: #fff9e5;
}
.box27 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border: dashed 2px #ff8c00;
	background: #fff9e5;
}
.box28 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border: dashed 2px #f47d7d;
	background: #fceded;
}
.box29 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border: dashed 2px #6bb6ff;
	background: #edf6ff;
}
.box30 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border-top: solid 3px #ff8c00;
	border-bottom: solid 3px #ff8c00;
	background: #fff9e5;
}
.box31 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border-top: solid 3px #f47d7d;
	border-bottom: solid 3px #f47d7d;
	background: #fceded;
}
.box32 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border-top: solid 3px #6bb6ff;
	border-bottom: solid 3px #6bb6ff;
	background: #eef7ff;
}
.box33 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	background: #fff9e5;
}
.box34 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border: solid 2px #ddd;
	border-radius: 6px;
	background: #fff;
}
.box35 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border: solid 2px #ddd;
	background: #fff;
}
.box36 {
	margin: 2em auto;
	padding: 1.5em 1.4em;
	border: dashed 2px #ddd;
	background: #fff;
}
.fukidashi-1 {
	position:relative;
	border-radius:10px;
	overflow: visible;
	margin-bottom: 4em;
}
.fukidashi-1:before,
.fukidashi-1:after {
	position:absolute;
	content:'';
	border-radius:50%;
	background:#f4f5f6;
}
.fukidashi-1:before {
	left: 30px;
	bottom: -15px;
	width: 30px;
	height: 30px;
}
.fukidashi-1:after {
	left: 25px;
	bottom: -30px;
	width: 15px;
	height: 15px;
}
.accordion {
	margin: .5em 0;
	font-size: .95em;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	position: relative;
	padding: 13px 37px 13px 14px;
	font-weight: 700;
	border: solid 1px #c1c1c1;
	cursor: pointer;
	transition: .3s;
	border-radius: 2px;
}
.accordion label:hover {
	background: #efefef;
}
.accordion label.accordion_label2 {
	border-color: #ff8c00;
}
.accordion .accordion_label2:hover {
	background: #fff9e5;;
}
.accordion label:after {
	font-family: "Font Awesome 5 Free";
   content: "\f067";
	font-weight: 900;
	position: absolute;
	right: 14px;
	top: calc(50% - 7.5px);
	line-height: 15px;
	font-size: 17px;
	color: #c1c1c1;
	transition: .8s;
}
.accordion_content {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
 	transition: .8s;
}
.accordion input:checked ~ .accordion_content {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}
.accordion input:checked ~ .accordion_label:after , .accordion input:checked ~ .accordion_label2:after {
	content: "\f068";
}
.accordion input:checked ~ .accordion_label {
	background: #efefef;
}
.accordion input:checked ~ .accordion_label2 {
	background: #fff9e5;
}

/* 見出し
------------------------------------------------------------ */
.hh1 {
	padding: 0;
	border-bottom: solid 3px #ff8c00;
}
.hh2 {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-color: #ff8c00;
}
.hh3 {
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-color: #ff8c00;
}
.hh4 {
	padding: .5em 0;
	border-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #ff8c00;
}
.hh5 {
	padding: .5em;
	background-color: #fff9e5;
	color: #494949;
}
.hh6 {
	padding: .5em;
	border-width: 3px;
	border-style: solid;
	border-color: #ff8c00;
	border-radius: .5em;
}
.hh7 {
	padding: .5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-color: #ff8c00;
	background-color: #fff9e5;
	color: #494949;
}
.hh8 {
	padding: .5em;
	border-left: solid 5px #ff8c00;
	background: #fff9e5;
	color: #494949;
}
.hh9 {
	display: inline-block;
	padding: .5em;
	border-radius: 25px 0 0 25px;
	color: #505050;
	vertical-align: middle;
	line-height: 1.3;
	background: #ffddad;
}
.hh9:before {
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	content: "●";
}
.hh10 {
	position: relative;
	padding: .6em;
	background: #ffddad;
	color: #505050;
}
.hh10:after {
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #ffddad;
	content: "";
}
.hh11 {
	margin-right: 5px;
	margin-left: 5px;
	padding: .2em .5em;
	border: dashed 1px #ff8c00;
	background: #ffddad;
	box-shadow: 0 0 0 5px #ffddad;
	color: #494949;
}
.hh12 {
	margin-right: 5px;
	margin-left: 5px;
	padding: .2em .5em;
	border: dashed 1px #fff;
	background: #ffddad;
	box-shadow: 0 0 0 5px #ffddad;
	color: #494949;
}
.hh13 {
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
	padding: .2em .5em;
	border: dashed 2px #fff;
	background: #ffddad;
	box-shadow: 0 0 0 5px #ffddad;
	color: #494949;
}
.hh13:after {
	position: absolute;
	top: -7px;
	left: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #ffad3a;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	content: "";
}
.hh14 {
	position: relative;
	padding: .5em;
	background: #ffc16b;
	color: #fff;
}
.hh14:before {
	position: absolute;
	top: 100%;
	left: 0;
	border: none;
	border-right: solid 20px #ff9f2b;
	border-bottom: solid 15px transparent;
	content: "";
}
.hh15 {
	padding: .5em;
	border-left: solid 7px #ff8c00;
	background: repeating-linear-gradient(-45deg,#ffddad,#ffddad 3px,#fff9e5 3px,#fff9e5 7px);
	text-shadow: 0 0 5px #fff;
}
.hh16 {
	position: relative;
	padding: .3em 0;
}
.hh16:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: repeating-linear-gradient(-45deg,#ff8c00,#ff8c00 2px,#fff 2px,#fff 4px);
	content: "";
}
.hh17 {
	display: inline-block;
	position: relative;
	padding: 0 55px;
}
.hh17:before, .hh17:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 1px;
	background-color: #ff8c00;
	content: "";
}
.hh17:before {
	left: 0;
}
.hh17:after {
	margin-left: 10px;
}
.hh18 {
	position: relative;
	padding: .4em 1em;
	border-top: solid 2px #ff8c00;
	border-bottom: solid 2px #ff8c00;
	text-align: center;
	line-height: 2em;
}
.hh18:before, .hh18:after {
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #ff8c00;
	content: "";
}
.hh18:before {
	left: 7px;
}
.hh18:after {
	right: 7px;
}
.hh19 {
	display: inline-block;
	position: relative;
	top: 0;
	padding: .25em 1em;
	line-height: 1.4;
}
.hh19:before {
	left: 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
}
.hh19:after {
	right: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	content: "";
}
.hh19:before, .hh19:after {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 8px;
	height: 100%;
	content: "";
}
.hh20 {
	position: relative;
	padding: .25em 0;
}
.hh20:after {
	display: block;
	height: 4px;
	background: linear-gradient(to right,#ff8c00,rgba(255,255,255,0));
	content: "";
}
.hh21 {
	position: relative;
	padding: .5em .5em .5em 1.5em;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	background: #fff9e5;
	color: #ff8c00;
	line-height: 1.4;
}
.hh21:before {
	position: absolute;
	top: .5em;
	left: .25em;
	color: #ff8c00;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 1em;
	content: "\f138";
}
.hh22 {
	position: relative;
	padding: .5em .5em .5em 1.8em;
	background: #7fbae9;
	color: #fff;
	line-height: 1.4;
}
.hh22:before {
	position: absolute;
	left: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f05a";
}
.hh23 {
	padding: .5em;
	border-radius: .5em;
    background: #ffa3a3;
	color: #fff;
}
.hh24:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 140, 0), #fff1e0);
  background: linear-gradient(to right, rgb(255, 140, 0), #fff1e0);
 }
.hhq, .hha {
	position: relative;
	margin: 2em 0;
	padding-top: 4px;
	padding-left: 55px;
	font-size: 18px;
}
.hhq:before, .hha:before {
	position: absolute;
	left: 0;
	top: -6px;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 21px;
	color: #fff;
	border-radius: 50%;
}
.hhq:before {
	content: "Q";
	background: #75bbff;
}
.hha:before {
	content: "A";
	background: #ff8d8d;
}

/* 見出し
------------------------------------------------------------ */
.list1 {
	margin-bottom: 1.5em;
	margin-left: 0;
	padding: 1em 1em 1em 2.5em;
	border: solid 2px #ff8c00;
	border-radius: 3px;
}
.list2 {
	margin-bottom: 1.5em;
	margin-left: 0;
	padding: 1em 1em 1em 2.5em;
	border: solid 2px #ff8c00;
	border-radius: 3px;
	background: #fff9e5;
}
.list3 {
	margin-bottom: 1.5em;
	margin-left: 0;
	padding: 1em 1em 1em 2.5em;
	border: dashed 2px #ff8c00;
	border-radius: 3px;
	border-width: 2px;
}
.list4 {
	padding: 1em 0 1em 1.3em;
	margin-bottom: 1.5em;
	margin-left: 0;
	border: solid 2px #373737;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.list5 {
	margin-bottom: 1.5em;
	margin-left: 0;
	padding: 1em 1em 1em 2.5em;
	border-radius: 3px;
	border: 0;
	background: #fff9e5;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.list6 {
	background: #fffbf1;
	box-shadow: 0 0 0 10px #fffbf1;
	margin: 2em 10px;
	border: dashed 2px #ffa658;
	border-radius: 10px;
	padding: 1em 1em 1em 2.5em;
}
.list7 {
	background: #fff3f3;
	box-shadow: 0 0 0 10px #fff3f3;
	margin: 2em 10px;
	border: dashed 2px #f67c7c;
	padding: 1em 1em 1em 2.5em;
}
.list8 {
	position: relative;
	padding: 1em .5em 1em 2.5em;
	border: solid 2px #ff8c00;
	margin-bottom: 1.5em;
	margin-left: 0;
	border-radius: 3px;
}
.list8 li {
	list-style-type: none !important;
	padding: .5em 0;
	line-height: 1.5;
}
.list8  li:before {
	position: absolute;
	left: 1em;
	color: #ffb03f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f00c";
}
.list9 {
	margin-left: 0;
	list-style-type: none !important;
	padding: 1em .7em;
	counter-reset: number;
	margin-bottom: 1.5em;
	border: solid 2px #ff8c00;
	border-radius: 3px;
}
.list9 li {
	position: relative;
	padding: .5em 0 .5em 34px;
	line-height: 1.5em;
}
.list9 li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ff8c00;
	color: #fff;
	font-family: "Quicksand",sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	content: counter(number);
	counter-increment: number;
}

/* ボタン
------------------------------------------------------------ */
.btn1 a {
	display: inline-block;
	margin: .5em;
	padding: .5em 1.4em;
	border-radius: 6px !important;
	box-shadow: 0 2px 3px rgba(0,0,0,.2),0 2px 3px -2px rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	transition: .3s ease-in-out;
	text-decoration: none !important;
	background-color: #ff8c00;
	line-height: 1.93;
	font-weight: 700;
}
.btn1 a:after, .btn2 a:after, .btn3 a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #fff;
  position: relative;
  left: 12px;
  transition: all 0.3s;
}
.btn1 a:hover:after, .btn2 a:hover:after, .btn3 a:hover:after {
	left: 16px;
	color: #FFDD00;
}
.btn1 a:hover, .btn1 a:focus, .btn2 a:hover, .btn2 a:focus, .btn3 a:hover, .btn3 a:focus {
	transform: translate(0, -1px);
	box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.btn2 a {
	display: inline-block;
	margin: .5em;
	padding: .5em 1.4em;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2),0 2px 3px -2px rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	transition: .3s ease-in-out;
	text-decoration: none !important;
	background-color: #f88080;
	line-height: 1.93;
	font-weight: 700;
}
.btn3 a {
	display: inline-block;
	margin: .5em;
	padding: .5em 1.4em;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2),0 2px 3px -2px rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	transition: .3s ease-in-out;
	text-decoration: none !important;
	background-color: #6bb6ff;
	line-height: 1.93;
	font-weight: 700;
}
.btn4 a {
	margin: .5em;
	text-decoration: none;
	display: inline-block;
	padding: .3em 1em;
	border: solid 2px #ff8c00;
	border-radius: 3px;
	color: #ff8c00;
	transition: .3s ease-in-out;
	vertical-align: middle;
	background:none;
	line-height: 1.93;
	font-weight: 700;
}
.btn4 a:hover {
	background: #ff8c00;
	color: #fff;
}
.btn5 a {
	margin: .5em;
	text-decoration: none;
	display: inline-block;
	padding: .3em 1em;
	border: solid 2px #f88080;
	border-radius: 3px;
	color: #f88080;
	transition: .3s ease-in-out;
	vertical-align: middle;
	background:none;
	line-height: 1.93;
	font-weight: 700;
}
.btn5 a:hover {
	background: #f88080;
	color: #fff;
}
.btn6 a {
	margin: .5em;
	text-decoration: none;
	display: inline-block;
	padding: .3em 1em;
	border: solid 2px #6bb6ff;
	border-radius: 3px;
	color: #6bb6ff;
	transition: .3s ease-in-out;
	vertical-align: middle;
	background:none;
	line-height: 1.93;
	font-weight: 700;
}
.btn6 a:hover {
	background: #6bb6ff;
	color: #fff;
}
.btn7 a {
	margin: .5em;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	border-right: solid 4px #ff8c00;
	border-left: solid 4px #ff8c00;
	background: #fff9e5;
	border-radius: 0;
	color: #ff8c00;
	transition: .3s ease-in-out;
	vertical-align: middle;
	line-height: 1.93;
	font-weight: 700;
}
.btn7 a:hover {
	background: #ff8c00;
	color: #fff;
}
.btn8 a {
	margin: .5em;
	text-decoration: none;
	background-color: #ff8c00;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	display: inline-block;
	padding: .5em 1em;
	border-bottom: solid 4px rgba(0,0,0,.27);
	border-radius: 3px;
	color: #fff;
	transition: .3s ease-in-out;
	vertical-align: middle;
	line-height: 1.93;
	font-weight: 700;
}
.btn8 a:active {
	border-bottom: none;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}
.btn9 a {
	margin: .5em;
	text-decoration: none;
	background-color: #ff8c00;
	display: inline-block;
	position: relative;
	padding: 6px 15px 4px;
	border-bottom: solid 2px rgba(0,0,0,.2);
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,.2),0 2px 2px rgba(0,0,0,.19);
	color: #fff;
	transition: .3s ease-in-out;
	vertical-align: middle;
	line-height: 1.93;
	font-weight: 700;
}
.btn9 a:active, .btn9 a:hover {
	outline: 0;
}
.btn9 a:active {
	border-bottom: solid 2px rgba(0,0,0,.05);
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}

/* カードリンク
------------------------------------------------------------ */
.card-link {
	max-width: 100%;
	display: block;
	overflow: hidden;
	padding: 10px 10px 15px 10px;
	border-radius: 3px;
	background: #fff;
	color: #555;
	font-weight: bold;
	text-decoration: none !important;
	position: relative;
	margin-bottom: 1.5em;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
	transition: 0.3s ease-in-out;
}
.card-link:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	padding: 2px 6px;
	content: "\f02e  詳細を見る";
	background-color: #ff8c00;
	color: #fff;
	font-size: .7em;
	z-index: 1;
	top: 0;
	left: 0;
	box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 25%);
}
.card-img {
	display: block;
	max-width:100%;
}
.card-img img {
	width: 100%;
	height: auto;
}
.card-content {
	line-height: 1.6;
	width: 100%;
	padding-top: 15px;
}
.card-excerpt {
	padding-top: .8em;
	font-size: .8em;
	line-height: 1.4;
	opacity: .8;
	color: #555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-title {
	font-size:100%;
}
.card-link:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	color: #888;
	transform: translateY(-2px);
}
@media only screen and (min-width: 481px) {
.card-link {
	display: table;
	padding: 10px;
}
.card-img {
	width: 35%;
	height:auto;
}
.card-content {
	width: 65%;
	padding-left: 25px;
	padding-top: 0;
}
.card-title {
	font-size:110%;
}
.card-img, .card-content {
	display: table-cell;
}
.card-content {
 	vertical-align: middle;
}
.card-excerpt {
	-webkit-line-clamp: 3;
}
}