/*!
Theme Name: 和田病院

*/

/*--------------------------------------------------------------
>>> 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;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	transition: 0.5s;
}

/**
 * 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;
}

br{
　display: block !important;
}

/* 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 {
	line-height: 1.8;
}

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%;
}

.mark, mark {
	padding: 0;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Noto Sans JP, sans-serif;
	color: #333;
	font-size: 1.2rem;
	font-weight: 500;
}
@media only screen and (max-width: 640px) {
	body {
		font-size: 0.8rem;
	}
}

hr {
	background-color: #D3D3D3;
	opacity: 1;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

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%;
}

.rounded-10 {
	border-radius: 10px;
}
/* Links
--------------------------------------------- */
a {
	/*
	color: #4169e1;
	*/
	color: #231815;
}

/*
a:visited {
	color: #800080;
}
*/

a:hover,
a:focus,
a:active {
	color: #231815;
}

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%;
}

.red {
	color: #E61616;
}
.orange {
	color: #EA5704;
}
.fs-mini {
	font-size: 0.8rem;
  line-height: 1.2rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.vw-50 {
	width: 50vw;
}
@media only screen and (min-width: 1000px) {
	.vh-50 {
		height: 50vh;
	}
	.vh-60 {
		height: 60vh;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-description {
	display: none;
}

/* 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;
	color: #231815;
}

/* 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;
		justify-content: space-around;
		margin-top: 1.7rem;
	}
}

.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;
  gap: 0 1rem;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
@media only screen and (max-width: 640px) {
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		display: block;
		margin-bottom: 1rem;
		flex: auto;
	}
}

.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;
}

.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 1rem;
}

.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;
}

.color_red {
	color: #D67D53;
}
.color_green01 {
	color: #73BE03;
}
.color_green02 {
	color: #7FAA41;
}

/* header
--------------------------------------------- */
.site-title {
	margin: 0;
}
.site-header {
  box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 10%);
	background: #fff;
  position: fixed;
  top: 0;
	padding-top: 0.3rem;
  z-index: 100;
  width: 100%;
	/*
	height: 10vh;
	*/
	padding: 0;
}
.bg-black {
	  background-color: black;
    padding: 2px 5px;
    margin-right: 5px;
}
.freedial {
	width: 40px;
	height: auto;
}

.head_top {
    display: flex;
    justify-content: flex-end;
    font-size: 0.9rem;
		height: 30px;
}
.head_dial {
	font-size: 1.6rem;
}

/* main_view
--------------------------------------------- */
.mv {
	margin: 0 calc(49.2% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}
.mv_title {
	font-size: 3rem!important;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;
}
.slide-text{
	position: absolute;
	top: 30%;
	left: 30%;
	font-size: 3.6rem;
	font-weight: bold;
	text-shadow: 2px 2px 8px #0000008a;
	color: #fff;
	transform: translate(-50%,-50%);
	letter-spacing: 5px;
}
.slide-img img{
	object-fit: cover;
	height: 100vh;
  width: 100vw;
}
.swiper-pagination {
	left: 10% !important;
  text-align: left!important;
}
.swiper-pagination-bullet-active {
    background: #F37734;
}

.mv_info {
	position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  background: rgb(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 10px 0 0 0;
	z-index: 99;
}
.mv_info h2 {
	background: #EA1418;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 6px;
}
.mv_info h3 {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 1rem 0.5rem;
	border-bottom: 1px solid #CECECE;
}
.mv_info p {
  font-size: 1rem;
	padding: 0 1rem 0.5rem;
	margin-bottom: 0;
}

@media(max-width:1199px) {
	.slide-text {
		font-size: 2.6rem;
		bottom: 0;
		left: 5%;
		transform: translate(0, 0);
	}
}

@media(max-width:959px) {
	.mv {
		margin-top: 7.5vh;
		min-height: auto;
	}
	.slide-img img {
    object-fit: contain;
		height: auto;
    width: 100%;
	}
	.site-header {
		height: 7.5vh;
	}
	.mv_info {
		position: relative;
		right: 0;
		bottom: 10vh;
		width: 100%;
		background: rgb(255, 255, 255, 0.8);
		padding: 2rem;
		border-radius: 10px 0 0 0;
	}
	.top_menu {
    margin-top: 0 !important;
	}
	.top_menu_btn {
		min-height: 170px!important;
	}
}
@media(max-width:480px) {
	.mv_title {
		font-size: 1.6rem!important;
	}
	.mv_title_sub {
		font-size: 16px!important;
	}
	.slide-text {
		font-size: 1.6rem;
		bottom: 0;
		left: 5%;
		transform: translate(0, 0);
	}
}

/* top_menu
--------------------------------------------- */
.top_menu_btn__d-flex {
	display: flex;
  justify-content: space-between;
	margin-bottom: 20px;
}
.top_menu {
	padding: 5rem 0;
	position: relative;
	width: 100%;
	background: url("/wp-content/themes/wada-clinic/img/index/top_menu_bg.jpg")
	center / cover;
}
.top_menu_btn {
	text-align: center;
	padding: 2rem 1rem;
	width: 48%;
  min-height: 188px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.top_menu_btn img {
  max-height: 50px;
	margin-bottom: 0;
}
.top_menu_btn h2 {
	font-size: 1.4rem;
	font-weight: bold;
}

.top_menu_shinryou-wrap {
	text-align: center;
  padding: 2rem 1rem;
  border-radius: 12px;
  background: #fff;
  min-height: 188px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
}
.top_menu_shinryou-wrap h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #E35F18;
	margin-bottom: 0;
}
.top_menu_shinryou-titlebtn {
	margin-bottom: 0;
	font-size: 1rem;
	color: #fff;
	background: #F39334;
	padding: 5px;
	width: 30%;
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.top_menu_shinryou-btn-wrap {
	background: #F0ECE7;
  margin: 1rem 0 0;
  border-radius: 12px;
  padding: 1.2rem 1.2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.sp_top_menu_shinryou-btn-wrap {
	background: #F0ECE7;
	padding: 1rem;
	border-radius: 12px;
}
.top_menu_shinryou-btn {
	width: 32%;
	font-size: 1rem;
	background: #fff;
	padding: 10px;
	border-radius: 50px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.top_menu_daytime {
	text-align: center;
  padding: 2rem 1rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.top_menu_daytime h2 {
	font-size: 1.6rem;
  font-weight: bold;
  color: #E35F18;
  margin-bottom: 0;
}
.top_menu_daytime p {
	margin-bottom: 0;
  font-size: 1.2rem;
}
/*
.top_menu_daytime_line {
	border-right: 1px solid #ccc;
  padding-right: 2rem;
}
*/
.top_menu_shinryou-title {
	display: flex;
	justify-content: space-between;
}

.dropdown{
  display:none;
}
input[type="checkbox"]{
  display:none;
}
label[for="menu"]{
	display: block;
  background: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 30px;
}
label[for="menu"]::before{
  transform:rotate(225deg);
}
#menu:checked + .dropdown{
  display:block;
}

@media(max-width:1399px) {
	.top_menu_shinryou-btn {
		font-size: 14px;
	}
}

@media(max-width:959px) {
	.mv {

	}
	.mv_info {
		position: relative;
    right: 0;
    bottom: 0;
    /* width: 40%; */
    background: rgb(255, 255, 255, 1);
    padding: 1rem;
    border-radius: 10px 0 0 0;
}
	.mv_info h2, .mv_info h3 {
		font-size: 1rem;
	}
	.mv_info p {
    font-size: 0.8rem;
	}
	.top_menu_shinryou-title {
		display: block;
		justify-content: space-between;
	}
	.top_menu_shinryou-titlebtn {
		width: 100%;
		margin-top: 12px;
	}
	.top_menu_shinryou-btn {
		width: 100%;
	}
	.top_menu_daytime {
		margin-top: 1rem;
    padding: 1rem;
	}
	.top_menu_daytime h2,
	.top_menu_daytime p {
		font-size: 1rem;
	}
	.top_news__box {
		padding: 1rem;
	}
	.top_menu_daytime {
		flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
	}

}

/* header_news
--------------------------------------------- */
.header_news {
	margin-top: 1rem;
	background: #28a7e1;
  padding: 1rem 0;
}
.header_news_title {
	margin-bottom: 0;
}
.header_news_title span {
	color: #fff;
	font-weight: bold;
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #fff;
}
.header_news_title a,
.header_news__link a {
	color: #fff;
	text-decoration: none;
}
.header_news__link {
	margin-bottom: 0;
}
.header_news_day {
	color: #ff7f00;
}

/* top_access
--------------------------------------------- */
.top_access {
	margin-bottom: 3rem;
}
.top_access_box {
	background: #F3F1ED;
	border-radius: 20px;
	padding: 1.5rem;
	position: relative;
  width: 95%;
}
.font-orange {
	color: #F37734;
}
.font-green {
	color: #038E93;
}
.top_access_box table {
	border: 1px solid #F3F1ED;
}
.top_access_box th {
	border: 1px solid #F3F1ED;
	background: #C7E5E6;
	width: 30%;
	text-align: left;
	padding: 0.5rem 1rem;
	font-size: 1rem;
}
.top_access_box td {
	border: 1px solid #F3F1ED;
	background: #fff;
	padding: 0.5rem 1rem;
	font-size: 1rem;
}
.top_access_box span {
	padding-right: 1rem;
}
.top_access-map {
	position: absolute;
  right: -5%;
  top: -2rem;
	box-shadow: 0 0 10px 3px rgb(0, 0, 0, 0.3);
}
@media(max-width:959px) {
	.top_access {
		padding-top: 0 !important;
	}
	.top_access-map {
    position: unset;
	}
	.top_access_box p {
		margin-bottom: 0;
	}
	.top_access_box th {
		width: 33%;
	}
}


/* top_info
--------------------------------------------- */
.top_info {
	margin-bottom: 3rem;
}
.top_info-box {
	border-radius: 12px;
  border: 1px solid #ccc;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
	padding: 1rem;
  text-align: center;
	margin-bottom: 2rem;
}
.top_info-box h3 {
	font-size: 1rem;
	text-align: center;
	margin: 1rem 0 0;
}
.top_info-box img {
	max-height: 160px;
}


/* top_activity
--------------------------------------------- */
.top_activity {
	margin-bottom: 3rem;
	background: #F3F1ED;
	padding: 3rem 0;
	position: relative;
}
.top_activity-btn {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 3rem;
}
.top_activity-btn h3 {
	text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
}
.activity_bg01 {
	position: absolute;
	top: -2rem;
	left: 0;
	opacity: 0.7;
}
.activity_bg02 {
	position: absolute;
  right: 0;
  bottom: -2rem;
}


/* top_other
--------------------------------------------- */
.top_other {
	margin-bottom: 3rem;
	padding: 3rem 0;
}
.top_other-box {
	text-align: left;
	padding: 0;
	border-radius: 0 12px 12px 0;
	background: #fff;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	margin-bottom: 3rem;
}
.top_other-box02 {
	text-align: left;
	padding: 0;
	border-radius: 12px 0 0 12px;
	background: #fff;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	margin-bottom: 3rem;
}
.top_other-access {
	border-left: 1px solid #ccc;
	padding-left: 1rem;
	font-size: 1rem;
}
.top_other-box-img {
	width: 40%;
}
.top_other-box-img img {
	object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_other-box-text {
	padding: 2rem 3rem;
	width: 60%;
}
.top_other-bg {
	width: 100%;
  background: url(/wp-content/themes/wada-clinic/img/index/top_other-bg.jpg) center / cover;
  background-position: top 2rem right 0;
  background-repeat: no-repeat;
  background-size: 90% auto;
  margin-bottom: 3rem;
}
.top_other-bg02 {
	width: 100%;
  background: url(/wp-content/themes/wada-clinic/img/index/top_other-bg.jpg) center / cover;
  background-position: top 2rem left 0;
  background-repeat: no-repeat;
  background-size: 90% auto;
  margin-bottom: 3rem;
}


@media(max-width:959px) {
	.top_other-box {
		display: block;
	}
	.top_other-box02 {
    display: flex;
    margin-bottom: 3rem;
    flex-direction: column-reverse;
    flex-wrap: wrap;
	}
	.top_other-box-img {
    width: 100%;
	}
	.top_other-box-text {
    padding: 1rem;
    width: 100%;
	}
	.top_other-access {
		font-size: 0.8rem;
	}

	.gairai_schedule {
    margin-top: 0!important;
	}

}


/* 最新記事 */
.top_news_wrap {
	background: #fff;
	margin: 0 0 3rem;
	padding: 3rem 0;
}
.top_news__box {
	padding: 1.5rem;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	border-radius: 15px;
	margin: 1.5rem 0;
	background: #fff;
  position: relative;
}
.top_news__box h2 {
	font-size: 1.6rem;
	background: linear-gradient(transparent 50%, #FFEDE3 50%);
	padding: 0 1rem 0.5rem;
}
.top_news__box ul {
	margin-left: 0;
	list-style: none;
	padding-left: 0;
  margin-top: 1rem;
	margin-bottom: 1rem;
}
.top_news__box li {
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
  padding: 0 1rem 1rem;
}
.top_news__box li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_news__box li a {
	padding-left: 1rem;
	border-left: 1px solid #ccc;
	font-weight: 500;
}
.top_news__tab_title {
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	width: 200px;
	text-align: center;
}
.top_news__important_wrap,
.top_news__news_wrap,
.top_news__request_wrap {
	position: relative;
}

.top_news__important_wrap .top_news__tab_title {
	background: #D67D53;
}
.top_news__news_wrap .top_news__tab_title {
	background: #73BE03;
}
.top_news__request_wrap .top_news__tab_title {
	background: #7FAA41;
}
.top_news__time {
	letter-spacing: 0.2rem;
	padding-right: 1rem;
}
.top_news__important_more,
.top_news__news_more,
.top_news__request_more {
	margin-bottom: 5px;
  color: #fff;
  border-radius: 50px;
  padding: 0.2rem 1rem 0.2rem 2rem;
  width: 200px;
  text-align: left;
  float: right;
  position: relative;
}
.top_news__important_more::before,
.top_news__news_more::before,
.top_news__request_more::before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 2px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -6px;
}

.top_news__important_more {
	background: #D67D53;
}
.top_news__news_more {
	background: #73BE03;
}
.top_news__request_more {
	background: #F37734;
  float: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media only screen and (max-width: 640px) {
	.top_news_wrap {
		padding: 2rem 0;
	}
	.top_news__box {
		padding: 1rem;
	}
	.top_news__request_more {
		background: #F37734;
		float: none;
		position: relative;
		right: 0;
		top: auto;
		margin: 0 auto;
	}
}
.top_news_contants ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	justify-content: space-between;
	/*
	column-gap: 30px;
  column-count: 2;
	*/
}
.top_news_contants li {
	display: inline-block;
  width: calc(50% - 10px);
}
.top_news_contants li:last-child {
	margin-bottom: 0;
}
.top_news_contants li a {
    display: block;
    position: relative;
}
@media only screen and (max-width: 640px) {
	.top_news_contants ul {
		column-count: 1;
	}
	.top_news_contants ul,
	.top_news_contants li {
		width: 100%;
	}
}

.cat_color {
  border-radius: 0 0 20px 0;
  color: #fff;
  padding: 0.2rem 1rem;
  display: block;
  margin: 0;
  position: absolute;
	top: 0;
}
.cat_color_single {
	border-radius: 0 0 20px 0;
  color: #fff;
  padding: 0.3rem 1.5rem;
	display: inline-block;
	margin-bottom: 0;
}
.news-jp,
.news-en {
	background: #5590a1;
}
.event-jp,
.event-en {
	background: #80b33f;
}


.top_news_contants img{
	object-fit: cover;
	width: 100%;
	height: 248px;
}
.top_news_contants img:after {
	content: '';
  width: 100%;
  height: 100%;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.2), rgba(0,0,0,0.8));
}

.top_news_day {
	font-size: 1rem;
	font-weight: 400;
	text-align: right;
	margin-bottom: 2rem
}
.top_news_title {
	width: 100%;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0;
	padding: 1rem;
	position: absolute;
	bottom: 0;
	background: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,0.5), rgba(0,0,0,0.8));
}
@media only screen and (max-width: 640px) {
	.btn_arrow_orange {
    padding: 1rem 25px 1rem 2rem;
    margin-top: 2rem;
    text-align: center;
	}

}

/* アーカイブ　アコーディオン */
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	font-weight: 500;
	font-size: 1.6rem;
	text-align: left;
	padding: 1rem;
	margin-bottom: 0;
	background: #F37734;
	display: block;
	cursor: pointer;
}
.Label::before{		/*タイトル横の矢印*/
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #231815;
	border-right: 2px solid #231815;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 6px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



@media only screen and (min-width: 1025px) {
	.concept_title_sp, .concept_title_sp02 {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.concept_title, .concept_title_sp02 {
		display: none;
	}
	.concept_title_sp {
		display: block;
	}
}
@media only screen and (max-width: 1024px) {
	.concept_title, .concept_title_sp {
		display: none;
	}
	.concept_title_sp02 {
		display: block;
	}
}

.concept_title_inner {
	position: absolute;
	bottom: 0;
	left: 0;
  right: 0;
}
.concept_title_inner h2 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3.5rem;
	line-height: 1.5;
}
.concept_title_inner h2 span {
	border-bottom: 3px solid #F38910;
}
.concept_box_wrap {
	max-width: 580px;
	margin: 0 auto;
}
.concept_box {
	background: #F0ECEA;
	padding: 2.2rem;
	border-radius: 10px;
	border: 1px solid #CFCBC9;
	margin-bottom: 1rem;
}
.concept_box h3 {
	text-align: center;
	color: #F38910;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.concept_box p {
	text-align: left;
}

.top_title_wrapp {
	text-align: center;
  margin-bottom: 3rem;
}
.top_title {
	display: inline-block;
	position: relative;
	line-height: 3rem;
}
.top_title_icon {
	width: 75px;
	height: 75px;
}
.top_title01 {
	color: #F38200;
	font-size: 1.4rem;
	font-weight: bold;
}
.top_title02 {
	font-size: 2.0625rem;
	font-weight: bold;
	text-align: center;
}


/* リンクボタン オレンジ */
.btn_arrow_orange {
	max-width: 300px;
	margin: 0 auto;
}
.btn_arrow_orange {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  position: relative;
  background: #F38200;
  box-sizing: border-box;
	border-radius: 30px;
  padding: 1rem 25px 1rem 40px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn_arrow_orange:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -6px;
}
a.btn_arrow_orange:hover {
  background: #fff;
  color: #ea5e2e;
	opacity: 1;
}
a.btn_arrow_orange:hover:before {
  border-top: 4px solid #ea5e2e;
  border-right: 4px solid #ea5e2e;
}

.header_fixed {
	padding-top: 10vh;
	margin-top: -10vh;
	display: block;
}
@media only screen and (max-width: 480px) {
	/*
	.header_fixed {
		padding-top: 7.5vh;
		margin-top: -7.5vh;
		display: block;
	}
	*/
}

/* リンクボタン */
.btn_arrow_green {
	max-width: 300px;
	margin: 0 auto;
}
.btn_arrow_green {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #15b78c;
  box-sizing: border-box;
	border-radius: 30px;
  padding: 1rem 25px 1rem 40px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn_arrow_green:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -6px;
}
a.btn_arrow_green:hover {
  background: #fff;
  color: #15b78c;
	opacity: 1;
}
a.btn_arrow_green:hover:before {
  border-top: 4px solid #15b78c;
  border-right: 4px solid #15b78c;
}


.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.flex-box img {
  vertical-align: top;
}
.thumnail-left-box {
  width: 50%;
  margin: 0;
  padding: 0 0 2.5%;
}
.thumnail-left-box img {
  width: 100%;
}
.thumnail-right-box {
  width: 40%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumnail-right-box li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 auto;
}
.thumnail-right-box li img {
  width: 100%;
  margin: 0 0 auto;
}



/* アーカイブページ
--------------------------------------------- */
#archive_page {
	padding-bottom: 5rem;
}
#archive_page .sub_page_bg {
	margin-bottom: 0;
}

/* 記事ページ
--------------------------------------------- */
#entry_page {
	margin-top: 0;
	padding-bottom: 3rem;
}

#entry_page main {
	margin-bottom: 0;
}

#entry_page h2 {
	background: #F4F2EB;
	font-size: 1.8rem;
	padding: 1.2rem 1rem 1.2rem 3rem;
	position: relative;
	border-radius: 12px 0 0 12px;
	margin-bottom: 1rem;
}
#entry_page h2::after {
	position: absolute;
	top: 25%;
	left: 0;
	width: 6px;
	height: 50%;
	content: '';
	border-radius: 3px;
	background: #F37734;
}

@media screen and (max-width: 480px) {
	#entry_page h2 {
		font-size:1.4rem;
	}
}

/* ウィジェット
--------------------------------------------- */
.widget-area h2,
.sidebar h2 {
	font-size: 1.2rem;
	text-align: left;
	padding: 1rem;
	margin-bottom: 1rem;
	background: #def0c4;
	position: relative;
}
.widget-area h2::after,
.sidebar h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #7faa41;
  border-left: 20px solid transparent;
}
.wp-block-categories,
.wp-block-archives {
	box-sizing: border-box;
	margin: 0 0 4rem;
	padding: 0;
	list-style: none;
}
.sidebar ul {
	margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-categories li,
.wp-block-archives li,
.sidebar li {
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 1.2rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	margin-bottom: 0;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 1rem;
}
.wp-block-search__label {
  width: 100%;
  text-align: left;
}

/* 固定ページ
--------------------------------------------- */

.w-15 {
    width: 15%;
}
.bg_white {
	background: #fff;
}
.inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
	background: #fff;
  padding: 1rem;
}

.sub_page_bg {
	background-color: rgba(255, 255, 255, 0.75);
	margin-bottom: 2rem;
}

.subtitle {
  padding: 0.5em 0;
  border-top: solid 4px #333333;
  border-bottom: solid 4px #333333;
	padding-left: 10px;
}

.entry_page,
.site {
	width: 100%;
}

.entry-header,
.page-header {
	margin-top:0;
	position: relative;
	background-image: url(img/index/page_title_bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 260px;
	margin-bottom: 2rem;
}
.entry-title,
.page-title {
	color: #fff;
	font-size: 2.2rem;
  text-align: center;
	text-shadow: 1px 2px 3px #0000005c;
	position:absolute;
	top:60%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}

.shinryou-menu {
	margin-top: 1.5rem;
	background: #F4F2EB;
	border-radius: 10px;
	padding: 1.5rem;
}
.shinryou-menu ul {
	padding: 0;
	margin-bottom: 0;
}
.shinryou-menu li {
	position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  width: 100%;
  margin-bottom: 1.5rem;
}
.shinryou-menu li::before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #F37734;
	left: 0;
}

.wp-block-list li {
	margin-bottom: 1rem;
	font-size: 1rem;
}

.doctor-list h3 {
	border-left: none;
  border-right: none;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.5;
}
.doctor-list th {
  vertical-align: baseline;
  width: 40%;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem 0;
	border: 1px solid #fff;
}
.doctor-list td {
	text-align: left;
	border: 1px solid #fff;
}
.doctor_left_line {
	border-left: 2px solid #F37734;
	padding-left: 1rem;
}

@media screen and (max-width: 1199px) {
	.sp-side-menu {
	  flex-direction: column-reverse;
	}	
}

@media screen and (max-width: 480px) {
	.entry-title,
	.page-title {
		top:55%;
	}

}

a .top_contents_title {
	color: #fff!important;
}
.top_contents_title {
  position: relative;
  padding: 1.5rem 0;
  text-align: left;
  font-size: 1.8rem;
}
.top_contents_title img {
	width: 50px;
  vertical-align: sub;
}

.top_sub_btn {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffc107), to(#ff9c07));
   background-image: -webkit-linear-gradient(left, #ffc107 0%, #ff9c07 100%);
  background-image: linear-gradient(to right, #ffc107 0%, #ff9c07 100%);
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  border:none;
}

.top_support_box {
  background: #eef3f7;
  padding: 1rem;
  border-radius: 20px;
  margin: 1rem 0;
	border-bottom: 4px solid #ccc;
}
.top_support_box:hover {
	background: #cfe3f3;
	transition: 0.8s;
}
.top_support_box h3 {
  font-size: 1.5rem!important;
}

.top_contents_bg01 {
	background-image: url(img/top_contents_bg01.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 400px;
}
.top_contents_bg02 {
	background-image: url(img/top_contents_bg02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

.shine_btn {
	display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.shine_btn:hover {
	opacity: 1;
}
.shine_btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shine_btn:hover::before {
  left: 100%;
}
.entry-content {
	min-height: 400px;
	text-align: left;
}


.entry-content h3 {

}

.message_profile h3 {
	font-size: 2.5rem;
}

input[type="submit"] {
	padding: 1rem 3rem;
	color: #fff;
	border-radius: 100vh;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffc107), to(#ff9c07));
	background-image: -webkit-linear-gradient(left, #ffc107 0%, #ff9c07 100%);
	background-image: linear-gradient(to right, #ffc107 0%, #ff9c07 100%);
	max-width: 500px;
	margin: 1rem auto;
	font-size: 1.4rem;
	font-weight: bold;
	border: none;
}

/* side
--------------------------------------------- */
a .side_staff {
	color: #fff;
	font-size: 1.4rem;
}
.side_staff {
	background: #28a7e1;
	padding: 0.5rem;
	color: #fff;
	margin-bottom:1.5rem;
}
.side_staff:hover {
	background: #6dc9f3;
	transition: 0.8s;
}

/* 記事ページ
--------------------------------------------- */
.post-title {
	height: 100%;
	text-align: left;
}
.post-title h2 {
	font-size: 1.8rem;
	padding: 1.5rem;
}
.post-cat {

}

.post_time_style {
	font-size: 0.8rem;
  margin-bottom: 0;
	margin-right: 1rem;
}
.post_time_style span {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  margin: 0 1rem 0 0;
}
.cat-links {
	text-align: center;
	background: #fff;
	background-size: 6px auto;
	padding: 1rem;
	image-rendering: -webkit-optimize-contrast;
	color: #207aa3;
	display: inline-block;
	margin-bottom: 2rem;
	border: 1px solid #207aa3;
}
.cat-links a {
	color: #207aa3;
}
.nav-next a {
	position: relative;
  text-align: left;
  padding: 12px 40px 12px 15px;
  image-rendering: -webkit-optimize-contrast;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.nav-next a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 2px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -6px;
}
.nav-previous a {
	position: relative;
	text-align: left;
	padding: 12px 15px 12px 40px;
	image-rendering: -webkit-optimize-contrast;
	color: #fff;
	display: table-cell;
  vertical-align: middle;
}
.nav-previous a::before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 2px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 1rem;
	margin-top: -6px;
}
.articles_index_thumbnail {
	position: relative;
}
.post-thumbnail {
	margin-top: 1.5rem;
}
.archive_list {
	padding: 1rem;
  box-shadow: 0 4px 8px #ccc9;
  border-radius: 8px;
}
.archive_post_title {
	font-size: 1.2rem;
	font-weight: bold;
}
.archive_post_title a {

}
.archive_post_cat {
	font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.archive_post_cat ul {
	margin: 0 0 0 1rem;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 0.1rem 0.3rem;
	list-style: none;
}
.archive_post_text {
	font-size: 0.9rem;
	padding-top: 0.5rem;
	border-top: 1px solid #ccc;
}

.mb-20 {
    margin-bottom: 20px;
}
.pt-10 {
    padding-top: 10px;
}

/* ページネーション
--------------------------------------------- */
.navi_arrows {
	width: 15px!important;
	height: auto!important;
  vertical-align: baseline;
}
.screen-reader-text {
	display: none;
}
#pager_navigation {
	text-align: center;
	padding: 3rem 0;
	margin-bottom: 0;
}
.pagination {
	display: block;
}
.nav-links {
	margin-top: 60px;
}
.nav-links ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.nav-links a {
  margin: 0 0.3rem;
  color: #fff;
	border-radius: 5px;
	display: block;
	background: #F37734;
	width: 100%;
}
#pager_navigation a,
#pager_navigation .current {
  padding: 0.5rem 1rem;
  background: #F37734;
  margin: 0 0.3rem;
  color: #fff;
	border-radius: 5px;
}
.nav-links li a {
	color: #fff;
}

.single_pagenavi_wrap {
	margin-top: 2rem;
}
.single_pagenavi {
	padding: 0.5rem 1rem;
	background: #F37734;
	margin: 0 0.3rem;
	color: #fff;
	border-radius: 5px;
}
.single_pagenavi img {
	width: 15px;
}
.single_pagenavi a {
	color: #fff;
}



/* コメント非表示
--------------------------------------------- */
#comments {
	display: none;
}
/* Edit非表示
--------------------------------------------- */
.edit-link {
	display: none;
}


/* footer
--------------------------------------------- */

footer {
  width:100%;
  bottom:0px;
  overflow: hidden;
	text-align: center;
	background: #fff;
}
footer p {
	text-align: left;
	margin:0;
}
.footer_access {
	display: flex;
	justify-content: space-around;
}
.gairai_schedule {
	margin-top: 5rem;
	background: #F3F1ED;
  padding: 3rem 0;
}
.gairai_schedule h2 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
.gairai_schedule-wrap {
	display: flex;
  border: 1px solid #ccc;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	background: #fff;
	border-radius: 5px;
}
.gairai_schedule01 {
	background: #FABE9E;
	padding: 1rem;
	width: 30%;
}
.gairai_schedule02 {
	padding: 1rem;
	background: #fff;
}

.gairai_tantou_btn {
	text-align: center;
  color: #fff;
  background: #505050;
  padding: 5px 2rem;
  border-radius: 50px;
  display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}


#schedule-table {
width: 100%;
table-layout: fixed;
word-break: break-all;
}
#schedule-table table , td, th {
	border: 1px solid #B3B3B3;
	border-collapse: collapse;
	text-align: center;
}
#schedule-table td, th {
	width: 30px;
	height: 25px;
	padding: 1rem 0;
}
#schedule-table th {
	background: #f0e6cc;
}
#schedule-table td {
    background-color: #fff;
    vertical-align: middle;
}
#schedule-table .schedule-title {
	background:#F37734;
	color:#fff;
	font-size: 1.2rem;
	font-weight: bold;
}
#schedule-table .schedule-week td {
	background:#505050;
	color:#fff;
	padding: 0.5rem;
}
#schedule-table .schedule-gf {
	/*
    font-family: "Black Han Sans";
    color: #F37734;
    font-size: 2rem;
    font-weight: 900;
		*/
}

@media screen and (min-width: 960px) {
	.site-title_footer img {
		max-height: 90px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 959px) {
	.site-title_footer img {
		max-width: 180px;
    padding: 10px 0;
	}
	.footer_link_btn {
		margin: 1rem 0;
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	.site-title_footer img {
		max-width: 120px;
    padding: 5px 0;
	}
	.gairai_schedule h2 {
		font-size: 1.4rem;
	}
}
.footer_menu_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30%;
	border-right: 1px solid #ccc;
}
.footer_menu_wrap ul:last-child {
	border-right: 0;
}
.footer_menu_wrap li {
	text-align: left;
	margin-bottom: 0.5rem;
}
.footer_inner {
	/*
	margin: -5px 0 0;
	padding:5rem 0 0;
	*/
	text-align:center;
}
.footer_inner a{
	text-decoration: none;
}
.footer_menu_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_sitemap {
	background: #F37734;
	padding: 1rem 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 2rem;
}
.footer_sitemap img {
	margin-right: 1rem;
}

.footer_access {
	display: flex;
}

.footer_link_btn {
	text-align: center;
	padding: 1rem;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 1rem;
}

.table_bold {
	font-weight: bold;
}
.am_bg {
	background: #dcecf2;
}
.am_txt {
	color: #2c9ac4;
	font-weight: bold;
}
.pm_bg {
	background: #f2dcdc;
}
.pm_txt {
	color: #cf1616;
	font-weight: bold;
}

.footer_list {
	margin: 0;
	padding: 0 0 0 1rem;
}
.footer_list li {
	text-align: left;
  margin-bottom: 0.5rem;
}
.footer_list li::marker {
  content: "※";
}

.footer_list_ut {
	margin: 1rem 0;
	border-radius: 20px;
	background: #DEF0C4;
	padding: 1rem;
}
.footer_list_ut p {
	text-align: center;
}

.footer_list_ut__important {
	border: 2px solid #73be03;
  background: #fff;
  display: inline-block;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
}

.copyright {
	padding: 1.5rem 0;
	color: #333;
}

/* ページトップ */
.pagetop{
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #141600;
}
.pagetop a i{
  font-size: 20px;
  color:#fff;
  line-height: 50px;
}

.sp-nav,
.sp-view {
   display: none;
}


/* =======================================
ヘッダー
======================================= */

.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header_menu_wrap {
	width: 70%;
	font-weight: 500;
}
.header_menu_inner {
	display: flex;
	justify-content: space-between;
  align-items: center;
	margin-bottom: 0.2rem;
}
.header_btn {
	width: auto;
}
@media screen and (min-width: 960px) {
	.header_btn__sp {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	.header_btn__sp {
		width: 100%;
		margin-right: 40px;
	}
}
@media screen and (max-width: 375px) {
	.header_btn__sp p {
		font-size: 100%!important;
	}
}

.header_address p,
.header_btn p,
.header_btn__sp p {
  margin: 1rem 0 10px;
	font-size: 1rem;
}
.header_btn p,
.header_btn__sp p {
	background: #F37734;
	color: #fff;
	padding: 0.1rem 0.5rem;
	border-radius: 5px;
	display: inline-block;
}

.header_tel p {
	font-family: Arial;
	font-weight: bold;
	font-size: 2.2rem;
	color: #73BE03;
	margin-bottom: 5px;
	line-height: 1;
}
.header_tel a {
	color: #F37734;
}
.header_tel span {
	font-size: 1rem;
	color: #333;
}
.header_tel img {
	padding-right: 1rem;
  padding-bottom: 5px;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 80px;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
	.header_address {
		display: none;
	}
}
@media screen and (max-width: 959px) {
  .header_menu_inner {
		display: none;
	}
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #F37734;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
		padding: 0 0 10px;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	list-style: none;
}



@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
	.site-title {
    width: 30%;
    margin: 10px 0 0;
	}
	.site-title img {
		max-height: 90px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 959px) {
	.site-title img {
		max-width: 180px;
    padding: 10px 0;
	}
}
@media screen and (max-width: 480px) {
	.site-title img {
		max-width: 120px;
    padding: 5px 0;
	}
}

/* ナビのリンク */
.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

.header_btn_jp {
	font-size: 0.8rem!important;
	background: #80b33f;
	padding: 0.2rem 0.5rem;
	border-radius: 5px;
	font-weight: 500;
}
.header_btn_en {
	font-size: 0.8rem!important;
	background: #db6540;
	padding: 0.2rem 0.5rem;
	border-radius: 5px;
	font-weight: 500;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
	  font-size: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
	.header_btn_jp {
		margin-bottom: 1rem!important;
	}
	.nav-items__item a {
		color: #fff;
	}
}


/* ハンバーガーメニュー */

.header__hamburger {
	width: 50px;
  height: 100%;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  background: #F37734;
  border-radius: 0;
}

.hamburger {
	/*
  background-color: transparent;
		*/
  border-color: transparent;

  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}



/*共通部分ここまで*/


.menu > li.menu-item-has-children {
    position: relative;
}

li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  list-style: none;
  visibility: hidden;
  background: #fff;
	margin: 0;
	padding: 0;
	z-index: 100;
}

li.menu-item-has-children:hover ul.sub-menu {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.sub-menu li {
	border: none!important;
}
.sub-menu a {
	padding: 0.4rem!important;
	font-size: 0.8rem;
	text-align: center;
}


/* =======================================
about
======================================= */
.about_box5 th {
  padding: 1rem 0;
}

/* =======================================
about
======================================= */
.business_table tr {
  margin-bottom: 1rem;
  position: relative;
  vertical-align: baseline;
}
.business_table th {
  width: 10%;
  text-align: left;
  vertical-align: baseline;
  padding: 1rem 0;
}
.box1_img {
  align-items: center
}
.box2_img img {
  margin-bottom: 1rem;
}
.business_box3 ul {
  font-size: 1.15rem;
  margin: 0 auto;
  list-style: decimal;
}
.business_box4 ul {
  margin: 1rem auto;
  list-style: none;
  font-size: 1.2rem;
}
.business_box4 li {
  position: relative;
  margin-bottom: 2rem;
}
.business_box4 li:before {
  content: "●";
  color: #a1b316;
  margin-right: 5px;
  position: absolute;
  left: -2rem;
}
@media only screen and (max-width: 768px) {
  .business_box4 li {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}
.initiatives {
  margin-bottom: 2rem;
}


/* =======================================
message
======================================= */

.message_profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.message_profile h3 {
  margin-top: 3rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
}
.message_profile p {
  font-size: 1.5rem;
}
.message_profile span {
  font-size: 1rem;
}

/* contact */
.contact_table tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.contact_table th {
  background-color: #ccd781;
  width: 20%;
  padding: 10px 20px;
}
.contact_table td {
  padding: 10px 20px;
}




/* =======================================
PC
======================================= */
/*
@media only screen and (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1000px;
	}
}
@media only screen and (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1000px;
	}
}
*/
@media only screen and (min-width: 769px) {
	.pc_pl3 {
		padding-left: 3em;
	}
	/*
	.carousel-control-prev {
	  left: -12%;
	}
	.carousel-control-next {
	    right: -12%;
	}
	*/

}
@media screen and (min-width: 641px) {
	.head_top_sp {
		display: none;
	}
}

@media (max-width: 1260px) and (min-width: 991px) {
  #primary-menu li a {
    padding: 0.5rem 1rem;
  }
  .sub-menu {
    position: relative;
    visibility: visible;
  }
}

/*pc*/


/* =======================================
タブレット
======================================= */
@media (max-width: 767px) and (min-width: 481px) {

}
@media only screen and (max-width: 768px) {

	.pc_br1 {
		border-right: 0;
	}
	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}
	.nobr {
		display: contents;
	}
	.message_profile h3 {
		font-size: 1.5rem!important;
	}
	.message_profile p {
		font-size: 1rem;;
	}
	.business_table th {
		width: 20%;
	}
	.business_box3 ul, .business_box4 ul {
		font-size: 1rem;
	}

	.entry-header, .page-header {
		min-height: 230px!important;
		background-position-x: right;
		margin-bottom: 0;
	}
	.entry-title, .page-title {
		padding-top: 0;
		font-size: 1.6rem!important;
		line-height: inherit;
	}
	.donation__bird01 {
		top: 10vw!important;
	}
	.message_profile h3 {
		margin-top: 0;
	}
	.business_table tr {
		display: flex;
		flex-direction: column;
	}
	.business_table th {
		padding: 0;
	}
	.business_box3 ul {
		font-size: 0.8rem;
	}
	.business_box3 li {
		margin-bottom: 1rem;
	}
	.about_box5 tr {
		display: flex;
		flex-direction: column;
	}
	.about_box5 th {
		padding: 1rem 0 0;
	}

} /*タブレット*/

/* =======================================
SP
======================================= */
@media screen and (max-width: 640px) {
	.pc-nav,
	.pc-view {
		 display: none;
	}
	.sp-nav,
	.sp-view {
		display: block;
	}
	.head_top_sp {
		display: block;
		height: auto;
		text-align: center;
	}
	.head_top_sp p {
		margin-bottom: 0px;
	}
	.head_company {
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
	}
	.head_time p {
		margin-bottom: 0.5rem;
		font-size: 1.1rem;
	}
	.head_dial {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}

	#hamburger {
		 position: relative;
		 display: block;
		 width: 30px;
		 height: 25px;
		 margin: 0 0 0 auto;
	}
	#hamburger span {
		 position: absolute;
		 top: 50%;
		 left: 0;
		 display: block;
		 width: 100%;
		 height: 2px;
		 background-color: #fff;
		 transform: translateY(-50%);
	}
	#hamburger::before {
		 content: '';
		 display: block;
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 2px;
		 background-color: #fff;
	}
	#hamburger::after {
		 content: '';
		 display: block;
		 position: absolute;
		 bottom: 0;
		 left: 0;
		 width: 70%;
		 height: 2px;
		 background-color: #fff;
	}
	/*スマホメニュー*/
	.sp-nav ul {
		 padding: 0;
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
		 align-items: center;
		 height: 100%;
	}
	.sp-nav li {
		 margin: 0;
		 padding: 0;
	}
	.sp-nav li span {
		 font-size: 15px;
		 color: #fff;
	}
	.sp-nav li a, .sp-nav li span {
		 display: block;
		 padding: 20px 0;
	}
	/*-閉じるアイコンー*/
	.sp-nav .close {
		 position: relative;
		 padding-left: 20px;
	}
	.sp-nav .close::before {
		 content: '';
		 position: absolute;
		 top: 50%;
		 left: 0;
		 display: block;
		 width: 16px;
		 height: 1px;
		 background: #fff;
		 transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		 content: '';
		 position: absolute;
		 top: 50%;
		 left: 0;
		 display: block;
		 width: 16px;
		 height: 1px;
		 background: #fff;
		 transform: rotate( -45deg );
	}
	.toggle {
		 transform: translateY( 0 );
		 opacity: 1;
	}
	.main-visual {
		 padding: 0 4%;
	}
	#primary-menu {
		display: block;
		list-style-type: none;
		text-align: center;
		margin: 0 0 30px 0;
		padding: 0;
	}
	#primary-menu li {
		border-left: none;
		border-bottom: 1px solid #ccc;
		padding: 0.5rem;
	}
	.plan55_text {
		font-size: 1rem;
		margin-bottom: 0;
	}
	.nav-links li {
		padding: 0.2rem 0.5rem;
		background: #F37734;
		margin: 0 0.1rem;
		color: #fff;
		border-radius: 5px;
	}

}


@media only screen and (max-width: 480px) {
	.site-title {
		margin: 0;
		width: 100%;
		padding-left: 0;
	}
	#front_page h2 {
    font-size: 1.8rem;
	}
	.top_3plan_bunner {
		width: 80%;
	}
	.top_contents_bg01 {
    background-image: url(img/top_contents_bg01.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 200px;}
	}
	.top_sub_contents_title {
		padding: 1rem;
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.articles_index_thumbnail {
		margin-bottom: 1rem;
	}


}/*SP*/



/* 20230610追加分 */
.wwd07 .what_we_do_inner {
	border-top: 4px solid #a56d35;
}
.wwd07 .what_we_do_number p {
	background: #a56d35;
}
.wwd07 .what_we_do_sub_title,
.wwd07 .what_we_do_title {
	color: #a56d35;
}
.wwd07 .btn_arrow_wwd {
	background: #a56d35;
}
.wwd07 a.btn_arrow_wwd:hover {
  background: #fff;
  color: #a56d35;
	opacity: 1;
}
.wwd07 a.btn_arrow_wwd:hover:before {
  border-top: 4px solid #a56d35;
  border-right: 4px solid #a56d35;
}
.wwd_title_07, .wwd_title_07a {
	color: #a56d35;
  padding: 1rem 4rem 3rem 2rem!important;
}
.wwd_number_07 {
	background: #a56d35;
}
.wwd_title_07:before {
	content: '';
	width: 14px;
	height: 14px;
	border: 0;
	border-top: 4px solid #a56d35;
	border-right: 4px solid #a56d35;
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	right: 2rem;
	margin-top: -6px;
}
#what_we_do_07 .main_content_title_number {
	margin: 0.5rem 2rem 0 0;
}
