/*!
Theme Name: nara-seinenkouken
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nara-seinenkouken
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

nara-seinenkouken is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/* p {
	margin-bottom: 1.5em;
} */

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ul,
ol {
	margin: 0 0 1.5em 3em;
} */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

/* img {
	height: auto;
	max-width: 100%;
} */

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
} */

/* a:visited {
	color: #800080;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* my css */

/* 共通 */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333333;
}
/* トップバー */

.top-bar {
	display: flex;
	justify-content: space-between;
	width: 98%;
	margin: 0 auto;
	/* background-color: red; */
	margin-top: 0.5%;
}

.contact-btn_top {
    width: 20%;
    display: block;
    height: 64px;
    margin-right: 10px;
}

.contact-btn_top img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.contact-btn_top_tel {
	width: 25%;
}

.logo-seinenkouken_box {
	width: 26%;
	margin-right: 5%;
	display: block;
}
.logo-seinenkouken {
    width: 100%;
    object-fit: contain;
}
/* 文字サイズ変更css */
html {
      font-size: 100%;/* ここをjQueryで書き換えます */
      /* ↑解説のために指定していますが、デフォルトは100%なので通常は指定不要です */
    }
    a {
      transition: color 0.4s;
    }
    .ly_siteWrapper {
      /* display: flex;
      flex-direction: column;
      min-height: 100vh; */
    }
    .ly_header {
      padding: 15px 56px;
    }
    .ly_header_inner {
      align-items: center;
	  margin-top: 2%;

    }
    .ly_main {
      background-color: #fafafa;
      flex: 1;
      overflow-x: hidden;
    }
    .ly_section {
      padding: 90px 0;
    }
    .ly_section_inner {
      padding: 0 15px;
      text-align: center;
      width: min(100%, 880px);
      margin: 0 auto;
    }
    .bl_headerList {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .bl_headerList > * + * {
      margin-left: 56px;
    }
    .bl_headerList a {
      line-height: 1.5;
      padding: 10px;
    }
    /********************/
    /* ボタンのスタイル */
    /********************/
    .bl_sizeBtn_wrap {
      display: inline-flex;
      align-items: flex-end;
      font-weight: 500;
    }
    .bl_sizeBtn_wrap > span {
      font-size: 14px;
      letter-spacing: 0.05em;
    }
    .bl_sizeBtn_wrap > * + * {
      margin-left: 10px;
    }
    .bl_sizeBtn {
      background-color: #ddd;
      border-radius: 4px;
      color: #666;
      padding: 5px;
      transition: opacity 0.4s;
    }
    .bl_sizeBtn:first-of-type {
      font-size: 13px;
    }
    .bl_sizeBtn:nth-of-type(2) {
      font-size: 16px;
    }
    .bl_sizeBtn:nth-of-type(3) {
      font-size: 19px;
    }
    /* 選択したボタンのスタイル */
    .bl_sizeBtn.is_active {
      background-color: #8cc779;
      color: #fff;
    }
    /****************************/
    /* ボタンのスタイルここまで */
    /****************************/
    .bl_sampleList {
      margin-top: 1em;
    }
    .bl_sampleList li {
      line-height: 1.7;
    }
    .bl_sampleList span {
      font-weight: 700;
      padding: 0 0.3em;
    }
    /* サイズ固定のテキスト */
    .bl_fzPx {
      font-size: 16px;
    }
    .el_lv2Heading {
      font-size: 2rem;
      font-weight: 700;
    }
    @media (hover: hover) and (pointer: fine) {
      .bl_headerList a:hover {
        color: #246a92;
      }
      .bl_sizeBtn:hover {
        opacity: 0.8;
      }
    }

	
.sp-menu-btn {
	display: none;
}

/* トップバー　SP */

.sp-menu {
	display: none;
}

@media screen and (max-width: 1025px) {
	.ly_header {
    padding: 0px 0px;
}
	.contact-btn_top {
	display: none;
	}
	.logo-seinenkouken_box {
	width: 26%;
	margin-right: 5%;
	display: block;
}
.logo-seinenkouken {
    width: 100%;
    object-fit: contain;
}
.bl_sizeBtn_wrap > * + * {
    margin-left: 5px;
}
.contact-btn_top {
    height: 0px;
}
.top-bar {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center; /* ← これ */
}
.sp-menu-btn {
	display: block;
	width: 45px;
	height: 25px;
	position: fixed;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	margin-left: 10px;
	background: none;
	right: 24px;
	z-index: 50;
}

.border01 {
	display: block;
	height:1px ;
	background-color: #3F6F63;
	width: 100%;
	position: absolute;
	top: 0;
	transition: 0.5s;
}
.border02 {
	display: block;
	height:1px ;
	background-color: #3F6F63;
	width: 100%;
	position: absolute;
	top: 12px;
	transition: 0.5s;
}
.border03 {
	display: block;
	height:1px ;
	background-color: #3F6F63;
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: 0.5s;
}
/* sp menu */

.site-header {
	position: relative;
}

.sp-menu {
	display: none;
	position: fixed;
	width: 70%;
	background-color: #E9EFE9;
	height: 100vh;
	right: 0;
	z-index: 30;
	padding-top: 135px;
	top: 0;
}

.sp-menu ul {
	list-style: none;
	text-align: center;
    margin: auto;
}

.sp-menu ul li a {
	display: block;
	color: #3F6F63;
	text-decoration: none;
	padding-top: 23px;
	padding-bottom: 10px;
	font-size: 20px;
}

.contact-btn_sp-menu {
        display: block;
        height: auto;
        padding-top: 10px;
        width: 100%;
    }

.active_01 {
	transform: rotate(38deg);
	top: 12px;
}
.active_02 {
	transform: rotate(145deg);
}
.active_03 {
	transform: rotate(145deg);
	top: 12px;
}

.contact-btn_top img {
        height: auto;
        width: 265px;
    }
.contact-btn_sp-menu_tel img {
	width: 353px;
}

} 

@media screen and (max-width: 767px) {
	.sp-menu-btn {
	display: block;
	width: 25px;
	height: 25px;
	position: fixed;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	margin-left: 10px;
	background: none;
	right: 5px;
	z-index: 50;
}
.sp-menu ul li a {
	display: block;
	color: #3F6F63;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
body .contact-btn_sp-menu_tel img {
	width: 225px;
}
.contact-btn_top img {
        height: auto;
        width: 177px;
    }
.sp-menu {
	display: none;
	position: fixed;
	width: 70%;
	background-color: #E9EFE9;
	height: 100vh;
	right: 0;
	z-index: 30;
	padding-top: 70px;
	top: 0;
}
.logo-seinenkouken_box {
        width: 45%;
        margin-right: 0%;
        display: block;
        padding-top: 8px;
    }
}


/* slider */

.mv-box_pc {
	width: 95%;
	margin: auto;
}
.slider {
	width: 100%;

}

.slider div img {
	width: 100%;

}

.mv-box_sp {
	display: none;
}


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

	.top-bar {
		margin-bottom: 10px;
	}

	.mv-box_pc {
		display: none;
	}

	.mv-box_sp {
		display: block;
		width: 95%;
		margin: auto;
	}
}

/* 新着情報 */

.top-news {
    background-color: #F8F8F1;
    padding-top: 35px;
    padding-bottom: 35px;
}

.top-news_box {
	border-radius: 10px;
	width: 80%;
	margin: auto;
}

.top-news_box h2 {
	background-color: #3F6F63;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.top-news_box ul {
	list-style: none;
	margin: auto;
}

.top-news_box li {
	padding: 10px;
	display: flex;
	border-bottom: solid 1px #3F6F63;
	width: 98%;
	margin: auto;
}

.top-news_box .date {
	display: inline-block;
	color: #333333;
	width: 50%;
	padding: 10px;
}

.article-detail {
	display: flex;
	width: 40%;
	padding: 10px;
}

.category {
    display: inline-block;
    background-color: #9FBFB5;
    /* padding: 10px; */
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0px 20px 0px 20px;
}

.top-news_box a {
	display: inline-block;
	padding: 20px 10px;
	color: #333333;
}

.top-news_box {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}


.news-btn {
	display: block;
	background-color: #3F6F63;
	background-image: linear-gradient(181deg, rgba(76, 139, 143, 1), rgba(49, 90, 93, 1));
	width: 344px;
	height: 47px;
	margin: auto;
	text-align: center;
	color: #fff;
	border-radius: 23.5px;
	text-decoration: none;
	opacity: 0.5s;
	line-height: 47px;
	font-weight: 700;
	margin-top: 20px;
}
.news-btn {
	display: block;
	background-color: #3F6F63;
	background-image: linear-gradient(181deg, rgba(76, 139, 143, 1), rgba(49, 90, 93, 1));
	width: 344px;
	height: 47px;
	margin: auto;
	text-align: center;
	color: #fff;
	border-radius: 23.5px;
	text-decoration: none;
	opacity: 80%;
	line-height: 47px;
	font-weight: 700;
	margin-top: 20px;
}
.top-news li:nth-child(even) {
  background-color: #E9EFE9;
}
@media screen and (max-width: 1024px) {
	.top-news_box {
    border-radius: 10px;
    width: 95%;
    margin: auto;
}
.category {
    display: block;
    width: 120px;
    text-align: center;
    background-color: #9FBFB5;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.article-detail {
    display: flex;
    width: 40%;
    padding: 0px;
}
.top-news_box .date {
    flex: 0 0 130px;
}
.top-news_box a {
    display: inline-block;
    color: #333333;
	padding: 0px;
	width: 454px;
}
}

@media screen and (max-width: 767px) {
	.article-detail {
    display: flex;
    width: 98%;
    padding: 10px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.category {
    display: block;
    background-color: #9FBFB5;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 40%;
    text-align: center;
}
.top-news_box {
    border-radius: 10px;
    width: 95%;
    margin: auto;
}
.top-news_box li {
        /* padding: 10px; */
        width: 99%;
        margin: auto;
        display: block;
        border-bottom: solid 1px #3F6F63;
    }
.top-news_box a {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    /* padding-left: 10px; */
    color: #333333;
	width: 100%;
}
}

/* nav-pc */

.nav-pc {
	background-color: #3F6F63;
	height: 77px;
	margin-top: 10px;
}
.nav-pc ul {
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-weight: 700;
}
.nav-pc ul li{
	list-style: none;
	line-height: 77px;
}
.nav-pc ul a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}
.nav-pc ul a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 60%;
}

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

	.nav-pc{
		display: none;
	}

	.top-news {
    background-color: #F8F8F1;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
}



/* トップページ　強みセクション */


.detail-box{
	position: relative;
	margin-top: 80px;
}

.detail-box_ttl {
    width: 40%;
    background-color: #3F6F63;
    height: 152px;
    position: relative;
    z-index: 1;
}

.detail-box_ttl h2 {
	color: #fff;
    font-weight: 700;
    padding-left: 30%;
    padding-top: 6%;
}

.detail-box_ex__box {
    width: 80%;
    background-color: #E9EFE9;
    margin: -60px auto 0;  /* ← 上に重ねる */
    padding: 45px; /* ← タイトル分の余白を確保 */
    line-height: 25px;
    position: relative;
    z-index: 2; /* ← タイトルより前に出す */
}

.detail-box_InnerBox {
	display: flex;
	justify-content: space-between;

}

.underline {
    text-decoration: underline 5px #F48380;
}

.detail-box_InnerBox {
	margin-top: 25px;
}
.list-wrap {
	list-style: none;
	padding-bottom: 18px;
}

.detail-box_InnerBox_left {
	width: 50%;
}

.list-css {
	background-color: #fff;
	padding: 20px 10px;
	color: #2E4057;
	font-weight: 700;
	margin-bottom: 11px;
	box-shadow: 7px 7px 0px 0px rgba(159, 191, 181, 1);
	border-radius: 4px;
}

.list-css_img {
	width: 16.27px;
	margin-right: 7px;
}

.list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.list-width {
	width: 49%;
}

.detail-box_InnerBox_right {
	width: 45%;
}

.detail-box_img {
    width: 100%;
    object-fit: contain;
	margin-bottom: 25px;
}

.more-btn {
	display: block;
	border: #3F6F63 solid 4px;
	background-color: #fff;
	width: 311px;
	height: 64px;
	line-height: 60px;
	color: #3F6F63;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-radius: 32px;
	margin: auto;
}

.more-btn img {
	width: 11.74px;
	margin-left: 10px;
}

.more-btn_margin {
	margin: 20px auto;
}
@media screen and (max-width: 1024px) {
	.detail-box_ttl {
    width: 55%;
    background-color: #3F6F63;
    height: 152px;
    position: relative;
    z-index: 1;
}
	.detail-box_ex__box {
    width: 95%;
    background-color: #E9EFE9;
    margin: -60px auto 0;
    padding: 45px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
}

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

.detail-box {
    position: relative;
    margin-top: 45px;
}

.detail-box_ttl {
width: 78%;
background-color: #3F6F63;
height: 152px;
position: relative;
z-index: 1;
}

.detail-box_ttl h2 {
    color: #fff;
    font-weight: 700;
    padding-left: 8%;
    padding-top: 9%;
	font-size: 20px;
}

.detail-box_ex__box {
    width: 95%;
    background-color: #E9EFE9;
    margin: -60px 0 0 auto;
    padding: 20px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

.list-wrap {
    display: block;
}

.list-width {
    width: 100%;
}


.detail-box_InnerBox {
    display: block;
    justify-content: space-between;
}
.detail-box_InnerBox_left {
    width: auto;
    padding-top: 0px;
}
.detail-box_InnerBox_right {
    width: auto;
    margin-top: 15px;
}
}

/* サービス紹介 */

.service {
    background-color: #F8F8F1;
    margin-top: 50px;
    padding-top: 30px;
	padding-bottom: 50px;
}

.service h2 {
	font-size: 20px;
	color: #2E4057;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.service-list-wrap {
	width: 90%;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.service-list-wrap li {
	background-color: #3F6F63;
	border-radius: 10px;
	list-style:none;
	width: 32%;
}

.service-list-wrap li img {
	width: 100%;
}

.service-list-wrap h3 {
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;

}

.service-list-wrap p {
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}

.service-detail {
	display: block;
    width: 43%;
    margin: auto;
    padding-top: 26px;
    text-align: center;

}

@media screen and (max-width: 1024px) {
	.service-detail {
    display: block;
    width: 71%;
    margin: auto;
    padding-top: 26px;
    text-align: center;
}
}



@media screen and (max-width: 767px) {
	.service-list-wrap {
    width: 90%;
    display: block;
    margin: auto;
    justify-content: space-between;
}
.service-list-wrap li {
    background-color: #3F6F63;
    border-radius: 10px;
    list-style: none;
    width: 100%;
	margin-bottom: 10px;
}
.service-detail {
    display: block;
    width: 90%;
    margin: auto;
    padding-top: 26px;
    text-align: center;
}

}

/* cta */

.cta {
	background-color: #3F6F63;
	color: #fff;
	font-weight: 500;
	padding-bottom: 50px;
}

.btn-box {
	width: 60%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}


.btn-tel-02, .btn-web-02 {
	display: block;
	border: #9FBFB5 solid 4px;
	width: 49%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 6px 6px 0px 0px rgba(46, 64, 87, 1);
	color: #3F6F63;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0.5s;

}
.btn-tel-02:hover, .btn-web-02:hover {
	display: block;
	border: #9FBFB5 solid 4px;
	width: 49%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 6px 6px 0px 0px rgba(46, 64, 87, 1);
	color: #3F6F63;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 80%;

}
.btn-web-02 {
	font-size: 20px;
	font-weight: 700;
	padding-top: 20px;
}
.btn-web-02:hover {
	font-size: 20px;
	font-weight: 700;
	padding-top: 20px;
}

.cta p {
	width: 55%;
    margin: auto;
    text-align: center;
    margin-top: 30p;
    padding-top: 30px;
    padding-bottom: 20px;
}

.btn-box .bold {
	font-weight: 700;
	font-size: 24px;
}

.btn-box .small {
	font-size: 16px;
	font-weight: 500;
}

@media screen and (max-width: 1024px) {
	.cta p {
    width: 75%;
    margin: auto;
    text-align: center;
    margin-top: 30p;
    padding-top: 30px;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
	.cta p {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 30p;
    padding-top: 30px;
    padding-bottom: 20px;
}
.btn-box {
    width: 95%;
    margin: auto;
    display: block;
    justify-content: space-between;
}
.btn-tel-02, .btn-web-02 {
    display: block;
    border: #9FBFB5 solid 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px rgba(46, 64, 87, 1);
    color: #3F6F63;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
    margin-bottom: 12px;
}
.btn-tel-02:hover, .btn-web-02:hover {
    display: block;
    border: #9FBFB5 solid 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px rgba(46, 64, 87, 1);
    color: #3F6F63;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
	opacity:80%;
}
}

/* footer */

.site-footer {
	padding-top: 50px;
}

.site-info{
	width: 93%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.site-info_left{
	width: 47%;
}

.site-info_right{
	width: 50%;
}

.site-info_left img {
	width: 70%;
}
.site-info_left .google-map {
	width: 100%
}
.footer-nav_01 ul,.footer-nav_02 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.footer-nav_01 ul li {
	padding: 20px;
}

.footer-nav_01 ul li a, .footer-nav_02 ul li a{
	display: inline-block;
	text-decoration: none;
	color: #3F6F63;
	font-weight: 700;
}

.footer-nav_02 ul li a{
	padding: 14px;
}
.footer-nav_02 ul li{
	/* border: solid 1px #111; */
	width: 33%;
}

.footer-nav_02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

small {
	color: #3F6F63;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.site-info_right {
	margin-top: 49px;
}
@media screen and (max-width: 1024px) {
	.site-info {
        width: 65%;
        margin: auto;
        display: block;
        justify-content: space-between;
    }
	.site-info_left, .site-info_right {
		width: 100%;
	}
	.footer-nav_02 ul li {
        /* border: solid 1px #111; */
        width: 50%;
        text-align: center;
    }
	.site-info_right {
    margin-top: 0px;
}
.site-info_left img {
    display: block;
    width: 70%;
    margin: auto;
}
}

@media screen and (max-width: 767px) {
	.site-info {
    width: 95%;
    margin: auto;
    display: block;
    justify-content: space-between;
}
	.site-info_left, .site-info_right {
		width: 100%;
	}
	.site-info_left img {
    width: 85%;
    margin: auto;
    display: block;
    padding-bottom: 10px;
}
.footer-nav_02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    margin: auto;
}

.footer-nav_02 ul li {
    /* border: solid 1px #111; */
    width: 50%;
}

.site-info_right {
    margin-top: 5px;
}

.footer-nav_01 ul li {
    padding: 6px;
	font-size: 12px;
}
}

/* 下層ページ共通fv*/

.fv-box {
	width: 95%;
	margin: auto;
}

.page-fv_pc {
	width: 100%;
	display: block;
	margin: auto;
}

.page-fv_sp {
	display: none;
}

.page-desc {
	background-color: #F8F8F1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-desc h2, .kouken-aim h2, .different h2, .support h2, .case h2, .service-flow h2 {
	width: 100%;
	margin: auto;
	color: #2E4057;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 45px;
}

.page-desc p, .kouken-aim p, .different p, .service-flow p {
	width: 60%;
	display: block;
	margin: auto;
	color: #333333;
	text-align: center;
	padding-bottom: 20px;
}

.page-desc img {
	width: 40%;
	display: block;
	margin: auto;
}
@media screen and (max-width: 1024px) {
.page-desc h2, .kouken-aim h2, .different h2, .case h2, .service-flow h2 {
    width: 90%;
    margin: auto;
    color: #2E4057;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
}
.page-desc p, .kouken-aim p, .different p, .service-flow p {
    width: 90%;
    display: block;
    margin: auto;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}

.kouken-aim h2 {
	text-align: center;
}
}

@media screen and (max-width: 767px) {
	.page-fv_pc {
		display: none;
	}
	.page-fv_sp {
		display: block;
		width: 100%;
		margin: auto;
	}
	.page-desc h2, .kouken-aim h2, .different h2, .support h2, .case h2, .service-flow h2 {
    width: 90%;
    margin: auto;
    color: #2E4057;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px;
}

.kouken-aim h2 {
	text-align: center;
}
.page-desc p, .kouken-aim p, .different p, .service-flow p {
    width: 90%;
    display: block;
    margin: auto;
    color: #333333;
    text-align: left;
    padding-bottom: 20px;
}
.kouken-aim p {
	text-align: center;
}
.page-desc img {
    width: 90%;
    display: block;
    margin: auto;
}

.page-desc {
    background-color: #F8F8F1;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
}

/* 新着ページ */

.top-news_page {
	background-color: #fff;
}

/* サイトマップ */

.sitemap,.privacy-polisy {
	background-color: #F8F8F1;
	padding-bottom: 50px;
}

.sitemap-list_box {
    width: 45%;
    margin: auto;
    display: flex;
    justify-content: space-around;
	padding-top: 50px;
}

.sitemap-list_box li {
	list-style: none;
	padding-bottom: 15px;
}

.sitemap-list_box li a {
	text-decoration: none;
	color: #3F6F63;
	font-weight: 700;
}

.sitemap-list_box__left, .sitemap-list_box__right {
	width: 50%;
}

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

.sitemap-list_box {
    width: 95%;
    margin: auto;
    display: block;
	padding-top: 50px;
	text-align: center;
}
.sitemap-list_box__left, .sitemap-list_box__right {
	width: 100%;
}
}

/* プライバシーポリシー */

.privacy_box {
	width: 60%;
	margin: auto;
	padding-top: 50px;
}

.privacy_box h2 {
	font-size: 20px;
	color: #3F6F63;
	font-weight: 700;
	text-align: center;
	padding-bottom: 15px;
}

.privacy_box h3 {
	font-size: 18px;
	color: #3F6F63;
}

@media screen and (max-width: 767px) {
	.privacy_box {
    width: 84%;
    margin: auto;
    padding-top: 50px;
}
}

/* よくある質問 */

.question h2 {
	width: 80%;
	margin: auto;
	font-weight: 700;
	color: #3F6F63;
	padding-top: 50px;
}

.q-a_box {
	width: 80%;
	margin: auto;
}

.q-a_box p {
	width: 100%;
	background-color: #E9EFE9;
	padding: 20px;

}
.q-a_box h3 {
	width: 100%;
	background-color: #3F6F63;
	padding: 20px;
	color: #fff;
	font-weight: 700;
}

.q-a_bg {
	background-color: #F8F8F1;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.q-a_box {
    width: 95%;
    margin: auto;
}
.question h2 {
    width: 95%;
    margin: auto;
    font-weight: 700;
    color: #3F6F63;
    padding-top: 50px;
}
}

/* 制度の目的 */

.aim-pc ul {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: auto;
	list-style: none;
}

.aim-pc ul li{
	background-color: #E9EFE9;
	border-radius: 10px;
	width: 33%;
}

.aim-pc h3, .aim-slider h3 {
	text-align: center;
	color: #3F6F63;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
}

.kouken-aim ul li p, .aim-slider p {
	width: 85%;
	color: #3F6F63;
	font-weight: 500;
}

body .kouken-list_desc {
	width: 60%;
	color: #333333;
	padding-top: 20px;
}

.aim-pc ul li img, .aim-slider img {
    display: block;
    width: 38%;
    margin: auto;
    padding-bottom: 19px;
}

.aim-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.aim-pc {
		display: none;
	}

	.aim-sp {
		display: block;
	}
	.aim-sp .slick-initialized .slick-slide {
    display: block;
    width: 300px;
    background-color: #E9EFE9;
    margin-right: 10px;
    border-radius: 10px;
	height: 334px;
}
body .kouken-list_desc {
    width: 90%;
    color: #333333;
    padding-top: 20px;
}


}

@media screen and (max-width: 1024px) {
	.aim-pc ul {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: auto;
    list-style: none;
}
}

/* 法定後見と任意後見の違い */

.different {
	background-color: #F8F8F1;
	padding-bottom: 50px;
}

.different-wrap {
	width: 80%;
	margin: auto;
}

.different h3 {
	color: #2E4057;
	font-size: 18px;
}

html body .different .different-desc {
    text-align: left;
    width: 100%;
}

.different h4 {
	color: #3F6F63;
	font-weight: 700;
}
.different .table-ttl {
	background-color: #3F6F63;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 25%;
}

.different td {
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
}

.different__list-wrap {
	margin-left: 30px;
	width: 60%;
}

html body .table-box_02 {
    background-color: #9FBFB5;
    color: #fff;
    font-weight: 700;
    width: 20%;
}

@media screen and (max-width: 1024px) {
	.different-wrap {
		width: 90%;
	}

	.different h2 {
		margin: 0px;
		padding-top: 50px;
	}

	.different p {
		margin: 0px;
	}
}

@media screen and (max-width: 767px) {
	.table-wrap_02{
    width:100%;
    overflow-x:auto;
}

.table-wrap_02 table{
    min-width:700px; /* ← これが重要 */
}

.table-wrap {
	width: 100%;
	overflow-x: scroll;
	height: 437px;
}

.table-ttl{
  width:200px;
  min-width:200px;
}

.table-wrap_02 .table-ttl{
    width:200px;
    min-width:200px;
}
.different__list-wrap {
    margin-left: 14px;
    width: 91%;
}
}

/* よくある質問や典型ケース */

.question-case {
	background-color: #3F6F63;
	padding-top: 50px;
	position: relative;
}

.question-case h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
}

.question-case p {
	color: #fff;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.question-case-img_pc {
	display: block;
	width: 80%;
	margin: auto;
	padding-top: 20px;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #3F6F63;
}

.about-cta {
	padding-top: 150px;
	background-color: #F8F8F1;
	padding-bottom: 50px;
}

.about-cta h2 {
	color: #2E4057;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
	font-size: 28px;
}

.question-case-img_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.question-case-img_sp {
		display: block;
		width: 90%;
		margin: auto;
	}
	.question-case-img_pc {
		display: none;
	}
	.about-cta h2 {
    color: #2E4057;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    display: block;
    width: 80%;
    margin: auto;
}
.triangle:after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 53px solid #3F6F63;
}
.about-cta {
    padding-top: 80px;
    background-color: #F8F8F1;
    padding-bottom: 50px;
}
.question-case {
    background-color: #3F6F63;
    padding-top: 50px;
    position: relative;
    padding-bottom: 20px;
}
}

/* 具体的支援 */

.support-box_wrap {
	width: 80%;
	margin: auto;
}

.support-box_wrap {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}

.support-box_wrap li {
    width: 23%;
    background-color: #E9EFE9;
    color: #3F6F63;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    list-style: none;
    border-radius: 10px;
}

.margin-top {
	margin-top: 10px;
}

@media screen and (max-width: 1024px) {
	.support-box_wrap {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
}
}

@media screen and (max-width: 767px) {
	.support-box_wrap {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-top: 10px;
}
.support-box_wrap li {
        width: 48%;
        background-color: #E9EFE9;
        color: #3F6F63;
        font-weight: 700;
        text-align: center;
        padding: 20px;
        list-style: none;
        border-radius: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
    }

.margin-top {
	margin-top: 0px;
}
}

/* 事例 */

.case {
	padding-bottom: 50px;
}

.case ul {
	width: 70%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}

.case ul li {
	list-style: none;
	background-color: #E9EFE9;
	border-radius: 10px;
	padding: 20px;
	width: 32%;
}

.case span {
	display: inline-block;
	background-color: #3F6F63;
	font-weight: 700;
	color: #fff;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 10px;
}

.case h3 {
	color: #3F6F63;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.case ul {
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.case h2 {
	padding-top: 50px;
}

}

@media screen and (max-width: 767px) {
	.case ul {
    width: 95%;
    margin: auto;
    display: block;
    justify-content: space-between;
    padding-top: 10px;
}
.case ul li {
    list-style: none;
    background-color: #E9EFE9;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
}
}


/* 後見開始までの流れ */

.service-flow {
	background-color: #F8F8F1;
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-table {
	width: 60%;
	margin: auto;
	padding-top: 20px;
}

html body .service-table_ttl {
	background-color: #3F6F63;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 20px;
}

.service-table td {
	background-color: #fff;
	padding: 20px;

}

.flow-wrap {
	width: 60%;
	margin: auto;
	list-style: none;
}

.flow-wrap li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.step-box01 {
	background-color: #9FBFB5;
}

.step-box h4 {
    width: 30%;
    font-weight: 700;
    text-align: center;
    /* padding-top: 7px; */
}

.step-box_ttl_sp {
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.step-box .step-box_ttl_sp p {
	display: block;
	width: 74%;
	color: #fff;
	padding-bottom: 0px;
	font-weight: 700;
}
html body .step-box_desc {
	display: block;
	width: 50%;
	color: #fff;
	padding-bottom: 0px;
}

.triangle02 {
	position: relative;
	margin-bottom: 18px;
}

.triangle02:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 18px solid #9FBFB5;
}
.triangle03 {
	position: relative;
	background-color: #8FB2A7;
	margin-bottom: 18px;
}

.triangle03:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 18px solid #8FB2A7;
}
.triangle04 {
	position: relative;
	background-color: #7FA599;
	margin-bottom: 18px;
}

.triangle04:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 18px solid #7FA599;
}
.triangle05 {
	position: relative;
	background-color: #6F988B;
	margin-bottom: 18px;
}

.triangle05:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 18px solid #6F988B;
}
.triangle06 {
	position: relative;
	background-color: #5F8B7D;
	margin-bottom: 18px;
}

.triangle06:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 18px solid #5F8B7D;
}
.triangle07 {
	position: relative;
	background-color: #4F7D70;
	margin-bottom: 18px;
}

.triangle07:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 18px solid #4F7D70;
}

.triangle08 {
	position: relative;
	background-color: #3F6F63;
	margin-bottom: 18px;
}

.service-flow h3 {
	width: 60%;
	margin: auto;
	color: #3F6F63;
	font-weight: 700;
}

.attention {
	border: solid 1px #FF1E1E;
	width: 60%;
	margin: auto;
	padding: 20px;
}
html body .attention h3 {
    color: #FF1E1E;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.attention p {
    color: #FF1E1E;
    width: 95%;
}
@media screen and (max-width: 767px) {
	.flow-wrap {
    width: 90%;
    margin: auto;
    list-style: none;
}
.flow-wrap li {
    width: 100%;
    display: block;
    justify-content: space-between;
    height: 87px;
    line-height: auto;
    color: #fff;
}
.step-box_ttl_sp {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}
.step-box h4 {
    width: 25%;
    font-weight: 700;
    text-align: center;
    /* padding-top: 7px; */
}
.step-box .step-box_ttl_sp p {
    display: block;
    width: 75%;
    color: #fff;
    padding-bottom: 0px;
    font-weight: 700;
}
    html body .step-box_desc {
        display: block;
        width: 89%;
        color: #fff;
        padding-bottom: 20px;
        text-align: left;
    }
.step-box_ttl_sp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 5px;
}
.flow-wrap li {
    width: 100%;
    display: block;
    justify-content: space-between;
    height: 87px;
    line-height: 25px;
    color: #fff;
}
.triangle07:after,.triangle06:after, .triangle05:after, .triangle04:after,.triangle03:after, .triangle02:after   {
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
}
.service-flow h3 {
    width: 90%;
    margin: auto;
    color: #3F6F63;
    font-weight: 700;
}
.attention {
    border: solid 1px #FF1E1E;
    width: 90%;
    margin: auto;
    padding: 18px;
}
html body .attention h3 {
    color: #FF1E1E;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    width: 100%;
}
}

@media screen and (max-width: 1024px) {
	.service-table {
    width: 90%;
    margin: auto;
    padding-top: 0px;
}
.flow-wrap {
    width: 90%;
    margin: auto;
    list-style: none;
}
.service-flow h3 {
    width: 90%;
    margin: auto;
    color: #3F6F63;
    font-weight: 700;
}
.attention {
    border: solid 1px #FF1E1E;
    width: 90%;
    margin: auto;
    padding: 20px;
}

}

/* 当センターの強み */

.detail-box_ttl_pages {
    width: 78%;
    background-color: #3F6F63;
    /* height: 246px; */
	height: auto;
    position: relative;
    z-index: 1;
	padding-bottom: 100px;
}
.detail-box_ttl_pages h2 {
    color: #fff;
    font-weight: 700;
    padding-left: 12%;
    padding-top: 4%;
}

.detail-box_ttl_pages p {
	padding-left: 12%;
	padding-top: 10px;
	width: 93%;
	color: #fff;
}

.detail-box_InnerBox_left_pages h3 , .detail-box_ex__box_pages h3{
	border-left: #3F6F63 solid 3px;
	height: 38px;
	margin-bottom: 20px;
	line-height: 38px;
	padding-left: 10px;
	color: #3F6F63;
}

.detail-box_InnerBox_left_pages p, .detail-box_ex__box_pages p {
	line-height: 26px;
}
.detail-box_ex__box_pages {
    width: 80%;
    background-color: #E9EFE9;
    margin: -69px auto 80px;
    padding: 45px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

.detail-box_img_graph {
    width: 72%;
    object-fit: contain;
    margin-bottom: 25px;
    margin-top: 20px;
}
.detail-box_img_graph__sp {
    display: none;
}
@media screen and (max-width: 1024px) {
	.detail-box_ex__box_pages {
    width: 95%;
    background-color: #E9EFE9;
    margin: -69px auto 80px;
    padding: 45px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
.detail-box_ex__box_pages {
    width: 95%;
    background-color: #E9EFE9;
    margin: -69px auto 80px;
    padding: 18px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
.detail-box_InnerBox_left {
    width: 52%;
}
.detail-box_ttl_pages p {
    padding-left: 4%;
    padding-top: 10px;
    width: 93%;
    color: #fff;
}
.detail-box_ttl_pages h2 {
    color: #fff;
    font-weight: 700;
    padding-left: 4%;
    padding-top: 4%;
}
.detail-box {
    position: relative;
    margin-top: 31px;
}
}

@media screen and (max-width: 767px) {
	.detail-box_ttl_pages p {
    padding-left: 6%;
    padding-top: 10px;
    width: 93%;
    color: #fff;
}
	.detail-box_ttl_pages {
    width: 93%;
    background-color: #3F6F63;
    /* height: 326px; */
	height: auto;
    position: relative;
    z-index: 1;
	padding-bottom: 100px;
}
.detail-box_ttl_pages h2 {
    color: #fff;
    font-weight: 700;
    padding-left: 6%;
    padding-top: 6%;
}
.detail-box_InnerBox_left_pages h3, .detail-box_ex__box_pages h3 {
    border-left: #3F6F63 solid 3px;
    height: 38px;
    margin-bottom: 20px;
    line-height: 38px;
    padding-left: 10px;
    color: #3F6F63;
    font-size: 16px;
}

.detail-box_ex__box_pages {
	width: 95%;
	background-color: #E9EFE9;
	margin: -77px 0 85px auto;
	padding: 20px;
	line-height: 25px;
	position: relative;
	z-index: 2;
}
.detail-box_img_graph {
   display: none;
}
.detail-box_img_graph__sp {
	display: block;
	width: 100%;
	margin-top: 20px;
}

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

/* サービス内容 */

.list-wrap_pages {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-width_pages {
	width: 100%;
}

.left-padding {
	padding-left: 20px;
}

.service-table_01 {
	width: 100%;
}
html body .service-table_01__ttl {
	background-color: #9FBFB5;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

.service-table_01 td {
	background-color: #fff;
	padding: 20px;
}

.detail-box_InnerBox_center_pages {
	width: 10%;
}

.arrow-right_img {
    width: 51px;
    margin: auto;
    display: block;
    padding-top: 78px;
    padding-left: 10px;
}

.detail-box_InnerBox_right__02 {
	width: 3¥40%;
}

.detail-box_InnerBox_right__02 ul {
    width: 100%;
    border: solid #3F6F63 4px;
    border-radius: 10px;
    box-shadow: 7px 7px 0px 0px rgba(159, 191, 181, 1);
    background-color: #fff;
    padding: 28px;
    margin-top: 13px;
}
.detail-box_InnerBox_right__02 ul li {
	margin-left: 20px;
	color: #3F6F63;

}

.detail-box_InnerBox_right__02 h4, .detail-box_InnerBox_left_pages h4 , .detail-box_ex__box_pages h4{
	color: #3F6F63;
	font-weight: 700;
}
.arrow-down_img {
	display: none;
}

.detail-box_ex__box_pages h4 {
	padding-top: 10px;
	padding-bottom: 0px;
}

html body .service-table-ttl_02 {
	background-color: #9FBFB5;
	padding: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.service-table_02 td {
	background-color: #fff;
	text-align: center;
}


@media screen and (max-width: 767px) {
.table-scroll {
  width:100%;
  overflow-x:scroll;
}

.service-table_01, .table-price_01, .table-price_01 table{
  min-width:700px; /* ←これが重要 */
  border-collapse:collapse;
  
}
html body .service-table_01__ttl {
	background-color: #9FBFB5;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	text-align: center;
	width: 30%;
}

.arrow-right_img {
	display: none;
}
.arrow-down_img {
	display: block;
}

.arrow-down_img {
        display: block;
        width: 150px;
        margin: auto;
    }
.detail-box_InnerBox_center_pages {
    width: 100%;
}

.service-table_02{
  min-width:700px; /* ←これが重要 */
  border-collapse:collapse;
}

}

/* 料金について */

.price-label {
    background-color: #2E4057;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
	font-weight: 700;
}
.price-label02 {
    background-color: #5B6F70;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
	font-weight: 700;
}

.price-padding {
	padding-top: 79px;
}

.list-width_price {
	width: 100%;
}

.table-price_01 table {
	width: 100%;
}

html body .table-price_01__ttl {
    background-color: #3F6F63;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    /* margin-top: 10px; */
}

.table-price_01 td {
	background-color: #fff;
}

.table-price_01 td {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}


/* 生前対策CTA */

.seizen-cta {
	background-color: #F8F8F1;
	padding: 20px;
}

.seizen-cta p {
	display: block;
	text-align: center;
	padding-bottom: 10px;
}

.seizen-cta-box {
    width: 70%;
    border: #789C5B 3px solid;
    background-color: #fff;
    margin: auto;
	display: block;
	text-decoration: none;
	border-radius: 5px;
}

.seizen-cta-box h2 {
	font-size: 40px;
	color: #9F8149;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
}

.seizen-cta-box span {
	display: inline-block;
	color: #333333;
	font-size: 700;
	font-size: 23px;
}

html body .seizen-cta-box_p {
	display: block;
	padding: 5px;
	background-color: #789C5B;
	color: #fff;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
}


@media screen and (max-width: 767px) {
	.seizen-cta-box {
    width: 100%;
    border: #789C5B 3px solid;
    background-color: #fff;
    margin: auto;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}
.seizen-cta-box h2 {
    font-size: 25px;
    color: #9F8149;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px;
	line-height: 26px;
}
.seizen-cta-box span {
    display: inline-block;
    color: #333333;
    font-size: 700;
    font-size: 15px;
}
html body .seizen-cta-box_p {
    display: block;
    padding: 5px;
    background-color: #789C5B;
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    font-size: 10px;
}	
}

/* ご相談の流れ */
.btn-box_flow {
    width: 95%;
    margin: auto;
    display: block;
    justify-content: space-between;
}

.btn-tel-02_flow {
    display: block;
    border: #9FBFB5 solid 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px rgba(46, 64, 87, 1);
    color: #3F6F63;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
    margin-bottom: 11px;
	transition: 0.5s;

}
.btn-tel-02_flow:hover {
    display: block;
    border: #9FBFB5 solid 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px rgba(46, 64, 87, 1);
    color: #3F6F63;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
    margin-bottom: 11px;
	opacity: 60%;

}

.flow-online-icon {
    display: block;
    position: absolute;
    top: -74px;
    right: 0;
    width: 134px;
}

.triangle-flow {
	margin-bottom: 108px;

}

.triangle-flow_01 {
 background-color: #E9EFE9;
}
.triangle-flow_02 {
 background-color: #D2E0D2;
}
.triangle-flow_03 {
 background-color: #B8CCB8;
}

.triangle-flow_01:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 30px solid #E9EFE9;
}
.triangle-flow_02:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 30px solid #D2E0D2;
}

.price-table-box {
	margin-top: 10px;
}

.price-table-ttl {
	width: 32%;
}

.flow-step_wrap {
	display: flex;
	gap: 15px;
	list-style: none;
	text-align: center;
}

.flow-step_wrap li {
	border: #9FBFB5 solid 3px;
	border-radius: 10px;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.flow-step_wrap h4 {
	color: #3F6F63;
	font-weight: 700;
}

.flow-step_wrap li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 0;
  height: 0;
  
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #3F6F63; /* 三角の色 */
}

@media screen and (max-width: 767px) {
	.flow-online-icon {
    display: block;
    position: absolute;
    top: -36px;
    right: 0;
    width: 134px;
}
.flow-step_wrap {
    display: block;
    gap: 15px;
    list-style: none;
    text-align: center;
}
.flow-step_wrap li {
	border: #9FBFB5 solid 3px;
	border-radius: 10px;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 25px;
}
.flow-step_wrap li:not(:last-child)::after{

  right: 50%;
  top: auto;
  bottom: -22px;
  transform: translateX(50%);

  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #5B6356;
  border-bottom: none;
}
.triangle-flow_01:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 8vw solid transparent;
    border-left: 8vw solid transparent;
    border-top: 30px solid #E9EFE9;
}
.triangle-flow_02:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35px;
    box-sizing: border-box;
    border-right: 8vw solid transparent;
    border-left: 8vw solid transparent;
    border-top: 30px solid #D2E0D2;
}
}

/* 問い合わせフォーム */

.contact {
	background-color: #F8F8F1;
}
.form {
	width: 70%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;

}

.post-mark {
	font-size: 30px;
	padding-right: 5px;
}

.postnum-flexbox {
	display: flex;
}

.form-ttl {
	background-color: #3F6F63;
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
}

.text-box {
	border: #333333 solid 1px;
	height: 75px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;

}

.text-box-free {
	border: #333333 solid 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 300px;
	width: 100%;
}

.form-desc {
	color: #8c8b8b;
	font-size: 13px;
	padding-bottom: 10px;
}

select {
    border: 1px solid #ccc;
    margin-left: 10px;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.date-box {
	display: inline-block;
}

.privacy-desc {
	display: block;
	width: 80%;
	margin: auto;
	text-align: center;
}

.acceptance-line {
	display: inline-block;
	margin: auto;
}

html body main .form .form-submit_btn {
    background-color: #3F6F63;
    height: 75px;
    width: 300px;
    border-radius: 80px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    display: block;
    margin: 20px auto;
    padding: 0px;
	transition: 0.5;
}
html body main .form .form-submit_btn:hover {
    background-color: #3F6F63;
    height: 75px;
    width: 300px;
    border-radius: 80px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    display: block;
    margin: 20px auto;
    padding: 0px;
	opacity: 70%;
}

@media screen and (max-width: 1024px) {
	.form {
    width: 90%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
}

@media screen and (max-width: 767px) {
	.form {
		width: 95%;
	}
	.text-box_postNum {
		width: 30%;
	}
	.privacy-desc {
    display: block;
    width: 95%;
    margin: auto;
    text-align: center;
}
}

/* 投稿ページ */

.single-page-wrap {
	background-color: #E9EFE9;
	padding-top: 20px;
	padding-bottom: 50px;
}

.single-page {
	width: 70%;
	margin: auto;
}

.posted-on {
	font-weight: 400;
	font-size: 16px;
}

.post-article {
    border-radius: 10px;
    display: block;
    border-bottom: 0px;
    box-shadow: 7px 7px 0px 0px rgba(159, 191, 181, 1);
}

.post-title {
    width: 100%;
    background-color: #3F6F63;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.entry-content {
	background-color: #fff;
	padding: 20px;
	margin: 0;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.entry-content h2 {
    font-size: 20px;
    border-left: #3F6F63 solid 3px;
    height: 40px;
    /* text-align: center; */
    padding-left: 20px;
    padding-top: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3F6F63;
}

.entry-content h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	border-bottom: #3F6F63 solid 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.siigle-service-margin {
	margin-top: 0px;
}

@media screen and (max-width: 1024px) {
	.single-page {
    width: 85%;
    margin: auto;
}
}

@media screen and (max-width: 767px) {
	.single-page {
    width: 95%;
    margin: auto;
}
}
