/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.5
Tested up to: 5.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	color: #141412;
	line-height: 1.7;
	font-size:16px;
	margin: 0;
	font-weight:300;
}
@media screen and (max-width:768px) {
	body { font-size:14px;}
}

a {
	color: #111;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:/*'Kosugi Maru','M PLUS Rounded 1c', sans-serif*/;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px; line-height:2;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


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

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;

	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


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

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	display: flex; align-items:center; justify-content:center;
	margin: 0 auto;
	width: 230px;
	height: 230px;
	text-decoration: none; position:absolute; top:0; left:0; z-index:999; background-color:#fff;
}
.site-header .logo { width:300px; margin:15px; padding-left:24px;}
@media screen and (max-width:768px){
	.site-header { height:auto; padding:8px 0;}
	.site-header .home-link { width:100%; height:auto; margin-top:8px;}
}

.site-header .header-top { overflow:hidden;}
.site-header .header-top ul { margin:0; padding:0; text-align:right;}
.site-header .header-top ul li { display:inline-block; margin:0 24px 0 0; list-style:none; line-height:30px;}
.site-header .header-top ul li a { color:#111;}
.site-header .header-top ul li .btn { width:96px; display:block; border:1px solid #111; line-height:28px; text-align:center;}
.site-header .header-top .tel { font-size:28px; line-height:30px; float:right;}
@media screen and (max-width:768px){
	.site-header .header-top { display:none;}
	.site-header .header-top .tel { font-size:21px;}
	.site-header .header-top ul li { display:none;}
	.site-header .header-top ul li:last-of-type { display:inline-block;}
	.site-header .header-top ul li .btn { width:80px;}
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear:/*both*/;
	margin: 0 auto;
	padding:0 80px;
	max-width: 1280px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412!important;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #202f55ad;
    border: 1px solid #f7f5e7;
    border-radius: 4px;
	padding:16px;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {	margin:0 0 8px; width:200px; padding:10px; background-color:#fff; font-size:14px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	opacity:.7;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	border-top:1px solid #eee;
}
@media screen and (max-width:768px) {
	.navbar { display:none;}
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


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

.hentry {
	
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	clear:both;
	padding: 40px 0;
        width:100%;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation a {
	font-size: 18px; color:#2613ac;
	font-weight: 300;
}

.paging-navigation a:hover {
	opacity:.5;
	text-decoration:underline;
}

.paging-navigation .meta-nav {
	display: inline-block;
	font-size: 18px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}
@media screen and (max-width:768px) {
        .paging-navigation .nav-previous .meta-nav { margin-right:0;}
        .paging-navigation .nav-next .meta-nav { margin-left:0;}
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
	width:100%;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


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

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


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

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
	width: 40%;
}

/* Text widget */
.widget_text ul,
.widget_text ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

.widget_text li:last-child {
	padding-bottom: 0;
}

.widget_text li > ul,
.widget_text li > ol {
	margin-bottom: 0;
}

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
	padding: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px);
}

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

.site-footer {
	
}
.site-footer .top { padding:140px; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/ft.jpg); color:#fff; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; background-size:cover;  background-blend-mode:color; background-color:rgba(0,0,0,0.5);}
.site-footer .top h3 { margin:0; font-size:48px; width:35%; line-height:1.1;}
.site-footer .top h3 small { font-size:11px; font-weight:400; display:block; margin:8px 0 0;}
.site-footer .top a { display:block; width:215px; height:215px; border:1px solid #fff; border-radius:50%; padding:88px 0; text-align:center; font-size:12px; color:#fff;}
@media screen and (max-width:768px) {
	.site-footer .top { padding:120px 8% 80px; font-size:38px;}
	.site-footer .top h3 { width:100%; font-size:42px;}
	.site-footer .top h3 small { margin:16px 0 0;}
	.site-footer .top a { padding:60px 0; width:150px; height:150px; margin: 24px 0 0 auto;}
}

.site-footer .bottom { padding:120px 140px; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/footer-bg.webp); background-size:cover; font-size:12px;}
.site-footer .bottom h3 { margin-top:0;}
.site-footer .bottom h3 img { width:300px;}
.site-footer .bottom .flex { display:flex; flex-wrap:wrap;}
.site-footer .bottom .left { width:calc(100% - 100% / 6);}
.site-footer .bottom .right { width:calc(100% / 6);}
.site-footer .bottom .first { margin:0 0 64px;}
.site-footer .bottom .first .left { display:flex;}
.site-footer .bottom .first .left ul { width:calc(100% / 3);}
.site-footer .bottom .first .left ul h4 { margin:0 0 20px; font-size:18px;}
.site-footer .bottom .first .left ul h4 a { color:#fff;}
.site-footer .bottom .first .left ul li { margin-bottom:8px; padding-left:20px; position:relative;}
.site-footer .bottom .first .left ul li:before { content:""; width:10px; height:1px; background-color:#fff; display:block; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.site-footer .bottom .first .left ul li a { color:#fff; font-weight:bold; font-size:14px;}
.site-footer .bottom .first .right ul.banner { width:100%;}
.site-footer .bottom .first .right ul.banner li img { max-width:100%; margin:0 0 8px;}
.site-footer .bottom .second { color:#aaa;}
.site-footer .bottom .second ul li { display:inline-block; margin-right:16px;}
.site-footer .bottom .second ul li a { color:#aaa; font-weight:bold;}
@media screen and (max-width:768px) {
	.site-footer .bottom  { position:relative; padding:70px 8% 28px;}
	.site-footer .bottom .right { flex-wrap:wrap; width:100%;}
	.site-footer .bottom .first .left { width:100%; flex-wrap:wrap;}
	.site-footer .bottom .first .left ul { width:50%; margin-bottom:24px; line-height:2;}
	.site-footer .bottom .first .left ul h4 { font-size:16px;}
	.site-footer .bottom .first .right ul.banner { display:flex; width:110%; margin:0 -5% 24px;}
	.site-footer .bottom .first .right ul.banner li { padding:0 2px;}
	.site-footer .bottom .second .right ul { position:absolute; top:222px; line-height:2; left:50%;}
	.site-footer .bottom .second ul li { display:block;}
	.site-footer .bottom .second .left { width:100%;}
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {

	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


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

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

/* ----------------------------------------------------------------------
 アコーディオン
---------------------------------------------------------------------- */
.hidden_box { margin:0;/*前後の余白*/ padding: 0;}
.hidden_box p { margin:0;}
/*ボタン装飾*/
.hidden_box label { padding: 15px; border-bottom: solid 1px #ccc; cursor :pointer; width:100%; display:block; position:relative;}
.hidden_box label i { position:absolute; right:0; top:50%;}
.hidden_box label span { padding-right:16px;}
/*ボタンホバー時*/
.hidden_box label:hover {}
/*チェックは見えなくする*/
.hidden_box input { display: none;}
/*中身を非表示にしておく*/
.hidden_box .hidden_show { height: 0; padding: 0; overflow: hidden; opacity: 0;}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show { padding:24px; background-color:#fff; height: auto; opacity: 1;}
.hidden_box input:checked ~ .hidden_show span { font-size:24px; font-weight:bold; display:block;}
/* ---------------------------------------------------------------------*/

.wrap { width:78.125%; margin:0 auto;}
.clearfix:after { content:""; display:block; clear:both;}
.cf:after { content:""; display:block; clear:both;}
.w46 { width:46%;}
.w48 { width:48%;}
.w50 { width:50%;}
.w100 { width:100%!important;}
.fleft { float:left;}
.fright { float:right;}
.overflow { overflow:hidden;}
.t-center { text-align:center; display:block;}
.relative { position:relative; z-index:0; padding:1px 0;}
.bg-img { position:absolute; width:100%!important; height:100%!important; top:0; left:0; object-fit:cover; z-index:-1;}
@media screen and (max-width:768px) {
	.w46,.w48,.w50 { width:100%;}
	.wrap { width:90%!important; margin:0 auto;}
}	

.pc {}
.sp { display:none!important;}
@media screen and (max-width:768px) {
	.pc { display:none!important;}
    .sp { display:block!important;}
}

.mt-0 { margin-top:0!important;}
.mt-24 { margin-top:24px!important;}
.mt-40 { margin-top:40px!important;}
.mt-80 { margin-top:80px!important;}
.mb-0 { margin-bottom:0!important;}
.mb-20 { margin-bottom:20px !important;}
.mb-40 { margin-bottom:40px!important;}
.mb-48 { margin-bottom:48px;}
.mb-80 { margin-bottom:80px!important;}
.mb-100 { margin-bottom:100px!important;}
@media screen and (max-width:768px) {
	.mt-80 { margin-top:40px!important;}
	.mt-80.sp0 { margin-top:0!important;}
	.mb-80 { margin-bottom:40px!important;}
}

.bg-ef { background-color:#efefef; padding:80px 0;}
.bg-f5 { background-color:#f5f5f5; padding:1px 0;}
.bg-navy { background-color:#202f55; padding:1px 0; color:#fff;}
.btn-basic { color:#262626!important; margin:16px auto; display:block; border:1px solid #bbb; width:200px; text-align:center; padding:8px 0;}
.btn-basic:hover { opacity:.6;}
.btn-top { border:1px solid; display:block; padding:16px; text-align:center; position:relative; color:#fff!important; margin:24px auto; font-size:initial; width:220px; line-height:1.2; font-weight:bold; letter-spacing:.05em;}
.btn-top:after { content:"▷"; font-size:11px; position:absolute; right:16px; display:inline-table; top:0; bottom:0; margin:auto;}
@media screen and (max-width:768px) {
	.btn-basic { width:75%;}
	.btn-top { padding:12px; width:75%;}
}

.midashi-top { font-size:40px; margin:0 auto 40px; color:#202f55;}
.midashi-top small { font-size:26px; display:block; margin-bottom:8px;}
@media screen and (max-width:768px) {
	.midashi-top { font-size:23px;}
	.midashi-top small { font-size:13px; letter-spacing:.1em;}
}

/*--ここから--*/
.accordion-item { margin-bottom:0.5rem;}
.accordion-item p { margin:0;}
.accordion-check { display:none;}
.accordion-label { position:relative; display:block; cursor:pointer; padding:0.5rem; background-color:#013366; color:#fff; line-height:1.5; padding:20px; margin:0; font-size:20px; letter-spacing:.1em;}
.accordion-label::after { content:"+"; width:36px; height:32px; background-color:#fff; color:#013366; display:flex; justify-content:center; font-size:45px; padding:0 0 4px; align-items:center; position:absolute; right:16px; top:0; bottom:0; margin:auto;}
.accordion-box { height:0; overflow:hidden; opacity:0; background-color:#fff;}
.accordion-check:checked~.accordion-box { padding: 24px; background-color:#efefef; height:auto; opacity:1;}
.accordion-check:checked~.accordion-label:after { content:'−';}
.accordion-box p { line-height:1.5;}
@media screen and (max-width:768px) {
	.accordion { margin-top:40px;}
	.accordion-label { font-size:15px; padding:10px 46px 10px 16px;}
	.accordion-label::after { width:26px; height:24px; right:10px;}
}

.sec-topfaq .hidden_box { margin:0 0 2px;}
.sec-topfaq .hidden_box label { display:flex; align-items:center; background-color:#036; color:#fff; padding:20px; margin:0 0 2px; font-size:20px; letter-spacing:.1em;}
.sec-topfaq .hidden_box label:after { content:"+"; width:36px; height:32px; background-color:#fff; color:#013366; display:flex; justify-content:center; font-size:45px; padding:0 0 4px; align-items:center; position:absolute; right:16px;}
.sec-topfaq .hidden_box input:checked ~ label:after { content:"-";}
.sec-topfaq .hidden_box input:checked ~ .hidden_show { background-color:#f5f5f5;}

.ul-service { display:flex; flex-wrap:wrap;}
.ul-service li { width:18.8%; margin-right:1.5%; background-color:#036; position:relative; color:#fff; margin-bottom:40px;}
.ul-service li:nth-of-type(5n) { margin-right:0;}
.ul-service li span { display:block; text-align:center; line-height:70px;}

.dl-topinfo { display:flex; flex-wrap:wrap; overflow-y:scroll; height:200px;}
.dl-topinfo dd { margin:0 0 2px; width:300px;}
.dl-topinfo dd .category { background-color:#3366cc; width:130px; display:inline-block; margin-right:10px; color:#fff; font-size:15px; text-align:center;}
.dl-topinfo dd .date { font-size:16px; color:#666; letter-spacing:.1em;}
.dl-topinfo dd .date i { font-family:"Font Awesome 5 Free"; margin-right:8px;}
.dl-topinfo dt { margin:0 0 16px; width:calc(100% - 300px);}
.dl-topinfo .btn-top { color:#36c!important;}

.dl-topinfo.type2 { background-color:rgba(255,255,255,.6); padding:32px 50px; display:flex; flex-wrap:wrap; margin:0 auto 40px;}
.dl-topinfo.type2 dd { width:224px;}
.dl-topinfo.type2 dd .date { color: initial;}
.dl-topinfo.type2 dd .category { width:auto; padding:0 20px; margin-left:10px;}
.dl-topinfo.type2 dt { width:calc(100% - 224px);}
.dl-topinfo.type2 .btn-top { color:#fff!important; background-color:#036; border:0; margin-bottom:-50px;}
@media screen and (max-width:768px) {
	.dl-topinfo dd { width:100%!important;}
	.dl-topinfo dt { width:100%!important;}
	.dl-topinfo dd .category { width:120px; font-size:13px;}
	.dl-topinfo dd .date { font-size:14px;}
	.dl-topinfo.type2 { padding:24px 10px 0; width:95%!important;}
	.bg-img.front-top { object-position:58% top;}
}



.sec_coco h2,.sec_coco h3,.sec_coco h4,.sec_coco h5 { letter-spacing:.1em;}
.sec_coco .btn { padding:16px 100px; width:fit-content; display:flex; justify-content:center; align-items:center; position:relative;}
.sec_coco .btn i { position:absolute; right:24px;}
.sec_coco h2 { font-size:56px; text-align:center; position:relative; z-index:0; padding:60px 0; margin:0;}
.sec_coco h2 small { display:block; font-size:17px; letter-spacing:.08em; margin-top:12px;}
.sec_coco h2 span { position:absolute; z-index:-1; color:#f1f1f1; top:0; bottom:0; right:0; left:-20vw; margin:auto; font-size:180px; white-space:nowrap;}
.sec_coco .top-img img { width:100%; object-fit:cover;}
@media screen and (max-width:768px) {
	.sec_coco h2 { font-size:42px; line-height:1.2; padding:40px 0;}
	.sec_coco .btn { width:90%; padding:16px 40px 16px 16px;}
	.sec_coco .btn i { right:16px;}
	.sec_coco h2 span { font-size:164px;}
	.sec_coco .wrap { padding:/*0 5%*/;}
}

.sec_coco .box-1 { background-color:#f1f1f1; padding:16px 0 60px; position:relative;}
.sec_coco .box-1 h3 { font-size:36px; max-width:770px;}
.sec_coco .box-1 h3 small { background-color:#333; color:#fff; padding:8px; font-size:18px; margin-right:32px;}
.sec_coco .box-1 h3 span { display:block; text-align:right;}
.sec_coco .box-1 .bg-right { background-color:#fff; width:300px; padding:16px 16px 0; position:absolute; right:10.9375%; top:-64px; text-align:center; font-size:14px;}
.sec_coco .box-1 .bg-right h4 { margin-top:8px; font-size:26px;}
.sec_coco .box-1 .bg-right h4 small { display:block; border-top:0.5px solid #bbb; padding:8px 0 0; margin:8px 0 0; font-weight:300; font-size:17px; letter-spacing:.05em;} 
.sec_coco .box-1 .bg-right span { border:1px solid; padding:0px 16px; display:inline-block; margin:0 0 8px;}
.sec_coco .box-1 h5 { font-size:22px; padding-left:8px;}
.sec_coco .box-1 h5:before { content:""; width:4px; height:40px; background-color:#000; display:inline-block; margin:0px 12px -12px -8px;}
@media screen and (max-width:768px) {
	.sec_coco .box-1 { padding-bottom:24px;}
	.sec_coco .box-1 h3 { text-align:center; font-size:24px; margin:40px 0;}
	.sec_coco .box-1 h3 small { display:block; width:100px; margin:0 auto 16px; padding:5px; font-size:12px; letter-spacing:0;}
	.sec_coco .box-1 h3  span { text-align:center; font-size:20px; margin-top:4px;}
	.sec_coco .box-1 .bg-right { position:initial; background-color:rgba(255,255,255,1); margin:-60px auto 0; padding-bottom:1px;}
	.sec_coco .box-1 .bg-right h4 { font-size:19px;}
	.sec_coco .box-1 .bg-right h4 small { border:0; font-size:15px; margin:14px 0 0;}
	.sec_coco .box-1 h5 { margin-bottom:16px;}
	.sec_coco .box-1 h5:before { height:34px; margin-bottom:-10px;}
}

.sec_coco .box-2 .overflow { position:relative; z-index:0;}
.sec_coco .box-2 .overflow img { width:60%; position:absolute; z-index:-1;}
.sec_coco .box-2 .overflow .txt { max-width:580px; float:right; background-color:#fff; margin:40px 0; padding:30px;}
.sec_coco .box-2 dl { margin:40px 0; background-color:#f1f1f1; display:flex; padding:30px; align-items:center;}
.sec_coco .box-2 dl dt { background-color:#fff; font-size:24px; font-weight:400; padding:8px 24px; margin-right:24px;}
.sec_coco .box-2 dl dd { margin:0;}
@media screen and (max-width:768px) {
	.sec_coco .box-2 .overflow img { width:100%; position:initial;}
	.sec_coco .box-2 .overflow .txt { margin:-24px 0 0; padding:0 16px;}
	.sec_coco .box-2 dl { display:block; padding:24px;}
	.sec_coco .box-2 dl dt { color:#fff; margin:-46px 0 8px -38px; width:fit-content; font-size:22px; padding:0px 24px;}
}

.box-warra { padding:100px 0;}
.box-warra h3,.inner-tech h3 { margin:0 0 24px;}
.box-warra h3 strong,.inner-tech h3 strong { font-size:22px; display:block; margin-top:16px;}
.box-warra h3 .num,.inner-tech h3 .num { font-weight:400; font-size:28px; line-height:34px; display:inline-block; float:left;}
.box-warra h3 .sub,.inner-tech h3 .sub { display:inline-block; background-color:#202f55; color:#fff; font-size:13px; line-height:34px; padding:0 12px; border-radius:4px; margin-left:16px;}
.box-warra p { line-height:2; margin:0 0 24px;}
@media screen and (max-width:768px){
	.box-warra { padding:40px 0 6px;}
	.box-warra h3,.inner-tech h3 { margin:20px 0;}
	.box-warra h3 strong,.inner-tech h3 strong { font-size:20px; margin-top:12px;}
}

.bg-fa { background-color:#efefef; padding:60px 0 40px;}
.inner-works { width:95%; height:420px; position:relative; margin:0 0 40px; overflow:hidden;}
.inner-works a { width:100%; height:100%; position:absolute; top:0; left:0; z-index:19;}
.inner-works.num2n { margin-left:5%;}
.inner-works img { width:70%; height:100%; object-fit:cover; position:absolute; top:0;}
.inner-works.num1n img { left:0px;}
.inner-works.num2n img { right:0px;}
.inner-works .box { width:48%; margin:60px 0 0; padding:60px; background-color:#fff; position:relative; z-index:2; overflow:hidden;}
.inner-works.num1n .box { float:right;}
.inner-works .box strong { font-size:20px; display:inline-block; margin:0 0 16px; line-height:1;}
.inner-works .box em { font-size:14px; margin:0 0 16px; display:inline-block; line-height:1; color:#feae03; font-style:normal;}
.inner-works .box span { font-size:16px; font-weight:bold; float:right; display:inline-block; margin:16px 0 0; position:relative;}
.inner-works .box a span:after { content:""; display:block; width:10px; border-top:1px solid #111111; position:absolute; left:50%; bottom:0; margin-left:-5px;}
@media screen and (max-width:768px){
	.bg-fa { padding:40px 0;}
	.inner-works { width:100%; height:auto; margin:0 0 20px;}
	.inner-works img { width:100%; height:auto; position:static;}
	.inner-works .box { width:90%; margin:-24px auto 0; padding:20px 5%; float:none !important; background-color:#f8f8f8;}
	.inner-works .box span { margin:8px auto 0; float:none; display:block;}
	.inner-works.num2n { margin-left:0;}
	
	.inner-works p { margin:0;}
}

.midashi-page-main { text-align:center; margin:80px 0; font-size:40px; padding:8px 0 0;}
.midashi-page-main small { font-size:13px; display:block; margin:8px 0 0;}
.midashi-page-main:before { content:""; display: block; width: 30px; height: 0;margin: 0 auto 12px;
    border-top: 3px solid #feae03;}
@media screen and (max-width:768px){
	.midashi-page-main { margin:110px 0 40px; font-size:32px;}
}

.footer-top-cl { background-color:#0B0B3B; /*background-image:url(http://autumn.silfe.co.jp/wp-content/uploads/2019/08/full.jpg);*/}
.footer-top-cl .inner { padding:80px 5%; /*background-color:rgba(0,0,0,.5);*/}
.footer-top-cl .inner .box { width:360px; height:220px; position:relative; border:5px solid #646e88; padding:24px; box-sizing:border-box; margin:0 auto;}
.footer-top-cl .inner .box h3 { font-size:40px; margin:0 0 20px; color:#646e88; letter-spacing:.1em;}
.footer-top-cl .inner .box h3 small { font-size:14px; display:block;}
.footer-top-cl .inner .box a { display:block; width:270px; height:70px; font-size:14px; font-weight:bold; border-bottom:2px solid #fff; box-sizing:border-box; padding:12px 60px 8px 0; position:absolute; bottom:32px; right:-28px; color:#fff;}
.footer-top-cl .inner .box a span { position:relative; display:block;}
.footer-top-cl .inner .box a span i { font-size:20px; line-height:70px; top:-12px; right:-60px; position:absolute;}
@media screen and (max-width:768px){	
	.footer-top-cl .inner { overflow:hidden; padding:40px 8% 20px 5%;}
	.footer-top-cl .inner .w50 { margin:0 0 20px;}
	.footer-top-cl .inner .box { width:100%; height:194px;}
	.footer-top-cl .inner .box h3 { font-size:28px;}
	.footer-top-cl .inner .box a { width:100%;}
}

.footer-main { height:490px; display:flex;}
.footer-main a { color:#fff;}
.footer-main .left { width:40%;}
.footer-main .left .add { background-color:#666; color:#fff; padding:64px 80px 0 100px; height:416px; box-sizing:border-box;}
.footer-main .left .add .logo { width:140px;}
.footer-main .left .add dl { margin:0; padding:0;}
.footer-main .left .add dt { font-size:16px; margin-top:16px;}
.footer-main .left .add dd { margin:0;}
.footer-main .left .add dd a { font-weight:bold; display:block; margin:8px 0 0;}
.footer-main .left .cr { height:74px; box-sizing:border-box; text-align:center; line-height:74px;}
.footer-main .main { width:60%; padding:64px 0 0 100px; background-color:#111; color:#fff; height:490px; box-sizing:border-box;}
.footer-main .main ul { margin:0 64px 0 0; padding:0; display:inline-block;}
.footer-main .main ul li { font-weight:bold; list-style:none; line-height:2;}
.footer-main .main ul li a { font-weight:bold;}
.footer-main .main ul li ul { margin:0 0 0 16px; padding:0; display:block;}
.footer-main .main ul li ul li { list-style:disc; font-weight:400;}
.footer-main .main ul li ul li a { font-weight:400;} 
@media screen and (max-width:768px){
	.footer-main { height:auto; display:block;}
	.footer-main .left { width:100%;}
	.footer-main .main { width:100%; height:auto; padding:40px 5%;}
	.footer-main .left .add { padding:40px 5%; height:auto;}
	.footer-main .left .cr { height:48px; line-height:48px;}
}

.footer-new { padding:64px 100px 40px;}
.footer-new h3 { margin:0 0 40px; text-align:center; font-size:16px; font-weight:400; line-height:1.8;}
.footer-new h3 a { color:#111;}
.footer-new .ul-tel { text-align:center; margin:0 0 40px;}
.footer-new .ul-tel li { display:inline-block; padding:0 20px; list-style:none;}
.footer-new .ul-tel a { color:#141412; font-size:18px;}
.footer-new .ul-tel i { font-size:18px; padding-right:16px; }
.footer-new .add { font-size:12px; text-align:center; margin:0 0 40px; line-height:1.6;}
.footer-new .ul-footermenu { margin:0; padding:0;}
.footer-new .ul-footermenu li { list-style:none; margin:0 0 8px;}
.footer-new .ul-footermenu li a { font-size:15px; color:#141412;}
.footer-new .ul-footermenu li a i { font-size:22px;}
.footer-new .ul-footermenu li ul { margin:0 0 0 16px; padding:0;}
.footer-new .ul-footermenu li ul li { list-style:none; margin:4px 0 0;}
.footer-new .ul-footermenu li ul li a { font-size:14px;}
.footer-new .ul-footerbtn { margin:0; padding:0;}
.footer-new .ul-footerbtn li { list-style:none; margin:0 0 16px;}
.footer-new .ul-footerbtn li a { background-color:#333; padding:8px 16px; color:#fff; font-size:16px; display:block;}
.footer-new .ul-footerbtn li a:hover { background-color:#202f55;}
.footer-new .ul-footerbtn li a i { padding-right:16px;}
.footer-new .banner { margin:0 0 16px; width:100%;}
.footer-new .cr { text-align:center; text-align:center; margin:24px 0 0; font-size:14px;}
@media screen and (max-width:768px){
	.footer-new { padding:24px 5%; box-sizing:border-box;}
	.footer-new .w20 { width:50%; height:186px;}
	.footer-new .w20:nth-of-type(2n):after { content:""; display:block; clear:both;}
	.footer-new .w20:last-of-type { width:100%; height:auto;}
	.footer-new h3 { margin:0 0 20px;}
	.footer-new .ul-tel { margin:0 0 20px; padding:0;}
	
	.footer-new .cr { margin:0;}
}
.para { width:100%; height:100vh; background-attachment:scroll; background-position:center; background-size:cover; margin:0;}
.bg-1 { background-image:url();}
.bg-2 { background-image:url();}

@media screen and (max-width:768px){
.btn { width:100%; margin:0 auto 24px; border:1px solid #feae03; padding:16px 0; box-sizing:border-box;}
	
	.para { width:100%; height:34vh; background-attachment:scroll; background-position:center; background-size:cover; margin:0;}
}

.w656-page { width:65.6%; margin-right:3%; float:left; background-color:#000; height:300px; margin-bottom:32px; font-size:0;}
.w313-page { width:31.3%; float:left; background-color:#000; height:300px; margin-bottom:32px; font-size:0;}
.w656-page img,.w313-page img { width:100%; height:100%; object-fit:cover; opacity:.5;}
.w656-page a,.w313-page a { color:#fff;}
.w656-page,.w313-page { position:relative;}
.w656-page span,.w313-page span { font-size:24px; position:absolute; right:20px; bottom:20px; line-height:1; text-shadow:1px 1px 1px #333;}
.w656-page:hover img,.w313-page:hover img { opacity:1;}
.mr-3p { margin-right:3%;}
@media screen and (max-width:768px){
    .w656-page { height:107px; margin-bottom:10px;}
    .w313-page { height:107px; margin-bottom:10px;}
	.w656-page span,.w313-page span { font-size:14px; right:8px; bottom:8px;}
}

.box-deli { width:90%; margin:0 auto; padding:20px; border:1px solid #ccc; border-radius:8px;}
@media screen and (max-width:768px){
	.box-deli { width:100%;}
}

.bg-page { background-color:#f3f8fb; position:relative; padding:0 40px 40px; margin-top:120px;}
.midashi-com,.midashi2-com { font-size:32px !important; font-weight:500 !important; color:#feae03; margin:-106px 0 40px !important; letter-spacing:.1em; text-align:center; width:100%;}
.midashi-com span,.midashi2-com span,.midashi3-com span { font-size:16px; font-family: 'Montserrat', sans-serif; display:block; font-weight:bold; margin-top:16px; letter-spacing:0;}
.midashi-com:before { background-color:#feae03; width: 2px; height: 50px; margin: 0 auto 25px; content: ''; display: block;}
.midashi3-com { font-size:32px !important; font-weight:500 !important; color:#feae03; margin:80px 0 40px !important; letter-spacing:.1em; text-align:center;}
.midashi2-com { margin:-32px 0 40px !important;}

.dl-com-new,.dl2-com { clear:both; width:800px; margin:0 auto; overflow:hidden;}
.dl-com-new dt,.dl2-com dt { width:20%; padding:24px 16px; box-sizing:border-box; float:left; font-weight:400;}
.dl-com-new dd,.dl2-com dd { border-bottom:1px solid #d3dcdf; padding:24px 0 24px 22%; margin-bottom:0;}
.dl-com-new dd dl,.dl2-com dd dl { overflow:hidden; width:100%;}
.dl-com-new dd dl dt,.dl2-com dd dl dt { width:20%; padding:0; line-height:2; font-weight:400;}
.dl-com-new dd dl dd,.dl2-com dd dl dd { width:80%; padding:0; line-height:2; border:0;}
.dl-com-new dd:last-of-type,.dl2-com dd:last-of-type { border-bottom:0;}

.wrap-access { width:100%; height:600px; position:relative; margin:0 0 80px;}
.wrap-access div { background-color:#feae03; padding: 65px 75px 20px; width:480px; height: 440px; color:#fff; position:absolute; right:0; bottom:0; box-sizing:border-box;}
.wrap-access div h3 { font-size:24px; margin:0 0 16px;}
@media screen and (max-width:768px){
    .midashi-com,.midashi2-com { font-size:20px !important; font-weight:500 !important; color:#feae03; margin:-96px 0 40px !important; letter-spacing:.1em; text-align:center; width:100%;}
    .midashi-com span,.midashi2-com span,.midashi3-com span { font-size:14px; font-family: 'Montserrat', sans-serif; display:block; font-weight:bold; margin-top:10px; letter-spacing:0;}
    .midashi-com:before { background-color:#feae03; width: 2px; height: 50px; margin: 0 auto 25px; content: ''; display: block;}
    .midashi3-com { font-size:20px !important; font-weight:500 !important; color:#feae03; margin:80px 0 40px !important; letter-spacing:.1em; text-align:center;}
    .midashi2-com { margin:-22px 0 40px !important;}
	
    .bg-page { background-color:#f3f8fb; position:relative; padding:0 20px 20px; margin-top:120px;}
    .dl-com,.dl2-com { clear:both; width:100%; margin:0 auto; overflow:hidden;}
    .dl-com dt { width:30%; padding:16px 0; box-sizing:border-box; float:left; font-weight:400;}
    .dl-com dd { border-bottom:1px solid #d3dcdf; padding:16px 0 16px 30%; margin-bottom:0;}
    .dl-com dd dl dt { width:100%; padding:0; line-height:2; font-weight:400;}
    .dl-com dd dl dd { width:100%; padding:0; line-height:2; border:0;}
	.dl2-com dt { width:100%; padding:16px 0 0; box-sizing:border-box; float:left; font-weight:400;}
	.dl2-com dd { width:100%; border-bottom:1px solid #d3dcdf; padding:16px 0;}
	.wrap-access { width:100%; height:auto; position:static;}
	.wrap-access iframe { width:100% !important; height:300px !important;}
	.wrap-access div { background-color:#e50012; padding: 40px 20px ; width:100%; height: auto; color:#fff; position:static; box-sizing:border-box; margin-bottom:40px;}
}

.midashi-com { font-size:48px; text-align:center; padding:80px 0 40px;}
.midashi-com span { font-size:20px; display:block; font-weight:400;}

.dl-com { display: flex; margin:0; padding:0;}
.dl-com dt { flex-basis:20%; border-bottom:1px solid #feae03; padding:16px 2px; font-weight:400;}
.dl-com:first-of-type dt { border-top:1px solid #feae03;}
.dl-com dd { flex-basis:calc(80% - 24px); margin:0 0 0 24px; border-bottom:1px solid #000; padding:16px 2px;}
.dl-com:first-of-type dd { border-top:1px solid #000;}
.dl-com:last-of-type { margin-bottom:80px;}

.dl-his { margin:0; padding:0 0 80px;}
.dl-his dt { width:20%; padding:16px 2px; float:left; box-sizing:border-box; font-weight:400;}
.dl-his dd { padding:16px 2px 16px calc(20% + 26px); border-bottom:1px solid #aaa; margin:0;}

.box-access-ami { margin:24px auto 80px; line-height:1.8;}
.box-access-ami h4 { width:45%; float:left; margin:0; font-size:32px; line-height:54px;}
.box-access-ami p { width:55%; padding-left:24px; border-left:1px solid #000; float:right;}
.ul-access { margin:0 auto 80px; padding:0; overflow:hidden;}
.ul-access li { width:30%; float:left; margin-right:5%; list-style:none; text-align:left; margin-bottom:20px;}
.ul-access li:nth-of-type(3n) { margin-right:0;}
.ul-access li img { width:100%; margin-bottom:8px;}
@media screen and (max-width:768px){
	.midashi-com { font-size:32px; padding:40px 0 0;}
	.midashi-com span { font-size:14px;}
	.dl-com dt { flex-basis:25%;}
	.dl-com dd { flex-basis:75%; margin:0;}
	.dl-com:last-of-type { margin-bottom:40px;}
	.dl-his { margin:0; padding:0 0 40px;}
	.dl-his dt { width:100%; padding:16px 0 8px;}
	.dl-his dd { padding:16px 0;}
	.box-access-ami { margin:8px 0 40px;}
	.box-access-ami h4 { width:100%; border-bottom:1px solid #111; float:none; font-size:24px; line-height:1.6;}
	.box-access-ami p { width:100%; padding-left:8px; border-left:0; float:none;}
	.ul-access { margin:0 0 40px;}
	.ul-access li { width:100%; float:none; margin-right:0; margin-bottom:20px;}
}

.head-page-ami { padding:100px 0; width:100%; background-image:url(); background-size:cover; background-position:center; text-align:center; color:#fff; position:relative; z-index:0; min-height:305px;}
.head-page-ami h2 { font-size:64px; margin:0; text-shadow:1px 1px 1px #666; letter-spacing:.05em;}
.head-page-ami h2 span { font-size:24px; display:block; font-weight:400;}
.head-page-ami h2:before { display:none;}
.bg-company { background-image:url();}
@media screen and (max-width:768px) {
	.head-page { margin-bottom:40px; padding:20px 0; min-height:92px;}
	.head-page h2 { font-size:28px;}
	.head-page h2 span { font-size:16px;}
}

.bg-pagestaff { background-color:#efefef; padding:80px 2%; position:relative;}
.box-pagestaff img { width:68%;}
.box-pagestaff div { width:38%;  background-color:#F8E0F1; padding:40px 32px; box-sizing:border-box; color:#feae03; font-size:20px; font-weight:700; position:absolute; right:2%; top:40vh; background-color:#fff; font-size:14px; color:#111;}
.box-pagestaff div:before { content:""; display:block; position:absolute; top:0; left:0; width:calc(160 / 499 * 100%); padding-top:calc(15/499*100%); background-color:#202f55;}
.box-pagestaff h4 { font-size:24px; margin:20px 0;}
.box-pagestaff h4 span { font-size:14px; color:#202f55; display:block; margin-top:8px;}
.box-pagestaff dl { margin:0; padding:0; overflow:hidden; font-weight:400;}
.box-pagestaff dt { width:30%; float:left; font-weight:400;}
.box-pagestaff dd { padding:0 0 0 32%; margin:0 0 8px;}
.bg-pagestaff h3 { font-size:48px; margin:80px 0 20px; letter-spacing:.1em; color:#666;}
.bg-pagestaff h3 span { font-size:18px; display:block; font-weight:400;}
.bg-pagestaff .lead { font-size:16px; margin:40px auto 80px !important;}
@media screen and (max-width:768px){
	.bg-pagestaff { padding:0 0 40px;}
	.box-pagestaff img { width:100%;}
	.box-pagestaff div { width:100%; position:static; padding:24px 5%; font-size:14px; font-weight:400; position:relative; top:auto; left:0; width:90%; margin:-40px auto 0; padding:24px 5%;}
	.box-pagestaff h4 { font-size:20px; margin:0 0 20px;}
	.box-pagestaff h4 span { display:inline-block; margin-top:0; margin-left:4px;}
	.box-pagestaff dt { width:24%;}
	.box-pagestaff dd { padding:0 0 0 28%;}
	.bg-pagestaff h3 { font-size:32px; margin:40px 0 20px;}
	.bg-pagestaff .lead { font-size:14px; margin:24px auto 60px!important;}
}


.header-bottom { margin-top:48px;}
.header-page { text-align:center; margin:0; padding:160px 0 48px; background-color:#efefef; position:relative;}
.header-page img { width:100%; height:224px; object-fit:cover; position:absolute; top:0; left:0; }
.header-page h3 { background-color:#fff; margin:0 auto; padding:24px 20px 24px; font-size:32px; text-align:center; width:50%; box-sizing:border-box; position:relative; z-index:9;}
.header-page h3 small{ font-size:13px; display:block; font-weight:400; margin-top:20px;}
.header-page h3:after { content:""; display:block; width:64px; height:3px; background-color:#feae03; position:absolute; bottom:0; left:calc(50% - 32px);}
.header-page p { margin:0;}
@media screen and (max-width:768px){
	.header-bottom { margin-top:0;}
	.header-page { padding:160px 0 20px;}
	.header-page h3 { font-size:25px; width:64%; line-height:1.5;}
}

.head-after { padding:200px 40px 80px; background-image:url(); color:#fff; background-size:cover; position:relative;}
.head-after .bg-000 { width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:1; display:block; position:absolute; top:0; left:0;}
.head-after h3 { font-size:48px; margin:0 0 20px; line-height:1.4; position:relative; z-index:2;}
.head-after p { margin:0; line-height:2; position:relative; z-index:2;}
@media screen and (max-width:768px){
	.head-after { text-align:center; padding:180px 5% 20px; margin-top:80px;}
	.head-after h3 { font-size:22px;}
}

.midashi-after { font-size:40px; margin:64px 0; text-align:center;}
.midashi-after span { font-size:110px; color:#202f55; padding:0 5px;}
@media screen and (max-width:768px){
	.midashi-after { font-size:18px; margin:24px 0;}
	.midashi-after span { font-size:30px;}
}

.ul-after-menu { margin:0 0 40px; padding:0; overflow:hidden;}
.ul-after-menu li { width:32%; height:94px; margin-right:2%; list-style:none; float:left; display:flex; background-color:#202f55; align-items:center; position:relative; margin-bottom:20px;}
.ul-after-menu li.big { width:49%;}
.ul-after-menu li:nth-of-type(3),.ul-after-menu li:nth-of-type(5) { margin-right:0;}
.ul-after-menu li .img { width:94px; height:94px;}
.ul-after-menu li .img img { width:100%; height:100%; object-fit:cover;}
.ul-after-menu li .txt { width:calc(100% - 94px); height:94px; padding:12px; box-sizing:border-box; position:relative; color:#fff; display:flex; align-items:center;}
.ul-after-menu li .txt .txt-span { display:block; font-size:18px;}
.ul-after-menu li .txt .num { font-size:40px; font-weight:bold; position:absolute; bottom:12px; right:12px; line-height:1; color:rgba(255,255,255,.5);}
@media screen and (max-width:768px){
	.ul-after-menu { margin:0 0 24px;}
	.ul-after-menu li { width:100%; margin-right:0; height:64px; margin-bottom:12px;}
	.ul-after-menu li.big { width:100%;}
	.ul-after-menu li .img { width:64px; height:64px;}
	.ul-after-menu li .txt { width:calc(100% - 64px); height:64px; padding:8px;}
	.ul-after-menu li .txt .txt-span { font-size:12px;}
	.ul-after-menu li .txt .num { font-size:20px; bottom:8px; right:8px;}
}

.midashibar-after { background-color:#202f55; color:#fff; margin:64px 0; padding:48px 0; font-size:32px; text-align:center;}
.midashibar-after span { display:block; margin:0 0 4px;}
@media screen and (max-width:768px){
	.midashibar-after { margin:24px 0; padding:24px 0; font-size:16px;}
	.midashibar-after span { font-size:35px;}
}

.wrap-after .txt { padding:0 40px; box-sizing:border-box; line-height:2;}
.wrap-after h4 { font-size:24px; margin:0 0 24px; line-height:2;}
.wrap-after h4 em { color:#202f55; font-style:normal;}
.wrap-after .txt p { margin:0;}
.wrap-after .txt ul { margin:24px 0; padding:0; overflow:hidden;}
.wrap-after .txt ul li { width:140px; list-style:none; float:left; text-align:center; font-size:16px; font-weight:bold; color:#009FE6; margin-right:48px;}
.wrap-after .txt ul li img { width:140px; height:140px; object-fit:cover; border-radius:50%; margin:0 0 8px;}
@media screen and (max-width:768px){
	.wrap-after .txt { padding:0 5%;}
	.wrap-after h4 { font-size:18px; margin:0 0 16px;}
	.wrap-after .img-after { width:90%; margin:20px auto 0; display:block;}
	.wrap-after .txt ul { margin:24px 0 0;}
	.wrap-after .txt ul li { width:32%; margin-right:2%; font-size:14px;}
	.wrap-after .txt ul li:nth-of-type(3n) { margin-right:0;}
	.wrap-after .txt ul li img { width:108px; height:108px;}
}

.wrap-after h3 { color: #fff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 4px;
    background: #202f55; padding: 30px 0 26px;
    text-align: center; margin:48px 40px 24px;}
.wrap-after h3.red { background:#CF4953;}
@media screen and (max-width:768px){
	.wrap-after h3 { margin:20px 0; padding:24px 5%; font-size:18px; letter-spacing:1px;}
}

.wrap-after .ul-support { margin:0 40px; padding:0; overflow:hidden; display:flex;}
.wrap-after .ul-support li { border:1px solid #fff; box-sizing:border-box; list-style:none;}
.wrap-after .ul-support li img { width:100%; height:197px; object-fit:cover;}
.wrap-after .ul-support li div { width:100%; height:80px; text-align:center; background-color:#202f55; color:#fff; font-weight:bold; font-size:16px; display:flex; align-items:center;}
.wrap-after .ul-support li div span { display:block; text-align:center; width:100%;}
@media screen and (max-width:768px){
	.wrap-after .ul-support { margin:0 5%; flex-wrap:wrap;}
	.wrap-after .ul-support li { border:0; width:32%; margin-right:2%; margin-bottom:12px;}
	.wrap-after .ul-support li:nth-of-type(3n) { margin-right:0;}
	.wrap-after .ul-support li img { height:135px;}
	.wrap-after .ul-support li div { height:70px; font-size:12px;}
}

.wrap-after .midashi-jio { margin:48px 40px 24px; text-align:center; color:#E50010; border:8px double #E50010; box-sizing:border-box; padding:28px 0; font-size:24px; line-height:1.6;}
.wrap-after .lead-jio { font-size:18px; text-align:center; margin:0 0 24px; font-weight:bold; line-height:1.8;}
.wrap-after .lead-jio em { position:relative; font-style:normal;}
.wrap-after .lead-jio em span { position:relative; z-index:1;}
.wrap-after .lead-jio em:before { content:""; position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 10px;
    border-bottom: 10px solid #FFFF00;}
@media screen and (max-width:768px){
	.wrap-after .midashi-jio { margin:24px 5%; font-size:16px; padding:20px 5%;}
	.wrap-after .lead-jio { font-size:14px; margin:0 5% 20px;}
}

.wrap-after .ul-after-flow { margin:0 40px 32px; padding:0; overflow:hidden;}
.wrap-after .ul-after-flow li { width:18.4%; float:left; list-style:none; margin-right:2%; position:relative;}
.wrap-after .ul-after-flow li:nth-of-type(5n) { margin-right:0;}
.wrap-after .ul-after-flow li h4 { font-size:18px; margin:16px 0;}
.wrap-after .ul-after-flow li:after { content:"\f0da"; font-family:"Font Awesome 5 Free"; position:absolute; right:-18px; top:68px; font-weight:900; font-size:24px;}
.wrap-after .ul-after-flow li:nth-of-type(3):after,.wrap-after .ul-after-flow li:nth-of-type(4):after { color:#E50010;}
.wrap-after .ul-after-flow li:last-of-type:after { display:none;}
@media screen and (max-width:768px){
	.wrap-after .ul-after-flow { margin:0 5% 20px;}
	.wrap-after .ul-after-flow li { width:48%; margin-right:4%;}
	.wrap-after .ul-after-flow li:nth-of-type(5n) { margin-right:4%;}
	.wrap-after .ul-after-flow li:nth-of-type(2n) { margin-right:0;}
	.wrap-after .ul-after-flow li:after { display:none;}
	.wrap-after .ul-after-flow li h4 { margin:4px 0;}
}

.wrap-after .ul-after-arrow { margin:0 40px; padding:0; overflow:hidden;}
.wrap-after .ul-after-arrow li { list-style:none; padding:0; box-sizing:border-box;}
.wrap-after .ul-after-arrow li span { display:block; text-align:center; position:relative; height:56px; line-height:56px; font-size:16px; font-weight:bold;}
.wrap-after .ul-after-arrow li:nth-of-type(1) { width:59.2%; float:left;}
.wrap-after .ul-after-arrow li:nth-of-type(2) { width:38.8%; float:right;}
.wrap-after .ul-after-arrow li:nth-of-type(1) span { background-color:#333; color:#fff;}
.wrap-after .ul-after-arrow li:nth-of-type(2) span { background-color:#E50010; color:#FFFF00;}
.wrap-after .ul-after-arrow li span:before { position:absolute; top:0; left:0;}
.wrap-after .ul-after-arrow li:nth-of-type(1) span:before { content:""; border-top: 28px solid #fff; border-right: 32px solid #333; border-bottom: 28px solid #fff; }
.wrap-after .ul-after-arrow li span:after { position:absolute; top:0; right:0;}
.wrap-after .ul-after-arrow li:nth-of-type(1) span:after { content:""; border-top: 28px solid #fff; border-left: 32px solid #333; border-bottom: 28px solid #fff; }
.wrap-after .ul-after-arrow li:nth-of-type(2) span:before { content:""; border-top: 28px solid #fff; border-right: 32px solid #E50010; border-bottom: 28px solid #fff; }
.wrap-after .ul-after-arrow li span:after { position:absolute; top:0; right:0;}
.wrap-after .ul-after-arrow li:nth-of-type(2) span:after { content:""; border-top: 28px solid #fff; border-left: 32px solid #E50010; border-bottom: 28px solid #fff; }
@media screen and (max-width:768px){
	.wrap-after .ul-after-arrow { margin:0 5%;}
	.wrap-after .ul-after-arrow li { margin-bottom:12px;}
	.wrap-after .ul-after-arrow li:nth-of-type(2) { margin-bottom:0;}
	.wrap-after .ul-after-arrow li span { font-size:14px;}
	.wrap-after .ul-after-arrow li:nth-of-type(1),.wrap-after .ul-after-arrow li:nth-of-type(2) { width:100%; float:none;}
	.wrap-after .ul-after-arrow li span:before,.wrap-after .ul-after-arrow li span:after { display:none;}
}

.wrap-after .ul-after-money { margin:0 40px; padding:0; overflow:hidden;}
.wrap-after .ul-after-money li { width:23.5%; height:264px; float:left; margin-right:2%; list-style:none; position:relative;}
.wrap-after .ul-after-money li:nth-of-type(4n) { margin-right:0;}
.wrap-after .ul-after-money li img { width:100%; height:100%; object-fit:cover;}
.wrap-after .ul-after-money li span { font-size:18px; color:#fff; display:block; text-align:center; line-height:64px; background-color:rgb(32 47 85 / 70%); width:100%; position:absolute; bottom:0; left:0; z-index:9; font-weight:bold;}
@media screen and (max-width:768px){
	.wrap-after .ul-after-money { margin:0 5%;}
	.wrap-after .ul-after-money li { width:49%; height:164px; margin-bottom:12px;}
	.wrap-after .ul-after-money li:nth-of-type(2n) { margin-right:0;}
	.wrap-after .ul-after-money li span { font-size:14px; line-height:32px;}
}
.wrap-after .midashi-club { text-align:center;}
.wrap-after .ul-after-club { margin:0 40px 80px; padding:0; overflow:hidden;}
.wrap-after .ul-after-club li { width:32%; margin-right:2%; list-style:none; float:left; position:relative;}
.wrap-after .ul-after-club li:nth-of-type(3n) { margin-right:0;}
.wrap-after .ul-after-club li .img { height:244px; background-size:cover; position:relative;}

.wrap-after .ul-after-club li .inner { display:flex; width:100%; height:100%; align-items:center; bAckground-color:rgba(0,0,0,.5); color:#fff;}
.wrap-after .ul-after-club li div span { display:block; font-size:22px; text-align:center; font-weight:bold; width:100%;}
.wrap-after .ul-after-club li div span small { display:block; width:104px; border:1px solid #fff; text-align:center; line-height:32px; font-size:11px; margin:8px auto 0;}
.wrap-after .ul-after-club li:hover div { background-color:rgba(0,0,0,.2);}
.wrap-after .ul-after-club li p { margin:16px;}
@media screen and (max-width:768px){
	.wrap-after .midashi-club { margin:0 5% 20px; font-size:16px;}
	.wrap-after .ul-after-club { margin:0 5%;}
	.wrap-after .ul-after-club li { width:49%; margin-right:2%; margin-bottom:12px;}
	.wrap-after .ul-after-club li:nth-of-type(3n) { margin-right:2%;}
	.wrap-after .ul-after-club li:nth-of-type(2n) { margin-right:0;}
	.wrap-after .ul-after-club li .img { height:110px;}
	.wrap-after .ul-after-club li div span { font-size:14px;}
	.wrap-after .ul-after-club li div span small { width:77px; line-height:21px;}
}

.wrap-after .img-tenken { margin:24px 40px; height:280px; object-fit:cover; width:calc(100% - 80px);}
.wrap-after .box-zentou { background-color:#FFFFEE; color:#CF4953; margin:32px 40px 20px; font-size:24px; text-align:center; padding:32px 0; font-weight:bold;}
.link-img { margin:100px 0;}
.link-img img { margin-bottom:1px;}
@media screen and (max-width:768px){
	.wrap-after .img-tenken { margin:0 auto; height:200px; width:90%; display:block;}
	.wrap-after .box-zentou { font-size:14px; padding:20px 5%; margin:24px 5%;}
	.link-img { margin:24px 0;}
}

.wrap-reason { padding:120px 100px 0; background-size:60% 100%; background-position:top right; background-repeat:no-repeat; margin-bottom:80px; height:540px;}
.wrap-reason.twei { background-position:top left;}
.wrap-reason .txt { padding:80px 24px 24px; background-color:#fff; width:50%; min-height:434px; font-size:17px; line-height:1.6;}
.wrap-reason .txt h3 { font-size:46px; margin:-110px 0 24px; color:#202f55; line-height:1; font-weight:600; letter-spacing:.05em;}
.wrap-reason .txt h3 span { display:block; font-size:28px; line-height:1.6; margin-top:24px; color:#111;}
.wrap-reason .txt h3 span em { color:#202f55; font-style:normal;}
.wrap-reason .txt strong { background-color: #fff990; color:#202f55; font-weight:bold;}
.wrap-reason .txt .btn { width:450px; display:block; text-align:center; border:2px solid #202f55; color:#141412!important; padding:16px 0; text-decoration:none!important; max-width:100%; border-radius:48px; font-weight:bold; font-size:18px; margin:40px auto;}
.bg-r1 { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0007.jpg);}
.bg-r2 { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0077.jpg);}
.bg-r3 { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0039.jpg);}
.bg-r4 { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0029.jpg);}
.bg-r5 { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0067.jpg);}

@media screen and (max-width:768px){
	.wrap-reason { padding:248px 0 0; background-size:contain; background-position:top center; margin-bottom:40px; height:auto;}
	.wrap-reason .txt { padding:0 5%; width:100%; min-height:1px; font-size:13px; float:none;}
	.wrap-reason .txt h3 { font-size:40px; margin:-40px 0 24px -6%; background-color:#fff; padding:12px 0px 0 20px; display:inline-block; width:248px;}
	.wrap-reason .txt h3 span { font-size:16px; margin-top: 10px; margin-right:-134px;}
}

.box-flow { border:1px solid #000; margin:0 0 20px; padding:32px 40px; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:space-between;}
.box-flow .left-flow { width:250px;}
.box-flow .left-flow img { width:250px; height:250px; object-fit:cover;}
.box-flow .right-flow { width:calc(100% - 274px);}
.box-flow .right-flow h3 { margin:0 0 20px; height:80px; line-height:80px; font-size:32px; font-weight:500;}
.box-flow .right-flow h3 .number-flow { height:80px; width:80px; background-color:#efefef; border-radius:50%; text-align:center; padding:10px 0; font-size:16px; font-weight:bold; color:#555; display:inline-block; float:left; line-height:1.3; margin-right:16px;}
.box-flow .right-flow h3 .number-flow span { font-size:32px; font-weight:bold; letter-spacing:.05em;}
.box-flow .right-flow div { background-color:#efefef; padding:20px; border-radius:8px;}
@media screen and (max-width:768px) {
	.box-flow { margin:0 0 20px; padding:20px 16px;}
	.box-flow .left-flow { float:none; width:100%;}
    .box-flow .left-flow img { width:100%; height:auto;}
	.box-flow .right-flow { width:100%; float:none; margin-top:20px;}
	.box-flow .right-flow h3 { margin:0; height:64px; line-height:64px; font-size:20px; display:flex; align-items:center;}
	.box-flow .right-flow h3 .number-flow { height:64px; width:64px; padding:10px 0; font-size:12px;}
	.box-flow .right-flow h3 .number-flow span { font-size:24px;}
	.box-flow .right-flow div { padding:20px 16px;}
}


.head-page-hi img { width:100%; height:auto;}
.head-page-hi h2 { font-size:64px; text-align:center; letter-spacing:.2em; font-weight:400; margin:-64px 0 120px;}
.head-page-hi h2 span { font-size:18px;}
@media screen and (max-width:768px) {
	.head-page-hi h2 { font-size:32px; text-align:center; letter-spacing:.2em; font-weight:400; margin:-44px 0 80px;}
    .head-page-hi h2 span { font-size:14px;}
}

h3.midashi-page { font-size:24px; margin:0 0 40px; border-top:1px solid #ccc; padding-top:19px; position:relative;}
h3.midashi-page img { position:absolute; width:30%; top:19px; right:0;}
h3.midashi-page span { border-top:4px solid #202f55; padding:16px 0;}
h3.midashi-page.new { font-size:24px; text-align:center; margin:40px 0; font-weight:400; border:0;}
h4.midashi-page { font-size:20px; margin:0 0 40px; border-top:1px solid #ccc; padding-top:16px; position:relative;}
h4.midashi-page span { border-top:1px solid #feae03; padding:16px 0;}
h4.midashi-page img { position:absolute; right:0; top:16px; width:30%;}
@media screen and (max-width:768px){
	h3.midashi-page { font-size:20px; margin:0 0 20px; padding-top:0;}
	h3.midashi-page span { padding:12px 0; display:inline-block;}
	h4.midashi-page { font-size:18px; margin:0 0 20px; padding-top:0;}
    h4.midashi-page span { border-top:1px solid #202f55; padding:12px 0; display:inline-block!important; margin:0!important;}
}

.new-footer .top-footer { background-color:#525252; padding:50px 5%; color:#fff; overflow:hidden;}
.new-footer p { margin:0;}
.new-footer .top-footer .part { padding:0 0 0 80px; position:relative;}
.new-footer .top-footer .part i { font-size:64px; position:absolute; top:0; left:0; }
.new-footer ul { padding:32px 0; text-align:center;}
.new-footer ul li { display:inline-block; padding:0 10px; }
.new-footer ul li a { color:#111;}
@media screen and (max-width:768px) {
	.new-footer .top-footer { font-size:13px; padding:24px 5%;}
	.new-footer .top-footer .part i { font-size:36px; top:6px; left:32px;}
}

.area-contact { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0069.jpg); padding:40px 0; text-align:center; background-size:cover; background-blend-mode:color; background-color:rgba(0,0,0,.4);}
.area-contact a { color:#fff;}
.area-contact .tel { font-size:44px;}
.area-contact .tel small { font-size:14px; display:block; margin-top:12px;}
.area-contact .btn { width:400px; line-height:85px; background-color:#fff; display:block; text-align:center; margin:24px auto 0; color:#202f55!important; font-size:20px; letter-spacing:.5em; border:0;}
@media screen and (max-width:768px) {
	.area-contact { padding:32px 10px;}
	.area-contact .tel { font-size:36px;}
	.area-contact .tel small { margin:0;}
	.area-contact .btn { width:100%; font-size:16px; line-height:32px; margin:12px auto;}
}


.header h1 { display:block; padding:9px 0 9px 56px; margin:0 0 12px;}
.header h1 img { height: 116px;}
.header .right-box { width:580px; position:absolute; top:0; right:56px; height:auto; padding:30px 0;}
.header .right-box .contact { display:block; font-size:20px; font-weight:700; text-align:center; color:#fff; cursor:pointer; width:220px; height:80px; margin:0; padding:24px 0; border-radius:100px; background:#ff7f71; background-size:auto; transition:all .3s ease; overflow:hidden;}
.header .right-box i { margin-right:12px;}
.header .right-box .tel { width:320px; padding:12px 0; font-size:34px; font-weight:bold; color:#ff9a3e; text-align:center; line-height:1.2;}
.header .right-box .tel span { font-size:15px; display:block; color:#999;}
.header .link { background-color:#234C91; margin:0 auto; max-width:1600px; width:100%;}
.header .link .main-navigation { clear:both; margin:0 auto; max-width:1080px; min-height:45px; position:relative;}
.header .link .main-navigation ul { margin:0 auto; width:1200px; list-style:none; padding:0; box-sizing:border-box; z-index:10; width:100%; min-width:1200px; height:75px; background:#234C91; color:#fff!important; box-sizing:border-box; box-shadow:0px 0.8vw 0.8vw rgb(0 0 0 / 15%); display:flex;}
.header .link .main-navigation ul li a { display:block; position:relative; box-sizing:border-box; font-size:18px; font-weight:700; padding:28px 10px; text-align:center; color:#fff!important; width:170px; transition:all .2s ease;}
.header .link .main-navigation ul li a:before,.header .link .main-navigation ul li a:after { position:absolute; content:""; width:1px; height:40px; top:50%; margin-top:-20px; right:0; background:rgba(255,255,255,0.2); } 
.header .link .main-navigation ul li a:first-child:before { left:0;}
@media screen and (max-width:768px) {
	.header h1 { padding:9px 0; text-align:center;}
	.header h1 img { height:auto; width:90%; max-width:340px;}
	.header .right-box { width:100%; padding:0 6px 18px; position:inherit; display:flex; justify-content:space-between; align-items:center;}
	.header .right-box i { margin-right:6px;}
	.header .right-box .contact { width:49%; font-size:14px; height:auto; padding:12px 0;}
	.header .right-box .tel { width:49%; font-size:19px; padding:0;}
	.header .right-box .tel span { font-size:12px;}
	.header .link { display:none;}
}

.header-new { /*position:fixed;*/ background-color:#fff;}
.header-new .header-top { display:flex; align-items:center; justify-content:space-between;}
.header-new .header-top .site-tit { margin-left:5%; position:relative; color:#036;}
.header-new .header-top .site-tit h2 { font-size:22px; font-weight:400; margin:0;}
.header-new .header-top .site-tit h2 span { font-size:14px; display:block;}
.header-new .header-top .site-tit h2 small { font-size:16px;}




.head-front-new { padding:0 5% 40px; text-align:center;}
.head-front-new .top { width:100%; margin:0 auto 24px;}
.head-front-new .bn { filter: drop-shadow(5px 5px 3px rgba(0,0,0,.4));}

.news-front-new { background-color:#efefef; padding:44px 8% 32px; margin:0 0 48px;}
.news-front-new h3,.case-front-new h3,.service-front-new h3 { font-size:40px; margin:0 0 24px; color:#202f55; letter-spacing:.1em;}
.news-front-new h3 small,.case-front-new h3 small,.service-front-new h3 small { font-size:28px; display:block;}
.news-front-new ul li { margin:0 0 20px; font-size:16px; line-height:22px;}
.news-front-new ul li a { color:#111;}
.news-front-new ul li .cate { background-color:#202f55; color:#fff; padding:0 32px; display:inline-block; margin-right:16px;}
.news-front-new ul li .date { display:inline-block; margin-right:32px; }
.news-front-new ul li .date i { padding-right:8px;}
.news-front-new ul li strong { line-height:32px;}
.news-front-new .btn { display:block; margin:40px auto 0; border:1px solid #202f55; text-align:center; color:#202f55; line-height:52px; width:218px; font-size:16px;}
@media screen and (max-width:768px) {
	.news-front-new h3,.case-front-new h3,.service-front-new h3 { font-size:19px;}
	.news-front-new h3 small,.case-front-new h3 small,.service-front-new h3 small { font-size:13px;}
}


.case-front-new { padding:50px; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/full-1024x614-1.jpeg); background-size:cover; position:relative; margin:0 auto 64px; width:98%;}
.case-front-new h3 { color:#fff;}
.case-front-new h3 small { padding-bottom:12px; margin-bottom:12px; position:relative;}
.case-front-new h3 small:after { width:40px; height:1px; background-color:#fff; content:""; position:absolute; bottom:0; left:0;}
.case-front-new .inner { background-color:rgba(255,255,255,.5); padding:50px 50px 40px;}
.case-front-new .inner ul li { margin:0 0 16px; font-size:15px; line-height:22px;}
.case-front-new .inner ul li a { color:#111;}
.case-front-new .inner ul li .cate { background-color:#202f55; color:#fff; padding:0 24px; display:inline-block; margin:0 24px;}
.case-front-new .btn { background-color:#036; color:#fff; line-height:54px; width:220px; display:block; text-align:center; font-size:16px; position:absolute; bottom:22px; left:calc(50% - 110px);}
.case-front-new p { margin:0; font-size:0;}

.service-front-new { padding:64px 10px; background-color:#efefef; margin:0 auto 64px;}
.service-front-new ul { display:flex; flex-wrap:wrap;}
.service-front-new li { width:23.5%; margin-right:2%; background-color:#036; position:relative; color:#fff; margin-bottom:40px;}
.service-front-new li:nth-of-type(4n) { margin-right:0;}
.service-front-new li span { display:block; text-align:center; line-height:70px;}
@media screen and (max-width:768px) {
	.service-front-new { padding:48px 10px 24px; margin:0 auto 32px;}
	.service-front-new li { width:48%; margin-right:4%; margin-bottom:16px;}
	.service-front-new li:nth-of-type(2n) { margin-right:0;}
	.service-front-new li span { line-height:42px;}
}

.col2-wrap { margin:0 auto; padding:0 10px; display:flex; justify-content:space-between;}
.col2-wrap .left { width:300px;}
.col2-wrap .left img { margin-bottom:18px;}
.col2-wrap .right { width:calc(100% - 332px);}

.col2-wrap .left .box-a { margin:32px 0;background-color: #202f55; padding: 24px 14px; color:#fff; font-size:14px;}
.col2-wrap .left .box-a h4 { font-size:14px; margin:0 0 12px;}
.col2-wrap .left .box-a a { color:#fff; padding:8px 8px 8px 48px; display:block; border-top:1px solid #fff; border-bottom:1px solid #fff; margin:16px 0 0; font-size:28px; position:relative;}
.col2-wrap .left .box-a a i { position:absolute; top:calc(50% - 13px); font-size:24px; left:8px;}
.col2-wrap .left .box-a .price { font-size:20px; display:block; text-align:center; margin:0;}
.col2-wrap .left .box-a .btn { line-height:52px; background-color:#fff; color:#202f55!important; font-size:15px; letter-spacing:.5em; padding:0; text-align:center; width:100%;}
.col2-wrap .left .box-a .btn i { position:static;}

.col2-wrap .left .box-b { background-color:#25416b; padding:24px 14px; color:#fff; font-size:14px; border-bottom:1px solid #fff;}
.col2-wrap .left .box-b h4 { font-size:14px; text-align:center; margin:0 0 16px;}
.col2-wrap .left .box-b ul li { margin-bottom:16px;}
.col2-wrap .left .box-b ul li:last-of-type { margin-bottom:0;}
.col2-wrap .left .box-b ul li a { background-color:#fff; color:#202f55; padding:0 20px; line-height:52px; border-radius:6px; display:block;}
.col2-wrap .left .box-b.b { background-color:#2e5186;}

.col2-wrap .left .title-left { border-top: 2px solid #202f55; background-color: #f5f8f8; padding: 14px 0; text-align:center; font-size:16px; color:#202f55; margin:24px 0 0;}
.col2-wrap .left .ul-menu-left { margin:0 0 24px;}
.col2-wrap .left .ul-menu-left li a { line-height:52px; padding:0 10px; border-bottom:1px solid #202f55; font-size:14px; color:#111; display:block;}
.col2-wrap .left .ul-menu-left li a i { float:right; line-height:52px; font-size:20px; color:#ccc;}
@media screen and (max-width:768px) {
	.col2-wrap { flex-direction:column-reverse; padding:0 16px;}
	.col2-wrap .left { width:100%;}
	.col2-wrap .left .box-a { font-size:12px;}
}

.col2-wrap .right .lead { padding:64px 0; text-align:center; border-top:1px solid #202f55;}
.col2-wrap .right .lead h3 { font-size:40px; margin:0 0 40px; color:#202f55;}
.col2-wrap .right .lead h3 small { font-size:26px; display:block; margin-bottom:8px;}

.col2-wrap .right .box-2 { margin:0 0 40px; display:flex; justify-content:space-between;}
.col2-wrap .right .box-2 .img { width:32%;}
.col2-wrap .right .box-2 .txt { width:64%;}
.col2-wrap .right .box-2 .txt h4 { font-size:22px; border-bottom:2px solid #202f55; margin:0 0 2px; padding:0 0 8px;}
.col2-wrap .right .box-2.rev { flex-direction:row-reverse;}
@media screen and (max-width:768px) {
	.col2-wrap .right { width:100%;}
	.col2-wrap .right .lead { padding:24px 0;}
	.col2-wrap .right .lead h3 { font-size:23px; margin:0 0 24px;}
	.col2-wrap .right .lead h3 small { font-size:15px;}
	.col2-wrap .right .lead h4 { font-size:13.5px; margin:16px 0 24px; line-height:1.8;}
	.col2-wrap .right .lead p { font-size:13px; text-align:left;}	

	.col2-wrap .right .box-2 { flex-direction:column; margin:0 0 40px;}
	.col2-wrap .right .box-2.rev { flex-direction:column;}
	.col2-wrap .right .box-2 .img { width:100%;}
    .col2-wrap .right .box-2 .txt { width:100%; font-size:13px;}
	.col2-wrap .right .box-2 .txt p { margin:0;}
	.col2-wrap .right .box-2 .txt h4 { font-size:18px; margin:8px 0; line-height:1.5;}	
}

.col2-wrap .right .midashi-right-bg { border-top:8px solid #202f55; padding:56px 0; text-align:center; color:#fff; margin:0 0 40px; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/d-4.jpg); font-size:20px; letter-spacing:.2em; background-size:cover;}
.col2-wrap .right .midashi-right-bg small { font-size:20px; display:block; margin:0 0 32px; padding:0 0 12px; position:relative;}
.col2-wrap .right .midashi-right-bg small:after { content:""; width:40px; height:1px; background-color:#fff; position:absolute; bottom:0; left:calc(50% - 20px);}
.col2-wrap .right .midashi-right-bg span { font-size:48px; padding:0 4px;}
@media screen and (max-width:768px) {
	.col2-wrap .right .midashi-right-bg { font-size:22px; line-height:1; padding:32px 0; background-position:bottom; margin:48px -16px 16px;}
	.col2-wrap .right .midashi-right-bg small { font-size:18px; padding:0 0 6px; margin:0 0 24px;}
}

.col2-wrap .right .box-num { background-color:#f5f8f8; padding:40px 20px 16px;}
.col2-wrap .right .box-num h4 { font-size:28px; border-bottom:2px solid #202f55; margin:0 0 32px; line-height:98px;}
.col2-wrap .right .box-num h4 span { font-size:44px; padding-right:16px; font-style:italic;}
.col2-wrap .right .box-num .inner { display:flex; justify-content:space-between;}
.col2-wrap .right .box-num .inner .img { width:40%;}
.col2-wrap .right .box-num .inner .txt { width:56%;}
.col2-wrap .right .box-num.b { background-color:#fff;}
.col2-wrap .right .box-num.b .inner { flex-direction:row-reverse;}
@media screen and (max-width:768px) {
	.col2-wrap .right .box-num { padding:24px 20px 16px; font-size:13px; margin:0 -16px;}
	.col2-wrap .right .box-num h4 { display:flex; align-items:center; font-size:15px; line-height:1.4; margin:0 0 12px;}
	.col2-wrap .right .box-num .inner { flex-direction:column;}
	.col2-wrap .right .box-num.b .inner { flex-direction:column;}
	.col2-wrap .right .box-num .inner .txt { width:100%;}
	.col2-wrap .right .box-num .inner .img { width:100%;}
}


.col2-wrap .right .ul-btn-bottom { margin:0 0 56px; display:flex; justify-content:space-between;}
.col2-wrap .right .ul-btn-bottom li { width:48%; box-shadow: 1px 1px 10px rgb(0 0 0 / 30%); text-align:center;}
.col2-wrap .right .ul-btn-bottom li span { border:4px solid #fff; background-color:#202f55; padding:40px 20px 20px; display:block; color:#fff; font-size:22px; letter-spacing:.1em;}
.col2-wrap .right .ul-btn-bottom li span .num { font-size:48px; display:block; border-bottom:1px solid #fff;}
.col2-wrap .right .ul-btn-bottom li a { color:#fff!important;}
.col2-wrap .right .ul-btn-bottom li a.mail { display:block; border:4px solid #fff; background-color:#feae03; color:#fff; font-size:22px; text-align:center; padding:40px 20px 20px; width:100%; height:100%;}
.col2-wrap .right .ul-btn-bottom li a.mail .btn { border:1px solid #fff; line-height:52px; display:block; width:238px; text-align:center; margin:0 auto; font-style:normal; color:#000!important; padding:10px; background:#fff;}
@media screen and (max-width:768px) {
	.col2-wrap .right .ul-btn-bottom { flex-wrap:wrap; margin:28px 0;}
	.col2-wrap .right .ul-btn-bottom li { width:100%; margin-bottom:12px;}
	.col2-wrap .right .ul-btn-bottom li a.mail { font-size:16px; padding:19px;}
	.col2-wrap .right .ul-btn-bottom li a.mail .btn { width:90%; line-height:24px; margin:4px auto 0;}
	.col2-wrap .right .ul-btn-bottom li span { padding:18px 0; font-size:16px;}
	.col2-wrap .right .ul-btn-bottom li span .num { font-size:32px; }
}	

.col2-wrap .right .ul-voice-right { display:flex; margin:0 0 64px;}
.col2-wrap .right .ul-voice-right li { width:23.5%; margin-right:2%; position:relative; border-bottom:1px solid #202f55; padding:0 0 32px;}
.col2-wrap .right .ul-voice-right li:nth-of-type(4n) { margin-right:0;}
.col2-wrap .right .ul-voice-right li .btn { display:block; text-align:center; background-color:#036; color:#fff; font-size:16px; font-weight:bold; margin:16px auto 0; line-height:52px;}

.col2-wrap .right .area-contact-right { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/bgg.jpg); padding:56px 0; text-align:center; color:#fff; margin:0 0 64px; background-size:cover; background-blend-mode: color; background-color:rgba(0,0,0,.4);}
.col2-wrap .right .area-contact-right a { color:#fff!important;}
.col2-wrap .right .area-contact-right .btn { display:block; width:480px; background-color:#fff; text-align:center; margin:32px auto 0; line-height:84px; color:#202f55!important; font-size:20px; letter-spacing:.5em; border:0;}
.col2-wrap .right .area-contact-right .tel { font-size:40px; display:block; margin-bottom:12px;}
.col2-wrap .right .area-contact-right .tel i { padding-right:8px;}
@media screen and (max-width:768px) {
	.col2-wrap .right .area-contact-right { padding:42px 10px; font-size:13px;}
	.col2-wrap .right .area-contact-right .btn { font-size:15px; width:100%; line-height:32px; margin:20px 0;}
	.col2-wrap .right .area-contact-right .tel { font-size:32px; text-align:center;}
}

.col2-wrap .right .plus-area p { margin:0;}
.col2-wrap .right .plus-area input { display:none;}
.col2-wrap .right .plus-area label { background: #036; color: #fff; display: block; margin-bottom: 2px; padding: 20px; font-size:20px; cursor:pointer;}
.col2-wrap .right .plus-area .acd-content { height: 0; padding: 0; overflow: hidden; opacity: 0; transition: 0.8s;}
.col2-wrap .right .plus-area input:checked ~ .acd-content { opacity: 1; padding:0; display:block; height:auto;}
.col2-wrap .right .plus-area input:checked ~ .acd-content ul { }
.col2-wrap .right .plus-area input:checked ~ .acd-content ul li { padding:20px; background-color:#f5f8f8; border-bottom:1px solid #fff; font-size:14px;}
.col2-wrap .right .plus-area .acd-content ul li a { color:#111; }


.midashi-tokushu-right { font-size:40px; text-align:center; margin:64px 0 32px; text-align:center; color:#202f55;}
.lead-tokushu-right { text-align:center; margin:0 0 50px;}
.area-tokushu-right { background-color:#efefef; padding:64px 20px; margin:0 0 56px;}
.area-tokushu-right ul { display:flex; flex-wrap:wrap;}
.area-tokushu-right ul li { width:49%; margin-right:2%; position:relative; margin-bottom:20px;}
.area-tokushu-right ul li:nth-of-type(2n) { margin-right:0;}
.area-tokushu-right ul li .cate { position: absolute; top: 0; left: 0; background-color:#202f55; color: #fff; padding: 6px 10px; font-size: 14px; letter-spacing: .4rem; z-index:3;}
.area-tokushu-right ul li .txt { background-color:#fff; padding:12px;}
.area-tokushu-right ul li .txt h4 { font-size:16px; margin:0 0 12px; color:#202f55;}
.area-tokushu-right ul li .txt p { margin:0;}
@media screen and (max-width:768px) {
	.midashi-tokushu-right { font-size:24px; margin:36px 0 12px;}
	.lead-tokushu-right { font-size:13px; margin:0 0 24px; text-align:left;}
	.area-tokushu-right { padding:40px 20px 24px; margin:0 -8px;}
	.area-tokushu-right ul { flex-wrap:wrap;}
	.area-tokushu-right ul li { width:100%; margin-right:0; font-size:13px;}
	.area-tokushu-right ul li .txt h4 { margin:0 0 4px;}
	.area-tokushu-right ul li .cate { font-size:11px; letter-spacing:.2em;}
}

.head-contact { margin:0 0 80px;}
.head-contact h3 { font-size:20px; margin:0 0 20px; color:#202f55;}
.head-contact small { font-size:14px; color:#666;}
.head-contact a { color:#202f55; text-decoration:underline;}
@media screen and (max-width:768px){
	.head-contact { margin:0 0 40px;}
	.head-contact h3 { font-size:18px; margin:0 0 20px; line-height:1.8;}
	.head-contact small { font-size:13px;}
}

.blog-head { width:100%; height:auto; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/top-2.jpg); -moz-background-size:100% auto; background-size:100% auto; padding:calc(16% - 48px) 0; background-attachment:fixed; background-position:center center;background-size:cover; background-repeat:no-repeat; background-blend-mode:color; background-color:rgba(0,0,0,.3);}
.blog-head h1 { font-size:48px; text-align:center; color:#fff !important; line-height: 1;} 
.blog-head h1 span { font-size:24px; font-weight:400;}
@media screen and (max-width:768px){
    .blog-head h3 { font-size:32px; text-align:center;} 
    .blog-head h3 span { font-size:16px; font-weight:400;}
    .blog-head h1 { font-size:42px;}
    .blog-head h1 span { font-size:18px;} 
	.blog-head { height:200px; background-size:100% auto; padding:8% 0 0 !important; background-attachment:scroll;}
}

.news-wrap { padding:80px 0; overflow:hidden; display:flex; flex-wrap:wrap;}
.dl-news { width:50%; float:left; padding:40px; border-bottom:1px solid #eee; margin:0; box-sizing:border-box; border-right:1px solid #eee;}
.dl-news a { color:#262626;} 
.dl-news dt { font-size:16px; font-weight:400; margin-bottom:20px; line-height: 1.5; position: relative; margin-bottom: 20px; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; width:100%; color:#0976ba;}
.dl-news dt a { display:block;}
.dl-news dd { position: relative;}
.dl-news:nth-of-type(2n) { border-right:0;}

.title-news { font-size:24px; color:#666; border-bottom:1px solid #666;}
.date-news { font-size:16px; color:#666; border-bottom:1px solid #666; margin-bottom:24px;}
.post-navigation .nav-links { padding-right:0; padding-left:0; font-size:16px;}
.post-navigation .nav-links a { color:#666; background-color:#efefef; padding:2px 8px; border-radius:4px; font-style:normal; border:1px solid #666; line-height:1.5;}
@media screen and (max-width:768px){
	.news-wrap { padding:40px 16px;}
	.dl-news { width:100%; height:auto; border-right:0; padding:20px 0;}
	.dl-news dt,.dl-news dd { padding-left:0;}
}
	
.section-news-front-blog { padding:0 0 80px;}
.section-news-front-blog a { color:#262626;}
.section-news-front-blog .midashi-topnew2 { margin:80px 0 80px!important; text-align:center; line-height:1.8;}
.section-news-front-blog h3 { clear:none; text-align:left; font-size:24px; }
.section-news-front-blog .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) { border-bottom:1px solid #ccc; padding-bottom:2em;}
.section-news-front-blog .btn { width:240px; line-height:48px; background-color:#ccc; color:#fff; font-size:18px; text-align:center; margin:40px auto 0; display:block; text-decoration:none;}
@media screen and (max-width:768px){
	.section-news-front-blog { padding:0;}
	.section-news-front-blog .midashi-topnew2 { line-height:1; margin:60px 0 40px!important;}
	.section-news-front-blog .midashi-contact { margin:40px 0 40px;}
	.section-news-front-blog .wp-show-posts-single:nth-of-type(3), .section-news-front-blog .wp-show-posts-single:nth-of-type(4) { display:none;}
}

.wp-show-posts .wp-show-posts-entry-title { margin:0 0 12px; display:initial;}
.wp-show-posts .wp-show-posts-entry-title a { color:#141412!important;}
@media screen and (max-width:768px) {
	.wp-show-posts-entry-header { min-height:86px;}
	.wp-show-posts-image.wpsp-image-left { float:left; width:40%; margin-bottom:0;}
	.wp-show-posts .wp-show-posts-entry-title { margin:0; line-height:1.5; font-size:16px; width:60%; overflow:auto;}
	.wp-show-posts-inner { line-height:1.8; font-size:14px;}
	.wp-show-posts-image img { width:88%!important;}
}

.midashi-topnew2 { margin:0 0 20px!important; font-weight:400; font-size:17px!important; text-align:center;}
.midashi-topnew2 span { font-size:37px; font-weight:bold; display:block; margin:0 0 12px; border-bottom:0 !important;}
.midashi-topnew2 span:after { content:""; display:block; width: 100px; height: 2px; margin:0 auto 0; background-color:#111;}
@media screen and (max-width:768px){
	.midashi-topnew2 { margin:0 0 40px; font-size:12px;}
	.midashi-topnew2 span { font-size:28px; margin:0 0 20px;}
	.midashi-topnew2 span:after { margin:20px auto 0;}
}


.footer-top-m { padding:80px 8% 40px; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0069.jpg); text-align:center; background-size:cover; background-blend-mode:color; background-color:rgba(0,0,0,.2); margin:0 0 92px; color:#fff;}
.footer-top-m a { color:#fff;}
.footer-top-m h4 { margin:0 0 12px;}
.footer-top-m h4 img { width:168px; height:264px;}
.footer-top-m .logo { width:300px; object-fit:contain;}
.footer-top-m h2 { font-size:24px; margin:36px 0 12px;}
.footer-top-m .tel { font-size:22px; display:inline-block; margin:24px 0 16px;}
.footer-top-m .ul-contact { margin:0 0 40px; }
.footer-top-m .ul-contact li { display:inline-block; margin:0 10px 20px;}
.footer-top-m .ul-contact li a { display:block; width:298px; height:50px; line-height:50px; border:1px solid #fff; background-color:#fff; text-align:center; color:#000; border-radius:4px;}
.footer-top-m .ul-contact li:last-child a { width:617px;} 
.footer-top-m .add { margin:0 0 48px; }
.footer-top-m .add a { background-color: #f5f5f5; border: 1px solid #f5f5f5; padding:2px 8px; border-radius:4px; display:inline-block; margin-left:16px; color:#000;}
.footer-top-m .ul-sns { }
.footer-top-m .ul-sns li { display:inline-block; margin:0 16px; font-size:24px;}

.footer-bottom-m { padding:50px 8%; text-align:center; background:#000; color:#fff;}
.footer-bottom-m .logo { width:250px; display:block; margin:0 auto 30px;}
.footer-bottom-m .img { width:300px; height:150px; display:block; margin:0 auto 40px;}
.footer-bottom-m .cr { font-size:16px; text-align:center; margin:0;}
@media screen and (max-width:768px) {
	.footer-top-m { padding:50px 8% 1px; margin:0 0 74px;}
	.footer-top-m .logo { width:200px;}
	.footer-top-m .ul-contact { margin:0;}
	.footer-top-m .ul-contact li { margin: 0 0 15px; width:100%;}
	.footer-top-m .ul-contact li a { font-size:12px; width:100%;}
	.footer-top-m .ul-contact li:last-child a { width:100%;} 
	.footer-top-m .add a { padding: 0 50px 3px; line-height: 1.3;}
	.footer-bottom-m .logo { width:180px; margin:0 auto 10px;}
	.footer-bottom-m .cr { font-size:10px;}
}

.footer-top { background-color:#fff; padding:60px 80px; font-size:14px;}
.footer-top h3,.top-access h4 { font-size:24px; text-align:center; margin:0 0 40px; font-weight:500;}
.footer-top h3 span,.top-access h4 span { font-size:14px; display:block;}
.footer-top .tel { font-size:20px;}
.footer-top .btn { background-color:#f8b500; color:#fff; display:block; width:90%; margin:20px auto; padding:16px 0; text-align:center; border-radius:30px; font-size:20px;}

.footer-top.page { font-size:14px; letter-spacing:.05em;}
.footer-top.page .fleft { text-align:center;}
.footer-top.page .tel-page,.wrap-fukuri .tel-page { font-size:32px; font-family:Lora, serif; display:inline-block; margin-top:24px;}
.footer-top.page .box { background-color:#f7f7f7; margin-bottom:10px; padding:12px 42px; border-radius:3px; font-size:18px; position:relative;}
.footer-top.page .box:before { content:""; display:block; width: 8px; height: 8px; position: absolute; top: 26px; left: 27px; background-color: #fcdfd7; border-radius:8px;}

.footer-top ul li,.top-access ul li { background-color:#f7f7f7 !important; font-size:20px;}

.footer-top .logo { margin:0 0 48px; width:300px;}
.footer-top .tel { font-size:19px; font-weight:400; margin:0 0 48px; color:#111;}
.footer-top .tel a { font-size:48px; font-weight:400; color:#888; display:block; line-height:1;}
.footer-top table th,.footer-top table td { font-size:15px; text-align:center;}
.footer-top table td { padding: 6px 5px;}
.footer-top .add { font-size:15px; margin:24px 0 0; }
.footer-top .add i { color:#888; padding-right:12px;}
.footer-top .add a { color:#888; font-size:12px; display:inline-block; margin-left:16px; padding:0px 8px; border:1px solid #888; border-radius:20px;}

.footer-top.front { padding:0; margin: 60px 80px;}
.footer-top.front .fright { height:400px;}


@media screen and (max-width:768px) {
	.footer-top { padding:40px 20px;}
	.footer-top h3,.top-access h4 { font-size:20px; line-height:1.8; margin-bottom:24px;}
	.footer-top h3 span,.top-access h4 span { font-size:11px;}
	.footer-top .btn { font-size:16px; padding:9px; width:100%;}
	.footer-top ul { margin-bottom:30px;}
	.footer-top ul li,.top-access ul li  { font-size:17px; margin-bottom:18px; line-height:46px; border-radius:3px;}

	.footer-top .logo { margin:0 0 24px; width:45%;}
	.footer-top .tel { font-size:18px; margin:0 0 24px;}
	.footer-top .tel a { font-size:24px;}
	.footer-top table th,.footer-top table td { font-size:13px;}
	.footer-top .add { font-size:13px; margin:20px 0 24px; }
	.footer-top .add a { border-radius:16px;}
	.footer-top center { font-size:13px; text-align:left;}
	.footer-top center img { display:block; margin:0 auto;}
	
	.footer-top.front { margin: 40px 20px;}
}


.section-news-front { padding-right:24px;}
.section-news-front .midashi-topnew2 { margin:80px 0 80px!important; text-align:center; line-height:1.8;}
.section-news-front h4 { clear:none; text-align:left; font-size:24px; }
.section-news-front .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) { border-bottom:1px solid #ccc; padding-bottom:2em;}
.section-news-front .btn { width:240px; line-height:48px; background-color:#ccc; color:#fff; font-size:18px; text-align:center; margin:40px auto 0; display:block; text-decoration:none; border-radius:40px;}
@media screen and (max-width:768px){
	.section-news-front { padding:0;}
	.section-news-front .midashi-topnew2 { line-height:1; margin:60px 0 40px!important;}
	.section-news-front .midashi-contact { margin:40px 0 40px;}
	.section-news-front .btn { line-height:28px;}
}

.section-recruit { background:url(http://takara-cl.jp/wp-content/uploads/2021/08/bbg-2.jpeg); padding:100px 80px 80px; text-align:center; background-position:center; background-size:cover; border-bottom:1px solid #ccc; background-color: rgba(255,255,255,0.3); background-blend-mode:lighten;}
.section-recruit h3 { font-size:28px; margin:0 0 20px; }
.section-recruit h3 small { font-size:14px; font-weight:400; display:block;}
.section-recruit a { display:inline-block; line-height:40px; padding:0 40px; margin-top:20px; border-radius:40px; background-color:#fff; color:#111; text-align:left;}
.section-recruit ul { display:flex; justify-content:space-between;}
.section-recruit ul li { width:30%; }
.section-recruit ul li img { padding:12px; border-radius:8px; box-shadow:3px 3px 3px #eee; background-color:#fff;}
.section-recruit ul li h4 { font-size:24px; margin:12px 0;}

.section-recruit .box { background-color:#fff; padding:80px;}
.section-recruit .box a { background-color:#fef7f5; line-height:60px; padding:0 24px; color:#111; display:block;}
.section-recruit .box a i { color:#fcdfd7; padding-right:8px; font-size:10px;}
.section-recruit .lead-contact { font-size:13px; text-align:center; margin:0 0 40px;}
.section-recruit .tel { text-align:center; font-size:14px;}
.section-recruit .tel a { font-size:32px; color:#111; background:none;}
.section-recruit p { color:#000;}

.section-recruit.sec { border-bottom:1px solid #ccc; background:#f7f7f7;}

@media screen and (max-width:768px) {
	.section-recruit { padding:40px 0; font-size:12px; margin-bottom:0;}
	.section-recruit h3 { line-height:1.8; font-size:22px;}
	.section-recruit h3 small { font-size:11px;}
	.section-recruit p { margin-bottom:0; line-height:2.2;}
	.section-recruit a { line-height:28px;}
	.section-recruit ul { display:block;}
	.section-recruit ul li { width:100%; text-align:center; margin-bottom:30px;}
	.section-recruit ul li img { padding:10px;}
	.section-recruit ul li h4 { font-size:16px;}
	.section-recruit ul li p { font-size:13px; text-align:left;}
	.section-recruit .box { padding:20px;}
	.section-recruit .tel { font-size:12px;}
	.section-recruit .tel a { font-size:25px;}
}	

.bg-department { background-color:#f7f7f7; padding:80px 0 100px;}

.midashi-news { font-size:24px; border-bottom:2px solid #888; color:#888; margin:80px 0 16px;}
.dl-news-top { margin:0 0 80px; max-height:400px; overflow-y:scroll; padding:20px;}
.dl-news-top dt { width:24%; float:left;}
.dl-news-top dd { padding:0 0 20px 24%; border-bottom:1px dotted #aaa; font-size:17px;}
@media screen and (max-width:768px) {
	.bg-department { padding :10px 0 50px;}
	
	.midashi-news { margin:0;}
	.dl-news-top { max-height:480px; padding:20px 2%; -webkit-overflow-scrolling: touch; margin:0 0 20px;}
	.dl-news-top dt { width:100%; float:none;}
	.dl-news-top dd { padding:0 0 20px 0; font-size:14px;}
}


.section-front h3 { font-size:32px; letter-spacing:.02em; clear:none;}
.section-front h3 small { font-size:16px; letter-spacing:0;}
.section-front .head { display:flex; justify-content:space-between;}
.section-front .head .title { width:calc(100% / 6); margin:0; position:relative;}
.section-front .head .title span { font-size:32px; writing-mode:vertical-rl;}
.section-front .head .title small { font-size:14px; position:absolute; left:64px; top:136px;}
.section-front .head .panel { width:calc(100% / 6 * 5); padding:20px 0 0; display:flex; justify-content:space-between;}
.section-front .head .panel img { width:56%;}
.section-front .head .panel .txt { width:40%;}
.section-front .head .panel .txt h3 { font-size:32px; margin:24px 0 24px -64px;}
.section-front .head .panel .txt h3 small { font-size:16px; font-weight:400;}

@media screen and (max-width:768px) {
	.section-front .head { display:block;}
	.section-front .head .title { width:100%; text-align:center; line-height:1.3; margin:24px 0;}
	.section-front .head .title span { writing-mode:inherit; font-size:25px;}
	.section-front .head .title small { right:0; left:0; top:90px;}
	.section-front .head .panel { display:block; width:100%; position:relative;}
	.section-front .head .panel img { width:100%; margin-top:20px; position:absolute; top:100px; max-height:193px; object-fit:cover;}
	.section-front .head .panel .txt { width:100%; font-size:13px;}
	.section-front .head .panel .txt p { margin-bottom:0;}
	.section-front .head .panel .txt h3 { margin:20px 0 210px; font-size:24px; line-height:1.8; text-align:center;}
	.section-front .head .panel .txt h3 small { font-size:13px; display:block;}
	
	.section-front .btn { margin-top:10px; line-height:36px; font-size:13px;}
	.section-front .btn span { top:-5px;}
}


.section-front .body { padding-top:80px; position:relative; }
.section-front .body .panel-a { position:relative; width:60%; margin-bottom:80px;}
.section-front .body .panel-a h3 { margin:24px 0;}
.section-front .body .panel-a h3 small { display:block;}
.section-front .body .panel-a img { width:66%; position:absolute; top:0; right:0; height:100%; object-fit:cover;}
.section-front .body .panel-a .txt { position:relative; z-index:3; width:50%;}
.section-front .body .panel-a .txt .rgba { background:rgba(255,255,255,.5); border-radius:30px;}
.section-front .body .panel-b { width:33%; position:absolute; top:0; right:0;}
.section-front .body .panel-b .top,.section-front .body .panel-c .top,.section-front .body .panel-d .top { margin:0; position:relative;}
.section-front .body .panel-b .top h3,.section-front .body .panel-c .top h3,.section-front .body .panel-d .top h3 { padding:48px 0 24px; margin:0; position:relative; z-index:3;}
.section-front .body .panel-b .top h3 small,.section-front .body .panel-c .top h3 small,.section-front .body .panel-d .top h3 small { display:block;}
.section-front .body .panel-b .top img,.section-front .body .panel-c .top img,.section-front .body .panel-d .top img { width:65%; position:absolute; top:0; right:0;}

.section-front .body .panel-c { width:36%; position:absolute; top:410px; right:0;}
.section-front .body .panel-c .top h3 { text-align:right;}
.section-front .body .panel-c .top img { right:auto; left:0; top:-15px;}

.section-front .body .panel-d { width:40%; margin-left:12%;}
.section-front .body .panel-d .top img { width:50%;}

@media screen and (max-width:768px) {
	.section-front .body { padding-top:0;}
	.section-front .body .panel-a { width:100%; position:relative; font-size:14px; margin-bottom:40px;}
	.section-front .body .panel-a h3,.section-front .body .panel-b h3,.section-front .body .panel-c h3,.section-front .body .panel-d h3 { margin:20px 0 210px!important; font-size:24px; line-height:1.8; text-align:center!important; padding:0!important;}
	.section-front .body .panel-a h3 small,.section-front .body .panel-b h3 small,.section-front .body .panel-c h3 small,.section-front .body .panel-d h3 small { font-size:13px;}
	.section-front .body .panel-a img,.section-front .body .panel-b img,.section-front .body .panel-c img,.section-front .body .panel-d img { width:100%!important; top:80px!important; max-height:193px!important; object-fit:cover;}
	.section-front .body .panel-a .txt { width:100%;}
	.section-front .body .panel-a .txt .rgba { background:transparent; border-radius:30px;}
	.section-front .body .panel-a p,.section-front .body .panel-b p,.section-front .body .panel-c p,.section-front .body .panel-d p { margin-bottom:0;}
	.section-front .body .panel-b { position:inherit; width:100%; margin-bottom:40px;}
	.section-front .body .panel-c { position:inherit; width:100%; margin-bottom:40px; top:auto;}
	.section-front .body .panel-d { width:100%; margin:0;}
	
}


.section-front .more { display:block; width:254px; border-bottom:1px solid #111; font-size:24px; color:#111; letter-spacing:.02em; text-align:center; margin:80px auto 0;}

.section-a-front { padding:0 0 70px; }
.section-a-front .link-area { text-align:center; position:relative; width:60%; margin:0 auto;}
.section-a-front h3 { font-size:32px; letter-spacing:.02em; text-align:center; margin:0 0 20px;}
.section-a-front h3 small { font-size:16px; display:block;}
.section-a-front .img { position:relative; padding-top:40px;}
/*.section-a-front .img:before { content:""; width:1px; height:64px; background-color:#111; position:absolute; top:0; left:50%;}*/

@media screen and (max-width:768px) {
	.section-front .more { width:75%; font-size:18px; margin-top:40px;}
	
	.section-a-front { padding:0 0 24px;}
	.section-a-front .link-area { width:100%; font-size:13px;}
	.section-a-front h3 { line-height:1.4; font-size:25px;}
	.section-a-front h3 small { font-size:14px;}
	.section-a-front .img { padding:0;}
	/*.section-a-front .img:before { width:.8px; height:32px; top:-16px;}*/
}

.inner-faci { position:relative; padding:40px 0 0 33%; margin:0 0 64px;}
.inner-faci .img { width:36%; padding-left:24px; position:absolute; top:0; left:0; z-index:3;}
.inner-faci .txt { padding:48px 48px 48px 64px; background-color:#fff; /*min-height:320px;*/}
.inner-faci .txt h4 { margin: 0 0 20px;}

.inner-faci.rev { padding:40px 33% 0 0; margin:0 0 64px;}
.inner-faci.rev .img { padding-right:24px; padding-left:0; top:0; left:auto; right:0;}
.inner-faci.rev .txt { padding:48px 64px 48px 48px;}
@media screen and (max-width:768px){
	.mb-100 { margin-bottom:40px;}
	.section-bg-sup .wrap { width:100%;}
	
	.inner-faci,.inner-faci.rev { padding:0; margin:0 0 24px;}
	.inner-faci .img { width:100%; padding-left:0; position:static;}
	.inner-faci .txt,.inner-faci.rev .txt { padding:20px 24px 1px; min-height:0;}
	.inner-faci.rev .img { padding-right:0;}	
}

.lead-company { font-size:13px; font-weight:bold; text-align:center; padding:64px 0; border-bottom:1px solid #ccc; line-height:2.2; margin:0;}
.ul-company-h { padding:64px 0; margin:0; display:flex; flex-wrap:wrap;}
.ul-company-h li { width:49%; margin-right:2%; font-size:13px; position:relative;}
.ul-company-h li:nth-of-type(2n) { margin-right:0;}
.ul-company-h li h4 { font-size:20px; margin:12px 0;}
.ul-company-h li h4 small { font-size:13px; display:block; color:#ec6800;}
@media screen and (max-width:768px){
	.lead-company { padding:40px 0;}
	.ul-company-h { padding:40px 0;}
	.ul-company-h li { width:100%; margin-right:0; margin-bottom:20px;}
	.ul-company-h li:last-of-type { margin-bottom:0;}
}

.inner-depart { border-bottom:1px solid #ccc; padding:20px 0; display:flex; justify-content:space-between; padding-top:140px; margin-top:-120px;}
.inner-depart .img { width:49%;}
.inner-depart .img h4 { background-color:#111; color:#fff; font-size:18px; line-height:40px; text-align:center; margin:0;}
.inner-depart .img div { background-color:#f77006; display:flex; align-items:center; justify-content:center; height:calc(100% - 40px);}
/*.inner-depart .img div img { width:184px;}*/
.inner-depart .txt { width:49%; padding:40px 0;}
.inner-depart .txt .inner { margin:40px 0 0; border-top:1px solid #ccc;}
.inner-depart .txt .inner .click-open-box { background-color:#eee; border-bottom:1px solid #ccc;}
.inner-depart .txt .inner .click-open-box p { margin:0;}
.inner-depart .txt .inner .click-open-box label { line-height:1.5; position:relative; padding:0 70px 0 20px; display:flex; width:100%; position:relative; font-weight:bold; min-height:60px; align-items:center;}
.inner-depart .txt .inner .click-open-box label span { display:block; width:60px; height:60px; background-color:#f77006; position:absolute; top:0; right:0;}
.inner-depart .txt .inner .click-open-box label span:before { content:""; display:block; width:1px; height:24px; background-color:#fff; left:50%; top:18px; position:absolute;}
.inner-depart .txt .inner .click-open-box label span:after { content:""; display:block; width:24px; height:1px; background-color:#fff; top:50%; left:18px; position:absolute;}
.inner-depart .txt .inner .click-open-box input { display:none;}
.inner-depart .txt .inner .click-open-box .click-show { display:none; opacity:0; padding:0;}
.inner-depart .txt .inner .click-open-box input:checked ~ .click-show { display:block; opacity:1; padding:8px; font-size:13px;}
.inner-depart .txt .inner .click-open-box input:checked ~ .click-show div { background-color:#fff; padding:24px;}
.inner-depart .txt .inner .click-open-box input:checked ~ .click-show div div { background-color:#eee; padding:16px; font-size:12px; margin:20px 0 0;}
.inner-depart .txt .inner .click-open-box input:checked ~ .click-show div div b { font-size:13px;}
.inner-depart .txt .inner .click-open-box input:checked ~ .click-show div div a { color:#f77006; text-decoration:underline;}
.inner-depart .txt .inner .click-open-box input:checked ~ label span { background-color:#111;}
.inner-depart .txt .inner .click-open-box input:checked ~ label span:before,.inner-depart .txt .inner .click-open-box input:checked ~ label span:after { transform:rotate(45deg);}
@media screen and (max-width:768px){
	.inner-depart { display:block;}
	.inner-depart .img { width:100%;}
	.inner-depart .img h4 { line-height:1.5;}
	.inner-depart .txt { width:100%; padding:24px 0;}
	.inner-depart .txt .inner { margin:24px 0 0;}
	.inner-depart .txt .inner .click-open-box label { padding:0 68px 0 8px; font-size:13px;}
}

.flow-link-bottom { border:1px solid #ccc; position:relative; margin:80px 0 0; display:flex;}
.flow-link-bottom p { margin:0;}
.flow-link-bottom .txt { padding:40px 36px; width:40%;}
.flow-link-bottom .txt h4 { font-size:27px; margin:0 0 20px; letter-spacing:.05em;}
.flow-link-bottom .txt h4 small { font-size:13px; color:#888; display:block;}
.flow-link-bottom .txt .btn { line-height:38px;}
.flow-link-bottom .txt .btn strong { font-size:14px; color:#111; border-bottom:1px solid #111;}
.flow-link-bottom .img { width:60%;}
.flow-link-bottom .img img { width:100%; height:100%; object-fit:cover;}
@media screen and (max-width:768px){
	.flow-link-bottom { margin:40px 0 0; display:block;}
	.flow-link-bottom .txt { padding:20px 5%; width:100%;}
	.flow-link-bottom .txt h4 { font-size:25px;}
	.flow-link-bottom .img { width:100%; padding:0 5% 16px;}
}


.section-bg-sup { background-color:#eee; padding:100px 0 36px;}
.midashi-sup { text-align:center; margin:0;}
.midashi-sup .back { color:#fff!important;}
.section-bg-sup .btn { background:#fff; color:#000; padding:5px 10px; display:block; width:500px; margin:0 auto; text-align:center;}
@media screen and (max-width:768px){
	.section-bg-sup { padding:40px 0 20px;}
	.midashi-sup { margin:0 0 24px!important;}
	.section-bg-sup .btn { width:100%;}
}

.section-out-form { width:70%; margin:160px auto 100px;}
.section-out-form h4 { font-size:28px; margin:0 0 48px; padding:56px 0 0; text-align:center;}
.section-out-form h4 small { font-size:20px; display:block; padding-bottom:20px; color:#888; opacity:.3;}
@media screen and (max-width:768px) {
	.section-out-form {width:90%; margin:40px auto;} 
	.section-out-form h4 { font-size:20px; margin:0 0 24px; padding:24px 0 0;}
	.section-out-form h4 small { padding-bottom:8px;}
}

.inner-sup { display:flex;}
.inner-sup .img { width:36%; padding-right:48px;}
.inner-sup .img .b { width:}
.inner-sup ul { width:calc(64% - 64px); margin:64px 0 0;}
.inner-sup ul li { background-color:#fff; border-bottom:1px solid #ccc; padding:40px 48px;}
.inner-sup ul li:last-of-type { border-bottom:0;}
.inner-sup ul li h4 { margin:0 0 20px; font-size:20px; line-height:30px;}
.inner-sup ul li h4 img { width:38px; display:inline-block; margin-right:12px;}
@media screen and (max-width:768px){
	.inner-sup { display:block;}
	.inner-sup .img { width:100%; padding-right:0;}
	.inner-sup ul { width:100%; margin:24px 0 40px;}
	.inner-sup ul li { padding:20px 24px;}
}

.head-manage { position:relative;}
.head-manage h3 { position:absolute; bottom:160px; margin:0;}
.head-manage h3 .back { font-size:96px; color:rgba(255,255,255,.3); display:block; line-height:0.7;}
.head-manage h3 .title { font-size:54px; color:#888; background-color:#fff; display:inline-block; margin-left:80px; margin-top:0; padding:4px 24px;}
@media screen and (max-width:768px){
	.head-manage h3 { bottom:28px;}
	.head-manage h3 .back { font-size:48px;}
	.head-manage h3 .title { font-size:22px; margin-left:64px;}
}

.w66 { width:66%;}

.body-managers { padding:80px 0;}
.body-managers p { margin:0;}
.body-managers .lead,.lead-support .box .lead { font-size:18px;}
.body-managers .lead .title { font-size:22px; font-weight:bold;}
.body-managers .circle,.lead-support .box .circle { border:22px solid #eee; border-radius:50%; width:230px; height:230px; display:block; margin:0 auto; text-align:center; line-height:186px;}
.body-managers .circle img,.lead-support .box .circle img { width:132px;}
.body-managers .w30,.lead-support .box .w30 { text-align:center; width:30%;}
.body-managers .w30 small,,.lead-support .box .w30 small { font-size:12px;}
.body-managers .btn { border:1px solid; color:#000; padding:5px 10px; display:block; width:600px; text-align:center; margin:40px auto;}
@media screen and (max-width:768px){
	.w66 { width:100%;}
	
	.body-managers { padding:40px 0;}
	.body-managers h3 { margin:0 0 8px; font-size:18px;}
	.body-managers .lead,.lead-support .box .lead { font-size:14px;}
	.body-managers .w30 { margin-top:16px; width:100%;}
	.body-managers .btn { width:100%;}
	.lead-support .box .w30 { width:100%!important;}
}

.section-list-managers { background-color:#f6f1ed; padding:1px 0 80px; margin-top:40px;}
.section-list-managers ul { width:60%; margin:-40px auto 0; display:flex; flex-wrap:wrap; }
.section-list-managers ul li { width:47%; margin-right:6%; background-color:#fff; position:relative; margin-bottom:48px;}
.section-list-managers ul li:nth-of-type(2n) { margin-right:0;}
.section-list-managers ul li img { height:282px; width:100%;}
.section-list-managers ul li h4 { margin:0; position:absolute; top:220px; left:0;}
.section-list-managers ul li h4 span { color: #fff; font-size: 22px; line-height: 36px; background-color:#ffa87d; padding:2px 18px;}
.section-list-managers ul li .txt { padding:40px 12px; }
.section-list-managers ul li .txt span { color:#ffa87d; border-bottom:1px solid #ffa87d; padding:4px 0; position:absolute; bottom:20px; right:0;}
.section-list-managers ul li .txt span i { padding:0 12px;}
.section-list-managers ul li .txt p { margin:0;}
.section-list-managers ul li .txt .name { font-weight:bold; margin:4px 0 0;}
@media screen and (max-width:768px){
	.section-list-managers { padding:1px 0 40px;}
	.section-list-managers ul { width:90%;}
	.section-list-managers ul li { width:48%; margin-right:4%;}
	.section-list-managers ul li img { height:150px; }
	.section-list-managers ul li h4 { top:118px;}
	.section-list-managers ul li h4 span { font-size:18px;}
}

.lead-support { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0069.jpg); padding:48px 0; background-size:cover;}
.lead-support .box { background-color:#fff; width:76%; margin:0 auto; padding:48px;}
.lead-support .box .lead { margin:48px 0 0;}
@media screen and (max-width:768px){
	.lead-support .box { width:90%; padding:24px;}
	.lead-support .box .lead { margin:24px 0 0;}
}

.head-pa { position:relative; color:#fff; background-color:#000;}
.head-pa h3 { font-size:64px; margin:0; position:absolute; left:160px; bottom:120px; z-index:3; font-weight:400;}
.head-pa h3 small { font-size:40px; display:block; margin:16px 0 0;}
.head-pa img { opacity:.7;}
.head-pa ul { position:absolute; right:48px; bottom:40px; z-index:3;}
.head-pa ul li { list-style:none; margin-bottom:8px;}
.head-pa ul li a { color:#fff;}
@media screen and (max-width:768px){
	.head-pa h3 { font-size:24px; left:5%; bottom:32px;}
	.head-pa h3 small { font-size:14px; margin:12px 0 0;}
	.head-pa ul { right:5%; bottom:32px; }
	.head-pa ul li { margin-bottom:0;}
}

.first-pa { padding:80px 16px 80px 52%; position:relative; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/full.jpg); font-size:18px; background-size: cover; background-blend-mode:color; background-color:rgba(255,255,255,.5);}
.first-pa img { position:absolute;}
.first-pa img.a { width:468px; top:80px; left:160px;}
.first-pa img.b { width:306px; bottom:80px; left:0;}
.first-pa h3 { font-size:48px; margin:64px 0; }
.first-pa h3 small { font-size:28px; display:block; margin:40px 0 0;}
@media screen and (max-width:768px){
	.first-pa { padding:40px 5%; font-size:14px;}
	.first-pa img { position:static;}
.first-pa img.a { width:100%;}
.first-pa img.b { width:100%;}
	.first-pa h3 { font-size:24px; margin:24px 0; }
.first-pa h3 small { font-size:14px; margin:20px 0 0;}
}

.head-page-h { padding:80px 120px;}
.head-page-h h3 { margin:0; font-size:64px; letter-spacing:.1em; padding-top:120px; margin-top:-120px;}
.head-page-h h3 small { font-size:16px; letter-spacing:0; display:block; color:#ec6800;}
@media screen and (max-width:768px){
	.head-page-h { padding:80px 5%;}
	.head-page-h h3 { font-size:40px; padding-top:180px; margin-top:-180px;}
	.head-page-h h3 small { font-size:14px;}
}

.second-pa { position:relative; padding:100px 24px 100px 48px;}
.second-pa:before { content:""; width:42%; height:100%; position:absolute; display:block; top:0; left:0; background-color:#999;}
.second-pa ul { display:flex; position:relative; justify-content:space-between; padding-top:150px; margin-top:-150px; align-items:flex-start;}
.second-pa ul li { width:22%; list-style:none; position:relative; background: #eee;}
.second-pa ul li:first-child { background:transparent; color:#fff;}
.second-pa ul li a { color:#000;}
.second-pa ul li h3 { margin:40px 0 0; font-size:32px;}
.second-pa ul li h3 small { font-size:20px; display:block; margin:32px 0 0;}
.second-pa ul li strong { position:inherit; padding:12px; display:block; line-height:1.5; text-align:center; /*left:16px; bottom:65px;*/ }
.second-pa ul li span { font-size:13px; padding:0 4px; border-bottom:1px solid #fff; position:absolute; bottom:16px; right:0;}
.second-pa ul li span i { padding:0 12px;}

.second-pa.o2 ul li { background:#000;}
.second-pa.o2 ul li:first-child { background:transparent;}
.second-pa.o2 ul li a { color:#fff}
.second-pa.o2 ul li a img { opacity:.7;}
@media screen and (max-width:768px){
	.second-pa { position:relative; padding:40px 5%;}
	.second-pa:before { width:100%;}
	.second-pa ul { flex-wrap:wrap;}
	.second-pa ul li { width:48%; margin-bottom:16px; background:#000; color:#fff; height:auto; overflow:hidden;}
	.second-pa ul li img { opacity:.9;}
	.second-pa ul li:first-of-type { width:100%;}
	.second-pa ul li:last-of-type { margin-bottom:0;}
	.second-pa ul li h3 { margin:0; font-size:24px;}
	.second-pa ul li h3 small { font-size:16px; margin:8px 0 0;}
	.second-pa ul li strong { position:absolute; font-size:14px; bottom:0; line-height:1.5; height:30px; width:100%; padding:0;}
	.second-pa ul li a { color:#fff;}
	.second-pa ul li a img { opacity:.7;}
}

.body-pa { padding:64px 0 160px;}
.body-pa .ul-menu { display:flex; margin:0 0 100px;}
.body-pa .ul-menu li { width:calc(100% / 3); align-items:center; position:relative; border-right:1px solid #111;}
.body-pa .ul-menu li:first-of-type { border-left:1px solid #111;}
.body-pa .ul-menu li a { display:block; text-align:center; font-weight:bold; color:#111;}
.body-pa .box-pa { width:80%; margin:0 auto 100px; box-shadow:16px 16px 16px #eee,-16px -16px 16px #eee,-16px 16px 16px #eee,16px -16px 16px #eee; padding:64px 80px;}
.body-pa .box-pa h4 { font-size:22px; text-align:center; margin:0 0 40px;}
.body-pa .box-pa h4 small { font-size:28px; display:block; color:#888; margin:16px 0 0;}
@media screen and (max-width:768px){
	.body-pa { padding:40px 0;}
	.body-pa .ul-menu { display:flex; margin:0 0 40px;}
	.body-pa .box-pa { width:100%; margin:0 auto 40px; padding:24px;}
	.body-pa .box-pa h4 { font-size:18px; margin:0 0 24px;}
	.body-pa .box-pa h4 small { font-size:24px; margin:8px 0 0;}
}

.body-pa .inner-pa .head { position:relative; padding:100px 24px 56px 50%; margin:0 0 80px; z-index:0;}
.body-pa .inner-pa .head:after { content:""; width:50%; height:100%; position:absolute; top:0; left:0; object-fit:cover; background-color:#ddd; z-index:-1;}
.body-pa .inner-pa .head img { width:50%; height:100%; position:absolute; top:0; left:0; object-fit:cover;}
.body-pa .inner-pa .head h3 { margin:0; position:relative; padding-top:120px; margin-top:-120px;}
.body-pa .inner-pa .head h3 .back,.body-pa .inner-pa .midashi-mid-pa .back,.midashi-sup .back { font-size:80px; color:#eee; display:block; line-height:0.7;}
.body-pa .inner-pa .head h3 .title,.body-pa .inner-pa .midashi-mid-pa .title,.midashi-sup .title { font-size:32px; background-color:#888; color:#fff; display:inline-block; margin-left:-40px; margin-top:0; padding:4px 24px;}
.body-pa .inner-pa .body { width:80%; margin:0 auto 100px;}
.body-pa .inner-pa .body .lead { margin:0 0 40px;}
.body-pa .inner-pa .body ol { border:2px solid #202f55; padding:40px;}
.body-pa .inner-pa .midashi-mid-pa { margin:160px 0 100px; text-align:center; padding-top:120px; margin-top:40px;}
@media screen and (max-width:768px){
	.body-pa .inner-pa .head { padding:1px 5% 16px; margin:0 0 40px;}
	.body-pa .inner-pa .head:after { width:80%;}
	.body-pa .inner-pa .head img { width:100%;}
	.body-pa .inner-pa .head h3 .back,.body-pa .inner-pa .midashi-mid-pa .back,.midashi-sup .back { font-size:48px;}
	.body-pa .inner-pa .head h3 .title,.body-pa .inner-pa .midashi-mid-pa .title,.midashi-sup .title { font-size:16px; padding:4px 20px; margin-left:0;}
	.body-pa .inner-pa .head h3 { padding-top:250px; margin-top:-250px;}
	.body-pa .inner-pa .body { width:100%; margin:0 auto 40px;}
	.body-pa .inner-pa .body .lead { text-align:left;}
	.body-pa .inner-pa .body ol { padding:20px 24px 20px 50px; }
	.body-pa .inner-pa .midashi-mid-pa { margin:80px 0 40px; padding-top:180px; margin-top:-100px;}
}

.body-pa .inner-pa .ul-bottom { display:flex; margin:64px 0; flex-wrap:wrap;}
.body-pa .inner-pa .ul-bottom li { width:32%; margin-right:2%; margin-bottom:40px; text-align:center;}
.body-pa .inner-pa .ul-bottom li:nth-of-type(3n) { margin-right:0;}
.body-pa .inner-pa .ul-bottom li .btn { background-color:#ffa87d; color:#fff; display:block; text-align:center; line-height:46px; border-radius:40px; margin-bottom:16px;}
.body-pa .inner-pa .ul-bottom li .btn img { margin-right:8px; display:inline-block; width:23px;}
.body-pa .inner-pa .btn-pa { display:block; color:#ffa87d; border:1px solid #ffa87d; text-align:center; line-height:66px; font-weight:bold; width:400px; margin:0 auto;}
@media screen and (max-width:768px){
	.body-pa .inner-pa .ul-bottom { margin:24px 0;}
	.body-pa .inner-pa .ul-bottom li { width:48%; margin-right:4%; margin-bottom:20px;}
	.body-pa .inner-pa .ul-bottom li:nth-of-type(3n) { margin-right:4%;}
	.body-pa .inner-pa .ul-bottom li:nth-of-type(2n) { margin-right:0;}
	.body-pa .inner-pa .btn-pa { width:100%; line-height:50px;}
}

.comingsoon { width:100%; height:100vh; background-color:#fff; position:fixed; top:0; left:0; z-index:999999; text-align:center; line-height:100vh; font-size:64px; font-family:'Dancing Script', cursive;}

.page-header { background-color:#efefef; padding-bottom:64px; position:relative; padding-top:170px;}
.page-header img { width:100%; height:300px; position:absolute; top:0; left:0; object-fit:cover;}
.page-header .box { background-color:#fff; padding:24px 0 40px; text-align:center; position:relative; width:700px; margin:60px auto 0; }
.page-header .box:after { content:""; width: 60px; height: 3px; left: 50%; transform: translateX(-50%); background-color:#542D24; bottom:0; z-index:9; display:block; position:absolute; text-align:center;}
.page-header .box h3 { font-size:28px; margin:0;}
.page-header .box h3 small { font-size:14px; display:block; font-weight:400; margin-top:16px;}

.page-header .box .title { height:auto; width:100%; position:static; margin:-24px 0 20px;}
.page-header .box img { position:static; height:auto; display:block; margin:0 auto 20px; width:80%;}
.page-header .box.iecafe:after { display:none;}

.page-header dl.box { background-color:#111; color:#fff; display:flex; padding:30px 45px; align-items:center; flex-wrap:wrap;}
.page-header dl.box:after { width:300px; height:5px;}
.page-header dl.box dt { font-size:48px; width:165px; border-right:1px solid #fff; text-align:center;}
.page-header dl.box dt small { font-size:14px; display:block; margin-bottom:8px;}
.page-header dl.box dd { font-size:28px; width:calc(100% - 165px); text-align:center; font-weight:bold;}

@media screen and (max-width:768px) {
	.page-header { padding-bottom:36px; padding-top:85px; margin-top:120px;}
	.page-header img { height:160px;}
	.page-header .box { width:90%; padding:24px 0;}
	.page-header .box h3 { font-weight:400; font-size:24px; }
	.page-header .box h3 small { font-size:13px;}
	
	.page-header dl.box { padding:20px 45px;}
	.page-header dl.box:after { height:4px;}
	.page-header dl.box dt { width:100%; border-right:0; border-bottom:1px solid #fff; font-weight:400; font-size:25px; text-align:left;}
	.page-header dl.box dt small { display:inline-table; vertical-align:middle; margin:0 10px 0 0;}
	.page-header dl.box dd { width:100%; font-weight:400; font-size:23px; padding-top:5px; margin-bottom:0;}
	
}

.head-page { padding:45px 0 200px; margin:0 0 120px; color:#fff;}
.head-page h2,.head-trend h2 { font-size:24px; margin:0;}
.head-page h2 small,.head-trend h2 small { font-size:14px; display:block; margin:4px 0 0; letter-spacing:.1em;}
.head-page.company { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/full.jpg);}

.head-trend { padding:100px 0; font-size:weight; line-height:2;}
.head-trend h3 { margin:48px 0; font-size:48px;}
@media screen and (max-width:768px) {
	.head-page h2,.head-trend h2 { font-size:18px;}
	.head-page h2 small, .head-trend h2 small { font-size:12px;}
	
    .head-trend { padding:40px 0 0;}
	.head-trend h3 { font-size:19px; margin:18px 0; line-height:1.8;}
}

.ul-company { display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 0 100px;}
.ul-company li { width:46%; margin-bottom:40px; font-size:15px; font-weight:bold; position:relative;}
.ul-company li a { color:#111;}
.ul-company li small { font-size:12px; display:block; font-weight:400;}
.ul-company li .arrow { display:block; width:22px; height:22px; line-height:17px; text-align:center; font-size:16px; position:absolute; top:calc(50% - 11px); left:calc(170px + 10%); border:1px solid #111; border-radius:50%;}
@media screen and (max-width:768px) {
	.ul-company { padding-left:12%;}
	.ul-company li { width:100%; font-size:13px; margin-bottom:24px;}
	.ul-company li .arrow { left:auto; right:5%;}
}


.img-pc { width:70%; margin:0 0 0 10%; display:block;}
.logo-trend { width:275px; margin:0 auto; display:block;}
@media screen and (max-width:768px) {
	.img-pc { margin:0 auto;}
}

.sec-trend { padding:64px 0 80px; position:relative;}
.sec-trend .wrap { display:flex; justify-content:space-between; position:relative;}
.sec-trend .left { width:48%;}
.sec-trend .right { width:48%;}
.sec-trend .right .txt { margin-top:38px;}
.sec-trend .right .name { overflow:hidden;}
.sec-trend .right .name img { height:90px; float:right;}
.sec-trend .img { width:60%; display:block; position:absolute; top:0; right:-14%;}
.sec-trend h3,.sec-award-branding h3 { font-size:28px; margin:0 0 48px; line-height:1.6;}
.sec-trend h3 small,.sec-award-branding h3 small { font-size:14px; color:#feae03; display:block; margin:0 0 12px; letter-spacing:.1em;}
.sec-trend.sec:before { content:""; width:80%; height:100%; background-color:#eee; position:absolute; top:0; left:0;}
.sec-trend.rev .wrap { flex-direction:row-reverse;}
.sec-trend.rev .img { right:auto; left:-14%;}
.sec-trend.last { margin-bottom:120px;}
@media screen and (max-width:768px) {
	.sec-trend { padding:10px 0 40px;}
	.sec-trend .wrap { flex-direction:column!important;}
	.sec-trend .wrap.sp-rev { flex-direction:column-reverse!important;}
	.sec-trend .img { width:100%; position:inherit;}
	.sec-trend .left { width:100%;}
	.sec-trend .right { width:100%;}
	.sec-trend .right .txt { margin:0;}
	.sec-trend .right .name { margin-top:24px;}
	.sec-trend .right .name img { max-width:150px; object-fit:cover;}
	.sec-trend h3,.sec-award-branding h3 { font-size:18px; margin-bottom:24px;}
	.sec-trend h3 small { margin:0;}
	.sec-trend.sec:before { width:100%;}
	.sec-trend.rev,.sec-trend.sec { padding:40px 0 10px;}
	.sec-trend.last { margin:0;}
}

.topimg-branding { width:89%; margin:0 0 0 11%;}

.ul-branding { margin:0 0 80px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.ul-branding li { width:23.5%; text-align:center;}
.ul-branding li h4 { font-size:20px; margin:0 0 16px; text-align:center; font-weight:400;}
.ul-branding li img { width:90%; display:block; margin:0 auto 16px;}
.ul-branding li p { margin:0;}

.sec-award-branding { padding:64px 0 80px;}
@media screen and (max-width:768px) {
	.topimg-branding { width:100%; margin:0;}
	.ul-branding { margin:0;}
	.ul-branding li { width:48%!important; display:flex; flex-wrap:wrap; margin-bottom:24px; flex-direction:column;}
	.ul-branding li h4 { font-size:16px; margin:0 0 8px; width:100%; text-align:left;}
	.ul-branding li img { margin-bottom:8px; width:100%;}
	.ul-branding li p { line-height:1.6;}
}

/* タブ */
.tab_container {
  margin: 0 auto;}
.tab_item { padding:0 16px; float: left; font-size:18px; line-height:2.2;}
@media screen and (max-width:768px) {
	.tab_item { padding:0 20px 0 0; font-size:15px; letter-spacing:.2em;}
}

input[name="tab_item"] { display: none;}
.tab_content { display: none; clear: both; overflow: hidden;}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item { text-decoration:underline;}
.tab_content { padding-top:48px;}
.tab_content ul { display:flex; justify-content:space-between; flex-wrap:wrap;}
.tab_content ul li { width:46%; position:relative; display:flex; align-items:center; margin-bottom:32px;}
.tab_content ul li .txt { padding:0 0 0 16px; font-size:14px;}
.tab_content ul li .txt h4 { font-size:18px; margin:0 0 4px;}
.tab_content ul li .txt p { margin:0 0 8px;}
.tab_content ul li .txt .date { font-size:10px; margin:0;}
.tab_content ul li img { width:87px;}
@media screen and (max-width:768px) {
	.tab_content { padding-top:32px;}
	.tab_content ul li { width:100%;}
	.tab_content ul li img { width:60px;}
	.tab_content ul li .txt p { line-height:1.5;}
}

.link-wrap { position:absolute!important; top:0; left:0; width:100%; height:100%; z-index:99; display:block!important;}

.ul-product { margin:48px 0 80px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.ul-product li { width:30%; margin-bottom:32px; position:relative;}
.ul-product li h4 { font-size:18px; margin:16px 0;}
@media screen and (max-width:768px) {
	.ul-product li { width:48%; font-size:14px;}
}

.sec-brand { padding:48px 0 80px; position:relative;}
.sec-brand h3 { margin:0 0 64px;}
.sec-brand h3 img { width:110px;}
.sec-brand .body { position:relative; min-height:400px; overflow:hidden;}
.sec-brand .body .txt { position:relative; z-index:3; width:48%; background-color:rgba(255,255,255,.7);}
.sec-brand .body .txt h4 { font-size:18px; margin:0 0 24px; line-height:2;}
.sec-brand .body .txt a { display:block; width:212px; line-height:64px; border-bottom:2px solid #111; text-align:center; font-size:18px; font-weight:bold; letter-spacing:.1em; color:#111;}
.sec-brand .body .img { width:66%; position:absolute; bottom:0; right:0;}
@media screen and (max-width:768px) {
	.sec-brand { padding:24px 0 0;}
	.sec-brand h3 { margin:0 0 28px;}
	.sec-brand h3 img { display:block; margin:0 auto;}
	.sec-brand .body .txt { width:100%;}
	.sec-brand .body .txt h4 { margin:0 0 8px;}
	.sec-brand .body .txt a { margin:0 auto; line-height:46px; width:140px;}
	.sec-brand .body .img { width:100%; position:initial; margin:0 0 8px;}
}

.sec-brand.rev h3 { text-align:right;}
.sec-brand.rev .body .txt { float:right; text-align:right;}
.sec-brand.rev .body .img { right:auto; left:0;}
.sec-brand.rev .body .txt a { float:right;}
@media screen and (max-width:768px) {
	.sec-brand.rev .body .txt { text-align:left;}
	.sec-brand.rev .body .txt a { float:none;}
}

.dl-prof { display:flex; justify-content:space-between; flex-wrap:wrap; margin:80px 0 40px; padding:0; line-height:1.8;}
.dl-prof dt { width:25%; border-bottom:1px solid #333; padding:0 0 24px; margin:0 0 40px; font-weight:400;}
.dl-prof dd { width:71%; border-bottom:1px solid #eee; padding:0 0 24px; margin:0 0 40px; color:#666;}
@media screen and (max-width:768px) {
	.dl-prof { margin:80px 8px 0;}
	.dl-prof dt { width:100%; padding:0 8px 8px; margin:0 0 12px; font-weight:bold; border-bottom:1px solid #eee;}
	.dl-prof dd { width:100%; border:0; margin:0; font-size:14px; padding:0 8px 24px;}
	.dl-prof dd ol { padding-left:14px;}
}

.flex { display:flex; flex-wrap:wrap; align-items:flex-start;}
.flex.between { justify-content:space-between;}
.flex.a-initial { align-items:initial;}
.flex.a-center { align-items:center;}
.flex.rev { flex-direction:row-reverse;}

.sec-access { margin:0 0 100px;}
.sec-access .inner { padding:64px 0; border-bottom:1px solid #aaa;}
.sec-access .inner .flex { justify-content:space-between; flex-wrap:wrap;}
.sec-access .inner .txt { width:65%; margin:0 0 48px;}
.sec-access .inner .txt h4 { margin:0 0 32px; font-size:18px;}
.sec-access .inner .txt h4 i { color:#22819E; padding-right:8px;}
.sec-access .inner .txt a { border-bottom:1px solid #aaa; color:#111;}
.sec-access .inner .txt h5 { margin:48px 0 4px; font-size:16px; font-weight:400;}
.sec-access .inner p { margin:0;}
.sec-access .inner .img { width:35%;}
@media screen and (max-width:768px) {
	.sec-access .inner { padding-bottom:46px;}
	.sec-access .inner:last-of-type { border:0; padding-bottom:0;}
	.sec-access .inner .txt { width:100%;}
	.sec-access .inner .img { width:100%; margin-bottom:60px;}
}

.sec-movie { padding:80px 0 0; }
.sec-movie .wrap { width:89%; margin:0 0 0 11%;}
.sec-movie h3 { margin:0 0 48px; font-size:32px;}
.sec-movie h3 small { font-size:18px; display:block; font-weight:400; margin:12px 0 0; color:#666;}
@media screen and (max-width:768px) {
	.sec-movie .wrap { margin:0 auto;}
	.sec-movie h3 { font-size:24px; margin:0 0 24px;}
	.sec-movie h3 small { margin:8px 0 0;}
}

.sec-mission { padding:120px 0; background-color:#eee; margin:0 0 120px;}
.sec-mission .wrap { display:flex; justify-content:space-between;}
.sec-mission .left,.sec-mission .right { width:46%; display:flex; justify-content:space-between; align-items:start;}
.sec-mission h4 { width:32%; position:relative; color:#22819E; font-size:18px; line-height:28px; margin:0;}
.sec-mission h4 span { background-color:#eee; padding-right:8px; position:relative; z-index:3;}
.sec-mission h4:before { content:""; width:100%; height:1px; background-color:#22819E; display:block; position:absolute; top:50%; right:0;}
.sec-mission p { margin:0;}
.sec-mission .txt { width:64%;}
.sec-mission .txt h5 { font-size:18px; line-height:28px; margin:0 0 8px;}
.sec-mission .txt .box { margin:0 0 48px;}
.sec-mission .txt .box:last-of-type { margin:0;}
.sec-mission .right dl { margin:0; padding:0; width:64%;}
.sec-mission .right dl dt { font-size:14px; margin:0 0 8px; color:#22819E; font-weight:400;}
.sec-mission .right dl dd { margin:0 0 48px; font-size:22px; font-weight:bold;}
.sec-mission .right dl dd:last-of-type { margin:0;}
@media screen and (max-width:768px) {
	.sec-movie { padding:0;}
}

.head-fj { position:relative; color:#fff;}
.head-fj img,.head-fj .slider { }
.head-fj .wrap { }
.head-fj .wrap h3 { font-size:64px; margin:0; position:absolute; bottom:120px; left:12%; z-index:3; line-height:.9;}
.head-fj .wrap h3 small { font-size:12px; display:block; font-weight:400; margin:4px 0 0;}
@media screen and (max-width:768px) {
	.head-fj { padding:0;}
	.head-fj .wrap h3 { font-size:35px; bottom:100px; left:8%;}
}

.about-fj { padding:160px 220px;}
.about-fj .inner { display:flex; justify-content:space-between; flex-wrap:wrap; position:relative;}
.about-fj .inner .txt,.about-fj .inner .img { width:44%; position:relative;}
.about-fj .inner .txt h3,.business-fj .txt h3,.journal-fj .left h3,.news-fj h3 { font-size:64px; margin:0 0 40px;}
.about-fj .inner .txt h3 small,.business-fj .txt h3 small,.journal-fj .left h3 small,.news-fj h3 small { font-size:13px; display:block; color:#999; font-weight:400; margin:0 0 12px;}
.about-fj .inner .txt a { line-height:80px; display:flex; color:#111;}
.about-fj .inner .txt a .arrow { width:80px; height:80px; border:2px solid #999; display:block; text-align:center; line-height:100px; box-sizing:bborder-box; margin-right:16px; border-radius:50%; font-weight:bold; color:#888; line-height:73px;}
.about-fj .inner .img .b { width:200px; height:300px; object-fit:cover; position:absolute; bottom:64px; right:-80px;}
@media screen and (max-width:768px) {
	.about-fj { padding:100px 8%;}
	.about-fj .inner { padding-bottom:84vw;}
	.about-fj .inner .img { width:70%;}
	.about-fj .inner .txt { position:initial; width:100%;}
	.about-fj .inner .txt .p { position:absolute; bottom:0;}
	.about-fj .inner .txt h3,.business-fj .txt h3,.journal-fj .left h3,.news-fj h3 { font-size:38px;}
	.about-fj .inner .txt h3 small, .business-fj .txt h3 small, .journal-fj .left h3 small, .news-fj h3 small { font-size:11px; margin:0;}
	.about-fj .inner .img .b { width:120px; height:180px; right:-68px;}
}

.business-fj { padding:0 0 160px; display:flex; position:relative; flex-wrap:wrap;}
.business-fj .img { width:38%;}
.business-fj .txt { width:62%; padding:0 190px 0 50px; position:relative;}
.business-fj .txt h3,.journal-fj .left h3 { margin:0 0 80px;}
.business-fj .txt ul { border-top:1px solid #ccc; margin:0 0 64px;}
.business-fj .txt ul li { border-bottom:1px solid #ccc; padding:20px 0; display:flex; position:relative; justify-content:space-around;}
.business-fj .txt ul li .num { font-size:24px; color:#666; display:block; line-height:1; padding-right:24px;}
.business-fj .txt ul li .right { display:flex; justify-content:space-around; width:100%;}
.business-fj .txt ul li .right strong { font-size:18px; margin:0; width:100%; display:block; color:#666; line-height:1.8;}
.business-fj .txt ul li .right .eng { font-size:13px; color:#666; width:calc(100% / 8 * 2); display:block;}
.business-fj .txt ul li .right .arrow { font-size:13px; color:#888; display:block; text-align:right; width:calc(100% / 8);}
.business-fj .txt ul .btn { color:#262626; margin:40px auto 0; display:block; border:1px solid #ccc; width:200px; text-align:center; padding:8px 0;}
.business-fj .txt ul .btn:hover { opacity:.7;}
.business-fj .txt img { position:absolute; bottom:0; right:0; width:150px;}
@media screen and (max-width:768px) {
	.business-fj { padding:0 0 24px;}
	.business-fj .txt { padding:0 8%; width:100%;}
	.business-fj .txt h3,.journal-fj .left h3 { margin:0 0 40px;}
	.business-fj .txt ul li { padding:20px 0 12px;}
	.business-fj .txt ul li .num { font-size:20px; padding-right:12px;}
	.business-fj .txt ul li .right { flex-direction:column; width:55%; justify-content:flex-start;}
	.business-fj .txt ul li .right strong { width:100%; font-size:15px;}
	.business-fj .txt ul li .right .eng { width:100%;}
	.business-fj .txt ul li .right .arrow { width:100%; text-align:left;}
	.business-fj .txt ul li strong { font-size:24px;}
	.business-fj .txt ul li .img { width:35%; padding-left:8px;}
	.business-fj .txt ul li .img img { position:initial; object-fit:cover;}
}


.journal-fj { padding:0 0 200px; display:flex; flex-wrap:wrap;}
.journal-fj .left { width:45%; padding:0 120px;}
.journal-fj .left ul { margin:0; padding:0;}
.journal-fj .left ul li { margin:0 0 100px; position:relative;}
.journal-fj .left ul li:last-of-type { margin:0;}
.journal-fj .left ul li img { display:block;}
.journal-fj .left ul li h4 { font-size:22px; margin:0;}
.journal-fj .head { line-height:20px; margin:20px 0 8px; font-size:12px; color:#666;}
.journal-fj .head .category { color:#888; display:inline-block; font-weight:bold;}
.journal-fj .right { width:55%; padding:80px 0 0; position:relative; overflow:hidden;}
.journal-fj .right .part { position:relative;}
.journal-fj .right .head { line-height:20px; margin:24px 0 8px;}
.journal-fj .right .head .category { }
.journal-fj .right .txt { padding:0 120px 0 0;}
.journal-fj .right h4 { font-size:28px; margin:0 0 40px;}
.journal-fj .right .link { position:absolute; bottom:0; right:120px; line-height:64px; display:flex; color:#111;}
.journal-fj .right .link .circle { line-height:50px; display:block; text-align:center; border:2px solid #ccc; color:#888; margin-left:16px; font-size:20px; font-weight:bold; width:64px; height:64px; border-radius:50%;}
@media screen and (max-width:768px) {
	.journal-fj { padding:0 0 60px;}
	.journal-fj .left { width:100%; padding:0 8%;}
	.journal-fj .left ul li { margin:0 0 40px;}
	.journal-fj .left ul li h4 { font-size:20px; margin:0 0 10px;}
	.journal-fj .head { margin:12px 0 4px;}
	.journal-fj .right { width:100%; padding:40px 8% 64px;}
	.journal-fj .right .txt { padding:0;}
	.journal-fj .right .link { right:8%;}
}	

.bn-fj { padding:0 calc(100% / 9) 0 0; display:flex; flex-wrap:wrap;}
.bn-fj .box { width:50%; height:45vw; position:relative; color:#fff; padding:160px 120px 0 80px; box-sizing:border-box;}
.bn-fj .box.left { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/AdobeStock_118099283.jpeg); background-size:cover; background-blend-mode:color; background-color:rgba(0,0,0,.4);}
.bn-fj .box.right { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/AdobeStock_165264550.jpeg); background-size:cover; background-blend-mode:color; background-color:rgba(0,0,0,.4);}
.bn-fj .box h3 { margin:0 0 56px; font-size:32px;}
.bn-fj .box h3 small { font-size:12px; margin:0 0 4px; display:block;}
.bn-fj .box .arrow { border:2px solid rgba(255,255,255,.5); display:block; width:80px; height:80px; line-height:70px; text-align:center; border-radius:50%; margin:40px 0 0;}
@media screen and (max-width:768px) {
	.bn-fj { padding:0;}
	.bn-fj .box { width:100%; padding:40px 24px; height:auto;}
	.bn-fj .box h3 { font-size:26px; margin:0 0 24px;}
	.bn-fj .box .arrow { width:64px; height:64px; line-height:64px; margin:20px 0 0;}
}

.news-fj { /*padding:160px 0;*/}
.news-fj .w46 { position:relative; overflow:hidden;}
.news-fj .w46 ul { border-top:1px solid #ccc; margin:0 0 48px;}
.news-fj .w46 ul li { position:relative; border-bottom:1px solid #ccc; padding:16px 0; display:flex; justify-content:space-between; align-items:start; position:relative;}
.news-fj .w46 ul li .date { width:25%; font-size:12px; color:#666; display:block;}
.news-fj .w46 ul li strong { font-size:16px; width:65%; display:block;}
.news-fj .w46 ul li .category { color:#888; border:1px solid #888; line-height:20px; padding:0 4px; border-radius:12px; font-size:12px;}
.news-fj .w46 .link { float:right; font-size:13px; line-height:40px; display:flex; color:#111;}
.news-fj .w46 .link .circle { display:block; width:40px; height:40px; line-height:28px; border:2px solid #ccc; text-align:center; color:#888; border-radius:50%; font-weight:bold; margin-left:16px;}
.news-fj .w46 p { margin:0;}
@media screen and (max-width:768px) {
	.news-fj { /*padding:80px 0;*/}
	.news-fj .fleft { margin:0 0 40px;}
	.news-fj .w46 ul { margin:0 0 24px;}
	.news-fj h3 { font-size:42px; margin:0 0 32px;}
}

.news-fj .ul-bottom { display:flex; justify-content:space-between; margin:80px 0 0; flex-wrap:wrap;}
.news-fj .ul-bottom li { width:calc(84% / 3); border-bottom:1px solid #ccc; overflow:hidden;}
.news-fj .ul-bottom li a { display:block; padding:0 0 16px; color:#111; font-weight:bold;}
.news-fj .ul-bottom li a .arrow { float:right; color:#888; transform:rotate(-45deg); font-size:13px; font-weight:bold;}
@media screen and (max-width:768px) {
	.news-fj .ul-bottom { margin:46px 0 0;}
	.news-fj .ul-bottom li { width:100%;}
	.news-fj .ul-bottom li a { padding:24px 0 16px;}
}


.head-balance-gym { width:100%; height:100vh; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/tbn.jpg); color:#fff; position:relative; background-size:cover;}
.head-balance-gym .txt { width:50%; position:absolute; bottom:40px; left:40px;}
.head-balance-gym .txt h3 { font-size:64px; margin:0 0 48px; line-height:1;}
.head-balance-gym .txt h3 small { font-size:24px; display:block; margin:4px 0 0;}
.head-balance-gym .txt .news { display:block; border:1px solid #fff; padding:4px 16px; font-size:13px; border-radius:24px; color:#fff;}
.head-balance-gym .txt .news .category { font-size:13px; line-height:16px; padding-right:12px; border-right:1px solid #fff; display:inline-block; margin-right:12px;}
.head-balance-gym .txt p { margin:0;}
@media screen and (max-width:768px) {
	.head-balance-gym { height:50vh;}
	.head-balance-gym .txt { width:94%; left:3%;}
	.head-balance-gym .txt h3 { font-size:38px;}
	.head-balance-gym .txt h3 small { font-size:15px;}
}


.bg-black { background-color:#111; color:#fff;}
.title-border-bg { border-top:1px solid #111; padding:8px 0 0; margin:0 0 240px; display:flex; justify-content:space-between; width:100%; font-size:13px;}
.bg-black .title-border-bg { border-top:1px solid #fff;}
.bg-black a { color:#fff;}
@media screen and (max-width:768px) {
	.title-border-bg { margin-bottom:140px;}
}

.thought-balance-gym { padding:120px 0 64px; position:relative; z-index:0;}
.thought-balance-gym h3 { font-size:38px; margin:0 0 64px; line-height:1.2; position:relative;}
.thought-balance-gym h3:before { }
.thought-balance-gym a,.feature-balance-gym a,.blog-balance-gym .link,.contact-balance-gym ul li a,.part-feature a { line-height:40px; padding-left:56px; position:relative; display:inline-block; font-size:13px; font-weight:bold; margin-top:48px; text-decoration:underline; color:#111; margin-right:48px;}
.thought-balance-gym a:before,.feature-balance-gym a:before,.blog-balance-gym .link:before,.contact-balance-gym ul li a:before,.part-feature a:before { content:""; width:40px; height:40px; display:block; background-color:#111; border-radius:50%; position:absolute; top:0; left:0;}
.thought-balance-gym .a { margin:0!important; padding:0;}
.thought-balance-gym .a:before { display:none;}
@media screen and (max-width:768px) {
	.thought-balance-gym { width:100%; padding:60px 0;}
	.thought-balance-gym .w46 { width:100%;}
	.thought-balance-gym h4 { margin-bottom:100px;}
	.thought-balance-gym h3 { font-size:24px; line-height:1.5; margin:0 0 32px;}
	.thought-balance-gym p { width:50%;}
	.thought-balance-gym img { position:absolute; top:100px; left:55%; z-index:-1; object-position:-24px;}
	.thought-balance-gym a, .feature-balance-gym a, .blog-balance-gym .link, .contact-balance-gym ul li a, .part-feature a { padding-left:46px; font-size:12px;}
	.thought-balance-gym a:before,.feature-balance-gym a:before,.blog-balance-gym .link:before,.contact-balance-gym ul li a:before,.part-feature a:before { width:36px; height:36px;}
}

.feature-balance-gym { padding:80px 5%;}
.feature-balance-gym .title-border-bg { margin:0 0 48px;}
.feature-balance-gym ul { display:flex; justify-content:space-between; margin:0 0 100px; flex-wrap:wrap;}
.feature-balance-gym ul li { width:30%; border:1px solid #fff; padding:12px; font-size:13px; font-weight:bold;}
.feature-balance-gym ul li img { display:block; margin:16px auto;}
.feature-balance-gym a { color:#fff; margin-top:0;}
.feature-balance-gym a:before { background-color:#fff;}
.feature-balance-gym .link-wrap:before { display:none;}
@media screen and (max-width:768px) {
	.feature-balance-gym { padding:40px 5% 16px;}
	.feature-balance-gym .title-border-bg { margin:0 0 32px;}
	.feature-balance-gym ul { margin:0 0 24px;}
	.feature-balance-gym ul li { width:100%; margin-bottom:20px;}
	.feature-balance-gym ul li img { margin:50px auto;}
	.feature-balance-gym a { width:100%;}
}

.thought-balance-gym.staff .title-border-bg { margin:0 0 64px;}
@media screen and (max-width:768px) {
	.thought-balance-gym.staff { padding:60px 8%;}
	.thought-balance-gym.staff .clearfix { display:flex; flex-direction:column-reverse;}
	.thought-balance-gym.staff img { object-position:initial; position:initial; margin-bottom:20px;}
	.thought-balance-gym.staff .title-border-bg { margin:0 0 24px;}
	.thought-balance-gym.staff h3 { font-size:20px; margin:0 0 24px;}
	.thought-balance-gym.staff p { width:100%;}
	.thought-balance-gym.staff .mb-100 { margin-bottom:28px;}
	.thought-balance-gym.staff a { margin-top:32px;}
}
	
.feature-balance-gym.plan h3 { font-size:38px; margin:0 0 64px;}
.feature-balance-gym.plan ul li { width:32%; padding:16px 12px 48px; position:relative;}
.feature-balance-gym.plan ul li h4 { font-size:20px; margin:0 0 24px;}
.feature-balance-gym.plan ul li h4 small { font-size:12px; display:block; margin:2px 0 0;}
.feature-balance-gym.plan ul li ul { padding-left:24px; display:block; margin:0 0 24px;}
.feature-balance-gym.plan ul li ul li { list-style:disc; border:0; width:100%; font-weight:400; font-size:14px; padding:0;}
.feature-balance-gym.plan ul li .price { font-size:18px; margin:0; position:absolute; bottom:16px; left:12px; overflow:hidden; width:calc(100% - 24px); line-height:22px;}
.feature-balance-gym.plan ul li .price small { font-size:13px; font-weight:400; padding-left:8px;}
.feature-balance-gym.plan ul li.white { background-color:#fff; color:#111;}
.feature-balance-gym.plan ul li .price span { line-height:22px; font-size:12px; background-color:#111; padding:0 8px; border-radius:12px; color:#fff; float:right;}
@media screen and (max-width:768px) {
	.feature-balance-gym.plan h3 { font-size:22px; margin:0 0 40px;}
	.feature-balance-gym.plan ul li { width:100%;}
	.feature-balance-gym.plan a:first-of-type { margin-bottom:28px;}
}

.wrap.wide { width:90%;}

.ul-bn-menu { margin:64px 0 100px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.ul-bn-menu li { width:30%; border:1px solid #111; display:block; padding:16px; font-weight:bold; position:relative;}
.ul-bn-menu li:nth-of-type(1) { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/full.jpg);}
.ul-bn-menu li:nth-of-type(2) { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/full.jpg);}
.ul-bn-menu li:nth-of-type(3) { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/03/full.jpg);}
.ul-bn-menu li a { color:#111;}
.ul-bn-menu li .eng { font-size:10px; display:block; margin:0 0 56px;}
.ul-bn-menu li h4 { margin:0; font-size:18px;}
.ul-bn-menu li:after { content:""; width:30px; height:30px; display:block; background-color:#111; border-radius:50%; position:absolute; bottom:16px; right:16px;}
@media screen and (max-width:768px) {
	.ul-bn-menu { margin:36px 0;}
	.ul-bn-menu li { width:100%; margin-bottom:20px;}
	.ul-bn-menu li .eng { margin:0 0 30px;}
}

.blog-balance-gym { padding:0 0 80px;}
.blog-balance-gym .title-border-bg { margin:0 0 64px;}
.blog-balance-gym ul { display:flex; justify-content:space-between; margin:0 0 48px; flex-wrap:wrap;}
.blog-balance-gym ul li { width:23.5%; position:relative; font-size:12px; line-height:1.4;}
.blog-balance-gym ul li a { color:#111;}
.blog-balance-gym ul li h4 { font-size:15px; margin:12px 0 4px;}
.blog-balance-gym ul li .category { padding:2px 4px; line-height:20px; background-color:#666; color:#fff; font-size:12px;}
.blog-balance-gym ul li .tag { color:#666; font-size:12px; text-decoration:underline;}
.blog-balance-gym ul li p { margin:0;}
.blog-balance-gym ul li .date { color:#666; margin:4px 0 0;}
.blog-balance-gym .link { margin-top:0;}
@media screen and (max-width:768px) {
	.blog-balance-gym { padding:0;}
	.blog-balance-gym ul { margin:0;}
	.blog-balance-gym ul li { width:100%; margin:0 0 32px;}
}

.contact-balance-gym { padding:80px 0;}
.contact-balance-gym ul { display:flex; justify-content:space-between; flex-wrap:wrap;}
.contact-balance-gym ul li { width:30%; font-size:13px;}
.contact-balance-gym ul li h4 { margin:0 0 40px; }
.contact-balance-gym ul li h3 { font-size:20px; margin:0 0 40px;}
.contact-balance-gym ul li a { margin-top:20px; color:#fff;}
.contact-balance-gym ul li a:before { background-color:#fff;}
@media screen and (max-width:768px) {
	.contact-balance-gym { padding:50px 0;}
	.contact-balance-gym ul { border-bottom:1px solid;}
	.contact-balance-gym ul li { width:100%;}
	.contact-balance-gym ul li h4 { margin:0 0 24px;}
	.contact-balance-gym ul li h3 { margin:0 0 18px;}
}

.head-page-company { margin:64px 0; position:relative; overflow:hidden;}
.head-page-company h3 { width:25%; position:absolute; bottom:0; left:0; margin:0 0 16px; font-size:40px; z-index:1;}
.head-page-company h3 small { font-size:13px; display:block; color:#666;}
.head-page-company img { display:block; width:75%; height:360px; float:right;}
@media screen and (max-width:768px) {
	.head-page-company { margin-bottom:0;}
	.head-page-company img { width:100%; height:40vw; opacity:.6;}
	.head-page-company h3 { width:100%; bottom:24px; left:32px;}
}


.box-access { padding:0 0 80px;}
.box-access .title-border-bg { margin:0 0 64px;}
.box-access .inner { display:flex; justify-content:space-between;}
.box-access .inner h3 { width:25%; margin:0; font-size:20px;}
.box-access .inner .txt { width:75%; display:flex; justify-content:space-between; font-size:12px;}
.box-access .inner .txt dl { margin:0 0 24px; padding:0;}
.box-access .inner .txt dl dt { width:25%; float:left;}
.box-access .inner .txt dl dd { margin:0 0 12px; padding-left:25%;}
.box-access .inner .txt a { color:#111; font-size:13px; font-weight:bold; text-decoration:underline;}

.part-feature { padding:64px 0; font-size:12px;}
.part-feature h3 { font-size:24px; margin:80px 0;}
.part-feature.bg-black a { color:#fff;}
.part-feature.bg-black a:before { background-color:#fff;}

.staff-balance-gym { padding:64px 0;}
.staff-balance-gym .title-border-bg { margin:0 0 48px;}
.staff-balance-gym h3 { font-size:20px; margin:0 0 40px;}
.staff-balance-gym ul { display:flex; border-bottom:1px solid #111; justify-content:space-between; flex-wrap:wrap;}
.staff-balance-gym ul li { width:30%; padding:0 24px 64px; position:relative;}
.staff-balance-gym ul li h4 { font-size:20px; margin:48px 0;}
.staff-balance-gym ul li .shumi { margin:0; position:initial; bottom:0; left:24px;}
@media screen and (max-width:768px) {
	.staff-balance-gym { padding-bottom:0;}
	.staff-balance-gym .title-border-bg { margin:0 0 8px;}
	.staff-balance-gym h3 { font-size:18px; margin:0 0 24px;}
	.staff-balance-gym ul li { width:100%; margin-bottom:20px; padding:0 0 24px;}
	.staff-balance-gym ul li:last-of-type { padding:0; margin:0;}
	.staff-balance-gym ul li h4 { margin:20px 0 10px; font-size:18px;}
	.staff-balance-gym ul li .shumi { bottom:8px; position:initial;}
}

.menu-faq { padding:64px 0;}
.menu-faq h3 { font-size:20px; margin:0 0 20px; padding:0 0 32px; border-bottom:1px solid #111;}
.menu-faq ul { margin:0; padding:0;}
.menu-faq ul li { display:inline-block; margin-right:24px;}
.menu-faq ul li a { padding:8px 16px; border:1px solid #111; border-radius:20px; font-size:12px; font-weight:bold; color:#111;}
@media screen and (max-width:768px) {
	.menu-faq { padding-bottom:40px;}
	.menu-faq h3 { font-size:18px; padding:0 0 14px;}
	.menu-faq ul li { margin-right:16px; margin-bottom:20px;}
	.menu-faq ul li a { font-size:11px;}
}

.box-faq { padding:60px 0 80px;}
.box-faq .title-border-bg { margin:0 0 48px;}
.box-faq h3 { font-size:20px; margin:0 0 40px;}
.box-faq dl { margin:0 0 12px; padding:0; border:1px solid #111;}
.box-faq dl dt { border-bottom:1px solid #111; padding:16px 16px 16px 48px; position:relative;}
.box-faq dl dd { margin:0; padding:16px 16px 16px 48px; position:relative;}
.box-faq dl dd a { display:block; width:160px; line-height:38px; border:1px solid #111; text-align:center; border-radius:24px; color:#111; margin-top:20px;}
.box-faq dl dt:before,.box-faq dl dd:before { font-size:24px; font-weight:bold; position:absolute; line-height:1; top:14px; left:14px; display:block;}
.box-faq dl dt:before { content:"Q:";}
.box-faq dl dd:before { content:"A:";}
@media screen and (max-width:768px) {
	.box-faq { padding:24px 0;}
	.box-faq .title-border-bg { margin:0 0 20px;}
	.box-faq h3 { font-size:16px; margin:0 0 24px;}
	.box-faq dl dt:before,.box-faq dl dd:before { font-size:20px; letter-spacing:.3em;}
}


/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:16px; position:relative;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 form label{ display:inline; }
.wpcf7 p { margin-bottom:1em;}
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#333333; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

.wpcf7 .course { border:0; text-align:left; display:block; margin:24px auto; line-height:2; width:70%; background-color:#eee; padding:8px 16px; border-radius:4px; position:absolute; bottom:124px; right:1.8em;}
.wpcf7 .course span { font-weight:bold; margin-right:16px; display:inline-block;}
@media screen and (max-width:768px) {
	.wpcf7 .course { margin:-8px 0 0; font-size:12px; line-height:1.5; position:initial; width:100%; padding-bottom:16px;}
	.wpcf7 .course span { font-size:14px; margin:8px 0 0;}
}

/* ----------------------------------------------------------------------*/


.bg-eee { background-color:#eff0f2;}

.head-syne { padding:0 0 0px 20%; position:relative;}
.head-syne .slider {}
.head-syne .slider p { font-size:12px; text-align:right; line-height:48px; margin:0;}
.head-syne h2 { margin:0; font-size:140px; color:#fff; position:absolute; left:12.5%; bottom:0; font-weight:400;}

.lead-syne { padding:120px 30% 120px 20%;}
.lead-syne h3 { font-size:18px; line-height:2; margin:0 0 64px;}

.works-syne { padding:120px 10% 120px 15%; position:relative;}
.works-syne:before { content:""; width:70%; height:360px; background-color:#fff; display:block; position:absolute; top:0; left:0;}
.works-syne .head { display:flex; margin:0 0 64px; position:relative; z-index:3;}
.works-syne .head h3,.service-syne .inner h3,.flow-syne .head h3,.about-syne .inner h3 { font-size:80px; font-weight:400; margin:0; width:40%; line-height:1.1;}
.works-syne .head h3 small,.service-syne .inner h3 small,.flow-syne .head h3 small,.about-syne .inner h3 small { display:block; font-size:16px; font-weight:bold;}
.works-syne .head .txt { width:60%; margin:32px 0 0;}
.works-syne .head p { margin:0; line-height:1.8;}
.works-syne ul { display:flex; justify-content:space-between; margin:0 0 48px;}
.works-syne ul li { width:46%; list-style:none; position:relative;}
.works-syne ul li h4 { font-size:22px; margin:16px 0; }
.works-syne .more,.flow-syne .more { text-align:center; margin:0;}
.works-syne .more a { font-weight:bold; color:#666;}
.works-syne .more a span,.flow-syne .more a span { display:block; width:33px; height:33px; border:1px solid #666; background-color:#666; color:#fff; text-align:center; margin:0 auto; border-radius:50%; font-size:20px; line-height:30px;}
.works-syne .more a:hover span,.flow-syne .more a:hover span { background-color:#fff; color:#666; width:38px; height:38px; line-height:35px; transition:.5s; font-size:22px;}

.service-syne { padding:0;}
.service-syne .inner { width:70%; margin:0 auto;}
.service-syne .inner h3 { margin:0 0 64px;}
.service-syne .bg { padding:80px 0 200px; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/04/bg_service_01.jpg); background-size:cover; color:#fff;}
.service-syne .bg .head { display:flex; margin:0 0 80px;}
.service-syne .bg .head h4 { font-size:22px; margin:0; width:33%; }
.service-syne .bg .head .txt { line-height:1.8; width:67%;}
.service-syne .bg .head .txt p { margin:0;}
.service-syne .bg ul { display:flex; justify-content:space-between; flex-wrap:wrap;}
.service-syne .bg ul li { width:calc(81% / 4); border:1px solid #fff; text-align:center; border-radius:8px; padding:20px 16px; font-size:18px; font-weight:bold; margin-bottom:40px;}
.service-syne .bg ul li img { width:60px; height:56px; display:block; margin:0 auto 16px;}
.service-syne .body { background-color:#fff; padding:120px 200px 120px 120px; margin-top:-100px; margin-left:10%; margin-bottom:120px;}
.service-syne .body .flex { margin:0 0 80px; justify-content:space-between;}
.service-syne .body .flex:last-of-type { margin:0;}
.service-syne .body .img,.service-syne .body .txt { width:48%;}
.service-syne .body .txt h4 { margin:0 0 40px; font-size:22px; line-height:1.8;}
.service-syne .body .txt h4 .eng { font-size:16px; display:block; color:#666; font-weight:400; margin:0 0 8px;}

.flow-syne { padding:80px 0 64px; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/04/bg_flow_01.jpg); color:#fff; background-size:cover;}
.flow-syne .head { width:70%; margin:0 auto 80px;}
.flow-syne .head h3 { margin:0 0 40px;}
.flow-syne .head a { color:#fff; padding:8px 24px;}
.flow-syne .head a.bd { border:1px solid #fff; border-radius:40px;}
.flow-syne ul { display:flex; width:80%; margin:0 auto 64px; }
.flow-syne ul li { background-color:rgba(255,255,255,.29); padding:32px 0 30px; margin-left:1px; text-align:center; height:360px; width:calc(100% / 8);}
.flow-syne ul li:first-of-type { margin-left:0;}
.flow-syne ul li .num { border-bottom:1px solid #fff; font-size:24px; padding:0 0 8px;}
.flow-syne ul li .wmrl { display:block; margin:48px auto 0; writing-mode:vertical-rl; font-size:16px;}
.flow-syne .more a { color:#fff; font-weight:bold;}
.flow-syne .more a span { background-color:#fff; border:1px solid #fff; color:#666;}
.flow-syne .more a:hover span { }

.about-syne { padding:120px 0 ;}
.about-syne .inner { width:70%; margin:0 auto 120px;}
.about-syne .inner h3 { margin:0 0 64px;}
.about-syne .inner .flex { justify-content:space-between; margin:0 0 64px;}
.about-syne .inner .flex:last-of-type { margin:0;}
.about-syne .inner .flex h4 { width:20%; border-top:1px solid #ccc; line-height:90px; font-size:18px; font-weight:400; margin:0;}
.about-syne .inner .flex dl,.about-syne .inner .flex ul { width:72%; margin:0;}
.about-syne .inner .flex dl dt { width:174px; float:left; line-height:90px; padding:0 20px; box-sizing:border-box; font-weight:400;}
.about-syne .inner .flex dl dd { line-height:90px; padding-left:200px; border-top:1px solid #ccc; margin:0;}
.about-syne .inner .flex dl dd:last-of-type { border-bottom:1px solid #ccc;}
.about-syne .inner .flex ul { border-top:1px solid #ccc; padding:24px 0 0; display:flex; justify-content:space-between; flex-wrap:wrap;}
.about-syne .inner .flex ul li { width:23.5%; position:relative; font-size:12px; margin-bottom:40px;}
.about-syne .inner .flex ul li img { height:140px; display:block;}
.about-syne .inner .flex ul li.last { text-align:right; align-self: flex-end;}
.about-syne .inner .flex ul li p { margin:0;}
.about-syne .event { margin:0 0 100px 10%; background-color:#e2e6e9; padding:80px; position:relative; overflow:hidden; display:flex; color:#666;}
.about-syne .event:before { content:""; position: absolute; bottom: -8.5%; right: -13%; display: block; padding-top: 43.9%; width: 80%; height: 0; background: url(http://megumi-estate.net/wp-content/uploads/2022/04/index_img_event_01.png) no-repeat 0 100%; background-size: 100% auto; z-index: 2;}
.about-syne .event .left { width:45%; padding:0 38px 0 0;}
.about-syne .event .left h3 { margin:0 0 48px; font-size:32px;}
.about-syne .event .left h3 span { display:inline-block; color:#9a9282; font-size:16px; padding:4px 24px; margin-right:12px; border:1px solid #9a9282; border-radius:24px; font-weight:400;}
.about-syne .event .left h3 strong { display:block; margin:16px 0 0;}
.about-syne .event .left ul { margin:0 0 40px;}
.about-syne .event .left ul li { display:inline-block; color:#9a9282; font-weight:bold; margin-right:32px; font-size:16px;}
.about-syne .event .left ul li i { padding-right:4px;}
.about-syne .event .left ul li:last-of-type { margin-right:0;}
.about-syne .event .left a { display:block; width:205px; line-height:63px; font-size:16px; color:#fff; background-color:#9a9282; text-align:center;}
.about-syne .event .right { width:55%;}
.about-syne .event .right ol { border-left:1px solid #9a9282; padding:0 0 0 24px;}
.about-syne .event .right ol li { list-style:none; margin:0 0 12px;}
.about-syne .event .right ol li .num { color:#9a9282; padding-right:12px;}
.about-syne .event .right .etc { padding-left:24px; color:#9a9282;}
.about-syne .contact { background-color:#fff; padding:100px 20% 160px; position:relative;}
.about-syne .contact h3 { width:100%; text-align:center; font-size:48px;}
.about-syne .contact h3 small { color:#666; margin-top:8px;}
.about-syne .contact .tel-box { width:210px; height:120px; border:1px solid #ccc; box-sizing:border-box; padding:16px; text-align:center; position:absolute; top:50px; right:50px;}
.about-syne .contact .tel-box h5 { font-size:16px; margin:0 0 12px; font-weight:400;}
.about-syne .contact .tel-box .tel { font-size:24px; line-height:1.2;}
.about-syne .contact .tel-box .tel small { font-size:14px; display:block; color:#666;}

.head-freedom { width:100%;}
.head-freedom img { width:100%;}

.bar-info { background-color:#eee; text-align:center; line-height:75.2px; text-align:center;}
.bar-info a { color:#128388; font-size:16px;}
.bar-info a span { border-bottom:1px solid #128388;}
.bar-info a i { padding-right:12px; font-size:24px;}

.ul-top-freedom { margin:48px 0 24px; display:flex; justify-content:space-between;}
.ul-top-freedom li { width:48%;}

.ul-top-menu-freedom { border:2px #0c353d solid; display:flex; margin:0 0 24px;}
.ul-top-menu-freedom li { width:calc(100% - 50px / 6); padding:35px 0; text-align:center; position:relative;}
.ul-top-menu-freedom li img { height:80px;}
.ul-top-menu-freedom li span { text-decoration:underline;}

.event-freedom { border:2px #0c353d solid; padding:16px; margin:0 0 48px;}
.event-freedom h3 { font-size:14px; margin:0 0 12px; }
.event-freedom h3 i { color:#0c353d; padding-right:4px;}
.event-freedom h3 a { float:right; text-decoration:underline; color:#111; font-weight:400;}
.event-freedom ul { padding:0 12px;}
.event-freedom ul li { margin:0 0 16px; line-height:25px; color:#666;}
.event-freedom ul li .cate,.eventinfo-freedom .inner ul li .box .cate { background-color:#0c353d; color:#fff; line-height:25px; padding:0 24px; font-size:12px; display:inline-block; margin-right:12px;}
.event-freedom ul li .place { padding-right:16px;}
.event-freedom ul li .date { padding-right:12px;}
.event-freedom ul li a { color:#111; text-decoration:underline;}

.gooddesign-freedom { padding:80px 0; text-align:center; color:#fff; background-image:url(http://megumi-estate.net/wp-content/uploads/2022/04/parts_good_design_bg.jpg); background-size:cover; font-weight:bold; font-size:15px;}
.gooddesign-freedom h3 { margin:0 0 16px; text-align:center;}
.gooddesign-freedom h3 img { height:21px;}
.gooddesign-freedom p { margin:0;}

.serch-freedom { padding:64px 0;}
.serch-freedom h3,.know-freedom h3,.eventinfo-freedom h3 { font-size:28px; margin:0 0 32px;}
.serch-freedom .inner { background-color:#fff; padding:40px 20px; margin:0 0 80px;}
.serch-freedom .inner h4 { font-size:18px; margin:0 0 16px;}
.serch-freedom .inner .ul-price { border:1px solid #111; padding:16px 0; display:flex; justify-content:space-around; margin:0 0 48px;}
.serch-freedom .inner .ul-price li { text-align:center;  border-right:1px solid #111; width:calc(100% / 6);}
.serch-freedom .inner .ul-price li:last-of-type { border-right:0;}
.serch-freedom .inner .ul-price li a { color:#111; font-size:18px;}

.serch-freedom .inner .ul-cate { display:flex; justify-content:space-between; margin:0 0 48px; flex-wrap:wrap;}
.serch-freedom .inner .ul-cate li { width:15.15%; margin-bottom:24px;}
.serch-freedom .inner .ul-cate li a { color:#111;}

.serch-freedom .inner .box { background-color:#f3f3f3; padding:20px; display:flex; margin:0 0 16px;}
.serch-freedom .inner .box:last-of-type { margin:0;}
.serch-freedom .inner .box h5 { font-size:16px; margin:0; width:18%; line-height:25px;}
.serch-freedom .inner .box .right { width:78%; overflow:hidden;}
.serch-freedom .inner .box .right.tag { padding-left:20px;}
.serch-freedom .inner .box a { display:inline-block; margin-right:12px; line-height:25px; color:#111;}
.serch-freedom .inner .box a:last-of-type { margin-right:0;}
.serch-freedom .inner .box a.tag { background-color:#fff; padding:0 12px; border-radius:24px; color:#111;}
.serch-freedom .inner .box a.more { float:right;}
.serch-freedom .inner .box .area { width:50%; float:left;}
.serch-freedom .inner .box .area a { margin:0 8px; color:#111;}
.serch-freedom .inner .box .area a.title { font-weight:bold;}

.serch-freedom .inner.second { background-color:rgba(0,0,0,0); margin:0;}
.serch-freedom .inner.second ul { display:flex; justify-content:space-between; flex-wrap:wrap;}
.serch-freedom .inner.second ul li { width:30%; position:relative; margin-bottom:64px;}
.serch-freedom .inner.second ul li p { margin:0;}
.serch-freedom .inner.second ul li h4 { margin:12px 0; font-size:18px;}
.serch-freedom .inner.second ul li h4 small { font-size:12px; display:block; margin:0 0 4px;}
.serch-freedom .inner.second ul li .des { font-size:11px; margin:20px 0 0;}
.serch-freedom .inner.second ul li .des .blue { color:#128488;}
.serch-freedom .inner.second ul li .des .gray { color:#666;}
.serch-freedom .inner.second a.btn { display:block; background-color:#0d3b44; margin:0 auto; width:280px; line-height:55px; padding:0 12px; box-sizing:border-box; color:#fff; font-size:18px; text-align:center;}
.serch-freedom .inner.second a.btn .arrow { float:right;}

.know-freedom { padding:80px 0 16px; border-bottom:8px solid #f3f3f3;}
.know-freedom ul { display:flex; flex-wrap:wrap; justify-content:space-between;}
.know-freedom ul li { position:relative; width:23.5%; margin-bottom:64px; text-align:center;}
.know-freedom ul li img { display:block; margin:0 auto; height:80px;}
.know-freedom ul li h5 { margin:0 0 20px; font-size:18px; }

.eventinfo-freedom { padding:80px 0;}
.eventinfo-freedom h4 { font-size:18px; margin:0 0 24px; padding:0 0 4px; border-bottom:2px dashed #ccc;}
.eventinfo-freedom .inner { width:90%; margin:0 auto 40px;}
.eventinfo-freedom .inner ul { display:flex; justify-content:space-between;}
.eventinfo-freedom .inner ul li { position:relative; width:23.5%;}
.eventinfo-freedom .inner ul li .place { font-size:16px; margin:0 0 8px;}
.eventinfo-freedom .inner ul li .box { background-color:#e7f0ec; padding:16px 12px; position:relative; color:#666;}
.eventinfo-freedom .inner ul li .box p { margin:0;}
.eventinfo-freedom .inner ul li .box .date { background-color:#fff; font-size:17px; font-weight:bold; text-align:center; margin:0; line-height:28px; color:#111;}
.eventinfo-freedom .inner ul li .box .cate { padding:0 12px; line-height:22px; margin-top:12px;}
.eventinfo-freedom .inner ul li .box h5 { font-size:16px; margin:8px 0; font-weight:400; color:#111;}
.eventinfo-freedom .inner ul li .box h5 small { font-size:10px; color:red;}
.eventinfo-freedom .more,.maga-freedom .more { text-align:right; font-size:13px;}
.eventinfo-freedom .more a,.maga-freedom .more a { color:#111;}

.eventinfo-freedom .inner ul.gray li .box { background-color:#f3f3f3;}

.contact-freedom { padding:48px 0 80px; background-color:#f3f3f3;}
.contact-freedom .flex { display:flex; justify-content:space-between;}
.contact-freedom .txt { width:70%; font-size:15px;}
.contact-freedom .txt h3 { font-size:28px; margin:40px 0; color:#0d3b44;}
.contact-freedom h4 { font-size:18px; margin:40px 0 0; color:#0d3b44;}
.contact-freedom .txt .tel { font-size:32px; color:#0d3b44; font-weight:bold; padding-right:16px;}
.contact-freedom .img { width:30%; text-align:center;}
.contact-freedom .img img { width:80%;}
.contact-freedom ul { border:4px solid #0d3b44; border-radius:8px; display:flex; margin:24px 0 0;}
.contact-freedom ul li { background-color:#fff; border-right:4px solid #0d3b44; position:relative; width:calc(100% / 3); padding:0 0 32px; text-align:center; color:#0d3b44;}
.contact-freedom ul li:nth-of-type(1) { border-radius:8px 0 0 8px;}
.contact-freedom ul li:nth-of-type(3) { border-radius:0 8px 8px 0; border-right:0;}
.contact-freedom ul li .head { line-height:26px; text-align:center; background-color:#ffea00; font-size:12px; font-weight:bold;}
.contact-freedom ul li .head.gray { background-color:#f3f3f3;}
.contact-freedom ul li:nth-of-type(1) .head { border-radius:8px 0 0 0;}
.contact-freedom ul li:nth-of-type(3) .head { border-radius:0 8px 0 0;}
.contact-freedom ul li img { height:60px;}
.contact-freedom ul li h5 { font-size:22px; margin:12px 0;}
.contact-freedom ul li h5 .arrow,.contact-freedom .box h5 .arrow { padding-right:8px; font-size:16px;}
.contact-freedom .box { border:4px solid #0d3b44; border-radius:8px; background-color:#fff; padding:20px; color:#0d3b44; margin:16px 0 0; position:relative;}
.contact-freedom .box h5 { font-size:22px; margin:0 0 12px;}
.contact-freedom .box h5 small { display:inline-block; margin-right:12px; background-color:#ffea00; font-size:12px; line-height:22px;}
.contact-freedom .box img { display:block; margin:20px auto 0; height:132.5px;}
.contact-freedom .box p { margin:0;}

.access-freedom { display:flex;}
.access-freedom .txt,.access-freedom .img { width:50%;}
.access-freedom .img img { width:100%; height:100%;}
.access-freedom .txt { padding:64px;}
.access-freedom .txt h3 { font-size:28px; margin:0 0 40px; color: #0d3b44;}
.access-freedom .txt a { color:#111; text-decoration:underline;}
.access-freedom .txt dl { margin:48px 0 0; height:300px; overflow:scroll-y;}
.access-freedom .txt dt {}
.access-freedom .txt dd { margin:0 0 24px;}
.access-freedom .txt dd:last-of-type { margin:0;}

.access-freedom.rev { flex-direction:row-reverse;}
.access-freedom.rev .txt { background-color:#e7f0ec; padding:100px 64px;}

.maga-freedom { background-color:#f3f3f3; padding:40px 0 64px; }
.maga-freedom h3 { font-size:28px; margin:0 0 40px;}
.maga-freedom ul { display:flex; justify-content:space-between; margin:0 0 24px;}
.maga-freedom ul li { position:relative; width:30%;}
.maga-freedom ul li img { height:206px; object-fit:cover; width:100%;}
.maga-freedom ul li .box { background-color:#aaa; color:#fff; padding:16px 12px;}
.maga-freedom ul li .box .cate { background-color:#fff; padding:0 8px; line-height:26px; color:#111; font-size:12px; border-radius:4px; display:inline-block; margin:0 0 4px;}

.area-freedom { padding:80px 0 100px;}
.area-freedom .box { border:4px solid #0d3b44; padding:40px; margin:0 0 80px;}
area-freedom h3 { font-size:28px; margin:0 0 32px;}
.area-freedom .box h3 { font-size:24px; margin:-59px 0 24px;}
.area-freedom .box h3 span { background-color:#fff; padding:0 24px;}
.area-freedom .box h4 { font-size:16px; margin:0 0 16px;}
.area-freedom .box ul { display:flex; justify-content:space-between; flex-wrap:wrap; margin:0 0 40px;}
.area-freedom .box ul li { width:calc(95.5% / 4); margin-bottom:12px;}
.area-freedom .box ul li a { display:block; text-align:center; font-size:16px; font-weight:bold; text-decoration:underline; background-color:#f3f3f3; color:#666; line-height:50px; border-radius:8px;}
.area-freedom .box ul li a:hover { background-color:#008489; color:#fff;}
.area-freedom .box summary { display:block; width:325px; line-height:56px; text-align:center; color:#fff; background-color:#008489; cursor:pointer; margin:0 auto; font-size:18px; font-weight:bold;}
.area-freedom ul { display:flex; justify-content:space-between;}
.area-freedom ul.first { margin:0 0 48px;}
.area-freedom ul.first li { width:48%; }
.area-freedom ul.second li { width:23.5%;}
.area-freedom ul li a { color:#666;}
.area-freedom .box-line { background-color:#f3f3f3; padding:24px; display:flex; margin:48px 0 24px; justify-content:space-between;}
.area-freedom .box-line .img { width:28%;}
.area-freedom .box-line .txt { width:68%;}
.area-freedom .box-line .txt h3 { margin:0 0 16px; color:#2cbf13; font-size:22px; line-height:30px;}
.area-freedom .box-line .txt h3 img { height:30px;}
.area-freedom .box-line .txt a { background-color:#2cbf13; color:#fff; line-height:40px; font-size:16px; padding:0 16px; display:inline-block; margin-top:16px;}

.area-freedom .box-sns { background-color:#f3f3f3; padding:40px; text-align:center; display:flex; justify-content:center;}
.area-freedom .box-sns span { display:inline-block; margin-right:40px; line-height:40px;}
.area-freedom .box-sns ul { display:inline-block; }
.area-freedom .box-sns ul li { display:inline-block; margin-right:12px;}
.area-freedom .box-sns ul li:last-of-type { margin-right:0;}
.area-freedom .box-sns ul li a { display:block; width:40px; line-height:40px; background-color:#666; color:#fff; font-size:24px; border-radius:50%;}

.head-about-freedom { padding:120px 0; text-align:center; color:#fff; background-image:url(https://megumi-estate.net/wp-content/uploads/2022/09/megumi-bg.jpg); background-size:cover; font-weight:bold; background-blend-mode:color; background-color:rgba(0,0,0,.2);}
.head-about-freedom h3 { font-size:40px; margin:0 0 80px;}
.head-about-freedom h3 span { border-bottom:1px solid #fff; display:inline-block; padding:0 0 8px; font-size:22px; margin:0 0 8px;}
@media screen and (max-width:768px) {
	.head-about-freedom { padding:24px 16px; text-align:left;}
	.head-about-freedom h3 { font-size:23px; margin:0 0 40px; text-align:center;}
	.head-about-freedom h3 span { font-size:14px;}
}

.lead-about-freedom { padding:120px 0 40px; text-align:center; color:#0d3b44;}
.lead-about-freedom h3 { font-size:32px; margin:0 0 40px;}
.lead-about-freedom h3 span { font-size:48px;}
.lead-about-freedom ul { margin:0;}
.lead-about-freedom ul li { display:inline-block; margin-right:20px;}
.lead-about-freedom ul li:last-of-type { margin-right:0;}
.lead-about-freedom ul li a { color:#0d3b44; font-size:10px;}
.lead-about-freedom ul li a span { padding-left:8px; text-decoration:underline; font-size:14px;}

.content-about-freedom { padding:120px 0; background-color:#fff;}
.content-about-freedom h3 { font-size:40px; margin:0 0 80px; text-align:center;}
.content-about-freedom h3 img { display:block; margin:0 auto 16px; width:45px; }
.content-about-freedom h3 small { font-size:20px; display:block; margin:8px 0 0;}
.content-about-freedom .main-img { display:block; height:275px; margin:0 auto 20px;}
.content-about-freedom a { display:block; width:310px; line-height:55px; border:1px solid #0d3b44; text-align:center; font-size:18px; font-weight:bold; margin:48px auto 0; color:#0d3b44;}
@media screen and (max-width:768px) {
	.content-about-freedom { padding:16px 0 0;}
	.content-about-freedom h3 { font-size:23px; margin:0 0 24px;}
	.content-about-freedom h3 small { font-size:14px;}
	.content-about-freedom .main-img { height:auto; margin:0;}
	.content-about-freedom a { font-size:15px; line-height:46px; margin:24px auto 0;}
}

.bg-para { background-attachment:fixed; background-size:cover; height:80vh; background-repeat: no-repeat;}
.bg-para.first { background-image:url(http://megumi-estate.net/wp-content/uploads/2022/08/m_0040.jpg);}
.bg-para.second { background-image:url(https://megumi-estate.net/wp-content/uploads/2022/08/m_0067.jpg);}
.bg-para.third { background-image:url(https://megumi-estate.net/wp-content/uploads/2022/08/m_0001.jpg);}
@media screen and (max-width:768px) {
	.bg-para { background-attachment:initial; background-size:contain; height:40vh;}
}

.sec_l-sta .btn { border:1px solid; display:block; padding:16px; text-align:center; margin-top:24px; position:relative; color:#fff; max-width:366px; margin:24px auto; font-size:initial;}
.sec_l-sta .btn:after { content:"▷"; font-size:11px; position:absolute; right:24px; display:inline-table; top:0; bottom:0; margin:auto;}
.sec_l-sta .flex { flex-wrap:wrap;}
@media screen and (max-width:768px) {
	.sec_l-sta .btn { font-size:14px; padding:13px; width:75%;}
}

.sec_l-sta .first .w50 { position:relative;}
.sec_l-sta .first h3 { text-align:center; position:absolute; left:0; right:0; margin:auto; top:30%; text-shadow:3px 3px 5px #333333; color:#fff;}
.sec_l-sta .first img { height:100%;}
.sec_l-sta .first a { position:absolute; color:#fff; background-color:#910100; width:100px; height:100px; bottom:0; left:0; right:0; margin:auto; text-align:center; font-size:18px; font-weight:bold; display:flex; flex-direction:column;}
.sec_l-sta .first a b { display:block; font-size:38px; line-height:.8;}
.sec_l-sta .first a:before { content:""; background:linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #910100 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #910100 50.5%) no-repeat top right/50% 100%; width:100%; height:14px; display:block; margin-top:-14px;}
.sec_l-sta .first a:after { content:"▷"; font-size:12px;}
.sec_l-sta .first a:hover { opacity:.6;}
.sec_l-sta .first .w50:nth-of-type(2) a { background-color:#000034;}
.sec_l-sta .first .w50:nth-of-type(2) a:before {  background:linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #000034 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #000034 50.5%) no-repeat top right/50% 100%; }
@media screen and (max-width:768px) {
	.sec_l-sta .first a { width:80px; height:90px; font-size:14px; padding:6px;}
	.sec_l-sta .first a b { font-size:28px;}
	.sec_l-sta .first a:before  { margin:-20px -6px 6px; width:80px;}
}

.sec_l-sta .second { color:#fff;} 
.sec_l-sta .second .w50 { background-color:#feae03; padding:40px 60px; font-size:16px; display:flex; flex-direction:column; justify-content:space-between;}
.sec_l-sta .second .w50:nth-of-type(2) { background-color:#202f55;}
.sec_l-sta .second h3 { font-size:36px;}
.sec_l-sta .second h4 { font-size:22px; border-bottom:0.1px dashed rgba(255,255,255,.4); padding-bottom:16px; margin-top:0;}
.sec_l-sta .second dl { margin:0; display:flex; flex-wrap:wrap; font-size:18px; font-weight:bold;}
.sec_l-sta .second dl dt { width:18%; border-right:1px solid; margin:0 0 16px;}
.sec_l-sta .second dl dd { width:82%; padding-left:16px; margin:0 0 16px; position:relative;}
.sec_l-sta .second dl dd small { position:absolute; left:124px; bottom:0; margin:auto; font-weight:300;}
@media screen and (max-width:768px) {
	.sec_l-sta .second .w50 { padding:20px;}
	.sec_l-sta .second h4 { font-size:20px;}
	.sec_l-sta .second dl { line-height:1.5;}
}

.sec_l-sta .third .flex { flex-wrap:wrap;}
.sec_l-sta .third h3 { width:100%; background-color:#feae03; color:#fff; padding:24px 42px; font-size:40px; text-align:center; line-height:1.6; margin:0;}
.sec_l-sta .third h3 small { font-size:18px; display:block; font-weight:300;}
.sec_l-sta .third .w50:first-of-type { padding:40px 70px;}
.sec_l-sta .third .w50:first-of-type h4 { text-align:center; font-size:28px;}
.sec_l-sta .third .w50 img { height:100%;}
.sec_l-sta .third .voice { background-color:#f0f0f0; text-align:center; padding:40px 0;}
.sec_l-sta .third .voice h4 { font-size:30px;}
.sec_l-sta .third .voice ul { width:96%; max-width:875px; margin:0 auto; display:flex; flex-wrap:wrap;}
.sec_l-sta .third .voice ul li { width:32%; margin-right:2%;}
.sec_l-sta .third .voice ul li:last-of-type { margin-right:0;}
.sec_l-sta .third .voice ul li span { padding:16px 24px 24px; background-color:#fff; display:block; text-align:left;}
.sec_l-sta .third .ability { background-color:#f0f0f0;;}
.sec_l-sta .third .ability h4 { font-size:38px;}
.sec_l-sta .third .ability p { text-align:left}
.sec_l-sta .third .ability .w50 { max-width:500px; margin:0 auto 0 0; padding:40px 0 40px 75px;}
.sec_l-sta .third .ability .w50:first-of-type { margin:0 0 0 auto; padding-left:0;}
.sec_l-sta .third .ability .w50 img { height:auto;}
@media screen and (max-width:768px) {
	.sec_l-sta .third { margin:0 -16px;}
	.sec_l-sta .third h3 { padding:16px; font-size:16px;}
	.sec_l-sta .third h3 small { font-size:15px;}
	.sec_l-sta .third .w50:first-of-type { padding:20px 16px 0;}
	.sec_l-sta .third .w50:first-of-type h4 { margin:8px auto 16px; font-size:20px;}
	.sec_l-sta .third .w50 img { margin:0 0 24px; height:auto;}
	.sec_l-sta .third .voice { padding:24px 16px;}
	.sec_l-sta .third .voice h4 { font-size:22px;}
	.sec_l-sta .third .voice ul { width:80%; margin-bottom:0!important;}
	.sec_l-sta .third .voice ul li { width:100%; margin-right:0; margin-bottom:24px;}
	.sec_l-sta .third .voice ul li span { padding:12px 24px; text-align:center;}
	.sec_l-sta .third .ability .w50 { padding:0 20px 40px;}
	.sec_l-sta .third .ability .w50:first-of-type { padding:20px 20px 0;}
}

.content-area { overflow:initial!important;}

.prof a{display:block; width:60%; text-align:center; margin:auto; margin-top:30px; padding:4px 20px; border:1px solid #222;}




@media screen and (max-width:768px) {
}

