/*!
Theme Name: mashimo-24
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: mashimo-24
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.

mashimo-24 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;
}





/*--------------------------------------------------------------
# Custom css
--------------------------------------------------------------*/

/* Reset
--------------------------------------------- */

html {
  /* 1 */
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #444444;
}

.post,
.page {
	margin: 0;
}

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

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

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

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

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

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

figure {
	margin: 0;
}

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

a {
	color: #222222;
}

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

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

a:focus {
	outline: thin dotted;
}

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


/* Headings
 ========================================================================== */

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  color: #222222;
  text-transform: none;
}
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-weight: normal;
  color: #222222;
}
/* Add margin if adjacent element */
* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6 {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 1.7rem;
  line-height: 1.3;
}
h2,
.uk-h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h3,
.uk-h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h4,
.uk-h4 {
  font-size: 1rem;
  line-height: 1.4;
}
h5,
.uk-h5 {
  font-size: 1rem;
  line-height: 1.4;
}
h6,
.uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 2.625rem;
      font-weight: normal;
  }
  h2,
  .uk-h2 {
    font-size: 2rem;
      font-weight: normal;
  }
    h3,
.uk-h3 {
  font-size: 1.5rem;
    font-weight: normal;
    }
}

.font-gothic {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}


.font-mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}


/* Color
 ========================================================================== */

.bg-black {
    background-color: rgba(21, 21, 21, 1); /* #151515 */
}

.color-black {
    color: rgba(21, 21, 21, 1);
}

.border-black {
    border: solid 1px rgba(21, 21, 21, 1);
}

.bg-gray {
    background-color: rgba(191, 189, 193, 1); /* #bfbdc1 */
}

.color-gray {
    color: rgba(191, 189, 193, 1);
}

.border-gray {
    border: solid 1px rgba(191, 189, 193, 1);
}

.bg-lightgray {
    background-color: rgba(248, 244, 249, 1); /* #f8f4f9 */
}

.color-lightgray {
    color: rgba(248, 244, 249, 1);
}

.border-lightgray {
    border: solid 1px rgba(248, 244, 249, 1);
}

.bg-white {
    background-color: rgba(255, 255, 255, 1); /* #ffffff */
}

.color-white {
    color: rgba(255, 255, 255, 1);
}

.border-white {
    border: solid 1px rgba(255, 255, 255, 1);
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, .7);
}

.bg-orange {
    background-color: rgba(234, 85, 4, 1); /* #ea5504 */
}

.color-orange {
    color: rgba(234, 85, 4, 1);
}

.border-orange {
    border: solid 1px rgba(234, 85, 4, 1);
}

.bg-orange-transparent {
    background-color: rgba(234, 85, 4, .8); /* #ea5504 */
}

.bg-chili {
    background-color: rgba(210, 46, 23, 1); /* #d22e17 */
}

.color-chili {
    color: rgba(210, 46, 23, 1);
}

.border-chili {
    border: solid 1px rgba(210, 46, 23, 1);
}

.bg-wine {
    background-color: rgba(165, 34, 12, 1); /* #a5220c */
}

.color-wine {
    color: rgba(165, 34, 12, 1);
}

.border-wine {
    border: solid 1px rgba(165, 34, 12, 1);
}

.bg-skin {
    background-color: rgba(255, 214, 175, 1); /* #ffd6af */
}

.color-skin {
    color: rgba(255, 214, 175, 1);
}

.border-skin {
    border: solid 1px rgba(255, 214, 175, 1);
}


/* Basic style
 ========================================================================== */

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

ol {
    margin-left: 15px;
}

dt {
    font-size: 1rem;
    font-weight: 700;
}

dd {
    margin-left: 1em;
}

a {
	color: #222222;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: rgba(234, 85, 4, 1); /* #ea5504 */
}

.text-shadow-small {
    text-shadow: 1px 1px 3px #1a1a1a;
}

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

.img-hover:hover {
    opacity: 0.8;
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition-duration: 0.5s;
}
.img-zoom:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.new-line {
    display: block;
}

.negative-margin-right-30 {
    margin-right: -30px;
}

.negative-margin-right-15 {
    margin-right: -15px;
}

.negative-margin-bottom-30 {
    margin-bottom: -30px;
}

.border-radius-06 {
    border-radius: 6px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-top-10 {
    border-radius: 10px 10px 0 0;
}


.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-circle {
    border-radius: 50%;
}

.border-radius-top-left-10 {
    border-radius: 10px 0 0 0;
}

.border-radius-top-right-10 {
    border-radius: 0 10px 0 0;
}


/* Nav style
 ========================================================================== */

.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  min-height: 80px;
  padding: 0;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: none;
}

.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  color: rgba(21, 21, 21, 1); /* #151515 */
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: rgba(21, 21, 21, .7); /* #151515 */
}

.uk-navbar-nav > li > a:active {
  color: rgba(21, 21, 21, 1); /* #151515 */
}

.uk-navbar-nav > li.uk-active > a {
  color: rgba(21, 21, 21, 1); /* #151515 */
}

@media (max-width: 959px) {
    .uk-navbar-nav > li > a,
    .uk-navbar-item,
    .uk-navbar-toggle {
        min-height: 80px;
    }
}

@media (max-width:639px) {
    .uk-navbar-nav > li > a,
    .uk-navbar-item,
    .uk-navbar-toggle {
        min-height: 80px;
    }
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(255, 255, 255, 1);
}

.uk-navbar-item {
  color: rgba(21, 21, 21, 1); /* #151515 */
}

/* Off canvas
 ========================================================================== */

.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: rgba(34, 34, 34, 1); /* #222222 */
  /* 3 */
  overflow-y: auto;
}

.uk-offcanvas-bar {
  color: rgba(255, 255, 255, 1);
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 1);
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.9);
}

.uk-navbar-toggle-menu {
    margin-right: 5px;
}

/*--------------------------------------------------------------
# Main-nav
--------------------------------------------------------------*/

.main-nav-box {
    background: rgba(234, 85, 4, 1); /* #ea5504 */
    border-top: solid 1px rgba(255, 255, 255, 1);
    border-bottom: solid 1px rgba(255, 255, 255, 1);
}

#main-nav .current {
    background-color: #ffffff;
    color: rgba(234, 85, 4, 1); /* #ea5504 */
}

.nav-box {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    width: 100%;
}

.nav-box > ul {
    border-left: solid 1px rgba(255, 255, 255, 1);
    border-right: solid 1px rgba(255, 255, 255, 1);
}

.main-navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navbar-nav ul {
    margin: 0;
}

.main-navbar-nav > li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.main-navbar-nav > li + li {
    border-left: solid 1px rgba(255, 255, 255, 1);
}

.main-navbar-nav > li > a {
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    background-color: rgba(234, 85, 4, 1); /* #ea5504 */
    color: rgba(255, 255, 255, 1); /*#1c6d44*/
}

.main-navbar-nav > li > a::before,
.main-navbar-nav > li > a::after {
  border-bottom: solid 3px rgba(255, 214, 175, 1); /* #ffd6af */
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.main-navbar-nav > li > a::before {
  left: 50%;
}
.main-navbar-nav >li > a::after {
  right: 50%;
}
.main-navbar-nav > li > a:hover::before,
.main-navbar-nav > li > a:hover::after {
  width: 50%;
}

@media (max-width: 639px) {
    .main-navbar-nav > li {
        width: 33.33%;
    }
}

.main-navbar-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 500;
    min-height: 50px;
}

.uk-navbar-dropdown-nav > li > a,
.uk-navbar-dropdown-nav > .uk-nav-header {/*センタリングを左に戻す*/
    text-align: left;
}

#home #nav-home > a,
#assessment #nav-assessment > a,
#insurance #nav-insurance > a,
#autoleasing #nav-autoleasing > a,
#loan-next #nav-loan-next > a,
#loan-form #nav-loan-form > a,
#newcar #nav-newcar > a,
#welfare-vehicles #nav-welfare-vehicles > a,
#company #nav-company {
    color: rgba(242, 207, 0, 1);
    background-color: rgba(28, 109, 68, 1); /*#1c6d44*/
}


/* Header
 ========================================================================== */

.header-description-box {
    background: rgba(234, 85, 4, 1); /* #ea5504 */
    padding: 10px;
    margin-bottom: 0;
}

.header-description-box p {
    font-size: 0.75rem;
    color: #f5f5f5;
    margin: 0;
}


/* Breadcrumb
 ========================================================================== */

/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}
/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents;
}
/* Items
 =========*/
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}
/* Hover */
.uk-breadcrumb > * > :hover {
  color: rgba(245, 245, 245, .7); /* #f5f5f5 */
  text-decoration: none;
}
/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #999999;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 15px 0 calc(15px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}

.breadcrumb-box {
    background: rgba(68, 68, 68, 1); /* #444444 */
    margin: 0;
    padding: 10px 0;
}

#breadcrumb ul li a {
    color: rgba(245, 245, 245, 1); /* #f5f5f5 */
    text-decoration: none;
}


/* Button style
 ========================================================================== */

.uk-button-default {
  background-color: #ffffff;
  color: rgba(234, 85, 4, 1); /* #ea5504 */
  border: 1px solid rgba(234, 85, 4, 1);
}

.uk-button-default:hover {
  background-color: #ffffff;
  color: rgba(234, 85, 4, .7);
  border: 1px solid rgba(234, 85, 4, .7);
}

.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ffffff;
  color: rgba(234, 85, 4, 1);
}

.uk-button-primary {
  background-color: rgba(234, 85, 4, 1); /* #ea5504 */
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: rgba(234, 85, 4, .7);
  color: #fff;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: rgba(234, 85, 4, .8);
  color: #fff;
}

.uk-button-danger {
  background-color: #ffffff;
  color: rgba(165, 34, 12, 1); /* #a5220c */
  border: 1px solid rgba(165, 34, 12, 1);
}

.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: rgba(165, 34, 12, .7);
  color: #fff;
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: rgba(165, 34, 12, .8);
  color: #fff;
}

.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: transparent;
}

.uk-button-default:a:visited,
.uk-button-primary:a:visited,
.uk-button-secondary:a:visited,
.uk-button-danger:a:visited {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
}

.uk-offcanvas-bar .uk-button-primary {
  background-color: rgba(234, 85, 4, 1); /* #ea5504 */
  color: #fff;
  border: 1px solid transparent;
}

.uk-offcanvas-bar .uk-button-primary:hover {
  background-color: rgba(234, 85, 4, .7);
  color: #fff;
}

.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: rgba(234, 85, 4, .8);
  color: #fff;
}

.button-page-anchor {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    position: relative;
    background: #fff;
    border: 1px solid rgba(68, 68, 68, 1);/* #444444 */
    padding: 1em 2em;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
}

.button-page-anchor:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid rgba(68, 68, 68, 1);
    /* #444444 */
    border-right: 2px solid rgba(68, 68, 68, 1);
    /* #444444 */
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
}

.button-page-anchor:hover {
    background: #fff;
    border: 1px solid rgba(68, 68, 68, .7);/* #444444 */
    color: rgba(68, 68, 68, .7);
    text-decoration: none;
}

.button-page-anchor:hover:before {
    border-top: 2px solid rgba(234, 85, 4, 1);/* #ea5504 */
    border-right: 2px solid rgba(234, 85, 4, 1);
}


/* Home Post Page
 ========================================================================== */

.home-slide-square-tiles-box {
    background-color: rgba(248, 244, 249, 1); /* #f8f4f9 */
    background-image: url("./img/page/bg-square-tiles.png");
}

.visual-h2-box {
    margin: 40px;
    --uk-position-margin-offset: 40px;
}

@media (max-width: 959px) {
    .visual-h2-box {
        margin: 30px;
        --uk-position-margin-offset: 30px;
    }
}

@media only screen and (max-width: 639px) {
    .visual-h2-box {
        margin: 20px;
        --uk-position-margin-offset: 20px;
    }
}

#visual h2 {
    color: #fff;
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 1px 1px 1px #222, -1px -1px 1px #222,
        -1px 1px 1px #222, 1px -1px 1px #222,
        1px 0 1px #222, -1px 0 1px #222,
        0 1px 1px #222, 0 -1px 1px #222;
}

@media (max-width: 959px) {
    #visual h2 {
        font-size: 2.625rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 639px) {
    #visual h2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

.uk-description-list > dt {
  color: #222222;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
}

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: middle;
  /* 1 */
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  text-transform: none;
}

.list-arrow > * {
  padding-left: 20px;
}

.list-arrow > ::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: relative;
    left: -20px;
    width: 20px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: left;
}

.news {
    display: flex;
    flex-wrap: wrap;
}

.news dl {
    margin: 0;
}

.news dt,
.news dd {
    padding: 0;
}

.news dt {
    flex-basis: 160px;
    font-weight: normal;
}

.news dd {
    margin-left: 0;
    flex-basis: calc(100% - 160px);
}

.news dd:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (max-width: 639px) {
    .news dt {
        flex-basis: 100%;
    }
    .news dd {
        margin-left: 0;
        flex-basis: content;
    }
}

.haeding-arrow {
    position: relative;
    border-top: 2px solid rgba(234, 85, 4, 1);
    border-bottom: 2px solid rgba(234, 85, 4, 1);
}

.haeding-arrow:before,
.haeding-arrow:after {
    position: absolute;
    left: 20%;
    content: "";
    height: 0;
    width: 0;
}

.haeding-arrow:before {
    top: 100%;
    border: 9px solid;
    border-color: transparent;
    border-top-color: rgba(234, 85, 4, 1);
    margin-left: -9px;
}

.haeding-arrow:after {
    top: 99%;
    border: 8px solid;
    border-color: transparent;
    border-top-color: #ffffff;
    margin-left: -8px;
}

.heading-bottom-color {
  border-bottom: solid 3px rgba(255, 214, 175, 1);
  position: relative;
}

.heading-bottom-color:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px rgba(234, 85, 4, 1);
  bottom: -3px;
  width: 20%;
}

.heading-border-subtitle {  
}

.heading-border-subtitle span {
    display: flex;
    align-items: center;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: rgba(234, 85, 4, 1); /* #ea5504 */
    font-size: 0.85rem;
    text-transform: none;
}

.heading-border-subtitle span::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    height: 1px;
    background-color: rgba(234, 85, 4, 1); /* #ea5504 */
}

.heading-shadow-outline {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px #222, -1px -1px 1px #222,
        -1px 1px 1px #222, 1px -1px 1px #222,
        1px 0 1px #222, -1px 0 1px #222,
        0 1px 1px #222, 0 -1px 1px #222;
}

.heading-card-numbering {
    position: relative;
    z-index: 1;
}

.heading-card-numbering::before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    color: rgba(255, 214, 175, 1);
    font-size: 3.5rem;
    font-style: italic;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}

.heading-left-numbering {
	position: relative;
}

.heading-left-line {
  padding: 6px 0 6px 12px;
  border-left: solid 6px rgba(234, 85, 4, 1); /* #ea5504 */
}

.page-heading-sprinkles-box {
    background-color: rgba(255, 214, 175, 1); /* #ffd6af */
    background-image: url("/wp-content/themes/mashimo-24/img/page/bg-sprinkles.png");
}

.page-heading-grad-box {
    /* https://colorzilla.com/gradient-editor/#ffffff+0,ffd6af+70,ffffff+100 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 214, 175, 1) 80%, rgba(255, 255, 255, 1) 100%);
}

.single-heading-box {
    /* https://colorzilla.com/gradient-editor/#ffffff+0,ffd6af+50,ffffff+100 */
    background: linear-gradient(to bottom, rgba(255,214,175,1) 0%,rgba(255,255,255,1) 50%,rgba(255,214,175,1) 100%);
}

.page-heding-tex-box {
    /* https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/ */
    background-color: #FFD6AF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFD6AF'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23ffebd7'/%3E%3Cstop offset='1' stop-color='%23FFD6AF'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg %3E%3Cg transform=''%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform=''%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.7' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

#job-search h2 {
    font-weight: 700;
    border-bottom: solid 1px rgba(234, 85, 4, 1); /* #ea5504 */
}

.card-badge-feature-box {
  margin-right: 30px;
}

.card-badge-feature {
    position: absolute;
    top: 15px;
    right: -30px;
    z-index: 1;
    height: 40px;
    padding: 6px 15px;
    background: rgba(234, 85, 4, 1); /* #ea5504 */
    color: #fff;
    font-size: 1rem;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 2px 20px 20px 2px;
    text-transform: none;
}

.photo-number-box {
    position: relative;
}

.photo-number {
    position: absolute;
    top: -25px;
    right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgba(234, 85, 4, 1); /* #ea5504 */
}

.phone-link-reset a {
    text-decoration: none;
}

#faq dt {
    margin-bottom: 20px;
}

.page-freedial {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-freedial p {
    color: rgba(68, 68, 68, 1); /* #444444 */
    font-size: 1rem;
    margin: 0;
}

.bg-polygon-big { /* 1920x1280*/
    background-color: rgba(255, 255, 255, 1);
    background-image: url("./img/page/bg-polygon-big.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.bg-polygon-medium { /* 1500x1000 */
    background-color: rgba(255, 255, 255, 1);
    background-image: url("./img/page/bg-polygon-medium.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.contact-modal-box h4 {
    position: relative;
    margin-top: 30px;
    padding-left: 1.5em;
    font-size: 1rem;
    font-weight: 700;
}

.contact-modal-box h4 span {
    position: absolute;
    top: 0;
    left: 0;
}

.flow-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-timeline {
  padding-left: 0;
  overflow: hidden;
}

.flow-timeline > li {
  list-style-type: none;
  padding: 0 0 1.3em 2.3em;
  margin: 0;
  position: relative;
}

.flow-timeline > li .flow-subtext {
  font-size: 0.875rem;
  display: block;
  color: rgba(234, 85, 4, 1);
}

.flow-timeline > li .flow-subtext::before {
  content: "";
  display: block;
  width: 10px;
  border-top: solid 3px rgba(234, 85, 4, 1);
  position: absolute;
  top: 12px;
  left: 12px;
}

.flow-timeline > li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(234, 85, 4, 1);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

.flow-timeline > li:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  border-left: solid 5px #bbb;
  position: absolute;
  top: 20px;
  left: 3px;
}

.flow-timeline > li dl::after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: solid 3px rgba(234, 85, 4, 1);
    position: absolute;
    bottom: 22px;
    left: 20px;
}

.flow-timeline > li dl::before {
    content: "";
    height: calc(100% - 35px);
    display: block;
    border-left: solid 3px rgba(234, 85, 4, 1);
    position: absolute;
    top: 12px;
    left: 20px;
}

.flow-timeline > li dl dt {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.flow-timeline > li dl dd {
  margin-left: 0;
}


/* Footer
 ========================================================================== */

.footer-contact-box {
    background-color: rgba(255, 214, 175, 1); /* #ffd6af */
    background-image: url("/wp-content/themes/mashimo-24/img/page/bg-sprinkles.png");
}

.footer-ul { /* リストを左揃え */
    margin-left: -10px;
}

.footer-box {
    background: #ffffff;
}

.footer-box li a {
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 1); /* #222222 */
    text-decoration: none;
}

.footer-box li a:hover {
    color: rgba(34, 34, 34, .8);
    text-decoration: none;
}

.footer-freedial {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-freedial p {
    color: rgba(68, 68, 68, 1); /* #444444 */
    font-size: 1.25rem;
    margin: 0;
}

.footer-copyright-box {
    margin: 0;
    padding: 20px 0;
    background: rgba(68, 68, 68, 1); /* #444444 */
}

.footer-company-name {
    font-family: 'Verdana';
    color: rgba(245, 245, 245, 1); /* #f5f5f5 */
}


/* Contact form 7 送信ボタンカスタマイズ
 ========================================================================== */

div.wpcf7 .wpcf7-spinner { /* 送信ボタン中央 */
    display: block;
    margin: 10px auto 0;
}

.wpcf7-file { /* 添付ファイルのBOXサイズ（iPhone対策） */
    max-width: 100%;
}

.wpcf7-form input[type="submit"] { /* 送信ボタンのスタイル */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    font-weight: 700;
    width: 220px;
    padding: 20px 10px;
    border-radius: 4px;
    background-color: rgba(234, 85, 4, 1); /* #ea5504 */
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: rgba(234, 85, 4, .7); /* #ea5504 */
}

.button-not-agree {
    display: inline-block;
    width: 220px;
    padding: 10px;
    background-color: #ffffff;
    color: rgba(234, 85, 4, 1); /* #ea5504 */
    border: 1px solid rgba(234, 85, 4, 1);
    border-radius: 4px;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button-not-agree:hover {
    background-color: #ffffff;
    color: rgba(234, 85, 4, .7);
    border: 1px solid rgba(234, 85, 4, .7);
    text-decoration: none;
}

/* Back to top
 ========================================================================== */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: none;
}

.back-to-top:hover {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: inline !important;
    color: rgba(68, 68, 68, .7); /* #444444 */
}

.back-to-top {
    color: rgba(68, 68, 68, 1); /* #444444 */
}