@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

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

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

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

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

[hidden] {
    display: none;
}

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

html,
button,
input,
select,
textarea {
    font-family: 'ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Âª', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â´ ProN W3', sans-serif;
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
    background-color: #fff;
}

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

a:focus {
    outline: thin dotted;
}

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

a:hover {
    text-decoration: none;
}

a.c-categoryList__link:active, 
a.c-categoryList__link:hover{
    color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
}

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

p {
    margin: 0 0 24px;
}

.post_content p {
    margin: 0 0 24px;
}

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

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

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

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

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

blockquote blockquote {
    margin-right: 0;
}

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

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

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

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

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

ul {
    list-style-type: square;
}

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

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

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

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

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

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

button,
input {
    line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

del {
    color: #333;
}

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

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


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

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

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

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

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

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

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

input,
textarea {
    color: #141412;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.alignright {
    float: right;
}

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

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

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

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

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

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

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

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

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

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

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


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

.site {
    background-color: #fff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.site-main {
    position: relative;
}

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

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


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

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

.site-header {
    position: relative;
}

.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 230px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}

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

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

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


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

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}

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

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

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

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

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #220e10;
    border: 2px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

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

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #db572f;
}

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

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

.menu-toggle {
    display: none;
}

/* Navbar */
.navbar {
    background-color: #f7f5e7;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

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

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

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




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

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

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

.entry-header {
    margin-bottom: 10px;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #9e2e2b;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

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

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

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

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation a {
    color: #bc360a;
}

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

.paging-navigation {
    background-color: #e8e5ce;
    padding: 40px 0;
}

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

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

.paging-navigation .nav-next {
    padding: 13px 0;
}

.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    background-color: #e63f2a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    background-color: #9e2e2b;
    text-decoration: none;
}

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.says {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.mu_alert {
    margin-top: 25px;
}

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

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


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

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


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



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

.widget li {
    padding: 5px 0;
}

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

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

.widget a {
    color: #bc360a;
}

.widget a:hover {
    color: #9e2e2b;
}

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

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

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

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

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

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

.widget_calendar a {
    display: block;
}

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

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

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

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


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

.site-footer {
    background-color: #e8e5ce;
    color: #686758;
    font-size: 14px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.check_sheet_banner_box {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .6s;
}

.check_sheet_banner_box .cross_btn {
    display: block;
    position: absolute;
    bottom: -3px;
    right: 4px;
    cursor: pointer;
}

.check_sheet_banner_box .banner {
    display: block;
}

.check_sheet_banner_box .cross_btn::before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-size: 25px;
    border-radius: 50%;
}

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

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

@viewport {
    width: device-width;
}

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

@media (max-width: 1069px) {

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

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

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

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

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

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

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

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

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

@media (max-width: 999px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
    .site-header .home-link {
        min-height: 0;
    }

    .site-title {
        font-size: 36px;
        padding: 8px 0 10px;
    }

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

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

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

    .gallery-caption {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile devices */
@media (max-width: 359px) {
    .site-title {
        font-weight: normal;
    }

    .site-description {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute;
    }

    .gallery {
        margin-left: 0;
    }

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

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

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

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

    .gallery br {
        display: none;
    }

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

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

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

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


@media (max-width: 500px) {

    .slide_text_area {
        height: 140px;
    }

}

@media (max-width: 450px) {

    .slide_text_area {
        height: 150px;
    }

}

@media (max-width: 420px) {

    .slide_text_area {
        height: 160px;
    }

}

@media (max-width: 360px) {

    .slide_text_area {
        height: 165px;
    }
}

@media (max-width: 330px) {

    .slide_text_area {
        height: 185px;
    }

}


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

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

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

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

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

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

    .site {
        max-width: 98%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .comment-metadata {
        float: none;
    }

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


.wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


.wideslider {
    width: 100%;
    height: 60px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}


.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
    display: none;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}

.pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

/* =======================================
               ClearFixElements
           ======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
    margin-top: 0px;
    padding-left: 0px;
}

.wideslider {
    border-bottom: solid 1px #ddd;
}

.loop_no1 {
    position: absolute;
}






.slider {
    width: 1140px;
    margin: 30px auto 0;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}

.slick-prev::before,
.slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1 !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #A0A3A4 !important;
    padding: 10px !important;
    border-radius: 7px;
}

.slide_area {
    position: relative;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-shadow: #efefef 0 0 2px;
    padding: 2px;
    background-color: #fff;
}

.slide_text_area {
    padding: 10px;
    height: 170px;
}

.pr_text {
    font-size: 14.7px;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pr_company {
    font-weight: bold;
    font-size: 14px;
}

.pr_company span {
    background-color: #f90;
    font-size: 11px;
    padding: 3px 6px;
    margin-right: 10px;
    color: #fff;
    font-weight: normal;
    border-radius: 4px;
    display: block;
    width: fit-content;
    text-align: center;
    margin-bottom: 8px;
}

.top_h2 {
    text-align: center;
    font-size: 24px;
    padding-top: 40px;
    margin-top: 0;
    color: #323030;
    letter-spacing: 1.3px;
}

.top_h2 span {
    display: block;
    font-size: 13px;
    margin-top: 11px;
    color: #4d4c4c;
}

.sec_01 {
    background-color: #fbfbfb;
    margin-bottom: 40px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.sec_02.wrap {
    background-color: #fff;
    padding: 32px;
    margin-bottom: 40px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-shadow: #efefef 0 0 2px;
    border-top: solid 4px #9e2e2b;
}

.sec_02_h2 {
    font-size: 26px;
    margin-top: 0;
    color: #323030;
    background: url(/wp-content/uploads/2017/03/area_icon.png) no-repeat left;
    background-size: 25px;
    padding-left: 40px;
    border-bottom: solid 1px #cdd1d4;
    padding-bottom: 10px;
    background-position: 2px 2px;
}

.sec_02_h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.sec_02_h3 a {
    color: #141412;
}

.sec_02_ul {
    width: 1100px;
    overflow: hidden;
}

.sec_02_ul a {
    color: #003af6;
    display: block;
    font-weight: bold;
}

.sec_02_ul li {
    font-size: 14px;
    float: left;
    list-style: none;
    width: 175px;
    border: solid 1px #ccc;
    text-align: center;
    line-height: 2.5;
    box-shadow: #f2f2f2 0 0 2px;
    margin: 2px;
    margin-right: 12px;
    margin-bottom: 7px;
    border-radius: 3px;
    background: url(/wp-content/uploads/2017/03/hd_link_arrow.png) no-repeat right;
    background-size: 7px;
    background-position: 96%;
}

.sec_03_h2 {
    font-size: 26px;
    margin-top: 0;
    color: #323030;
    background: url(/wp-content/uploads/2017/03/cate_icon.png) no-repeat left top;
    background-size: 25px;
    padding-left: 40px;
    border-bottom: solid 1px #cdd1d4;
    padding-bottom: 10px;
    background-position: 2px 2px;
}



.sec_03.wrap {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-shadow: #efefef 0 0 2px;
    border-top: solid 4px #9e2e2b;
}

.pr_company a {
    color: #003af6;
}

.pr_company a:hover {
    text-decoration: underline;
}

.sec_02_ul a:hover {
    background-color: #eff5f5;
    text-decoration: underline;
}

.cate_L img {
    width: 100%;
}

.cate_ul {
    overflow: hidden;
    width: 1100px;
}

.cate_ul li {
    list-style: none;
    width: 300px;
    float: left;
    margin-right: 18px;
}

.cate_ul li {
    list-style: none;
    width: 295px;
    float: left;
    margin-right: 30px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cate_L {
    width: 70px;
    border: solid 1px #dbdbdb;
    float: left;
}

.cate_R {
    width: 215px;
    float: right;
}

.cate_title a {
    color: #003af6;
}

.cate_title {
    margin: 0;
    font-size: 15px;
    margin-bottom: 2px;
}

.cate_text {
    font-size: 12px;
}

.cate_title a:hover {
    text-decoration: underline;
}

.top_img_woman img {
    width: 100%;
}

.top_img_woman {
    width: 195px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 168px;
}

.sec_04.wrap {
    background-color: #e8eff6;
    padding: 30px 40px 20px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 40px;
}

.sec_04_L img {
    width: 100%;
}

.sec_04_L {
    width: 200px;
    float: right;
}

.sec_04_R {
    width: 670px;
    float: left;
}

.sec_04_title {
    font-size: 32px;
    margin-bottom: 10px;
    padding-left: 50px;
    font-weight: bold;
}

.sec_04_text {
    font-size: 14px;
    padding-left: 50px;
}

.sec_04_btn {
    line-height: 2;
    padding: 11px 10px;
    width: 100%;
    background: #02853f;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 21px;
    margin-top: 23px;
}

.sec_04_btn a {
    display: block;
    color: #fff;
}

.sec_04_btn:hover {
    /* background: #F3BE05; */
}

.kantan img {
    width: 100%;
}

.kantan {
    width: 180px;
    position: absolute;
    top: 10px;
    right: 220px;
}

.sec_04_more {
    font-size: 13px;
    margin-top: 8px;
    padding-left: 13px;
    background: url(/wp-content/uploads/2017/03/arrow_blue.png) no-repeat left;
    background-size: 8px;
}

.sec_04_more a {
    color: #003af6;
}

.sec_04_more a:hover {
    text-decoration: underline;
}

.sec_05.wrap {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-shadow: #efefef 0 0 2px;
    border-top: solid 4px #9e2e2b;
}

.sec_05_h2 {
    font-size: 26px;
    margin-top: 0;
    color: #323030;
    background: url(/wp-content/uploads/2017/03/group_icon.png) no-repeat left top;
    background-size: 25px;
    padding-left: 40px;
    border-bottom: solid 1px #cdd1d4;
    padding-bottom: 10px;
    background-position: 2px 2px;
}

.group_logo img {
    width: 92%;
}

.group_logo {
    border: solid 1px #d8d8d8;
    height: 120px;
    padding-top: 10px;
    text-align: center;
}

.group_ul {
    overflow: hidden;
    width: 1100px;
}

.group_ul li {
    list-style: none;
    width: 175px;
    float: left;
    margin-right: 16px;
}

.logo_link a {
    color: #003af6;
}

.logo_link a:hover {
    text-decoration: underline;
}

.logo_link {
    margin-top: 8px;
    font-size: 14px;
}

.reason_pic img {
    width: 100%;
}

.reason_pic {
    width: 830px;
    margin: auto;
}

.sec_06.wrap {
    background-color: #fff;
    padding: 32px;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-shadow: #efefef 0 0 2px;
    border-top: solid 4px #9e2e2b;
    margin-bottom: 40px;
}

.sec_06_h2 {
    font-size: 26px;
    margin-top: 0;
    color: #323030;
    background: url(/wp-content/uploads/2017/03/column_icon.png) no-repeat left top;
    background-size: 25px;
    padding-left: 40px;
    border-bottom: solid 1px #cdd1d4;
    padding-bottom: 10px;
    background-position: 2px 2px;
}

.sec_07_h2 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #9e2e2b;
    margin-bottom: 10px;
}

.sec_07_text {
    font-size: 12px;
    line-height: 2;
}

.sec_07_bg {
    background-color: #fbfbfb;
    padding-bottom: 80px;
}

.sec_08_bg {
    background-color: #9e2e2b;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.sec_08_h2 {
    color: #fff;
}

.sec_08_text {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}

.ft_btn {
    line-height: 2;
    padding: 11px 10px;
    width: 70%;
    background: #02853f;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 21px;
    margin: auto;
}

.ft_btn a {
    color: #fff;
    display: block;
}

.ft_logo img {
    width: 200px;
}

.ft_logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

address {
    font-size: 11px;
    font-style: normal;
    text-align: center;
    padding-bottom: 100px;
}

.komaru_icon img {
    width: 100%;
}

.komaru_icon {
    width: 23px;
    position: absolute;
    top: 30px;
    left: 50px;
}

.yubisashi img {
    width: 100%;
}

.yubisashi {
    width: 260px;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.reason_text {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 25px;
    background: url(/wp-content/uploads/2017/03/oukan.png) no-repeat left;
    background-size: 50px;
    line-height: 70px;
    background-position: 3% -2px;
}

.reason_text_02 {
    text-align: center;
    color: #2f2f30;
    margin-bottom: 20px;
    font-size: 18px;
}

.reason_text span {
    color: #ff2d00;
    margin-left: 10px;
}

.pan_area {
    background-color: #faf9f6;
    padding: 5px;
}

#breadcrumbs {
    font-size: 11px;
}

#breadcrumbs a {
    color: #9e2e2b;
}

.entry-title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    color: #262525;
    margin-bottom: 20px;
}


.list_pr {
    border-top: solid 3px #9e2e2b;
    font-weight: bold;
    font-size: 20px;
    padding-top: 16px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    background-color: #faf9f6;
    padding-left: 20px;
    color: #333;
}


.list_cate li {
    float: left;
    list-style: none;
    background-color: #fff;
    font-size: 13px;
    margin-left: 10px;
    border-radius: 2px;
    border: solid 1px #003af6;
    font-weight: bold;
    color: #003af6;
    padding: 4px 14px;
    margin-bottom: 8px;
}


.list_cate {
    overflow: hidden;
    padding-top: 15px;
    background-color: #faf9f6;
    padding-bottom: 15px;
    padding-left: 10px;
}

.list_cate a {
    font-weight: bold;
    color: #003af6;
    display: block;
    padding: 4px 14px;
}

.com_LR {
    background-color: #faf9f6;
    padding: 20px;
    overflow: hidden;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.list_pr a {
    color: #003af6;
}

.list_pr a:hover {
    color: #003af6;
    text-decoration: underline;
}

.com_L {
    width: 155px;
    border: solid 1px #ddd;
    float: left;
    text-align: center;
    background: #fff;
}

.list_area .com_L {
    height: 120px;
    position: relative;
}

.list_area .com_L img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 92%;
    max-height: 95%;
}

.com_R {
    float: left;
    margin-left: 20px;
    width: 740px;
}

.list_com_area {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

.list_com_name {
    font-weight: bold;
    font-size: 20px;
    color: #484747;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 7px;
}


.list_com_date {
    font-size: 12px;
    color: #484747;
    margin-bottom: 5px;
    margin-top: 4px;
}

.list_area {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    box-shadow: #ccc 0 0 3px;
    margin: 3px;
    margin-bottom: 50px;
}

.list_cate a:hover {
    color: #003af6;
    text-decoration: underline;
    background-color: #edf6ff;
}

.com_L_02 {
    width: 240px;
    float: left;
}

.com_R_02 {
    width: 600px;
    float: right;
}

.com_LR_02 {
    padding: 30px;
    overflow: hidden;
    margin: 20px;
    background-color: #fffce6;
}

.com_R_02_title {
    font-weight: bold;
    color: #333;
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 0;
}


.com_R_02_text {
    font-size: 14px;
}

.list_btn {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 20px;
    overflow: hidden;
}

.list_btn_ul {
    overflow: hidden;
    float: right;
}

.list_btn_ul li {
    width: 280px;
    float: left;
    margin-left: 20px;
    list-style: none;
}

.list_btn_01 {
    text-align: center;
    line-height: 3;
    border-radius: 5px;
    margin-bottom: 4px;
    background-color: #66d54c;
    background: -webkit-linear-gradient(left, #2fd077 0%, #66d54c 100%);
    background: linear-gradient(to right, #2fd077 0%, #66d54c 100%);
    font-size: 24px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.list_btn_01 a {
    color: #fff !important;
    font-size: 20px;
    display: block;
}

.list_btn_02 {
    text-align: center;
    line-height: 3;
    border-radius: 5px;
    box-shadow: #ccc 0px 2px 4px;
    margin-bottom: 4px;
    background-color: #f88700;
    background: -webkit-linear-gradient(left, #f88700 0%, #ff8968 100%);
    background: linear-gradient(to right, #ff544d 0%, #ff8968 100%);
    font-size: 22px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.list_btn_02 a {
    color: #fff !important;
    font-size: 20px;
    display: block;
}

.list_btn_01:hover {
    opacity: 0.7;
}

.list_btn_02:hover {
    opacity: 0.7;
}

.com_page_about {
    padding: 20px;
}

.com_page_about_title {
    font-size: 23px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #9e2e2b;
}

.com_page_about_text {
    font-size: 15px;
    line-height: 2;
    border-bottom: solid 1px #ddd;
    padding-bottom: 17px;
}

.com_page_about_area {
    background-color: #faf9f6;
    padding: 40px;
}

.com_page_about_ul {
    overflow: hidden;
}

.com_page_about_ul li {
    list-style: none;
    width: 350px;
    float: left;
    margin: 0px 40px;
}

.about_text {
    font-size: 14px;
    margin-top: 10px;
}

.tuyomi_L {
    width: 240px;
    float: right;
}

.tuyomi_R {
    width: 680px;
    float: left;
}

.tuyomi_LR {
    overflow: hidden;
    margin-bottom: 40px;
}

.tuyomi_title {
    font-weight: bold;
    margin-bottom: 5px;
}

.tuyomi_text {
    font-size: 15px;
    line-height: 2;
}

.page_btn_area {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 20px;
    overflow: hidden;
    background-color: #fffce6;
}

.page_btn {
    text-align: center;
    line-height: 3;
    border-radius: 5px;
    box-shadow: #ccc 0px 2px 4px;
    margin-bottom: 4px;
    width: 500px;
    margin: auto;
    background-color: #f88700;
    background: -webkit-linear-gradient(left, #f88700 0%, #ff8968 100%);
    background: linear-gradient(to right, #ff544d 0%, #ff8968 100%);
}

.page_btn a {
    color: #fff !important;
    font-size: 20px;
    display: block;
}

.page_btn a:hover {
    color: #fff;
}

.page_com_pro {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    box-shadow: #ccc 0 0 3px;
    margin: 3px;
    margin-bottom: 50px;
    border-top: solid 2px #9e2e2b;
}

.page_btn:hover {
    opacity: 0.8;
}

.page_com_pro_name_L {
    width: 140px;
}

.data_table th {
    width: 130px;
    color: #9e2e2b;
    border-bottom: solid 1px #eee;
}

.table_com_name {
    font-weight: bold;
    font-size: 19px;
    color: #333;
}

.table_com_name img {
    width: 130px;
}

.map {
    width: 550px;
    height: 230px;
    margin-bottom: 10px;
}

.com_page_about_title.date {
    padding: 20px 20px 0;
}

.data_table {
    width: 940px;
    margin-left: 20px;
}

.data_table td {
    border-top: none;
    border-bottom: solid 1px #eee;
    padding: 15px 0;
}

.message {
    padding: 20px;
}

.com_btn {
    text-align: center;
    line-height: 3;
    border-radius: 5px;
    box-shadow: #ccc 0px 2px 4px;
    width: 350px;
    margin: auto;
    float: right;
    background-color: #f88700;
    background: -webkit-linear-gradient(left, #f88700 0%, #ff8968 100%);
    background: linear-gradient(to right, #ff544d 0%, #ff8968 100%);
}

.com_btn a {
    display: block;
    color: #fff !important;
}

.com_btn a:hover {
    color: #fff;
    text-decoration: none;
}

.com_btn:hover {
    opacity: 0.8;
}

.message_L {
    width: 230px;
    float: left;
}

.message_R {
    width: 715px;
    float: right;
    position: relative;
}

.message_text {
    font-size: 15px;
    border: solid 1px #ddd;
    width: 665px;
    margin-left: 40px;
    padding: 25px;
    background-color: #faf9f6;
    line-height: 1.7;
}


.message_LR {
    overflow: hidden;
}

.message_arrow {
    position: absolute;
    top: 40px;
    left: 8px;
}

.com_page_about_title.page_title_01 {
    background: url(/wp-content/uploads/2017/04/icon_01.png) no-repeat left;
    background-size: 26px;
    padding-left: 35px;
}

.com_page_about_title.page_title_02 {
    background: url(/wp-content/uploads/2017/04/icon_02.png) no-repeat left;
    background-size: 26px;
    padding-left: 35px;
}

.com_page_about_title.page_title_04 {
    background: url(/wp-content/uploads/2017/04/icon_04.png) no-repeat left;
    background-size: 26px;
    padding-left: 35px;
}

.tuyomi_title.tuyomi_01 {
    background: url(/wp-content/uploads/2017/04/tuyomi_01.png) no-repeat left;
    background-size: 70px;
    line-height: 2;
    padding: 20px 0 10px 80px;
    font-size: 22px;
}

.tuyomi_title.tuyomi_02 {
    background: url(/wp-content/uploads/2017/04/tuyomi_02.png) no-repeat left;
    background-size: 70px;
    line-height: 2;
    padding: 20px 0 10px 80px;
    font-size: 22px;
}

.tuyomi_title.tuyomi_03 {
    background: url(/wp-content/uploads/2017/04/tuyomi_03.png) no-repeat left;
    background-size: 70px;
    line-height: 2;
    padding: 20px 0 10px 80px;
    font-size: 22px;
}

.com_page_about_title.date {
    background: url(/wp-content/uploads/2017/04/icon_03.png) no-repeat left;
    background-size: 40px;
    padding-left: 70px;
    background-position: 16px 16px;
}

.tab li {
    list-style: none;
    float: left;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 76px;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 2px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.sec_02 ul.tab {
    /* display: flex ; */
    /* justify-content: space-between; */
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    /* justify-content: space-between; */
}

.sec_02 ul.tab li {
    margin: 0.4%;
    padding: 10px 0;
    text-align: center;
    width: 9%;
    font-size: 14px;
}

.hide {
    display: none;
}

.tab {
    overflow: hidden;
    /* border-bottom: solid 3px #9e2e2b; */
}

.tab li.select {
    background-color: #9e2e2b;
    color: #fff;
    border-top: solid 1px #9e2e2b;
    border-left: solid 1px #9e2e2b;
    border-right: solid 1px #9e2e2b;
}

.content {
    list-style: none;
}

.icon_pic img {
    width: 100%;
}

.reason_ul li {
    list-style: none;
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 0 3%;
}

.icon_pic {
    width: 68%;
    margin: auto;
}

.reason_ul {
    overflow: hidden;
}

.reason_h3 {
    font-size: 19px;
    color: #255266;
}

.reason_tex {
    font-size: 14px;
    text-align: left;
    line-height: 2;
}

.reason_h3 {
    font-size: 19px;
    color: #de791c;
    line-height: 2;
    margin-bottom: 7px;
    background: url(/wp-content/uploads/2017/05/check_icon.png) no-repeat left;
    background-size: 26px;
    background-position: 0px 5px;
}

.ft_btn:hover {
    /* background: #F3BE05; */
}

.page_title_text {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 2;
}

.ikkatu_shubetu a {
    color: #484848;
    display: block;
    font-weight: bold;
}

.ikkatu_shubetu {
    width: 1100px;
    overflow: hidden;
    margin-bottom: 70px;
}

.ikkatu_shubetu li {
    font-size: 20px;
    float: left;
    list-style: none;
    width: 320px;
    border: solid 1px #ccc;
    text-align: center;
    line-height: 4;
    box-shadow: #f2f2f2 0 0 2px;
    margin: 2px;
    margin-right: 16px;
    margin-bottom: 15px;
    border-radius: 3px;
    background: url(/wp-content/uploads/2017/03/hd_link_arrow.png) no-repeat right;
    background-size: 15px;
    background-position: 96%;
}

.ikkatu_shubetu a:hover {
    background-color: #eff5f5;
    text-decoration: underline;
}

.step_pic {
    margin-bottom: 40px;
}


#second_attend {
    border-bottom: 1px solid #bdc8ca;
    border-left: 1px solid #bdc8ca;
    border-right: 1px solid #bdc8ca;
    border-top: 1px solid #bdc8ca;
    font-size: 14px;
    line-height: 2;
    margin: auto;
    width: 94%;
    margin-bottom: 30px;
}

#second_attend p.title {
    margin-bottom: 0px;
    color: #003af6;
    text-decoration: underline;
    padding-left: 30px;
    line-height: 2.5;
    font-size: 14px;
    background: url(/wp-content/uploads/2017/06/under_arrow.png)no-repeat 8px 8px;
    background-size: 2%;
    transition: 0.2s;
}

#second_attend p.title.nowOpen {
    background: url(/wp-content/uploads/2017/06/up_arrow.png)no-repeat 8px 8px;
    background-size: 2%;
    transition: 0.2s;
}

#second_attend .open {
    display: block;
    overflow: hidden;
    padding: 0px 20px 10px;
    font-size: 12px;
    line-height: 24px;
}

#second_attend p {
    margin-bottom: 0px;
}

#Formbox {
    width: 100%;
    margin: auto;
    padding: 50px 0px;
    background: #f3f3f8;
}

#Formbox .inner {
    width: 900px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #d4d4d4;
    background: #fff;
    padding-top: 20px;
}

#Formbox h3.top_h3 {
    background: url(/wp-content/uploads/2017/03/mail_icon.png)no-repeat #3b3022 10px 6px;
    background-size: 4.5%;
    color: #fff;
    font-size: 25px;
    padding: 10px 10px 10px 70px;
    letter-spacing: 2px;
    margin-top: 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#Formbox h3.top_h3 span {
    font-size: 13px;
    margin-left: 5px;
    color: #ffb330;
}

#Formbox th span {
    float: right;
    padding: 2px 8px 0;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #ed6103
}

#Formbox td input[type="text"],
#Formbox td input[type="email"],
#Formbox td input[type="tel"] {
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px;
    border: 1px solid #bbc6c8;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 0 #bbc6c8 inset;
    box-sizing: border-box;
    width: 80%;
}

#Formbox td input[type="text"]:focus,
#Formbox td input[type="email"]:focus,
#Formbox td input[type="tel"]:focus {
    background-color: #fffea4;
}

#Formbox td.hissu_td {
    background-color: #ffebe1;
}

#Formbox td p.mail_attent {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 8px;
    line-height: 18px;
}

#Formbox td textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.14) inset;
    height: 150px;
}

#Formbox td select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    padding: 6px 7px;
    width: 200px;
    background-color: #fefefe;
}

#Formbox th {
    width: 30%;
    padding: 20px 10px;
    line-height: 1.5;
    border-right: 1px solid #bdc8ca;
}

#Formbox td {
    width: 70%;
    padding: 15px 10px;
    background: #fafafa;
}

#Formbox td p {
    margin-bottom: 0px;
}

#Formbox td p.textarea {
    margin-bottom: 8px;
}

#Formbox th span.ninni {
    background-color: #778d95;
}

#Formbox tr {
    border-bottom: 1px solid #bdc8ca
}

#Formbox table {
    border-bottom: 1px solid #ededed;
    border: 1px solid #bdc8ca;
    font-size: 14px;
    line-height: 2;
    margin: auto;
    width: 94%;
}

#Formbox input[type="submit"] {
    max-width: 400px;
    width: 80%;
    margin: auto;
    display: block;
    padding: 12px 55px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    background: #F77C00;
    border-bottom: 2px solid #D26A00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 1px #d9d9d9;
    box-shadow: 0 2px 1px #d9d9d9;
    color: #FFFFFF;
    text-shadow: -1px -1px 1px #dd6200, 0 1px 1px #f88c20;
    transition: 0.3s;
}

#Formbox input[type="submit"]:hover {
    -webkit-box-shadow: 0 0px 0px #d9d9d9;
    -moz-box-shadow: 0 0px 0px #d9d9d9;
    box-shadow: 0 0px 0px #d9d9d9;
    background: rgba(247, 124, 0, 0.78);
}

#rapid {
    width: 94%;
    margin: auto;
    background: #f2f2f2;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
}

#rapid p.img {
    float: left;
    margin-bottom: 0px;
    width: 10%;
}

#rapid p.text {
    margin: 0px;
    width: 88%;
    float: right;
    font-size: 13px;
}

h4 {
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    margin: auto;
    width: 94%;
    line-height: 30px;
    margin-bottom: 5px;
    border-left: 4px solid #3b3022;
    padding-left: 10px;
}

.wpcf7-checkbox {
    overflow: hidden;
    display: block;
}

.wpcf7-checkbox .wpcf7-list-item {
    float: left;
    margin: 0.5%;
    width: 99%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-left: 35px;
}

.wpcf7-checkbox input[type="checkbox"] {
    padding: 0;
    height: 16px;
    position: absolute;
    top: 15px;
    left: 8px;
    z-index: 100;
    text-align: left;
}

.wpcf7-checkbox input[type=checkbox]:checked+.mask {
    background: rgba(255, 248, 48, 0.19);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.wpcf7-checkbox span.wpcf7-list-item span {
    padding: 8px 10px 8px 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 2.3;
}

#Formbox table.request {
    margin-bottom: 30px;
}

.td_coment {
    font-size: 12px;
    margin-top: 5px;
    color: #ff2d00;
}

.wpcf7-form-control.wpcf7-textarea:focus {
    background-color: #fffea4;
}

.fini_title {
    font-weight: bold;
    font-size: 23px;
    border-bottom: solid 2px #9e2e2b;
    margin-bottom: 30px;
}

.fini_text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 160px;
}

.list_com_taiou {
    font-size: 13px;
}

.list_com_taiou span {
    font-weight: bold;
    color: #484747;
    margin-right: 5px;
}

.com_R_02_text {
    font-size: 14px;
    line-height: 1.7;
}

.slick-slide img:hover {
    opacity: 0.7;
}

.taiou_table {
    font-size: 14px;
    border: none;
    margin-bottom: 30px;
}

.taiou_table td {
    padding: 0;
}

.taiou_table th {
    width: 110px;
    color: #484747;
}

.td_bold {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.tab_li.contact_tab_li {
    width: 185px;
    padding: 0;
    border: solid 1px #ccc;
    text-align: center;
    margin: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-right: 17px;
    margin-bottom: 10px;
    box-shadow: #c6c6c6 0 0 1px;
    line-height: 4;
}

.tab_li.contact_tab_li.select {
    border: solid 1px #ccc;
    margin-bottom: 10px;
    background-color: #9e2e2b;
    color: #fff;
}

.tab.contact_tab {
    border: none;
    width: 1100px;
}

.select_title {
    background: url(/wp-content/uploads/2017/06/select_icon.png) no-repeat left;
    background-size: auto auto;
    background-size: auto auto;
    background-size: auto auto;
    background-size: auto auto;
    background-size: 45px;
    padding-left: 52px;
    line-height: 55px;
}

.shubetu_title {
    background: url(/wp-content/uploads/2022/08/form_icon.png) no-repeat left;
    background-size: auto auto;
    background-size: auto auto;
    background-size: 45px;
    padding-left: 52px;
    line-height: 55px;
}

.contactform_comname {
    display: none;
}


#sampleVideo {
    width: 100%;
    height: auto;
    position: absolute;
    top: -70px;
}

.q {
    border-bottom: solid 2px #d6ceb4;
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 19px;
}



.q span {
    background-color: #708ac8;
    font-size: 11px;
    color: #fff;
    padding: 2px 8px;
    margin-right: 15px;
    position: relative;
    top: -3px;
    font-weight: normal;
}


.a span {
    background-color: #ea6363;
    font-size: 10px;
    color: #fff;
    padding: 2px 8px;
    margin-right: 15px;
    position: relative;
    top: -3px;
}

.a {
    margin-bottom: 40px;
    font-size: 14px;
    color: #848484;
}

.com_table th {
    width: 20%;
    text-align: left;
    line-height: 3;
    vertical-align: top;
}

.ft_link_area {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ft_link {
    overflow: hidden;
}

.ft_link li {
    font-size: 12px;
    float: left;
    list-style: none;
}

.ft_link a {
    color: #003af6;
    border-right: dotted 1px #333;
    padding-right: 7px;
    padding-left: 7px;
}

#sampleVideo {
    width: 100%;
    height: auto;
    position: absolute;
    top: -130px;
}

.top_img_area {
    height: 620px;
    overflow: hidden;
    position: relative;
}

.mask_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) url(/wp-content/uploads/2017/11/mask.png);
}

.top_img_area_text {
    position: absolute;
    width: 1000px;
    /* height: 540px; */
    top: 0;
    left: 50%;
    margin-left: -500px;
    padding-top: 20px;
}


.hd_logo img {
    width: 100%;
}

.hd_logo {
    width: 170px;
    margin: 0;
    line-height: 1;
}

.hd_navi_ul li {
    list-style: none;
    float: left;
    font-size: 15px;
    margin-left: 30px;
}

.hd_navi_ul {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 0;
}

.hd_navi_ul a {
    color: #fff;
}

.top_img_text {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 120px;
    letter-spacing: 3px;
    text-shadow: #333 0 0 3px;
}

.hd_navi_ul a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.top_img_text_sub {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
    text-shadow: #333 0 0 3px;
}

.top_img_btn {
    line-height: 2;
    width: 595px;
    background: #02853f;
    color: #422308;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 21px;
    margin: auto;
    margin-top: 40px;
}

.top_img_btn a {
    display: block;
    color: #fff;
    padding: 11px 10px;
    text-decoration: none;
}

.top_img_btn_org {
    background: #ff9900;
    color: #fff;
}

.top_img_btn:hover {
    /*background: #F3BE05;*/
}

.top_img_btn_org:hover {
    background: #e68a00;
    color: #fff;
}

.hd_navi_02 {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: #ccc 0 0 3px;
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hd_navi_03 {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: #ccc 0 0 3px;
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hd_logo_02 img {
    width: 100%;
}

.hd_logo_02 {
    width: 130px;
}

.hd_navi_02 .wrap {
    position: relative;
    height: 45px;
}

.hd_navi_03 .wrap {
    position: relative;
    height: 45px;
}

.hd_navi_02_btn {
    line-height: 3;
    background: #02853f;
    color: #422308;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    width: 262px;
    position: absolute;
    top: 4px;
    right: 0;
}

.hd_navi_02_btn:hover {
    background: #F3BE05;
}

.hd_navi_02_btn a {
    color: #fff;
    display: block;
}

.hd_navi_02_btn a:hover {
    text-decoration: none;
}

.hd_navi_02_ul li {
    font-size: 14px;
    float: left;
    list-style: none;
    margin-right: 25px;
}

.hd_navi_02_ul {
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 490px;
}

.hd_navi_02_ul a {
    color: #333;
    font-weight: bold;
}

.com_L.takara {
    width: 137px;
}

.table_com_name.takara_02 img {
    width: 110px;
    margin-right: 30px;
}

.toukou {
    padding-top: 60px;
}

.info_ul li {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}

.column_L {
    width: 200px;
    float: left;
    position: relative;
}

.column_R {
    width: 710px;
    float: right;
}

.info_title {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    margin-bottom: 20px;
}

.info_title a {
    color: #003af6;
}

.column_text {
    font-size: 13px;
    margin-bottom: 10px;
}

.info_date {
    font-size: 12px;
    font-style: italic;
    color: #565555;
}

.new_mark {
    position: absolute;
    top: 0px;
    background-color: rgba(255, 111, 5, 0.8);
    font-size: 12px;
    padding: 0px 15px;
    color: #fff;
    line-height: 2;
}

.column_more {
    background-color: #dedede;
    text-align: center;
    width: 300px;
    line-height: 40px;
    float: right;
    border-bottom: solid 2px #ababab;
}

.column_more a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.column_more:hover {
    opacity: 0.7;
}

.column_pic:hover {
    opacity: 0.7;
}

.info_title a:hover {
    text-decoration: underline;
}

.toukou_LR.wrap {
    margin-bottom: 80px;
    padding-top: 30px;
}

.toukou_L {
    width: 680px;
    float: left;
}

.entry-title.toukou_h1 {
    border-bottom: solid 2px #9e2e2b;
    padding-bottom: 10px;
    margin-bottom: 40px;
    background: url(/wp-content/uploads/2017/03/column_icon.png) no-repeat left;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-size: 40px;
    padding-left: 50px;
    background-position: 0 0;
    padding-top: 5px;
}

.info_ul li {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}

.column_L.archive {
    width: 170px;
}

.column_L {
    width: 200px;
    float: left;
    position: relative;
}

.column_L.archive {
    width: 170px;
}

.column_R.archive {
    width: 480px;
}

.toukou_R {
    width: 280px;
    float: right;
    padding-top: 50px;
}

.side_sagasu {
    background-color: #e8eff6;
    padding: 14px 8px;
    border: solid 7px #fff;
    box-shadow: #333 0 0 1px;
    margin: 1px;
    margin-top: 1px;
    margin-top: 1px;
    margin-top: 1px;
    margin-top: 20px;
}

.side_sagasu h3 {
    margin: 0;
}

.side_sagasu img {
    width: 100%;
}

.side_01_btn {
    background: #02853f;
    color: #422308;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 12px;
}

.side_01_btn a {
    padding: 11px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.side_bn {
    margin-top: 30px;
    border: solid 1px #cbcbcb;
}

.side_bn img {
    width: 100%;
}

.widget-title {
    background-color: #eee;
    font-size: 18px;
    padding: 10px;
    padding-left: 10px;
    padding-left: 10px;
    background: url(/wp-content/uploads/2017/10/oukan-1.png) no-repeat left #eee;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-size: 22px;
    padding-left: 40px;
    background-position: 10px;
}

.wpp-list {
    counter-reset: wpp-ranking;
}

.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}

.wpp-list li {
    position: relative;
    list-style-type: none;
    padding-top: 5px;
    padding-left: 5px;
}

.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    background: rgba(94, 185, 77, 0.9);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.wpp-list li:nth-child(1):before {
    background: rgba(255, 88, 196, 0.9);
}

.wpp-list li:nth-child(2):before {
    background: rgba(245, 171, 31, 0.9);
}

.wpp-list li:nth-child(3):before {
    background: rgba(255, 121, 37, 0.9);
}

.wpp-post-title {
    color: #333 !important;
    font-weight: bold;
    font-size: 14px;
    padding-left: 2em;
}

.wpp-list li {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}

.column_R.archive .info_title {
    margin-bottom: 10px;
}

.wpp-thumbnail {
    margin-right: 13px;
}

.wpp-list li {
    padding-bottom: 11px;
}

.side_sinchaku {
    background-color: #eee;
    font-size: 18px;
    padding: 10px;
    padding-left: 10px;
    padding-left: 10px;
    padding-left: 10px;
    padding-left: 10px;
    background: url(/wp-content/uploads/2017/10/oukan-1.png) no-repeat left #eee;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-size: 22px;
    padding-left: 40px;
    background-position: 10px;
}

.side_sinchaku_ul li {
    padding-top: 5px;
    padding-left: 5px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.side_sinchaku_L {
    width: 70px;
    float: left;
}

.side_sinchaku_pic img {
    width: 70px;
    height: 70px;
}

.side_sinchaku_R {
    width: 200px;
    float: right;
}

h4.sinchaku_title {
    border: none;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    padding: 0;
    width: auto;
}

h4.sinchaku_title a {
    color: #333;
}

.side_sinchaku_date {
    font-size: 10px;
    float: right;
    color: #7a7a7a;
}

.single_date {
    font-size: 12px;
    color: #535353;
}

.single_h1 {
    font-size: 28px;
    margin-top: 10px;
    border-bottom: solid 3px #9e2e2b;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.single_thum {
    margin-bottom: 30px;
}

.toukou_area {
    position: relative;
}

.rss_btn_01 {
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
}

.rss_btn_01 img {
    width: 100%;
}

.ssba.ssba-wrap {
    border-top: dotted 1px #ccc;
    padding-top: 10px;
    margin-bottom: 30px;
}

.toukou_area h2 {
    border-radius: 0px;
    font-size: 23px;
    background-color: #f5f5f5;
    padding: 2%;
    border-top: solid 2px #9e2e2b;
}

.toukou_area p {
    font-size: 16px;
    line-height: 1.9;
    color: #3c3c3c;
}

.toukou_area p .marker {
    background: linear-gradient(transparent 60%, #FFFF99 50%);
    margin: 0 5px;
}

.toukou_area h4 {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    padding-left: 0;
    font-size: 19px;
    background-image: url(/wp-content/uploads/2022/09/check.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 35px;
}

.toukou_area table {
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.toukou_area table th {
    background: #edf2f5;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 15px 12px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    font-size: 16px;
    color: #797676;
    width: 25%;
}

.toukou_area table td {
    padding: 15px 12px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    font-size: 16px;
}

.toukou_area blockquote {
    background: #f7f7f0;
    margin: 0;
    padding: 20px 8%;
    margin-bottom: 20px;
}

.toukou_area blockquote p {
    font-size: 14px;
}

#toc_container a {
    color: #9e2e2b;
}

.kanren {
    margin-bottom: 50px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 30px;
}

h3.kanren_h3 {
    border-bottom: dotted 1px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: currentcolor;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    font-size: 19px;
}

.similar_posts_title {
    background: url(/wp-content/uploads/2017/10/page_top_icon-e1502251200308.png) no-repeat left;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-position-x: left;
    background-position-y: center;
    background-size: 10px;
    padding-left: 21px;
    list-style: none;
    padding-bottom: 5px;
    background-position: 0 6px;
}

.toukou_area a:hover {
    text-decoration: underline;
}

.similar_posts_title a:hover {
    color: #ff7e00;
}

.toukou_area a {
    color: #9e2e2b;
}

.pre_nex_LR {
    overflow: hidden;
    margin-bottom: 20px;
}

.nex_li {
    width: 340px;
    float: right;
    list-style: none;
    overflow: hidden;
}

.nex_R {
    font-size: 13px;
    width: 80px;
    float: right;
    text-align: right;
}

.toukou_area a {
    color: #9e2e2b;
}

.nex_arrow {
    width: 25px;
    margin-top: 60px;
    padding-bottom: 10px;
    margin-left: 40px;
}

.nex_arrow img {
    width: 100%;
}

.nex_text {
    font-size: 11px;
}

.nex_L {
    width: 220px;
    float: right;
}

.nex_L a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.nex_thum {
    padding-bottom: 9px;
}

.pre_li {
    width: 340px;
    float: left;
    list-style: none;
    border-right: dotted 1px #333;
    height: 230px;
    overflow: hidden;
}

.pre_L {
    width: 80px;
    float: left;
}

.pre_L a {
    color: #333;
}

.pre_arrow {
    width: 25px;
    margin-top: 60px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.pre_arrow img {
    width: 100%;
}

.pre_text {
    font-size: 11px;
}

.pre_R {
    width: 220px;
    float: left;
}

.pre_R a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.pre_thum {
    padding-bottom: 9px;
}

.nex_R a {
    color: #333;
}

.pre_R:hover a {
    color: #fe820a;
}

.pre_R:hover img {
    opacity: 0.7;
}

.nex_L:hover img {
    opacity: 0.7;
}

.nex_L:hover a {
    color: #fe820a;
}

.yarpp-related {
    width: 680px;
}

.yarpp-related h3 {
    padding: 10px !important;
    background: #323232 !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    border: none !important;
}


.yarpp-thumbnails-horizontal {
    border: solid 3px #323232;
    padding: 15px;
}

.yarpp-thumbnail {
    width: 194px !important;
    margin: 7px !important;
    border: none !important;
    height: 210px !important;
}


.attachment-yarpp-thumbnail {
    width: 100% !important;
    height: 130px !important;
    margin-bottom: 10px !important;
}

.yarpp-thumbnail-title {
    width: 200px !important;
    font-size: 14px !important;
    color: #333;
    max-height: 110px !important;
}

.yarpp-thumbnail:hover img {
    opacity: 0.7;
}

.yarpp-thumbnail:hover span {
    color: #ff9000;
}

.toukou_area h3 {
    font-size: 20px;
    border-left: solid 5px #9e2e2b;
    padding-left: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.single_kanren_h2 {
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left;
    background-color: #9e2e2b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
}

.single_kanren_h2::after {
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    content: "";
    line-height: 0;
    border-left: 10px solid transparent;
    border-top: 12px solid #9e2e2b;
    border-right: 10px solid transparent;
    position: absolute;
}

.kanren_area {
    display: inline-block;
    width: 317px;
    vertical-align: top;
    border: solid 1px #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    padding: 15px;
    margin: 6px 6px 30px;
    box-shadow: #efefef 0 0 2px;
    position: relative;
    border-radius: 4px;
    border-top: solid 4px #9e2e2b;
    /* height: 500px; */
}

.kanren_LR {
    position: relative;
    margin-bottom: 5px;
}

.kanren_R {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(3, 3, 3, 0.76));
}

.kanren_text {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 8px;
    width: 90%;
    margin-left: 5%;
    line-height: initial;
}

.kanren_name img {
    width: 55px;
}

.kanren_name {
    font-weight: bold;
    font-size: 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.kanren_taiou_ul li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 5px;
}

.kanren_taiou_ul {
    margin-bottom: 7px;
}

.kanren_about {
    font-size: 13px;
    color: #9e2e2b;
    margin-bottom: 15px;
}

.kanren_btn {
    background-color: #66d54c;
    background: -webkit-linear-gradient(left, #2fd077 0%, #66d54c 100%);
    background: linear-gradient(to right, #2fd077 0%, #66d54c 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 2.5;
    border-radius: 3px;
    width: 75%;
    margin: auto;
    /*position: absolute;*/
    bottom: 20px;
    left: 12.5%;
}

.kanren_pic img {
    width: 100%;
}

.kanren_area a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kanren_area:hover {
    background-color: #fff9ed;
}

.kanren_taiou_ul li img {
    width: 15px;
}

.hd_navi_03.no_fix {
    position: static;
}

.pan_area.no_fix {
    margin-top: 0;
}

.single_contact {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
    padding: 7px 0 9px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.single_contact_text {
    font-weight: bold;
    font-size: 14px;
}

.single_contact_name {
    font-size: 12px;
}

.single_contact .wrap {
    position: relative;
}

.single_contact_btn {
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    box-shadow: #ccc 0px 2px 4px;
    margin-bottom: 4px;
    width: 240px;
    background-color: #f88700;
    background: -webkit-linear-gradient(left, #f88700 0%, #ff8968 100%);
    background: linear-gradient(to right, #ff544d 0%, #ff8968 100%);
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 1px;
    right: 0;
}

.single_contact_btn a {
    color: #fff;
}

.single_contact_btn:hover {
    opacity: 0.8;
}

.single_contact_pic {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.single_contact_pic img {
    width: 100%;
}

.hd_contact_logo img {
    width: 100%;
}

.hd_contact_logo {
    width: 210px;
    margin: 20px auto;
}

.sec_07_bg.sec_07_bg_02 {
    background-color: initial;
}

.taxonomy_contact_btn {
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: #ccc 0px 2px 4px;
    margin-bottom: 4px;
    width: 400px;
    background-color: #f88700;
    background: -webkit-linear-gradient(left, #f88700 0%, #ff8968 100%);
    background: linear-gradient(to right, #ff544d 0%, #ff8968 100%);
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 1px;
    right: 0;
}

.taxonomy_contact_btn a {
    color: #fff;
    display: block;
}

.taxonomy_contact_pic {
    width: 55px;
    float: left;
    margin-right: 10px;
}

.taxonomy_contact_text {
    font-size: 13px;
}

.taxonomy_contact_text span {
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

.taxonomy_contact_pic img {
    width: 100%;
}

.sp {
    display: none;
}



#contact-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    font-size: 77%;
    margin-bottom: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#contact-top.hide {
    transform: translateY(20%);
    display: block;
    opacity: 0;
}

#contact-top a {
    background: #028540;
    text-decoration: none;
    color: #fff;
    width: 180px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#contact-top a:hover {
    /* background: #F3BE05; */
}

.keisai {
    background-color: #e0ecf1;
    margin-bottom: 30px;
}

.keisai_02 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #292929;
    margin-bottom: 10px;
}

.keisai_02_btn a {
    display: block;
    width: 710px;
    margin: auto;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 3;
    padding-left: 170px;
    border-radius: 60px;
    border-bottom: solid 6px #047431;
    background: url(/wp-content/uploads/2017/08/keisai_btn.png) no-repeat left #0bad3a;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-size: 44px;
    background-position: 80px;
}

.keisai_02_btn {
    margin-bottom: 40px;
}

.keisai_03_title {
    background-color: #9e2e2b;
    padding: 30px 0px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 4px;
}

.keisai_h2 {
    border-bottom: solid 3px #9e2e2b;
    padding-bottom: 18px;
    margin-top: 50px;
    font-size: 33px;
}

.keisai_h2 span {
    color: #9e2e2b;
    border: solid 3px;
    padding: 10px 40px;
    font-size: 71px;
    box-shadow: #eee 8px 8px 0;
    margin-right: 50px;
}

.keisai_03_L {
    width: 650px;
    float: left;
}

.keisai_03_text {
    font-size: 19px;
    line-height: 2;
}

.keisai_03_text span {
    font-weight: bold;
    color: #fe0000;
}

.keisai_03_R {
    width: 300px;
    float: right;
}

.keisai_03_LR {
    overflow: hidden;
}

.keisai_nagare_ul {
    width: 1100px;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 50px;
}

.keisai_nagare_ul li {
    width: 220px;
    float: left;
    list-style: none;
    margin-right: 40px;
}

.keisai_step {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #606060;
    margin-bottom: 13px;
}

.keisai_pic {
    padding: 0px;
    margin-bottom: 20px;
}

.keisai_03_title.keisai_03_title_02 {
    margin-top: 50px;
}

.keisai_title {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    border-bottom: dotted 3px;
    color: #333;
    margin-bottom: 10px;
}

.keisai_text {
    font-size: 17px;
    color: #333;
    line-height: 1.5;
}

.toukou_area h5 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    border-bottom: dotted 3px #9e2e2b;
}

.toukou_area h6 {
    margin-bottom: 5px;
    margin-top: 0;
}

a.station_btn {
    background: #02853f;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgb(57 54 54 / 37%);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    display: block;
    line-height: 70px;
    width: 70%;
    margin: 0 auto 50px;
}

a.station_btn:hover {
    text-decoration: none;
}

table.yachin_table th {
    text-align: center;
    padding: 5px 0;
}

table.yachin_table td {
    text-align: center;
    padding: 5px 0;
}


.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

.wrap_1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.hd_lp_logo {
    width: 170px;
}

.hd_lp_h1 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    margin-left: auto;
}

.hd_lp_jisseki {
    width: 320px;
    margin-left: 30px;
}

.hd_lp .flex-sb {
    align-items: center;
}

.hd_lp {
    padding: 10px 0;
}

.sec_mv_bg {
    background-color: #9e2e2b;
    padding-top: 30px;
}

.sec_mv_img {
    width: 860px;
    margin: auto;
}

h2.nayami_lp_h2 {
    text-align: center;
    font-size: 31px;
    margin-bottom: 40px;
    margin-top: 60px;
}

h2.nayami_lp_h2 .bold {
    font-size: 60px;
    margin: 0 10px;
    color: #9e2e2b;
    text-emphasis: dot #9e2e2b;
    -webkit-text-emphasis: dot #9e2e2b;
}

.nayami_box {
    position: relative;
}

li {
    list-style: none;
}

ul.nayami_ul li {
    width: 390px;
    text-align: center;
    border: solid 2px #9E9E9F;
    background-color: #fff;
    border-radius: 9px;
    padding: 19px 0;
    font-size: 20px;
    margin-bottom: 32px;
}

ul.nayami_ul li .bold {
    font-weight: bold;
    color: #9e2e2b;
}

.nayami_img {
    position: absolute;
    width: 250px;
    left: calc(50% - 125px);
    bottom: -20px;
}

.bg_gray_lp {
    background-color: #F0EFE8;
    position: relative;
}

ul.nayami_ul {
    margin-bottom: 60px;
}

.bg_gray_lp:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 17.5px);
    bottom: -34px;
    border: initial;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #f0efe8;
}

.kaiketu_img {
    width: 780px;
    margin: 120px auto 0px;
}

p.kaiketu_txt {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #9e2e2b;
}

h2.common_lp_h2 {
    background-color: #9e2e2b;
    text-align: center;
    padding: 24px 0;
    font-size: 35px;
    color: #fff;
    position: relative;
}

h2.common_lp_h2 .bold01 {
    font-size: 45px;
}

h2.common_lp_h2 .bold02 {
    font-size: 45px;
    color: #FFF000;
}

h2.common_lp_h2:after {}

h2.common_lp_h2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 17.5px);
    bottom: -34px;
    border: initial;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #9e2e2b;
}

ul.reason_lp_ul li {
    width: 31%;
    border: solid 3px #9e2e2b;
    border-radius: 8px;
}

ul.reason_lp_ul li h3.ttl {
    background-color: #9e2e2b;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 11px 0;
}

ul.reason_lp_ul li h3.ttl span {
    background-color: #fff;
    color: #9e2e2b;
    padding: 1px 5px;
    font-size: 15px;
    position: relative;
    top: -3px;
    left: -10px;
}

ul.reason_lp_ul li .inner {
    padding: 30px 20px;
}

ul.reason_lp_ul li .inner p.sub_ttl {
    text-align: center;
    font-size: 16px;
}

ul.reason_lp_ul li .inner p.sub_ttl .bold {
    font-weight: bold;
    font-size: 18px;
    color: #eb2218;
}

ul.reason_lp_ul li .inner p.txt {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

ul.reason_lp_ul {
    margin-top: 60px;
    margin-bottom: 60px;
}

p.contact_lp_link_sub {
    text-align: center;
    font-size: 25px;
    position: relative;
}

p.contact_lp_link_sub .bold {
    font-size: 35px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #fff35b 50%);
}

p.contact_lp_link_sub:before {
    position: absolute;
    top: 14px;
    height: 80px;
    content: '';
    border-left: solid 4px #9e2e2b;
    left: 330px;
    transform: rotate(-30deg);
}

p.contact_lp_link_sub:after {
    position: absolute;
    top: 14px;
    height: 80px;
    content: '';
    border-left: solid 4px #9e2e2b;
    right: 330px;
    transform: rotate(30deg);
}


.contact_lp_link {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    display: block;
    width: 760px;
    margin: 30px auto 20px;
    text-align: center;
    line-height: 85px;
    background-color: #1a9449;
    border-bottom: 6px solid #0e5429;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -moz-box-shadow: 0 2px 1px #D9D9D9;
    -webkit-box-shadow: 0 2px 1px #d9d9d9;
    box-shadow: 0 2px 1px #d9d9d9;
    position: relative;
    /* overflow: hidden; */
}

.contact_lp_link: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.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}

@keyframes shine {
    33% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.contact_lp_link .sub {
    background-color: #fef100;
    color: #000;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 39px;
    position: absolute;
    /* top: 17px;
    left: 50px; */
    top: -32%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2em;
    border-radius: 100vmax;
}

.contact_lp_link:after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 25px;
    background-image: url(/wp-content/uploads/2022/10/contact_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 32px;
    right: 20px;
}

a.contact_lp_overbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.sec_contact_lp {
    padding-bottom: 60px;
}

section.sec_explanation_lp h2:before {
    content: "";
    display: block;
    width: 160px;
    height: 200px;
    background-image: url(/wp-content/uploads/2022/10/hatena.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: calc(50% - 600px);
}

.explanation_ttl_flex .image {
    width: 250px;
}

.explanation_ttl_flex {
    width: 925px;
    margin: auto;
    align-items: center;
}

.explanation_ttl_flex .ttl {
    font-size: 40px;
}

.explanation_ttl_flex .line {
    background: linear-gradient(transparent 50%, #fff35b 50%);
    color: #9e2e2b;
    font-weight: bold;
}

.explanation_ttl_flex .ttl .dot {
    text-emphasis: dot #9e2e2b;
    -webkit-text-emphasis: dot #9e2e2b;
}

ul.explanation_ul li {
    width: 32%;
}

ul.explanation_ul li .fukidashi {
    width: 100%;
    position: relative;
    padding: 7px 10px;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #9e2e2b;
    box-sizing: border-box;
    border-radius: 5px;
}

ul.explanation_ul li.bg_red .fukidashi {
    background-color: #ffeae3;
}

ul.explanation_ul li.bg_red .fukidashi:before {
    border-top: 20px solid #ffeae3;
}

ul.explanation_ul li .fukidashi:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #FFF;
    z-index: 2;
}

ul.explanation_ul li .fukidashi:after {
    content: "";
    position: absolute;
    bottom: -48px;
    left: 50%;
    margin-left: -24px;
    border: 24px solid transparent;
    border-top: 24px solid #9e2e2b;
    z-index: 1;
}

ul.explanation_ul li .image {
    width: 32%;
    margin: -42px auto;
    margin-bottom: 10px;
}

ul.explanation_ul li p.txt {
    text-align: center;
    font-size: 21px;
    margin-bottom: 10px;
}

ul.explanation_ul li p.txt .bold {
    font-weight: bold;
    color: #eb2218;
}

.man_image {
    width: 40%;
    margin: 30px auto 8px;
}

p.fukidashi_name {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

ul.explanation_ul {
    margin-top: 70px;
}

section.sec_explanation_lp .arrow_img {
    width: 80px;
    margin: 0 auto -26px;
}

.mitsumori_img {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin: 10px 10px 70px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h2.step_lp_h2 {
    text-align: center;
    font-size: 34px;
    margin-top: 70px;
}

h2.step_lp_h2 .bold {
    font-size: 40px;
    color: #9e2e2b;
    text-emphasis: dot #9e2e2b;
    -webkit-text-emphasis: dot #9e2e2b;
}

ul.step_lp_ul li {
    width: 31%;
    border: solid 3px #9e2e2b;
    border-radius: 8px;
}

ul.step_lp_ul li h3.ttl {
    background-color: #9e2e2b;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 11px 0;
}

ul.step_lp_ul li h3.ttl span {
    background-color: #fff;
    color: #9e2e2b;
    padding: 1px 5px;
    font-size: 15px;
    position: relative;
    top: -3px;
    left: -10px;
}

ul.step_lp_ul li .inner {
    padding: 30px 20px;
}

ul.step_lp_ul li .inner .image {
    width: 46%;
    margin: 0 auto 20px;
}

ul.step_lp_ul li .inner .txt {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}

ul.step_lp_ul {
    margin-bottom: 50px;
}

.sec_merit_lp .merit_list {
    padding: 70px 0 80px;
}

.sec_merit_lp .merit_list ul li+li {
    margin-top: 40px;
}

.sec_merit_lp .merit_list ul li {
    border: solid 3px #9e2e2b;
    border-radius: 8px;
    background: #fff;
}

.sec_merit_lp .merit_list ul li .ttl {
    background-color: #9e2e2b;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    font-size: 22px;
    letter-spacing: .03em;
}

.sec_merit_lp .merit_list ul li .ttl .label {
    background-color: #fff;
    color: #9e2e2b;
    font-size: 18px;
    padding: 4px 10px;
    margin-right: 30px;
}

.sec_merit_lp .merit_list ul li .inner {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.sec_merit_lp .merit_list ul li .inner .img {
    width: 140px;
    flex-shrink: 0;
}

.sec_merit_lp .merit_list ul li .inner .text_box .text {
    margin: 0;
    font-size: 18px;
    letter-spacing: .03em;
    line-height: 1.7;
}

.sec_merit_lp .merit_list ul li .inner .text_box .text+.text {
    margin-top: 20px;
}

.sec_merit_lp .merit_list ul li .inner .text_box .text .color {
    background-image: linear-gradient(transparent 60%, #fae93c 40%);
}

.sec_service_lp {
    margin: 50px 0 100px;
}

.sec_service_lp .service_cont .ttl {
    text-align: center;
    font-size: 34px;
    letter-spacing: .05em;
}

.sec_service_lp .service_cont .ttl .bold {
    font-size: 40px;
    color: #9e2e2b;
    text-emphasis: dot #9e2e2b;
    -webkit-text-emphasis: dot #9e2e2b;
}

.sec_service_lp .service_cont .service_box ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.sec_service_lp .service_cont .service_box ul li:nth-child(1) {
    grid-area: 1/1/2/3;
}

.sec_service_lp .service_cont .service_box ul li:nth-child(2) {
    grid-area: 1/3/2/5;
}

.sec_service_lp .service_cont .service_box ul li:nth-child(3) {
    grid-area: 1/5/2/7;
}

.sec_service_lp .service_cont .service_box ul li:nth-child(4) {
    grid-area: 2/1/3/4;
}

.sec_service_lp .service_cont .service_box ul li:nth-child(5) {
    grid-area: 2/4/3/7;
}

.sec_service_lp .service_cont .service_box ul li {
    border: solid 3px #9e2e2b;
    border-radius: 8px;
    background: #fff;
}

.sec_service_lp .service_cont .service_box ul li .ttl {
    background-color: #9e2e2b;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    font-size: 22px;
    letter-spacing: .03em;
}

.sec_service_lp .service_cont .service_box ul li .inner {
    padding: 30px 20px;
}

.sec_service_lp .service_cont .service_box ul li .inner .img {
    width: 80px;
    margin: 0 auto 30px;
}

.sec_service_lp .service_cont .service_box ul li .inner .text_box .text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.7;
    margin: 0;
}

.sec_service_lp .service_cont .service_box ul li .inner .text_box .text+.text {
    margin-top: 20px;
}

.sec_service_lp .service_cont .service_box ul li .inner .text_box .text .color {
    background-image: linear-gradient(transparent 60%, #fae93c 40%);
}

ul.voice_lp_ul {
    width: 950px;
    margin: 80px auto;
    padding-bottom: 30px;
}

ul.voice_lp_ul li {
    border: solid 3px #9e2e2b;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 50px;
}

ul.voice_lp_ul li h3.ttl {
    background-color: #9e2e2b;
    color: #fff;
    margin-top: 0;
    padding: 20px 30px;
    margin-bottom: 0;
    font-size: 27px;
}

ul.voice_lp_ul li h3.ttl span {
    background-color: #fff;
    color: #9e2e2b;
    font-size: 19px;
    padding: 2px 10px 0;
    margin-right: 30px;
}

ul.voice_lp_ul li .inner {
    padding: 40px;
}

.voice_L {
    width: 530px;
}

.voice_R {
    width: 290px;
}

.voice_profile_flex .image {
    width: 101px;
    margin-right: 30px;
}

.voice_profile_flex .txt p.voice_name {
    font-size: 15px;
    margin-bottom: 3px;
}

.voice_profile_flex .txt .voice_bukken {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 2px;
    border: none;
    width: 100%;
    padding-left: 0;
    line-height: inherit;
}

.voice_profile_flex .txt p.voice_star .star {
    color: #efb941;
}

.voice_L .voice_txt .ttl {
    background-color: #eb5519;
    color: #fff;
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 14px;
}

.voice_L .voice_txt .txt {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.voice_profile_flex {
    align-items: center;
    margin-bottom: 20px;
}

.voice_profile_flex .txt p.voice_star {
    margin-bottom: 0;
}

.voice_lp_flex {
    align-items: flex-end;
}

.sec_faq_lp_bg {
    background-color: #9e2e2b;
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq_lp_h2_box {
    text-align: center;
}

p.faq_lp_h2_en {
    font-weight: bold;
    color: #fff;
    font-size: 60px;
    margin-bottom: 0px;
}

h2.faq_lp_h2 {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
}

.faq_box {
    width: 900px;
    margin: auto;
}

dl.faq_dl {
    background-color: #fff;
    margin: 0 0 30px;
    padding: 30px;
    border-radius: 10px;
}

dl.faq_dl dt {
    color: #9e2e2b;
    font-size: 19px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}

dl.faq_dl dt span {
    font-size: 35px;
    margin-right: 20px;
}

dl.faq_dl dd span {
    color: #9e2e2b;
    font-weight: bold;
    font-size: 24px;
    margin-right: 15px;
}

dl.faq_dl dd {
    padding-left: 40px;
    padding-right: 60px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

dl.faq_dl dt p {
    margin-bottom: 0;
}

dl.faq_dl dd p {
    margin-bottom: 0;
    width: 700px;
}

section.sec_mv_lp {
    margin-bottom: 60px;
}

article#post-4318 .com_L_02 img {
    opacity: 0;
}

article#post-4318 .com_L_02 {
    background-image: url(/wp-content/uploads/2022/10/compay1-min.jpg);
    background-size: cover;
}

ul.wpp-list.wpp-list-with-thumbnails li img {
    width: 70px;
}

section.sec_mv {
    background-color: #9e2e2b;
    padding-top: 50px;
    margin-bottom: 50px;
}

.sec_mv_area .sub_ttl {
    background-color: #fff;
    width: 670px;
    font-weight: bold;
    color: #9e2e2b;
    text-align: center;
    font-size: 26px;
    letter-spacing: 3px;
    border-radius: 40px;
    padding: 6px 0 2px;
    position: relative;
}

.sec_mv_area .sub_ttl:after {}

.sec_mv_area .sub_ttl:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -14px;
    border: initial;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
}

.sec_mv_h1 {
    color: #fff;
    font-size: 43px;
    letter-spacing: 5px;
    font-weight: bold;
}

.sec_mv_h1 .bold01 {
    font-size: 53px;
}

.sec_mv_h1 .bold02 {
    color: #fff000;
    font-size: 85px;
    padding-top: 40px;
    display: inline-block;
}

.mv_crown {
    width: 650px;
    padding-bottom: 30px;
}

.sec_mv_area {
    background-image: url(https://kaso-tto.com/wp-content/uploads/2022/10/mv_woman.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 430px;
}

.sec_mv_h1 .bold02 .dot {
    position: relative;
}

.sec_mv_h1 .bold02 .dot:before {
    content: "・";
    position: absolute;
    top: -70px;
    line-height: 1.3;
}

.realtor_scroll {
    overflow-y: scroll;
    box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.3);
    margin: 6px;
    padding: 20px 10px 10px;
    border-radius: 5px;
    margin-bottom: 70px;
}

.realtor_scroll_inner {
    height: 500px;
}

.realtor_content .sec_title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    color: #262525;
    letter-spacing: .05em;
}

.slide_area.post-4318 img {
    opacity: 0;
}

.slide_area.post-4318 a.post-4318 {
    background-image: url(https://kaso-tto.com/wp-content/uploads/2022/10/compay1-min.jpg);
    background-size: cover;
    display: block;
}

dl.area_dl dd {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
}

dl.area_dl {
    margin: 10px 0;
    color: #484747;
}

#post-4421 .taiou_table th,
#post-4421 .taiou_table td {
    display: block;
    width: 100%;
}

body.page-id-4703 {
    padding-top: 0;
}

.realtor_content .page-header {
    display: none;
}

.realtor_content .page-content {
    display: none;
}

article.registration_time-recommend_company ul.list_cate {
    display: none;
}

article.registration_time-recommend_company ul.list_btn_ul .list_btn_02 {
    display: none;
}

article.registration_time-recommend_company .com_btn {
    display: none;
}

article.registration_time-recommend_company table.taiou_table tr.type {
    display: none;
}

article.registration_time-recommend_company table.data_table tr.type {
    display: none;
}

article.registration_time-recommend_company .page_btn_area {
    display: none;
}

article.registration_time-recommend_company .message {
    display: none;
}

p.contact_lp_link_sub.contact_lp_link_sub_ver2:before {
    left: 240px;
}

p.contact_lp_link_sub.contact_lp_link_sub_ver2:after {
    right: 240px;
}

.page-id-61 .entry-title {
    display: none;
}

/*.hd_lp_h1 span {
               background-color: #e8e8e8;
               display: inline-block;
               padding: 5px 40px;
           }*/


/* Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã£ÂÅ Ã£Ââ„¢Ã£Ââ„¢Ã£â€šÂÃ¨Â³Æ’Ã¨Â²Â¸Ã§Â®Â¡Ã§Ââ€ Ã¤Â¼Å¡Ã§Â¤Â¾Ã§Â´Â¹Ã¤Â»â€¹ */

.area_suggest_title .ttl {
    font-size: 22px;
    /* padding-bottom: 5px; */
    margin-bottom: .68em;
    background: #9e2e2b;
    padding: .68em;
    color: #fff;
}

.area_suggest_title .txt {
    font-size: 16px;
}

.area_floor_box .sub_ttl {
    font-size: 20px;
    padding: 5px 10px;
    border-left: 2px solid #9e2e2b;
    margin-bottom: 20px;
}

.area_floor_box table {
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.area_floor_box table th {
    background: #edf2f5;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 15px 12px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    font-size: 16px;
    color: #797676;
    width: 25%;
}

section.area_suggest .annotation {
    text-align: right;
}

section.area_suggest .quote {
    text-align: right;
    margin-bottom: 5px;
}

section.area_suggest .main_text {
    font-size: 16px;
}

.suggest_company_box ul li {
    width: 40%;
}

.suggest_company_box ul .company {
    width: 53%;
}

.are_suggest_list .sub_ttl {
    font-size: 20px;
    padding: 5px 10px;
    border-left: 2px solid #9e2e2b;
    margin-bottom: 20px;
}

.are_suggest_list table th {
    background: #edf2f5;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 12px 12px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    font-size: 16px;
    color: #797676;
    width: 25%;
}

.are_suggest_list table td {
    padding: 12px 12px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    font-size: 16px;
}

.are_suggest_list {
    padding: 20px;
    box-shadow: 0 0px 3px #c0c0c0;
    border-radius: 10px;
    width: 99%;
    margin: 0 auto;
    margin-bottom: 50px;
    height: 485px;
    overflow: scroll;
}

.suggest_company_box ul li .txt {
    font-size: 13px;
    margin-top: 3px;
}

.suggest_company_box .com-txt {
    font-size: 15px;
}

.suggest_company_box .sb_title {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    font-size: 19px;
    background-image: url(/wp-content/uploads/2022/09/check.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 35px;
}

.suggest_company_box .point {
    margin: 0 0 .5em;
    padding-bottom: .5em;
    font-size: 18px;
    font-weight: 800;
    border-bottom: dotted 3px #9e2e2b;
}

.suggest_company_box blockquote {
    background: #f7f7f0;
    margin: 0;
    padding: 20px 3%;
    margin-bottom: 20px;
}

.suggest_company_box .tl {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px !important;
    border-bottom: dotted 3px #9e2e2b;
    font-weight: bold;
}

.suggest_company_box .tx {
    font-size: 16px;
}

.suggest_company_box .inyou {
    font-size: 15px;
}

.area_suggest_container+.area_suggest_container {
    margin-top: 50px;
}

/*Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã£ÂÅ Ã£Ââ„¢Ã£Ââ„¢Ã£â€šÂÃ¨Â³Æ’Ã¨Â²Â¸Ã§Â®Â¡Ã§Ââ€ Ã¤Â¼Å¡Ã§Â¤Â¾Ã§Â´Â¹Ã¤Â»â€¹Ã£â‚¬â‚¬Ã§Âµâ€šÃ¤Âºâ€  */

/* Ã£Æ’â€¢Ã£Æ’Æ’Ã£â€šÂ¿Ã£Æ’Â¼Ã£â‚¬â‚¬Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã¤Â¸â‚¬Ã¨Â¦Â§Ã£â‚¬â‚¬CSS */
.ft_area_link {
    padding: 15px;
}

.ft_area_link .wrap {
    overflow-x: scroll;
}

.ft_area_link ul {
    /* width: 4900%; */
    flex-wrap: nowrap;
    white-space: nowrap;
}

.ft_area_link ul li a {
    margin-right: 15px;
    font-size: 13px;
    color: #000;
    transition: 0.2s;
}

.ft_area_link ul li a:hover {
    color: #9e2e2b;
}

/* Ã£Æ’â€¢Ã£Æ’Æ’Ã£â€šÂ¿Ã£Æ’Â¼Ã£â‚¬â‚¬Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã¤Â¸â‚¬Ã¨Â¦Â§Ã£â‚¬â‚¬CSSÃ£â‚¬â‚¬Ã§Âµâ€šÃ¤Âºâ€  */


/* Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã¦ÂµÂÃ£â€šÅ’Ã£â€šÂ»Ã£â€šÂ¯Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³ */

section.area-flow {
    margin: 50px 0;
}

.wrap3 {
    width: 1340px;
    margin: 0 auto;
}

section.area-flow .common_top_ttl {
    text-align: center;
    margin-bottom: 35px;
}

.common_flow_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.common_flow_list ul li .img {
    width: 180px;
    margin: 0 auto;
    position: relative;
}

.common_flow_list ul li .img img {
    width: 100%;
}

.common_flow_list ul li .img .num {
    position: absolute;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #9e2e2b;
    left: 50%;
    translate: -50% 0;
    line-height: 1;
    bottom: -50px;
}

.common_flow_list ul li .text_box {
    padding: 40px 0 0;
}

.common_flow_list ul li .text_box .ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #9e2e2b;
    text-align: center;
    margin: 0;
}

.common_flow_list ul li .text_box .text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.8;
    margin-top: 15px;
}

.common_flow_list ul li {
    padding: 35px 20px 20px;
    box-shadow: 0 0 8px 0px #d5d5d5;
}

/* Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã£Æ’ÂÃ£â€šÂ§Ã£Æ’Æ’Ã£â€šÂ¯Ã£Ââ€”Ã£ÂÂ¦Ã£ÂÅ Ã£ÂÂÃ£ÂÅ¸Ã£Ââ€žÃ£Æ’ÂÃ£â€šÂ¤Ã£Æ’Â³Ã£Æ’Ë†Ã£â€šÂ»Ã£â€šÂ¯Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã©â€“â€¹Ã¥Â§â€¹ */
.sec_choice_point {
    padding-bottom: 70px;
}

.sec_choice_point .point_lp_h2 {
    text-align: center;
    font-size: 34px;
}

.sec_choice_point .point_lp_h2 .color {
    font-size: 40px;
    color: #9e2e2b;
    text-emphasis: dot #9e2e2b;
    -webkit-text-emphasis: dot #9e2e2b;
}

.sec_choice_point .choice_point_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}

.sec_choice_point .choice_point_list ul li {
    border: solid 3px #9e2e2b;
    border-radius: 8px;
}

.sec_choice_point .choice_point_list ul li .index {
    background-color: #9e2e2b;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
    padding: 11px 0;
}

.sec_choice_point .choice_point_list ul li .index .en {
    background-color: #fff;
    color: #9e2e2b;
    font-weight: 800;
    font-size: 15px;
    display: inline-block;
    padding: .05em .5em;
    position: relative;
    top: -3px;
    left: -15px;
}

.sec_choice_point .choice_point_list ul li .inner {
    padding: 40px;
    margin: 0;
}

.sec_choice_point .choice_point_list ul li .inner .img {
    width: 70px;
    margin: 0 auto 1em;
}

.sec_choice_point .choice_point_list ul li .inner .img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.sec_choice_point .choice_point_list ul li .inner .text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.fix_contact_box {
    position: fixed;
    width: 280px;
    right: 15px;
    bottom: 120px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    z-index: 100;
    text-align: center;
    color: #484747;
}

.fix_contact_box .title {
    font-size: 22px;
    font-weight: 600;
    color: #1a9449;
    margin: 0 0 10px;
    padding: 25px 0 0;
    border-top: 1px solid #c0c0c0;
    margin-top: 25px;
}

.fix_contact_box .text {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 13px;
}

.fix_contact_box .text span {
    color: #FF6011;
}

.fix_contact_box .text b {
    position: relative;
}

.fix_contact_box .text b::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #484747;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    bottom: 106%;
}

.fix_contact_box .btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 6px auto 0;
    text-align: center;
    line-height: 48px;
    background-color: #1a9449;
    border-bottom: 4px solid #0e5429;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -moz-box-shadow: 0 2px 1px #D9D9D9;
    -webkit-box-shadow: 0 2px 1px #d9d9d9;
    box-shadow: 0 2px 1px #d9d9d9;
    position: relative;
    overflow: hidden;
}

.fix_contact_box .btn.shiryou {
    background-color: #1a9449;
    border-bottom: 4px solid #0e5429;
}

.fix_contact_box .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.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}

@keyframes shine {
    33% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.fix_contact_box .btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 10px;
    background-image: url(/wp-content/uploads/2024/05/contact_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 19px;
    right: 17px;
}

.fix_contact_box .sub_title {
    margin: 20px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #1a9449;
}


.fix_contact_box .sub_title::before,
.fix_contact_box .sub_title::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 2px;
    background-color: #1a9449;
    vertical-align: 15%;
}

.fix_contact_box .sub_title::before {
    transform: rotate(60deg);
    margin-right: 7px;
}

.fix_contact_box .sub_title::after {
    transform: rotate(120deg);
    margin-left: 7px;
}

.fix_contact_box .sub_title b {
    position: relative;
}

.fix_contact_box .sub_title b::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #1a9449;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    bottom: 106%;
}


.kanren_pic img {
    height: 180px;
}

.area_change_flow {
    padding-bottom: 50px;
}

.area_change_flow .sec_ttl {
    font-size: 22px;
    margin-bottom: 1em;
    background: #9e2e2b;
    padding: .68em;
    color: #fff;
    margin-top: 0;
}

.area_change_flow .flow_box {
    padding: 30px;
    background-color: #edf2f5;
    margin-bottom: 30px;
}

.area_change_flow .flow_box ol li {
    display: flex;
    gap: 20px;
}

.area_change_flow .flow_box ol li+li {
    margin-top: 8px;
}

.area_change_flow .flow_box ol li .num {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 0;
}

.area_change_flow .flow_box ol li .num .letter {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    aspect-ratio: 1;
    background-color: #9e2e2b;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}

.area_change_flow .flow_box ol li:not(:last-child) .num::after {
    content: "";
    width: 4px;
    background-color: #f39700;
    flex-grow: 1;
}

.area_change_flow .flow_box ol li .text_area {
    flex-grow: 1;
    padding-top: 8px;
}

.area_change_flow .flow_box ol li:not(:last-child) .text_area {
    padding-bottom: 40px;
    /* padding-top: 12px; */
}

.area_change_flow .flow_box ol li .text_area .text {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.7;
}

.area_change_flow .cont .inner_sec+.inner_sec {
    margin-top: 30px;
}

.area_change_flow .cont .inner_sec .inner_ttl {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 20px;
    border-left: 4px solid #f39700;
    padding-left: .5em;
    color: #000;
    line-height: 1.5;
}

.area_change_flow .cont .inner_sec .inner_text_area .text {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7;
}

.area_change_flow .cont .inner_sec .inner_text_area .text .line {
    background: linear-gradient(transparent 70%, #fff35b 30%);
}

.area_change_flow .cont .inner_sec .inner_text_area .text+.text {
    margin-top: 1em;
}

.area_change_flow .cont .inner_sec .inner_list {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 1em;
    margin: 1em 0;
}

.area_change_flow .cont .inner_sec .inner_list ul li+li {
    margin-top: .5em;
}

.area_change_flow .cont .inner_sec .inner_list ul li {
    display: flex;
    gap: .5em;
    align-items: flex-start;
}

.area_change_flow .cont .inner_sec .inner_list ul li::before {
    content: "";
    width: .5em;
    height: .5em;
    background-color: #9e2e2b;
    flex-shrink: 0;
    border-radius: 50%;
    margin-top: .6em;
}

.area_faq {
    padding: 50px 0 80px;
}

.area_faq .sec_ttl {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.area_faq .cont .faq_box {
    border: solid 3px #9e2e2b;
    border-radius: 8px;
    padding: 20px;
}

.area_faq .cont .faq_box+.faq_box {
    margin-top: 20px;
}

.area_faq .cont .faq_box .q_box,
.area_faq .cont .faq_box .a_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.area_faq .cont .faq_box .a_box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #9e2e2b;
}

.area_faq .cont .faq_box .box_head {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    flex-shrink: 0;
}

.area_faq .cont .faq_box .q_box .box_head {
    color: #f39700;
}

.area_faq .cont .faq_box .a_box .box_head {
    color: #9e2e2b;
}

.area_faq .cont .faq_box .text_area {
    flex-grow: 1;
    padding-top: 6px;
}

.area_faq .cont .faq_box .q_box .text_area {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.area_faq .cont .faq_box .q_box .text_area::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 5px;
    flex-shrink: 0;
    border: 2px solid #9e2e2b;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    transition: .5s;
}

.area_faq .cont .faq_box .q_box.nowOpen .text_area::after {
    transform: rotate(225deg);
}

.area_faq .cont .faq_box .text_area .text {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 16px;
}

.area_faq .cont .faq_box .q_box .text_area .text {
    font-size: 18px;
    font-weight: 600;
}


#page_non_pay .non_pay_main {
    background-image: url(/wp-content/themes/swell_child/images/non_pay_mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

#page_non_pay .non_pay_main>* {
    position: relative;
    z-index: 1;
}

#page_non_pay .non_pay_main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

#page_non_pay .non_pay_main .main_ttl {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

#page_non_pay .non_pay_common_ttl {
    color: #9e2e2b;
    text-align: center;
    margin: 0 0 1em;
    font-size: 26px;
    font-weight: 700;
}

#page_non_pay .non_pay_common_sec {
    padding-top: 70px;
}

#page_non_pay .non_pay_common_sec.pb {
    padding-bottom: 70px;
}

#page_non_pay .text_area .text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
}

#page_non_pay .text_area.al_center .text {
    text-align: center;
}

#page_non_pay .text_area .text+.text {
    margin-top: 1em;
}

#page_non_pay .sub_ttl {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: .3em;
    border-bottom: 2px solid #9e2e2b;
    line-height: 1.5;
    margin: 1.5em 0 1em;
}

#page_non_pay .flex_box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

#page_non_pay .flex_box.rev {
    flex-direction: row-reverse;
}

#page_non_pay .flex_box.als {
    align-items: flex-start;
}

#page_non_pay .flex_box .fl_img {
    width: 400px;
    height: 260px;
    flex-shrink: 0;
}

#page_non_pay .flex_box .fl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_non_pay .example_img {
    width: 100%;
    border: 1px solid;
}

#page_non_pay .non_pay_common_list {
    margin: 1em 0;
    padding: 1em;
    font-size: 16px;
    line-height: 1.7;
    background-color: #edf2f5;
}

#page_non_pay .non_pay_common_list ul li+li {
    margin-top: .5em;
}

#page_non_pay .non_pay_common_list ul li {
    display: flex;
    gap: .5em;
    align-items: flex-start;
}

#page_non_pay .non_pay_common_list ul li::before {
    content: "";
    width: .5em;
    height: .5em;
    background-color: #9e2e2b;
    flex-shrink: 0;
    border-radius: 50%;
    margin-top: .6em;
}


/* 管理会社見直し時期診断シート */
.common_page_wrap {
    padding: 100px 0;
}

.check_page_main {
    background: #9e2e2b;
    padding: 80px 0;
    margin-top: 65px;
}

.check_page_main .text_box {
    text-align: center;
    color: #fff;
}

.check_page_main .text_box .title {
    font-size: 28px;
    letter-spacing: .08em;
    margin: 0;
}

.pan_area.check {
    margin-top: 0;
}

.page_check {
    background: #F0EFE8;
}

.page_check .check_sec .top_box {
    text-align: center;
    margin-bottom: 30px;
}

.page_check .check_sec .top_box .title_box {
    margin-bottom: 20px;
}

.page_check .check_sec .top_box .title_box .en {
    color: #989898;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 700;
    margin: 0 0 7px;
}

.page_check .check_sec .top_box .title_box .jp {
    font-size: 28px;
    letter-spacing: .05em;
    font-weight: 700;
    margin: 0;
}

.page_check .check_sec .top_box .title_box .jp .color {
    color: #9e2e2b;
}

.page_check .check_sec .top_box .text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.7;
    margin: 0;
}

.page_check .check_sec .cont {
    background: #fff;
    padding: 60px;
    position: relative;
}

.page_check .check_sec .question_box .inbox+.inbox {
    display: none;
}

.page_check .check_sec .question_box .inbox .title_box {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 0.7em;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0 10px;
}

.page_check .check_sec .question_box .inbox .title_box .num {
    flex-shrink: 0;
    color: #9e2e2b;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.page_check .check_sec .question_box .inbox .title_box .title {
    font-size: 21px;
    letter-spacing: .05em;
    font-weight: 700;
    margin: 0;
}

.page_check .check_sec .question_box .inbox .check ul {
    display: grid;
    grid-template-columns: repeat(2, 250px);
    justify-content: center;
    gap: 0 20px;
}

.page_check .check_sec .question_box .inbox .check li label {
    display: block;
    width: 100%;
    height: 100%;
}

.page_check .check_sec .question_box .inbox .check li input {
    display: none;
}

.page_check .check_sec .question_box .inbox .check li .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-block-size: 50px;
    padding: 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .03em;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: .3s;
}

.page_check .check_sec .question_box .inbox .check li input:checked+.text {
    opacity: 0.7;
}

.page_check .check_sec .question_box .inbox .check li .text.yes {
    background: #9e2e2b;
}

.page_check .check_sec .question_box .inbox .check li .text.no {
    background: #333;
}

.page_check .check_sec .question_box .inbox .pager {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #9e2e2b;
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 700;
    font-style: italic;
}

.page_check .check_sec .question_box .inbox .controll {
    margin-top: 50px;
}

.page_check .check_sec .question_box .inbox .controll ul {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.page_check .check_sec .question_box .inbox .controll .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    min-block-size: 50px;
    padding: 5px;
    color: #141412;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    border-radius: 35px;
    cursor: pointer;
}

.page_check .check_sec .question_box .inbox .controll .btn.back {
    background: #F2F2F2;
}

.page_check .check_sec .question_box .inbox .controll .btn.result {
    background: #9e2e2b;
    color: #fff;
}

.page_check .check_sec .result_box .inbox {
    display: none;
}

.page_check .check_sec .result_box .inbox .head {
    text-align: center;
    color: #9e2e2b;
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    margin: 0 0 30px;
}

.page_check .check_sec .result_box .inbox .head::after {
    content: "";
    width: 35px;
    height: 2px;
    background: currentColor;
    display: block;
    margin: 12px auto 0;
}

.page_check .check_sec .result_box .inbox .img_box .ttl {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
}

.page_check .check_sec .result_box .inbox .img_box .ttl .color {
    color: #9e2e2b;
    font-size: 1.2em;
}

.page_check .check_sec .result_box .inbox .img_box {
    margin-bottom: 30px;
}

.page_check .check_sec .result_box .inbox .img_box .img {
    width: 220px;
    margin: 0 auto;
}

.page_check .check_sec .result_box .inbox .img_box .img img {
    width: 100%;
}

.page_check .check_sec .result_box .inbox .text_box {
    border: solid 2px #9E9E9F;
    background-color: #fbfbfb;
    border-radius: 9px;
    padding: 20px;
}

.page_check .check_sec .result_box .inbox .text_box .text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.8;
    margin: 0;
}

.page_check .check_sec .result_box .inbox .text_box .text .color {
    font-weight: bold;
    color: #9e2e2b;
}

.page_check .check_sec .result_box .inbox .text_box .text .color.size {
    font-size: 1.2em;
}

.page_check .check_sec .result_box .inbox .text_box .text+.text {
    margin-top: 1em;
}

.page_check .check_sec .result_box .inbox .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #02853F;
    width: fit-content;
    margin: 35px auto 0;
    padding: 5px 50px;
    min-block-size: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 3px;
    box-shadow: 0 6px 0 #0E5429;
}

.page_check #q_10 .result_btn {
    display: none;
    /* visibility: hidden; */
    /* opacity: 0; */
    /* transition: .3s; */
}

.page_check #q_10 .result_btn.view {
    display: block;
    /* visibility: visible; */
    /* opacity: 1; */
}


.data_table td img {
    vertical-align: middle;
    margin-right: 10px;
}


.postid-5534 .table_com_name img {
    display: none;
}

.about_pic img {
    object-fit: cover;
    width: 100%;
    height: 210px;
}


p.contact_lp_link_sub:before {
    height: 40px;
    top: 4px;
}

p.contact_lp_link_sub:after {
    height: 40px;
    top: 4px;
}

.contact_lp_link {
    width: 620px;
}

.loopSlide {
    display: flex;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.loopSlide img {
    width: auto;
    height: 100%;
    max-width: fit-content;
}

.loopSlide img:first-child {
    animation: slide1 60s -30s linear infinite;
}

.loopSlide img:last-child {
    animation: slide2 60s linear infinite;
}

@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

section.logo_loop {
    margin-bottom: 30px;
}

section.sec_mv_lp {
    margin-bottom: 30px;
}

ul.reason_lp_ul li {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

ul.reason_lp_ul li h3.ttl {
    font-size: 26px;
    padding: 20px 0;
}

ul.reason_lp_ul li .inner {
    padding: 20px 40px;
}

ul.reason_lp_ul li .image {
    width: 80%;
    margin: auto;
}

.explanation_ttl_flex {
    width: 950px;
}

ul.partner_ul li {
    width: 32%;
    position: relative;
    border: solid 3px #9e2e2b;
    margin-bottom: 30px;
}

h3.partner_ttl {
    font-size: 16px;
    padding: 0 10px;
    margin-top: 0;
    line-height: 1.7;
}

.partner_image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

p.partner_name {
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 15px;
}

.partner_logo img {
    width: auto;
    height: 38px;
}

.partner_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px;
    background-color: #fff;
}

.voice_L {
    width: 100%;
}


.btn_fukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 2px 5px;
    min-width: 320px;
    max-width: 100%;
    color: #555;
    font-size: 18px;
    color: #2b9449;
    background: #FFF;
    border: solid 3px #2b9449;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: 29px;
}

.btn_fukidashi:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.btn_fukidashi:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #2b9449;
    z-index: 1;
}

.btn_fukidashi_area_pr {
    position: relative;
}

.btn_fukidashi_area {
    position: absolute;
    top: 0;
    left: calc(50% - 160px);
    z-index: 1;
}

.contact_lp_link {
    margin-top: 65px;
}

p.kaiketu_txt {
    color: initial;
    font-size: 28px;
    line-height: 1.6;
}

p.kaiketu_txt span {
    color: #9e2e2b;
    font-size: 40px;
}

ul.reason_lp_ul li .inner p.txt {
    text-align: left;
    font-size: 17px;
    line-height: 1.8;
    padding: 0 50px;
    margin-bottom: 30px;
}

ul.reason_lp_ul li .inner p.txt span {
    background: linear-gradient(transparent 50%, #fff35b 50%);
    font-weight: bold;
    color: #eb5516;
}

h3.partner_ttl span {
    color: #eb5516;
}

.sec_faq_lp_bg {
    margin-bottom: 70px;
}

.hd_lp_jisseki {
    display: block;
    width: 220px;
    margin-left: 10px;
}

.hd_lp_h1 {
    font-size: 15px;
}

.area_h1_area {
    background-color: #9e2e2b;
}

h1.area_h1 {
    margin: 0;
    font-size: 20px;
    padding-top: 30px;
}

h1.area_h1 span {
    background-color: #fff;
    padding: 5px 60px;
    border-radius: 30px;
    display: inline-block;
}

.postid-5693 .tuyomi_LR02 .tuyomi_L,
.postid-5693 .tuyomi_LR03 .tuyomi_L {
    width: 130px;
    margin-right: 50px;
}

p.ft_privacy {
    text-align: center;
    font-size: 12px;
}

p.ft_privacy a {
    color: #333;
}

.postid-5762 .com_page_about_ul li:first-child img {
    width: auto;
    display: inline-block;
}

.postid-5762 .com_page_about_ul li:first-child .about_pic {
    text-align: center;
}

.postid-5938 .map {
    height: fit-content;
}

.postid-5938 .map iframe {
    height: 230px;
}

.postid-5938 .map .map_ttl {
    margin-top: 20px;
}

.fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 10000;
    padding: 12px 0 18px;
}

.common_lineButton a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #C10C07;
    /*background-image: url(/wp-content/themes/swell_child/images/icon_chat.svg);
    background-repeat: no-repeat;
    background-position: 30px;
    background-size: 30px;*/
    min-block-size: 66px;
    border-radius: 4px;
    padding: 0.3em;
    width: 380px;
    line-height: 1.3;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 8px 0 #720401;
    position: relative;
    overflow: hidden;
    background-color: #1d7430;
    box-shadow: 0 8px 0 #2e5230;
}

.fixed_footer .common_lineButton a {
    margin-inline: auto;
    width: 500px;
    min-block-size: 70px;
}

.common_lineButton a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%);
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.common_lineButton a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    aspect-ratio: 1;
    min-width: 0;
    margin: auto;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.common_lineButton a small {
    font-size: 13px;
    margin-bottom: 3px;
}


article#post-6003 .com_page_about_ul li img {
    object-fit: initial;
}

.postid-5974 .list_area .com_L img {
    width: auto;
}

#main_footer .mainNav .flex{
    align-items: baseline;
    justify-content: center;
}

h2.sec_08_h2{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.sec_08_text{
    margin-bottom: 1em;
}

.sec_service_re.sec_merit_lp .bg_gray_lp{
    padding-top: 70px;
}

.sec_service_re.sec_merit_lp .common_titleBox{
    margin: 0;
}

.sec_service_re.sec_merit_lp .merit_list ul li .ttl{
    background-color:#9E2E2B;
}

.sec_service_re.sec_merit_lp .merit_list ul li .ttl .label{
    color: #9E2E2B;
}

.sec_service_re.sec_merit_lp .merit_list ul li{
    border-color: #9E2E2B;
}

.sec_service_re.sec_service_lp .service_cont .ttl{
    margin-bottom: 30px;
}

.sec_service_re.sec_service_lp .service_cont .ttl .bold{
    color: #9E2E2B;
    -webkit-text-emphasis: dot #9E2E2B
}

.sec_service_re.sec_service_lp .service_cont .service_box ul li .ttl{
    background-color:#9E2E2B;
}

.sec_service_re.sec_service_lp .service_cont .service_box ul li{
    border-color: #9E2E2B;
}

.error404 #main_content{
    margin-bottom: 50px;
}

.topSection_related_articles {
    padding: 60px 0;
    background: #F7F5F3;
}

/* ===== グリッドレイアウト（3列） ===== */
.related_articles_grid .related_articles_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.related_articles_grid .related_article_card {
    flex: 0 0 calc((100% - 20px * 2) / 3);
    max-width: calc((100% - 20px * 2) / 3);
}

/* ===== 非表示カード（もっと見る対象） ===== */
.related_article_hidden {
    display: none;
}

/* ===== もっと見るボタン ===== */
.related_articles_more_wrap {
    text-align: center;
    margin-top: 32px;
}

.related_articles_more_btn,
.related_articles_close_btn {
    display: inline-block;
    padding: 12px 48px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.related_articles_more_btn:hover,
.related_articles_close_btn:hover {
    background: #333;
    color: #fff;
}

/* ===== カード共通 ===== */
.related_article_card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.related_article_card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.related_article_card>a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.related_article_img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e0e0e0;
    flex-shrink: 0;
}

.related_article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related_article_body {
    padding: 16px;
    flex: 1;
}

.related_article_title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related_article_excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topSection_faq.page_faq{
    padding: 0;
}

.page_faq .wrap{
    max-width: 100%;
}

/* =================================================SP================================================= */

@media (max-width: 750px) {


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    img {
        width: 100%
    }

    .top_img_area {
        height: auto;
        border-top: solid 1px #ccc;
    }

    /*.top_img_area {
               height: 175px;
               background-image: url(/wp-content/uploads/2017/10/sp_top_img.png);
               background-size: cover;
               background-position: center;
           }*/

    .top_img_area_text {
        width: 90%;
        margin: 0;
        left: 5%;
        height: auto;
        padding-top: 10px;
    }

    .mask_top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.27);
    }

    .hd_logo {
        width: 70%;
    }

    .top_img_text {
        font-size: 20px;
        margin-top: 20px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .top_img_text_sub span {
        display: none;
    }

    .sp_br {
        display: block;
    }

    .top_img_text_sub {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .top_img_btn {
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
    }

    .top_h2 {
        font-size: 20px;
        padding-top: 20px;
    }

    .sec_01 {
        padding: 3%;
    }

    .slider {
        width: 100%;
    }

    .hd_navi_02 {
        display: none !important;
    }

    .pr_text {
        font-size: 13px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slick-dots li {
        display: none;
    }

    .slick-slide {
        margin: 0px 10px;
    }

    .top_h2 span {
        font-size: 12px;
    }

    .sec_02_sp {
        padding: 5%;
        background-color: #fff;
        border-top: solid 1px #dedede;
    }

    .sec_02_sp_h2 {
        margin: 0;
        font-size: 18px;
        background: url(/wp-content/uploads/2017/10/search_icon.png) no-repeat left;
        background-size: auto auto;
        background-size: auto auto;
        background-size: auto auto;
        background-size: 9%;
        padding-left: 12%;
        line-height: 2;
    }

    .sec_02_sp_h2 span {
        font-size: 21px;
        color: #43a7e2;
    }

    .sec_02_sp_ul {
        overflow: hidden;
    }

    .sec_02_sp_ul li {
        list-style: none;
        width: 97%;
        float: left;
        border: solid 1px #ccc;
        border-radius: 4px;
        margin: 1.5%;
        padding: 3%;
        background-color: #fff;
        box-shadow: #efefef 0 0 2px;
    }

    .sec_02_sp_ul a {
        color: #333;
    }

    .sec_02_sp_ul_icon {
        width: 18%;
        margin: auto;
    }

    .sec_02_sp_ul_p {
        margin-bottom: 0;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .sec_02_sp_ul_p span {
        font-size: 12px;
    }

    .section_04_sp {
        background-color: #e8eff6;
        padding: 4%;
    }

    .sp_okomari_btn {
        background: #02853f;
        color: #422308;
        text-align: center;
        border-radius: 3px;
        box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
        font-weight: bold;
        letter-spacing: 1px;
        padding: 7px;
    }

    .sp_okomari_btn a {
        display: block;
        color: #fff;
        padding: 11px 10px;
        text-decoration: none;
    }

    .sec_06.wrap {
        border: none;
        background-color: #fbfbfb;
        padding: 0 !important;
        box-shadow: none;
    }

    .sec_06_h2 {
        font-size: 18px;
        border: none;
        padding: 7% 5% 5% 10%;
        margin-bottom: 0;
        background-size: 7%;
        background-position: 6px 24px;
    }

    .info_ul {
        background-color: #fff;
        border-top: solid 1px #dedede;
    }

    .info_ul li {
        padding: 3%;
    }

    .column_L {
        width: 22%;
        float: left;
    }

    .column_R {
        width: 73%;
    }

    .info_title {
        margin-bottom: 0;
        font-size: 15px;
    }

    .column_text {
        display: none;
    }

    .sec_06 {
        border: none;
        background-color: #fbfbfb;
        padding: 0 !important;
        box-shadow: none;
    }

    .column_more {
        width: 90%;
        margin: auto;
        margin-top: auto;
        float: none;
        margin-top: 15px;
    }

    .sec_05.wrap {
        width: 95%;
        padding: 5% !important;
        margin-bottom: 20px !important;
    }

    .sec_05_h2 {
        font-size: 17px;
        margin-bottom: 10px;
        background: no-repeat;
        padding-left: 0;
        text-align: center;
    }



    .reason_ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .icon_pic {
        width: 15%;
        float: left;
    }

    .reason_h3 {
        width: 100%;
        margin-top: 1vw;
        text-align: left;
        padding-left: 8%;
        background-size: 5%;
        background-position: left;
        font-size: 18px;
    }

    .reason_tex {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 8px;
    }

    .reason_text {
        margin-top: 0;
        font-size: 19px;
        line-height: 1.4;
        background-size: 6vw;
        padding-left: 9vw;
        text-align: left;
        background-position: 0;
        margin-bottom: 10px;
    }

    .reason_text_02 {
        font-size: 13px;
        text-align: left;
    }

    .sec_07_bg {
        display: none;
    }

    .page_top.sp {
        background: url(/wp-content/uploads/2017/10/page_top_icon.png) no-repeat #eee left;
        background-position-x: left;
        background-position-y: center;
        background-size: auto auto;
        width: 80%;
        margin: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 20px;
        text-align: center;
        background-size: 5%;
        background-position: 10%;
        line-height: 44px;
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .page_top.sp a {
        color: #333;
        font-size: 14px;
        display: block;
    }

    .ft_link_area {
        padding: 0;
        background-color: #9e2e2b;
    }

    .ft_link li {
        width: 100%;
        font-size: 13px;
        padding: 10px;
        border-bottom: solid 1px #af5708;
    }

    .ft_link a {
        color: #fff;
        border: none;
        display: block;
    }

    .ft_logo {
        width: 30%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ft_logo img {
        width: 100%;
    }

    address {
        font-size: 9px;
    }

    .menu {
        width: 20px;
        height: 20px;
        position: relative;
        margin: 3px auto 4px;
    }

    .menu1 {
        width: 20px;
        height: 3px;
        background-color: #777;
        position: absolute;
        top: 0px;
    }

    .menu2 {
        width: 20px;
        height: 3px;
        background-color: #777;
        position: absolute;
        top: 6px;
    }

    .menu3 {
        width: 20px;
        height: 3px;
        background-color: #777;
        position: absolute;
        top: 12px;
    }

    .menu1,
    .menu2,
    .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .menuclick1 {
        top: 6px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    .menuclick2 {
        opacity: 0;
    }

    .menuclick3 {
        top: 6px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    .sp_mask.sp_mask_click {
        background-color: #33333380;
        width: 100%;
        height: 200vh;
        position: fixed;
        top: 0;
        z-index: 2;
    }

    .sp_menu {
        position: absolute;
        top: 100.5px;
        background-color: #c7e8fb;
        width: 100%;
        z-index: 100;
        padding: 12px 12px 30px;
    }

    .sp_menu_contact {
        margin-bottom: 20px;
    }

    .sp_menu_contact a {
        text-align: center;
        color: #fff;
        width: 100%;
        display: block;
        font-size: 15px;
        border-radius: 3px;
        box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
        line-height: 3;
        background: #FF6C00;
    }

    .sp_menu_sec_01 {
        background-color: #fff;
        padding: 15px 10px;
        margin-bottom: 15px;
        box-shadow: #ddd 0 0 2px;
    }

    .sp_menu_sec_01 h2 {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .sp_menu_search_ul {
        overflow: hidden;
    }

    .sp_menu_search_ul li {
        width: 100%;
        float: left;
        list-style: none;
    }

    .sp_menu_search_ul li:first-child {
        /* border-right: solid 1px #ddd; */
    }

    .sp_menu_search_ul a {
        color: #333;
    }

    .sp_menu_search_ul_pic {
        width: 35px;
        margin: 0 auto 7px;
    }

    .sp_menu_search_ul_text {
        text-align: center;
        font-size: 11px;
    }

    .sp_menu_search_ul_text span {
        font-weight: bold;
        font-size: 14px;
        margin-right: 3px;
    }

    .sp_menu_sec_02 {
        background-color: #fff;
        padding: 0 10px;
        box-shadow: #ddd 0 0 2px;
        margin-bottom: 15px;
    }

    .sp_menu_sec_02_ul li::before {
        content: '';
        background-color: #9e2e2b;
        width: 2px;
        height: 21px;
        position: absolute;
        top: 10px;
        left: -10px;
    }

    .sp_menu_sec_02_ul li a {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        letter-spacing: 2px;
        padding-left: 13px;
        line-height: 3.3;
        display: block;
        border-bottom: solid 1px #ddd;
    }

    .sp_menu_sec_02_ul li {
        list-style: none;
        background-image: url(/wp-content/uploads/2017/12/sp_menu_arrow.png);
        background-repeat: no-repeat;
        background-size: 7px;
        background-position: right;
        position: relative;
    }

    .sp_menu_sec_03 {
        box-shadow: #ddd 0 0 2px;
    }

    .sp.sp_hd {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 100;
        background-color: #fff;
    }

    .sp_hd_logo {
        margin: 0;
        border-bottom: solid 1px #ccc;
        text-align: center;
        font-size: initial;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .sp_hd_logo img {
        height: 36px;
        width: auto;
    }

    .sp_navi_ul li {
        width: 25%;
        float: left;
        list-style: none;
        border-right: solid 1px #eee;
        text-align: center;
        padding-top: 6px;
        line-height: 1;
        padding-bottom: 6px;
    }

    .sp_navi_ul a {
        font-size: 9.5px;
        font-weight: bold;
        color: #535353;
        line-height: 1;
    }

    .sp_navi_icon {
        margin-bottom: 7px;
    }

    .sp_navi_icon img {
        width: 20px;
    }

    .sp_navi_title {
        font-size: 9.5px;
        font-weight: bold;
        color: #535353;
    }


    #sp_nav {
        width: 100%;
        padding-bottom: 1%;
    }

    dl.sp_nav {
        margin: 0px;
        width: 100%;
    }

    dl.sp_nav dt {
        overflow: hidden;
    }

    dl.sp_nav dt img {
        width: 12%;
        margin-right: 6%;
        margin-top: 2%;
    }

    dl.sp_nav ul {
        padding-left: 0px;
        margin: 0px;
        list-style-type: none;
    }

    dl.sp_nav li {
        background: #287FE1;
        border-bottom: 1px dotted #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        padding-left: 10px;
    }

    dl.sp_nav li a {
        color: #fff;
        letter-spacing: 2px;
        font-size: 14px;
        padding: 13px;
        display: block;
        background: url(/wp-content/uploads/2017/11/sp_arrow.png)no-repeat right center;
        text-decoration: none;
    }

    .sp_nav dd {
        margin: 0;
    }

    .pan_area {
        margin-top: 0px;
    }

    .page_area {
        padding: 0 2%;
    }

    .entry-title {
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .sec_02.wrap {
        padding: 0;
        border: none;
        box-shadow: initial;
    }

    .tab li {
        padding: 0;
        width: 32%;
        text-align: center;
        line-height: 3;
    }

    .sec_02_ul li {
        width: 48%;
        margin: 1%;
        font-size: 13px;
    }

    .sec_02_ul {
        width: 100%;
    }

    .sec_03.wrap {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .cate_ul {
        width: 100%;
        background-color: #fff;
    }

    .cate_ul li {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-bottom: solid 1px #dedede;
        background: url(/wp-content/uploads/2017/03/hd_link_arrow.png) no-repeat left;
        background-position-x: left;
        background-position-y: center;
        background-size: auto auto;
        background-position-x: left;
        background-position-y: center;
        background-size: auto auto;
        background-size: 2%;
        background-position: 98%;
    }

    .cate_L {
        width: 22%;
        margin-right: 3%;
    }

    .cate_R {
        width: 74%;
        float: left;
    }

    .cate_text {
        margin: 0;
    }

    .step_pic {
        margin-bottom: 20px;
    }

    .ikkatu_shubetu {
        width: 100%;
        margin-bottom: 0px;
    }

    .ikkatu_shubetu li {
        width: 98%;
        font-size: 17px;
        margin-bottom: 10px;
    }

    #Formbox {
        padding: 0;
        background-color: initial;
    }

    #Formbox .inner {
        width: 100%;
        box-shadow: none;
        border: none;
    }

    #Formbox th {
        width: 100%;
        display: block;
        padding: 3%;
        border-right: none;
    }

    #Formbox td {
        width: 100%;
        display: block;
    }

    #Formbox td input[type="text"],
    #Formbox td input[type="email"],
    #Formbox td input[type="tel"] {
        width: 100%;
    }

    #second_attend {
        width: 94%;
        padding: 5% 3%;
    }

    #second_attend {
        width: 94%;
        padding: 5% 3%;
        margin-top: 4px;
        border-top: solid 1px #bdc8ca;
    }

    #second_attend p.title.nowOpen {
        background-size: 15px;
    }

    #Formbox input[type="submit"] {
        padding: 3% 5%;
        width: 90%;
    }

    #second_attend p.title {
        font-size: 12px;
    }

    .wpcf7-checkbox .wpcf7-list-item {
        font-size: 12px;
        padding-left: 10%;
    }

    #Formbox table.request {
        margin-bottom: 30px;
        width: 95%;
    }

    #Formbox table {
        width: 100%;
    }

    table.com_table {
        font-size: 13px;
    }

    .list_pr {
        padding: 10px;
        font-size: 17px;
    }

    .list_cate {
        padding: 10px;
    }

    .list_cate li {
        font-size: 12px;
        padding: 2px 5px;
        margin: 0;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-right: 4px;
        margin-bottom: 5px;
    }

    .com_LR {
        padding: 10px;
    }

    .com_L {
        width: 30%;
        float: left;
    }

    .list_com_area {
        font-size: 11px;
        color: #333;
        margin-bottom: 0;
    }

    .list_com_name {
        font-size: 14px;
    }

    .list_com_taiou {
        font-size: 12px;
    }


    .com_LR {
        padding: 10px;
        height: auto;
    }


    .com_R {
        margin: 0;
        width: 66%;
        float: right;
    }

    .com_LR_02 {
        padding: 10px;
        margin: 0;
    }

    .com_L_02 {
        width: 30%;
        margin-bottom: 0;
        margin-right: 2%;
    }

    .com_R_02 {
        float: none;
        width: 100%;
    }

    .com_R_02_title {
        font-size: 16px;
        clear: initial;
    }

    .com_R_02_text {
        font-size: 13.5px;
        margin-bottom: 0;
    }

    .list_btn_ul {
        float: none;
    }

    .list_btn_ul li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .list_btn_ul li a {
        font-size: 15px;
    }

    .taiou_table {
        /* position: relative; */
        /* top: 8vw; */
        /* left: -50%; */
        /* width: 150%; */
        font-size: 13px;
    }

    .com_btn {
        font-size: 15px;
        width: 100%;
        margin-top: 20px;
    }

    .com_page_about {
        padding: 10px;
    }

    .com_page_about_title.page_title_01 {
        font-size: 16px;
        margin-top: 9px;
        background-size: 5%;
        padding-left: 7%;
    }

    .com_page_about_area {
        padding: 10px;
    }

    .com_page_about_ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 10px;
    }


    .about_pic {
        width: 30%;
        float: left;
        margin-right: 2%;
    }

    .about_text {
        margin-top: 0;
        font-size: 13px;
        width: 65%;
        float: right;
    }


    .list_com_taiou span {
        display: block;
    }

    .com_page_about_title.page_title_02 {
        font-size: 19px;
        margin-top: 9px;
        background-size: 6%;
        padding-left: 7%;
    }

    .tuyomi_title.tuyomi_01,
    .tuyomi_title.tuyomi_02,
    .tuyomi_title.tuyomi_03 {
        background: none;
        padding: 0;
        line-height: 1.5;
        font-size: 19px;
    }

    .tuyomi_R {
        width: 100%;
        float: none;
    }

    .tuyomi_text {
        font-size: 14.5px;
        line-height: 1.7;
        margin-bottom: 10px;
    }

    .tuyomi_L {
        width: 100%;
        float: none;
        margin: auto;
        margin-bottom: auto;
        margin-bottom: 20px;
    }

    .tuyomi_LR {
        border-bottom: dotted 1px #ccc;
        margin-bottom: 30px;
    }

    .tuyomi_title.tuyomi_01::before {
        content: '1.';
        font-size: 17px;
        color: #9e2e2b;
        margin-right: 6px;
    }

    .tuyomi_title.tuyomi_02::before {
        content: '2.';
        font-size: 17px;
        color: #9e2e2b;
        margin-right: 6px;
    }

    .tuyomi_title.tuyomi_03::before {
        content: '3.';
        font-size: 17px;
        color: #9e2e2b;
        margin-right: 6px;
    }

    page_btn {
        width: 100%;
    }

    .page_btn a {
        font-size: 15px;
    }

    .list_area {
        margin-bottom: 30px;
    }

    .com_page_about_title.date {
        font-size: 17px;
        margin-top: 9px;
        background-size: 8%;
        padding-left: 14%;
        padding-top: 5%;
        background-position: 5% 14px;
    }

    .data_table {
        width: 100%;
        margin: 0;
    }

    .page_btn {
        width: 100%;
    }

    .map {
        width: 100%;
    }

    .page_com_pro {
        padding: 10px;
        margin-bottom: 0px;
    }

    .data_table th {
        width: 28%;
    }

    .data_table td {
        padding: 10px 0;
        font-size: 13px;
    }

    .table_com_name {
        font-size: 15px;
    }

    .table_com_name img {
        width: 24%;
    }

    .td_bold {
        font-size: 14px;
    }

    .message {
        padding: 10px;
    }

    .com_page_about_title.page_title_04 {
        font-size: 17px;
        margin-top: 9px;
        background-size: 8%;
        padding-left: 14%;
        padding-top: 5%;
        background-position: 5% 14px;
    }

    .about_pic {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .about_text {
        width: 100%;
        margin-bottom: 20px;
    }

    .message_L {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }

    .message_R {
        width: 100%;
        float: none;
    }

    .message_text {
        margin: 0;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .message_arrow {
        display: none;
    }

    .toukou_LR.wrap {
        padding: 5%;
        margin-bottom: 0;
    }

    .toukou_L {
        width: 100%;
    }

    .entry-title.toukou_h1 {
        background: none;
        border: none;
        padding: 0;
        padding-bottom: 0px;
        padding-bottom: 0px;
        margin: 0;
        padding-bottom: 10px;
    }

    .info_ul {
        background-color: #fff;
        border-top: solid 1px #dedede;
    }

    .info_ul li {
        padding: 3%;
        margin-bottom: 0;
    }

    .column_L.archive {
        width: 29%;
        float: left;
    }

    .column_R.archive {
        width: 67%;
    }

    .info_title {
        margin-bottom: 0;
        font-size: 14px;
    }

    .column_text {
        display: none;
    }

    .toukou_LR .info_ul li {
        padding: 4% 0 0;
        border-bottom: none;
    }

    .toukou_R {
        width: 100%;
        padding-top: 0;
    }

    .side_sinchaku_R {
        width: calc(100% - 77px);
        float: right;
    }

    .wpp-thumbnail.wpp_cached_thumb.wpp_featured {
        width: 70px;
        height: 70px;
    }

    .single_h1 {
        font-size: 19px;
    }

    .pre_arrow {
        margin-top: 0;
        width: 9px;
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }

    .pre_text {
        padding-top: 5px;
    }

    .pre_R {
        width: 100%;
    }

    .pre_thum {
        width: 70px;
        float: left;
        margin-right: 10px;
    }

    .nex_R {
        float: none;
        text-align: initial;
    }

    .nex_li {
        width: 100%;
    }

    .nex_arrow {
        margin: 0;
        margin-right: 0px;
        width: 9px;
        float: left;
        margin-right: 10px;
    }

    .nex_text {
        padding-top: 5px;
    }

    .nex_L {
        width: 100%;
    }

    .nex_thum {
        width: 70px;
        float: left;
        margin-right: 10px;
    }

    .pre_li {
        width: 100%;
        border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: dotted 1px #ccc;
        height: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .toukou_area h2 {
        font-size: 20px;
    }

    .yarpp-related {
        width: 100%;
    }

    .yarpp-thumbnails-horizontal {
        padding: 2%;
    }

    .yarpp-thumbnail {
        width: 45% !important;
        margin: 1% !important;
        border: none !important;
        height: auto !important;
    }

    .attachment-yarpp-thumbnail {
        width: 100% !important;
        height: 27vw !important;
        margin-bottom: 10px !important;
    }

    .yarpp-thumbnail-title {
        width: 100% !important;
        font-size: 13px !important;
        color: #333;
        max-height: 29vw !important;
        font-weight: normal !important;
    }

    .select_title {
        background-size: 7%;
        padding-left: 8%;
        padding-top: 3%;
        font-size: 19px;
        line-height: 1;
    }

    .tab.contact_tab {
        width: 100%;
    }

    .tab_li.contact_tab_li {
        width: 48%;
        margin: 1%;
        line-height: 3;
        font-size: 14px;
    }

    .tab_li.contact_tab_li.select {
        margin: 1%;
        border: solid 1px #9e2e2b;
    }

    .shubetu_title {
        background-size: 7%;
        padding-left: 8%;
        padding-top: 3%;
        font-size: 19px;
        line-height: 1;
        margin-bottom: 0;
    }

    .q span {
        font-size: 9px;
        margin-right: 10px;
    }

    .q {
        font-size: 16px;
    }

    .a span {
        margin-right: 10px;
    }

    .a {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .kanren_area {
        width: 96%;
        margin: 2%;
        height: auto;
        padding: 10px;
    }

    .kanren_L {
        width: 24%;
        float: left;
    }

    .kanren_text {
        position: static;
        padding: 0;
        margin: 0;
        width: auto;
        color: #141412;
        font-size: 14px;
    }

    .kanren_R {
        position: static;
        width: 74%;
        float: right;
        background: transparent;
    }

    .kanren_LR {
        overflow: hidden;
        margin-bottom: 0px;
    }

    .kanren_name {
        font-size: 13px;
    }

    .kanren_btn {
        position: static;
    }

    .kanren_about {
        margin-bottom: 10px;
    }

    .kanren_btn {
        position: static;
        width: 100%;
    }

    .hd_contact_logo {
        width: 40%;
        margin: 10px auto 0;
    }

    .sec_01_sp {
        background-color: #9e2e2b;
        padding: 10px;
    }

    .sec_01_btn {
        line-height: 3.5;
        width: 100%;
        background: #028540;
        text-align: center;
        border-radius: 3px;
        box-shadow: inset 0 -3px 0 0 rgba(57, 54, 54, 0.37);
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .sec_01_btn a {
        color: #fff;
        display: block;
    }

    .sec_01_sp_ul {
        overflow: hidden;
    }

    .sec_01_sp_ul li {
        list-style: none;
        width: 100%;
        float: left;
        text-align: center;
        border: solid 1px #9f530f;
        padding: 10px 0;
        border-radius: 7px;
        background-color: #cb6203;
    }

    .sec_01_sp_ul li:first-child {
        /* border-right: solid 1px #bedef0; */
    }

    .sec_01_sp_ul a {
        color: #fff;
        display: block;
    }

    .sec_01_sp_ul_pic {
        width: 28px;
        margin: 0 auto 5px;
    }

    .sec_01_sp_ul_text {
        font-size: 11px;
    }

    .sec_01_sp_ul_text span {
        font-weight: bold;
        font-size: 14px;
        margin-right: 2px;
    }

    .new_mark {
        font-size: 9px;
        padding: 0 6px;
    }

    .icon_pic {
        display: none;
    }

    .sec_02 ul.tab li {
        width: 24%;
        border-bottom: solid 1px #ccc;
        line-height: 1;
        padding: 12px 0;
        margin-bottom: 1%;
        margin-right: 0.5%;
    }

    ul.tab {
        border: none;
    }

    .keisai_02_btn a {
        width: 90%;
        padding-left: 15%;
        font-size: 4vw;
        background-size: 6%;
        background-position: 7%;
    }

    .keisai_03_title {
        font-size: 18px;
        letter-spacing: initial;
    }

    .keisai_h2 span {
        font-size: 17px;
        padding: 10px;
        display: block;
        width: 11%;
        text-align: center;
        margin-bottom: 20px;
    }

    .keisai_h2 {
        font-size: 20px;
    }

    .keisai_03_L {
        width: 100%;
    }

    .keisai_03_text {
        font-size: 15px;
    }

    .keisai_03_R {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .keisai_nagare_ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .keisai_nagare_ul {
        width: 90%;
        margin: 40px auto;
    }

    .keisai_step {
        font-size: 20px;
    }

    .keisai_pic {
        width: 30%;
        margin: 0 auto 20px;
    }

    .keisai_text {
        font-size: 14px;
    }

    .keisai_title {
        font-size: 20px;
    }

    .keisai .keisai_pic {
        width: 100%;
    }

    .keisai_03_area {
        width: 90%;
    }

    .toukou_area h3 {
        font-size: 18px;
    }

    .toukou_area h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    a.station_btn {
        width: 100%;
        font-size: 17px;
        line-height: 55px;
    }

    .taiou_table th {
        width: 100%;
        display: block;
    }

    .taiou_table td {
        width: 100%;
        display: block;
        border-top: none;
    }

    .hd_lp_logo {
        width: 28%;
    }

    .hd_lp_jisseki {
        width: 60%;
        margin-right: 2%;
    }

    .sec_mv_img {
        width: 100%;
    }

    .sec_mv_bg {
        padding-bottom: 20px;
    }

    h2.nayami_lp_h2 {
        font-size: 5vw;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    h2.nayami_lp_h2 .bold {
        font-size: 8vw;
    }

    .bg_gray_lp {}

    ul.nayami_ul li {
        width: 100%;
        font-size: 4.2vw;
        margin-bottom: 15px;
    }

    .nayami_img {
        position: static;
        width: 45%;
        margin: 0 auto 20px;
    }

    .kaiketu_img {
        width: 80%;
        margin-top: 18vw;
    }

    p.kaiketu_txt {
        font-size: 5vw;
    }

    p.contact_lp_link_sub {
        font-size: 4.2vw;
    }

    p.contact_lp_link_sub .bold {
        font-size: 5.9vw;
    }

    p.contact_lp_link_sub:before {
        left: 13%;
        height: 14vw;
    }

    p.contact_lp_link_sub:after {
        right: 13%;
        height: 14vw;
    }

    .contact_lp_link {
        width: 94%;
        font-size: 5vw;
        line-height: 70px;
    }

    .contact_lp_link .sub {
        font-size: 4vw;
        left: 6%;
        line-height: 6vw;
        top: 18px;
        transform: none;
        border-radius: inherit;
        padding: 5px 10px;
    }

    .contact_lp_link:after {
        top: 23px;
    }

    section.sec_contact_lp {
        padding-bottom: 0;
    }

    ul.nayami_ul {
        margin: 0 3% 30px;
    }

    h2.common_lp_h2 {
        font-size: 4.5vw;
        padding: 20px 0;
    }

    h2.common_lp_h2 .bold01 {
        font-size: 6vw;
    }

    h2.common_lp_h2 .bold02 {
        font-size: 6vw;
    }

    h2.common_lp_h2:after {
        left: calc(50% - 10px);
        bottom: -18px;
        border: initial;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #9e2e2b;
    }

    ul.reason_lp_ul {
        width: 94%;
        margin: 30px auto;
    }

    ul.reason_lp_ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .explanation_ttl_flex {
        width: 96%;
        margin: 30px auto 0;
        flex-direction: column-reverse;
    }

    .explanation_ttl_flex .ttl {
        font-size: 5.9vw;
        text-align: center;
    }

    .explanation_ttl_flex .image {
        width: 40%;
        margin-bottom: 10px;
    }

    ul.explanation_ul {
        margin: 20px 3% 0;
    }

    ul.explanation_ul li {
        width: 100%;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .fukidashi_man {
        width: 17%;
    }

    ul.explanation_ul li .fukidashi {
        width: 78%;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: space-between;
        height: fit-content;
        padding: 3% 2%;
        align-items: center;
    }

    .man_image {
        width: 100%;
        margin-top: 0;
    }

    p.fukidashi_name {
        font-size: 14px;
        margin-bottom: 0;
    }

    ul.explanation_ul li .image {
        width: 20%;
        margin: 0;
    }

    ul.explanation_ul li p.txt {
        width: 77%;
        font-size: 4vw;
        text-align: left;
        margin-bottom: 0;
    }

    ul.explanation_ul li .fukidashi:before {
        border: 12px solid transparent;
        border-right: 12px solid #FFF;
        bottom: initial;
        top: 50%;
        left: -2px;
        margin-top: -12px;
    }

    ul.explanation_ul li .fukidashi:after {
        border: 12px solid transparent;
        border-right: 12px solid #9e2e2b;
        bottom: initial;
        top: 50%;
        left: -2px;
        margin-top: -12px;
    }

    section.sec_explanation_lp .arrow_img {
        width: 13%;
    }

    .mitsumori_img {
        padding: 20px 15px;
        margin-bottom: 40px;
    }

    h2.step_lp_h2 {
        font-size: 4.4vw;
        margin-top: 50px;
    }

    h2.step_lp_h2 .bold {
        font-size: 7vw;
    }

    ul.step_lp_ul {
        margin: 0 3% 30px;
    }

    ul.step_lp_ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.step_lp_ul li h3.ttl {
        font-size: 5.4vw;
    }

    ul.step_lp_ul li h3.ttl span {
        font-size: 3vw;
    }

    ul.step_lp_ul li .inner {
        padding: 2%;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    ul.step_lp_ul li .inner .image {
        width: 16%;
        margin: 0;
    }

    ul.step_lp_ul li .inner .txt {
        width: 76%;
        font-size: 3.6vw;
        text-align: left;
    }

    .sec_merit_lp .merit_list {
        padding: 5vw 2.5vw 10vw;
    }

    .sec_merit_lp .merit_list ul li+li {
        margin-top: 5vw;
    }

    .sec_merit_lp .merit_list ul li .ttl {
        padding: 3vw 5vw;
        font-size: 4.7vw;
        text-align: center;
    }

    .sec_merit_lp .merit_list ul li .ttl .label {
        font-size: 3vw;
        padding: 1vw 2vw;
        margin: 0 auto 2vw;
        width: fit-content;
        display: block;
    }

    .sec_merit_lp .merit_list ul li .inner {
        padding: 5vw;
        gap: 4vw;
        flex-direction: column-reverse;
    }

    .sec_merit_lp .merit_list ul li .inner .img {
        width: 20vw;
    }

    .sec_merit_lp .merit_list ul li .inner .text_box .text {
        font-size: 3.6vw;
    }

    .sec_merit_lp .merit_list ul li .inner .text_box .text+.text {
        margin-top: 3vw;
    }

    .sec_service_lp {
        margin: 10vw 2.5vw 15vw;
    }

    .sec_service_lp .service_cont .ttl {
        font-size: 7vw;
    }

    .sec_service_lp .service_cont .ttl .bold {
        font-size: 9vw;
    }

    .sec_service_lp .service_cont .service_box ul {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .sec_service_lp .service_cont .service_box ul li:nth-child(1),
    .sec_service_lp .service_cont .service_box ul li:nth-child(2),
    .sec_service_lp .service_cont .service_box ul li:nth-child(3),
    .sec_service_lp .service_cont .service_box ul li:nth-child(4),
    .sec_service_lp .service_cont .service_box ul li:nth-child(5) {
        grid-area: unset;
    }

    .sec_service_lp .service_cont .service_box ul li {
        border: solid 3px #9e2e2b;
        border-radius: 8px;
        background: #fff;
    }

    .sec_service_lp .service_cont .service_box ul li .ttl {
        padding: 3vw 5vw;
        font-size: 5vw;
    }

    .sec_service_lp .service_cont .service_box ul li .inner {
        padding: 5vw;
    }

    .sec_service_lp .service_cont .service_box ul li .inner .img {
        width: 20vw;
        margin: 0 auto 4vw;
    }

    .sec_service_lp .service_cont .service_box ul li .inner .text_box .text {
        font-size: 3.6vw;
    }

    .sec_service_lp .service_cont .service_box ul li .inner .text_box .text+.text {
        margin-top: 3vw;
    }

    ul.voice_lp_ul {
        width: 94%;
        margin-top: 40px;
    }

    ul.voice_lp_ul li h3.ttl {
        padding: 12px;
        font-size: 20px;
    }

    ul.voice_lp_ul li h3.ttl span {
        display: block;
        margin: 0;
        font-size: 17px;
        width: 40%;
        text-align: center;
        margin: 0 auto 10px;
        border-radius: 6px;
    }

    ul.voice_lp_ul li .inner {
        padding: 17px;
    }

    .voice_L {
        width: 100%;
    }

    .voice_profile_flex .image {
        width: 18%;
        margin-right: 4%;
    }

    .voice_profile_flex .txt {
        width: 78%;
    }

    .voice_profile_flex .txt p.voice_bukken {
        font-size: 19px;
    }

    .voice_profile_flex .txt p.voice_name {
        font-size: 13px;
    }

    .voice_profile_flex .txt p.voice_star {
        font-size: 14px;
    }

    .voice_txt {}

    .voice_L .voice_txt {
        margin-top: 20px;
    }

    .voice_L .voice_txt .ttl {
        display: none;
    }

    .voice_L .voice_txt .txt {
        font-size: 15px;
    }

    ul.voice_lp_ul li {
        margin-bottom: 30px;
    }

    .sec_faq_lp_bg {
        padding: 30px 3%;
    }

    p.faq_lp_h2_en {
        font-size: 30px;
    }

    h2.faq_lp_h2 {
        font-size: 18px;
    }

    .faq_box {
        width: 100%;
    }

    dl.faq_dl {
        padding: 5%;
    }

    dl.faq_dl dt span {
        font-size: 6vw;
        width: 10%;
        margin-right: 5%;
    }

    dl.faq_dl dt p {
        width: 85%;
        font-size: 17px;
    }

    dl.faq_dl dt {
        align-items: flex-start;
    }

    dl.faq_dl dd {
        padding: 0;
    }

    dl.faq_dl dd span {
        font-size: 5vw;
        width: 6%;
        margin-right: 4%;
        margin-left: 5%;
    }

    dl.faq_dl dd p {
        width: 84%;
        font-size: 13px;
    }

    .lp_sp_fix_contact {
        position: fixed;
        z-index: 999;
        width: 100%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .lp_sp_fix_contact p {
        margin: 10px auto;
        box-shadow: initial;
    }

    ul.reason_lp_ul li .inner p.sub_ttl {
        font-size: 4vw;
    }

    ul.reason_lp_ul li .inner p.sub_ttl .bold {
        font-size: 6vw;
    }

    .bg_gray_lp:after {
        left: calc(50% - 10px);
        bottom: -18px;
        border: initial;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #f0efe8;
    }

    section.sec_mv_lp {
        margin-bottom: 20px;
    }

    .sec_explanation_lp h2.common_lp_h2 {
        text-align: left;
        padding-left: 26%;
    }

    section.sec_explanation_lp h2:before {
        width: 23%;
        left: 1%;
        top: -3vw;
    }

    ul.explanation_ul li.bg_red .fukidashi:before {
        border: 12px solid transparent;
        border-right: 12px solid #ffeae3;
    }

    .sec_mv_area p.sub_ttl {
        width: 90%;
        margin: auto;
        font-size: 3.4vw;
        letter-spacing: 1px;
    }

    .sec_mv_h1 {
        padding: 0 5%;
        font-size: 5.9vw;
        letter-spacing: 0.6vw;
        margin-top: 4vw;
    }

    .sec_mv_h1 .bold01 {
        font-size: 7vw;
    }

    .sec_mv_h1 .bold02 {
        font-size: 9vw;
        padding-top: 5vw;
        margin-bottom: 2vw;
    }

    .sec_mv_h1 .bold02 .dot:before {
        top: -8vw;
    }

    .mv_crown {
        width: 95%;
        margin: auto;
    }

    .sec_mv_area {
        background-size: 45%;
        background-position: 104% 26vw;
    }

    section.sec_mv {
        padding-top: 7vw;
    }

    .sec_mv_h1 .bold03 {
        font-size: 7vw;
        line-height: 11vw;
    }

    .realtor_content .sec_title {
        font-size: 18px;
    }

    .realtor_scroll_inner {
        height: 100vw;
    }

    .realtor_scroll+.realtor_scroll {
        margin-top: 30px;
    }

    h1.entry-title.realtor_h1 {
        text-align: center;
        margin-bottom: 20px;
    }

    #post-4421 .com_L {
        width: 100%;
        height: 30vw;
        margin-bottom: 20px;
    }

    #post-4421 .com_L img {
        width: auto;
    }

    #post-4421 .com_R {
        width: 100%;
    }

    /*dl.area_dl {
                   height: 230px;
                   overflow-y: scroll;
               }*/

    .voice_profile_flex .txt .voice_bukken {
        font-size: 20px;
    }

    .hd_lp_h1 {
        font-size: 12px;
        width: 64%;
        margin-right: 2%;
    }

    p.contact_lp_link_sub.contact_lp_link_sub_ver2:after {
        right: 6%;
    }

    p.contact_lp_link_sub.contact_lp_link_sub_ver2:before {
        left: 6%;
    }

    p.contact_lp_link_sub.contact_lp_link_sub_ver2 .bold {
        font-size: 5.2vw;
    }

    p.contact_lp_link.contact_lp_link_ver2 span.txt {
        margin-left: 15px;
    }

    /*Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã£ÂÅ Ã£Ââ„¢Ã£Ââ„¢Ã£â€šÂÃ¨Â³Æ’Ã¨Â²Â¸Ã§Â®Â¡Ã§Ââ€ Ã¤Â¼Å¡Ã§Â¤Â¾Ã§Â´Â¹Ã¤Â»â€¹ */

    section.area_suggest .wrap {
        width: 94%;
    }

    .area_suggest_title .ttl {
        font-size: 5vw;
    }

    .area_suggest_title .txt {
        font-size: 3.5vw;
    }

    .area_floor_box .sub_ttl {
        font-size: 4.3vw;
    }

    .area_floor_box table th {
        padding: 10px 10px;
        font-size: 3.5vw;
    }

    section.area_suggest .quote {
        font-size: 13px;
    }

    section.area_suggest .annotation {
        font-size: 13px;
    }

    section.area_suggest .main_text {
        font-size: 3.8vw;
    }

    .are_suggest_list .sub_ttl {
        font-size: 4.2vw;
    }

    .suggest_company_box ul li {
        width: 100%;
    }

    .suggest_company_box ul .company {
        width: 100%;
    }

    .are_suggest_list table th {
        padding: 10px 10px;
        font-size: 3.5vw;
    }

    .are_suggest_list table td {
        padding: 10px 10px;
        font-size: 3.5vw;
    }

    .suggest_company_box .com-txt {
        font-size: 3.5vw;
    }

    .suggest_company_box .sb_title {
        font-size: 3.7vw;
    }

    .suggest_company_box .point {
        padding-bottom: .5em;
        font-size: 3.6vw;
        border-bottom: dotted 2px #9e2e2b;
    }

    .suggest_company_box .tl {
        margin-top: 0px;
        font-size: 4vw !important;
        border-bottom: dotted 2px #9e2e2b;
    }

    .suggest_company_box .tx {
        font-size: 3.6vw;
    }

    .suggest_company_box .inyou {
        font-size: 12px;
    }

    /*Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã£ÂÅ Ã£Ââ„¢Ã£Ââ„¢Ã£â€šÂÃ¨Â³Æ’Ã¨Â²Â¸Ã§Â®Â¡Ã§Ââ€ Ã¤Â¼Å¡Ã§Â¤Â¾Ã§Â´Â¹Ã¤Â»â€¹Ã£â‚¬â‚¬Ã§Âµâ€šÃ¤Âºâ€  */

    /* Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã¦ÂµÂÃ£â€šÅ’Ã£â€šÂ»Ã£â€šÂ¯Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³ */
    .wrap3 {
        width: 90%;
        margin: 0 auto;
    }

    section.area-flow .common_top_ttl .ttl {
        font-size: 5vw;
    }

    .common_flow_list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .common_flow_list ul li .img .num {
        font-size: 28px;
    }

    .common_flow_list ul li .text_box .ttl {
        font-size: 17px;
    }

    .common_flow_list ul li .text_box .text {
        font-size: 13px;
    }

    /* Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£â‚¬â‚¬Ã£Æ’ÂÃ£â€šÂ§Ã£Æ’Æ’Ã£â€šÂ¯Ã£Ââ€”Ã£ÂÂ¦Ã£ÂÅ Ã£ÂÂÃ£ÂÅ¸Ã£Ââ€žÃ£Æ’ÂÃ£â€šÂ¤Ã£Æ’Â³Ã£Æ’Ë†Ã£â€šÂ»Ã£â€šÂ¯Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã©â€“â€¹Ã¥Â§â€¹ */
    .sec_choice_point {
        padding-bottom: 10vw;
    }

    .sec_choice_point .point_lp_h2 {
        font-size: 4.4vw;
    }

    .sec_choice_point .point_lp_h2 .color {
        font-size: 7vw;
    }

    .sec_choice_point .choice_point_list ul {
        grid-template-columns: repeat(1, 94%);
        gap: 4vw 0;
        justify-content: center;
    }

    .sec_choice_point .choice_point_list ul li .index {
        font-size: 5.5vw;
        padding: 3vw 0;
    }

    .sec_choice_point .choice_point_list ul li .index .en {
        font-size: 3.6vw;
    }

    .sec_choice_point .choice_point_list ul li .inner {
        padding: 5vw;
    }

    .sec_choice_point .choice_point_list ul li .inner .img {
        width: 12vw;
    }

    .sec_choice_point .choice_point_list ul li .inner .text {
        font-size: 3.8vw;
    }

    .fix_contact_box {
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 20px 15px 10px;
        border-radius: 10px 10px 0 0;
    }

    .fix_contact_box .block {
        width: 100%;
    }

    .fix_contact_box .sub_title {
        margin: 0;
        padding: 0;
        border-top: none;
        font-size: 12px;
    }

    .fix_contact_box .shiryou .sub_title {
        color: #1a9449;
    }

    .fix_contact_box .shiryou .sub_title b {
        width: 3px;
        height: 3px;
    }

    .fix_contact_box .shiryou .sub_title b::before {
        background-color: #1a9449;
    }

    .fix_contact_box .sub_title::before,
    .fix_contact_box .sub_title::after {
        width: 12px;
    }

    .fix_contact_box .shiryou .sub_title::before,
    .fix_contact_box .shiryou .sub_title::after {
        background-color: #1a9449;
    }

    .fix_contact_box .sub_title::before {
        margin-right: 3px;
    }

    .fix_contact_box .sub_title::after {
        margin-left: 3px;
    }

    .fix_contact_box .btn {
        font-size: 13px;
        line-height: 1.4;
        padding: 15px 0 11px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .fix_contact_box .btn::after {
        width: 6px;
        height: 8px;
        top: 45%;
        right: 6%;
    }

    .fix_contact_box .shiryou .btn {
        background-color: #1a9449;
        border-bottom: 4px solid #0e5429;
    }

    .kanren_pic img {
        height: initial;
    }

    .area_faq .wrap,
    .area_change_flow .wrap {
        max-width: 90%;
    }

    .area_change_flow {
        padding-bottom: 7vw;
    }

    .area_change_flow .sec_ttl {
        font-size: 5vw;
    }

    .area_change_flow .flow_box {
        padding: 4vw;
        margin-bottom: 5vw;
    }

    .area_change_flow .flow_box ol li {
        gap: 3.5vw;
    }

    .area_change_flow .flow_box ol li+li {
        margin-top: 1vw;
    }

    .area_change_flow .flow_box ol li .num {
        gap: 1vw;
    }

    .area_change_flow .flow_box ol li:not(:last-child) .num::after {
        width: 1vw;
    }

    .area_change_flow .flow_box ol li .text_area {
        padding-top: 1vw;
    }

    .area_change_flow .flow_box ol li:not(:last-child) .text_area {
        padding-bottom: 6vw;
    }

    .area_change_flow .flow_box ol li .num .letter {
        font-size: 3vw;
    }

    .area_change_flow .flow_box ol li .text_area .text {
        font-size: 3.7vw;
    }

    .area_change_flow .cont .inner_sec+.inner_sec {
        margin-top: 5vw;
    }

    .area_change_flow .cont .inner_sec .inner_ttl {
        font-size: 4vw;
    }

    .area_change_flow .cont .inner_sec .inner_text_area .text,
    .area_change_flow .cont .inner_sec .inner_list {
        font-size: 3.6vw;
    }

    .area_faq {
        padding: 6vw 0 10vw;
    }

    .area_faq .sec_ttl {
        font-size: 5vw;
    }

    .area_faq .cont .faq_box {
        padding: 4vw;
    }

    .area_faq .cont .faq_box+.faq_box {
        margin-top: 4vw;
    }

    .area_faq .cont .faq_box .q_box,
    .area_faq .cont .faq_box .a_box {
        display: flex;
        align-items: flex-start;
        gap: 3.6vw;
    }

    .area_faq .cont .faq_box .a_box {
        margin-top: 4vw;
        padding-top: 4vw;
    }

    .area_faq .cont .faq_box .box_head {
        font-size: 5vw;
    }

    .area_faq .cont .faq_box .text_area {
        padding-top: 1vw;
    }

    .area_faq .cont .faq_box .q_box .text_area {
        gap: 3.6vw;
    }

    .area_faq .cont .faq_box .q_box .text_area::after {
        width: 2.5vw;
        height: 2.5vw;
        margin-top: 1vw;
    }

    .area_faq .cont .faq_box .text_area .text {
        font-size: 3.6vw;
    }

    .area_faq .cont .faq_box .q_box .text_area .text {
        font-size: 3.8vw;
    }

    #page_non_pay .wrap {
        max-width: 90%;
    }

    #page_non_pay .non_pay_main {
        padding: 20vw 0 12vw;
    }

    #page_non_pay .non_pay_main .main_ttl {
        font-size: 7vw;
    }

    #page_non_pay .non_pay_common_ttl {
        font-size: 5vw;
    }

    #page_non_pay .non_pay_common_sec {
        padding-top: 8vw;
    }

    #page_non_pay .non_pay_common_sec.pb {
        padding-bottom: 8vw;
    }

    #page_non_pay .text_area .text {
        font-size: 3.6vw;
    }

    #page_non_pay .text_area.al_center .text {
        text-align: left;
    }

    #page_non_pay .sub_ttl {
        font-size: 4.5vw;
    }

    #page_non_pay .flex_box {
        display: flex;
        align-items: unset;
        flex-direction: column;
        gap: 5vw;
        margin: 5vw 0;
    }

    #page_non_pay .flex_box.rev {
        flex-direction: column;
    }

    #page_non_pay .flex_box.als {
        align-items: unset;
    }

    #page_non_pay .flex_box .fl_img {
        width: 100%;
        height: 50vw;
        flex-shrink: 0;
    }

    #page_non_pay .non_pay_common_list {
        font-size: 3.6vw;
    }

    /* .ft_area_link ul {
        width: 15000%;
    } */

    /* 管理会社見直し時期診断シート */
    .common_page_wrap {
        padding: 70px 0;
    }

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

    .check_page_main .wrap {
        max-width: 90%;
    }

    .check_page_main .text_box .title {
        font-size: 20px;
    }

    .page_check .check_sec .wrap {
        max-width: 90%;
    }

    .page_check .check_sec .top_box {
        margin-bottom: 20px;
    }

    .page_check .check_sec .top_box .title_box {
        margin-bottom: 15px;
    }

    .page_check .check_sec .top_box .title_box .en {
        font-size: 13px;
    }

    .page_check .check_sec .top_box .title_box .jp {
        font-size: 20px;
    }

    .page_check .check_sec .top_box .text {
        font-size: 13px;
    }

    .page_check .check_sec .cont {
        padding: 30px 20px 60px;
    }

    .page_check .check_sec .question_box .inbox .title_box {
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
        gap: 8px 0;
    }

    .page_check .check_sec .question_box .inbox .title_box .num {
        font-size: 25px;
    }

    .page_check .check_sec .question_box .inbox .title_box .title {
        font-size: 16px;
    }

    .page_check .check_sec .question_box .inbox .check ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .page_check .check_sec .question_box .inbox .check li .text {
        font-size: 18px;
        min-block-size: 45px;
    }

    .page_check .check_sec .question_box .inbox .pager {
        bottom: 10px;
        right: 15px;
        font-size: 17px;
    }

    .page_check .check_sec .question_box .inbox .controll {
        margin-top: 25px;
    }

    .page_check .check_sec .question_box .inbox .controll ul {
        gap: 0 10px;
    }

    .page_check .check_sec .question_box .inbox .controll li {
        width: 45%;
    }

    .page_check .check_sec .question_box .inbox .controll .btn {
        width: 100%;
        font-size: 15px;
        min-block-size: 45px;
    }

    .page_check .check_sec .result_box .inbox .head {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .page_check .check_sec .result_box .inbox .head::after {
        width: 30px;
        margin: 10px auto 0;
    }

    .page_check .check_sec .result_box .inbox .text_box .text {
        font-size: 13px;
    }

    .page_check .check_sec .result_box .inbox .btn a {
        margin: 30px auto 0;
        padding: 5px 35px;
        min-block-size: 45px;
        font-size: 14px;
    }

    .page_check .check_sec .result_box .inbox .img_box .ttl {
        font-size: 3.6vw;
        margin-bottom: 0.9em;
    }

    .page_check .check_sec .result_box .inbox .img_box {
        margin-bottom: 4vw;
    }

    .page_check .check_sec .result_box .inbox .img_box .img {
        width: 37vw;
    }

    .page_check .check_sec .result_box .inbox .text_box {
        padding: 4vw;
    }

    .page_check .check_sec .result_box .inbox .text_box .text .color.size {
        font-size: 1.1em;
    }

    .sec_mv_area .sub_ttl {
        width: 95%;
        margin: 0 auto;
        font-size: 5vw;
        padding: 10px 20px 10px;
    }

    .about_pic img {
        height: auto;
    }

    ul.reason_lp_ul {
        width: 94%;
        margin: 0px auto;
    }

    .btn_fukidashi {
        font-size: 15px;
    }

    p.kaiketu_txt {
        font-size: 5vw;
        text-align: left;
        padding: 0 8%;
    }

    p.kaiketu_txt span {
        font-size: 5vw;
    }

    ul.reason_lp_ul li {
        width: 100%;
    }

    ul.reason_lp_ul li h3.ttl span {
        display: block;
        position: static;
        width: 50%;
        margin: 0 auto 12px;
    }

    ul.reason_lp_ul li h3.ttl {
        font-size: 6vw;
        padding: 15px 5%;
    }

    ul.reason_lp_ul li .inner {
        padding: 15px 5%;
    }

    ul.reason_lp_ul li .inner p.txt {
        padding: 0;
        font-size: 15px;
    }

    ul.reason_lp_ul li .image {
        width: 100%;
    }

    .contact_lp_link {
        width: 94%;
    }

    .explanation_ttl_flex {
        width: 96%;
    }

    .explanation_ttl_flex .ttl {
        font-size: 5vw;
        margin-bottom: 20px;
    }

    ul.partner_ul {
        padding: 0 5%;
    }

    ul.partner_ul li {
        width: 100%;
        margin-bottom: 14px;
    }

    .partner_image img {
        height: 50vw;
    }

    .partner_logo img {
        height: 10vw;
    }

    p.partner_name {
        font-size: 12px;
        margin-top: 10px;
    }

    h3.partner_ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }

    ul.step_lp_ul li .inner .image {
        width: 30%;
        margin: 10px auto;
    }

    ul.step_lp_ul li .inner .txt {
        width: 100%;
        font-size: 13px;
    }

    ul.step_lp_ul li .inner {
        padding: 10px 5%;
    }

    h2.step_lp_h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    ul.voice_lp_ul li h3.ttl {
        font-size: 16px;
    }

    .voice_profile_flex .txt .voice_bukken {
        font-size: 4.8vw;
    }

    .voice_L .voice_txt .txt {
        font-size: 13px;
    }

    p.contact_lp_link_sub {
        margin-bottom: 15px;
    }

    p.contact_lp_link_sub:before {
        top: 0;
        height: 25px;
    }

    p.contact_lp_link_sub:after {
        top: 0px;
        height: 25px;
    }

    .hd_lp_jisseki {
        width: 40%;
    }

    h1.area_h1 span {
        width: 95%;
        margin: auto;
        display: block;
        padding: 10px 6%;
        font-size: 5vw;
        text-align: center;
    }

    .postid-5693 .tuyomi_LR02 .tuyomi_L,
    .postid-5693 .tuyomi_LR03 .tuyomi_L {
        width: 60%;
    }

    .fixed_footer .common_lineButton a {
        width: 90%;
        font-size: 4.6vw;
    }

    .error404 #main_content{
        width: 90%;
        margin: 0 auto;
    }

    .error404 .page_top.sp{
        display: none !important;
    }

    .error404 .u-ta-c{
        font-size: 3vw;
        margin: 0;
    }

    .error404 .u-ta-c + .u-ta-c{
        margin-bottom: 4vw;
    }

    .topSection_related_articles {
        padding: 40px 0;
    }

    /* SP は2列グリッド（縦積み） */
    .related_articles_grid {
        overflow-x: visible;
    }

    .related_articles_grid .related_articles_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px;
    }

    .related_articles_grid .related_article_card {
        flex: 0 0 calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
    }

    .related_articles_more_btn,
    .related_articles_close_btn {
        font-size: 14px;
        padding: 10px 36px;
    }
}