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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* 
/* original css */

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

body {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	background-color: #FFFAF0;
	color: #4A4A4A;
}

/* トップバー */

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

.site-title {
	width: 270px;
	display: block;
	margin-top: 20px;
}

.top_bar_box {
    display: flex;
    width: 40%;
    height: 110px;
	margin-top: 10px;
	justify-content: flex-end;
}

.top_box {
    background-image: linear-gradient(180deg, rgba(238, 246, 208, 1), rgba(183, 229, 20, 1));
    border: #9BC700 solid 3px;
    border-radius: 14px;
    color: #4A4A4A;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    width: 92px;
    height: 80px;
    line-height: 17px;
    padding-top: 9px;
    padding-left: 1px;
    padding-right: 1px;
    margin-right: 10px;
}

.big_text {
	font-size: 29px;
}

.orange {
    color: #FA8D21;
    display: inline-block;
    padding-top: 10px;
}

.green_box {
	display: block;
    width: 214px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-image: linear-gradient(180deg, rgba(238, 246, 208, 1), rgba(183, 229, 20, 1));
    border: #9BC700 solid 3px;
    border-radius: px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
	margin-bottom: 10px;
}

.contact_box {
	height: 100%;
}

.contact_box p {
	color: #FA8D21;
	font-weight: 700;
	font-size: 25px;
	display: block;
	text-align: center;
	line-height: 26px;
}

.small_text {
	font-size: 12px;
    display: inline-block;
    font-weight: 300;
    color: #4a4a4a;
}

.top_bar_sp {
	display: none;
}

.nav_sp {
	display: none;
}

.nav_pc {
	height: 62px;
	background-color: #9BC700;
	color: #fff;
}

.nav_pc ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    padding-top: 13px;
}
.nav_pc ul li {
	text-align: center;
	line-height: 20px;
}

.nav_pc ul li a {
	text-decoration: none;
	color: #fff;
}

.nav_small {
	font-size: 12px;
}

@media screen and (max-width: 1024px) {
	.top_bar {
		display: none;
	}

	.top_bar_sp {
		display: block;
        background-color: #fff;
        height: 62px;
        display: flex;
        justify-content: space-between;
	}

	.site-title {
		width: 189px;
		margin-left: 10px;
		margin-top: 5px;
	}

	.menu_btn_box {
        position: fixed;
        width: 41px;
        height: 36px;
        z-index: 200;
        margin-top: 5px;
        right: 10px;
	}

	.menu_btn {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
		top: 8px;
        right: 10px;
	}

	.border_01 {
        display: inline-block;
        border-top: solid #9BC700 4px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
	}
	.border_02 {
		display: inline-block;
        border-top: solid #9BC700 4px;
        width: 100%;
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        margin: auto;	
	}
	.border_03 {
        display: inline-block;
        border-top: solid #9BC700 4px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
	}

	.site-branding {
		position: relative;
	}

	.nav_sp {
		display: none;
        width: 80%;
        background-color: #9BC700;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 100;
	}
	.nav_sp ul {
		width: 90%;
		padding: 50px;
		list-style: none;
	}
	
	.nav_sp ul li {
		padding: 10px;
	}
	.nav_sp ul li a {
		color: #fff;
		text-decoration: none;
	}
	.active_01,.active_02, .active_03 {
		border-top: solid #fff 4px;
	}

	.active_01 {
		transform:rotate(45deg);
		top: 16px;
	}
	.active_02 {
		transform:rotate(135deg);
	}
	.active_03 {
		transform:rotate(45deg);
		bottom: 16px;
	}

	.nav_pc {
		display: none;
	}
}

/* fv */

.fv_box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

.fv-left_box {
	width: 45%;
}

.fv-left_box img {
	width: 100%;
}

.fv-right_box {
	width: 50%;
	padding-top: 66px;
}

.fv-right_box img {
	width: 385px;
}

.point_wrap {
	display: flex;
	justify-content: space-between;
	width: 385px;
}

.fv_point {
	display: block;
	width: 145px;
	height: 72px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.point_01 {
	background-image: url(images/point_01.png);

}
.point_02 {
	background-image: url(images/point_02.png);

}
.point_03 {
	background-image: url(images/point_03.png);

}

.point_text {
    display: block;
    height: 85px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-weight: 700;
	font-size: 13px;

}

.small_text {
	font-size: 12px;
}

.fv_contact_btn {
	width: 385px;
	background-image: linear-gradient(360deg, rgba(245, 128, 14, 1), rgba(255, 218, 182, 1));
	height: 67px;
	line-height: 67px;
	color: #fff;
	display: block;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	font-size: 17px;
	margin-top: 10px;
}

.fv_contact_btn img {
    width: 38px;
    vertical-align: -13px;
    margin-right: 1px;
}

.point_sp {
	display: none;
}

.fv-ttl_sp {
	display: none;
}


@media screen and (max-width: 768px) {
	.fv_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	.fv-left_box {
    width: 100%;
}

	.fv-right_box {
    width: 100%;
    padding-top: 20px;
}
	.fv-text_box {
		display: block;
	}
	.fv-right_box img {
    width: 100%;
}

.point_wrap {
    display: flex;
    justify-content: space-around;
    width: 95%;
	margin: auto;
}

.point_01 {
	background-image: url(images/point01_sp.png);
}
.point_02 {
	background-image: url(images/point02_sp.png);
}
.point_03 {
	background-image: url(images/point03_sp.png);
}
.point_text {
    display: block;
    width: 97px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
	line-height: 19px;
}

.small-text {
	font-size: 12px;
}

.point_pc {
	display: none;
}

.point_sp {
	display: flex;
}

.fv-ttl_pc {
	display: none;
}

.fv-ttl_sp {
	display: block;
}

.fv_contact_btn {
    width: 92%;
    background-image: linear-gradient(360deg, rgba(245, 128, 14, 1), rgba(255, 218, 182, 1));
    height: 65px;
    line-height: 65px;
    color: #fff;
    display: block;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    margin: 10px auto;
}

.fv_point {
    display: block;
    width: 104px;
    height: 85px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

body .mail-icon {
	width: 25px;
	vertical-align: -10px;
    margin-right: 1px;
}
.fv_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 30px;
    }

}



/* news */

.news-wrap {
	padding-bottom: 50px;
}

.news, .column-wrap {
	width: 70%;
	margin: auto;
	border: #9BC700 4px solid;
	border-radius: 10px;
	background-color: #fff;

}

.news_ttl {
	background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
	height: 63px;
	line-height: 63px;
	font-size: 20px;
	color: #fff;
	padding-left: 44px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 15px;
}

article {
	display: flex;
	border-bottom: #9BC700 1px solid;
	width: 90%;
	margin: auto;
	padding: 18px 10px;
	flex-direction: row-reverse;
	justify-content: space-between;
}

body .entry-title {
	width: 60%;
	font-size: 16px;
}
.entry-title a {
	width: 50%;
	font-size: 16px;
	font-weight: 700;
	color: #4A4A4A;
	text-decoration: none;
}

.entry-meta {
	width: 30%;
	font-size: 13px;
	font-weight: 700;
	color: #4A4A4A;
	display: flex;
	justify-content: space-between;
}

time {
	display: block;
	width: 45%;
}

.entry-category {
	width: 50%;
}

.entry-category a {
	display: block;
	background-color: #FA8D21;
	border-radius: 3px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	width: 100%;
}

.news_btn {
	display: block;
	width: 50%;
	height: 56px;
	color: #fff;
	background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
	line-height: 56px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	margin: 26px auto;
	font-weight: 700;
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
.news, .column-wrap {
    width: 90%;
    margin: auto;
    border: #9BC700 4px solid;
    border-radius: 10px;
    background-color: #fff;
}
.entry-meta {
	width: 37%;
	font-size: 13px;
	font-weight: 700;
	color: #4A4A4A;
	display: flex;
	justify-content: space-between;
}
time {
    display: block;
    width: 50%;
}
.entry-category {
    width: 43%;
}
.entry-title {
	width: 56%;
	font-size: 16px;
}
}

@media screen and (max-width: 768px) {
	article {
    display: flex;
    border-bottom: #9BC700 1px solid;
    width: 90%;
    margin: auto;
    padding: 18px 10px;
    flex-direction: column-reverse;
    justify-content: space-between;
}

	.news {
	width: 90%;
}

	.entry-meta {
    width: 90%;
    font-size: 13px;
    font-weight: 700;
    color: #4A4A4A;
    display: flex;
    justify-content: space-between;
}
	.entry-title {
    width: 90%;
    padding-top: 10px;
}
	.news_btn {
    width: 90%;
}

	.news_ttl {
    background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
    height: 63px;
    line-height: 63px;
    font-size: 20px;
    color: #fff;
    padding-left: 19px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 15px;
}

}



/* about-syukatsu */

.about-syukatsu {
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

.about-syukatsu_wrap {
	position: relative;
}

.about-syu_ttl, .service_ttl, .case_ttl, .about-shigozimu_ttl, .ttl-merit, .ttl-recommend, .flow_ttl {
	height: 47px;
}
.about-syu_ttl img, .service_ttl img, .case_ttl img, .about-shigozimu_ttl img, .ttl-merit img, .ttl-recommend img, .flow_ttl img{
	height: 47px;
	display: block;
	margin: auto;
}

.about-syukatsu h3 {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-syukatsu p {
	display: block;
	font-weight: 300;
	text-align: center;
	padding-bottom: 55px;
	margin: auto;
	line-height: 28px;
}

.syukatsu-list_wrap__pc {
	width: 80%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	color: #4A4A4A;
	font-size: 12px;
	text-align: center;
	list-style: none;
	padding: 3px 10px 50px;
	justify-content: space-around;
}

.syukatsu-list {
	background-color: #FFFAF0;
	border-radius: 20px;
	width: 26%;
	padding: 20px;
	text-align: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;

}

.list-num {
	position: absolute;
	width: 47px;
	left: 0;
	right: 0;
	margin: auto;
	top: -23px;

}

.syukatsu-list h4 {
    font-size: 16px;
    font-weight: 700;
    color: #9BC700;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 10px;
}

.syu-list__list {
	width: 65%;
	margin: auto;
	list-style: disc;
}
.syu-list__list li {
	padding-top: 10px;
}

.list_margin {
	margin-top: 50px;
}

html body .syu-list_slider {
	display: none;
}

.about-syukatsu::after, .service::after {
	content: "";
	display: block;
    width: 100%;
    height: 70px;
    /* background-color: red; */
    background-image: url(images/line_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -62px;
}
@media screen and (max-width: 1024px) {
	.syukatsu-list_wrap__pc {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    color: #4A4A4A;
    font-size: 12px;
    text-align: center;
    list-style: none;
    padding: 3px 10px 50px;
    justify-content: space-around;
}
}

@media screen and (max-width: 768px) {
	.about-syu_ttl img {
    height: 38px;
    display: block;
    margin: auto;
}
.about-syukatsu h3 {
    width: 90%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}
.about-syukatsu p {
    display: block;
    width: 90%;
    font-weight: 300;
    text-align: center;
    padding-bottom: 25px;
    margin: auto;
    line-height: 28px;
}

body .syukatsu-list_wrap__pc {
	display: none;
}

html body .syu-list_slider {
	display: block;
}
html body .syukatsu-list {
    background-color: #FFFAF0;
    border-radius: 20px;
    width: 26%;
    padding: 10px;
    text-align: left;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 26px;
	padding-left: 10px;
	height: 310px;
	margin-left: 10px;
}
.syu-list__list {
    width: 75%;
    margin: auto;
    list-style: disc;
}
.about-syukatsu::after, .service::after {
	content: "";
	display: block;
    width: 100%;
    height: 70px;
    /* background-color: red; */
    background-image: url(images/line_01_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -62px;
}
}



/* cta */

.cta {
	padding-bottom: 50px;
}

.cta-ttl img {
	padding-top: 100px;
    display: block;
    width: 558px;
    margin: auto;
    padding-bottom: 30px;
}

.cta p {
    display: block;
    width: 59%;
    text-align: center;
    margin: auto;
    line-height: 29px;
}

.cta-btn_box {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: auto;
    padding-top: 30px;
}

.cta-contact, .cta-seminar {
	display: block;
	width: 45%;
	height: 85px;
	text-align: center;
	line-height: 85px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}

.cta-contact {
	background-image: linear-gradient(360deg, rgba(245, 128, 14, 1), rgba(255, 218, 182, 1));

}
.cta-seminar {
	background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));

}

.cta-contact img, .cta-seminar img {
	width: 51px;
	vertical-align: -18px;
}

body .cta-ttl_sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	.cta-btn_box {
    display: flex;
    justify-content: space-between;
    width: 61%;
    margin: auto;
    padding-top: 30px;
}
.cta-contact, .cta-seminar {
    display: block;
    width: 46%;
    height: 85px;
    text-align: center;
    line-height: 85px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 768px) {
	body .cta-ttl_pc {
		display: none;
	}

	body .cta-ttl_sp {
		display: block;
		width: 76%;
		margin: auto;
	}
	.cta p {
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
    line-height: 29px;
}
.cta-btn_box {
    display: block;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding-top: 30px;
}
.cta-contact, .cta-seminar {
    display: block;
    width: 100%;
    height: 85px;
    text-align: center;
    line-height: 85px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
}
}



/* service */

.service {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.service-list_box {
	list-style: none;
	width: 70%;
	margin: auto;
	padding-top: 30px;
}

.service-list_box li {
	width: 100%;
	background-color: #FFFAF0;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;

}

.list-left_box {
	width: 60%;
	padding: 40px;
}

.list-left_box h3 {
	height: 32px;
	margin-bottom: 10px;
}
.list-left_box h3 img {
	height: 100%;
}

.list-left_box a {
	display: block;
	text-decoration: none;
	width: 243px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
	border-radius: 10px;
	font-weight: 700;
	margin-top: 20px;

}

.list-right_box {
	width: 40%;
}

.list-right_box img {
	width: 100%;
    object-fit: cover;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1024px) {
.service-list_box {
    list-style: none;
    width: 90%;
    margin: auto;
    padding-top: 30px;
}
}

@media screen and (max-width: 768px) {
	.service-list_box li {
    width: 100%;
    background-color: #FFFAF0;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-bottom: 15px;
	padding-bottom: 20px;
}
	.list-left_box {
		width: 85%;
		padding: 0px;
		margin: auto;
	}
	.list-right_box {
    width: 100%;
	}

	.service-list_box {
    list-style: none;
    width: 90%;
    margin: auto;
    padding-top: 30px;
}
.list-right_box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 10px;
	border-bottom-right-radius: 0px;
}

.list-left_box a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
    border-radius: 10px;
    font-weight: 700;
    margin-top: 20px;
}

.list-left_box h3 {
    height: 32px;
    text-align: center;
    margin-bottom: 10px;
}


}


/* case */

.case {
	padding-top: 120px;
	padding-bottom: 50px;
}

.case-list_box {
	width: 70%;
	margin: auto;
	list-style: none;
	padding-top: 20px;
}

.case-list {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.case-list-ttl_box {
	display: flex;
	justify-content: space-between;
	height: 72px;
	line-height: 72px;
	margin-bottom: 15px;
}

.case-list-ttl_box h3 {
	width: 90%;
}
.case-ttl_label {
	display: inline-block;
	background-color: #9BC700;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	width: 63px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 30px;
	margin-right: 10px;
	letter-spacing: 1px;
}
.case-list-ttl_box button {
	display: block;
	width: 10%;
	position: relative;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	transition: 0.5s;
}

.case-border_01, .case-border_02 {
	display: inline-block;
	border-top: #9BC700 solid 3px;
	width: 18px;
	position: absolute;
}

.case-border_02 {
	transform: rotate(90deg);
}

.case-list_detail {
    display: none;
    background-color: #E8F2B5;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 20px;
    margin-bottom: 15px;
}

.case-list_flexbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.case-detail_label {
	width: 20%;
}

.case-detail_label h4 {
	background-color: #fff;
	border: #9BC700 solid 2px;
	border-radius: 5px;
	color: #9BC700;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

.case-detail {
	width: 75%;
	line-height: 30px;
}

.is-open01 {
	transform: rotate(45deg);
}
.case-more-btn {
	background-image: linear-gradient(360deg, rgba(245, 128, 14, 1), rgba(255, 218, 182, 1));
	width: 30%;
}

.banner {
    display: block;
    width: 70%;
    margin: auto;
    padding-bottom: 15px;
}

.banner img {
	width: 100%;
}

.banner-sp {
	display: none;
}

.contact_btn {
	width: 68%;
	background-color: #E8F2B5;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	margin-bottom: 25px;
}

.banner-right, .banner-left {
	width: 48%;
}

.tel-contact_btn, .web-contact_btn {
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
	border-radius: 10px;
	border: solid #9BC700 3px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	font-weight: 700;
	margin-bottom: 17px;
	padding-top: 13px;
    padding-bottom: 5px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.tel-contact_btn {
	margin-top: 30px;
}

.web-contact_btn {
	font-size: 19px;
}
.tel-big {
	font-size: 38px;
}

.tel-big img {
	width: 38px;
}

.text-small {
	font-size: 13px;
}

@media screen and (max-width: 1024px) {
	.case-list_box {
    width: 85%;
    margin: auto;
    list-style: none;
    padding-top: 20px;
}
.tel-big {
    font-size: 21px;
}
.tel-big img {
    width: 26px;
    vertical-align: -3px;
}
.text-small {
    font-size: 11px;
}
.web-contact_btn {
    font-size: 16px;
}
.tel-contact_btn {
    margin-top: -4px;
}
.contact_btn {
    width: 68%;
    background-color: #E8F2B5;
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
	.case-list_box {
    width: 90%;
    margin: auto;
    list-style: none;
    padding-top: 20px;
}
.case-ttl_label {
    display: block;
	margin-left: 0px;
	margin-bottom: 5px;
}

.case-list-ttl_box h3 {
    width: 67%;
    line-height: 28px;
    margin-left: 30px;
}
.case-list-ttl_box {
    display: flex;
    justify-content: space-between;
    height: 108px;
    line-height: 0px;
	padding-top: 27px;
}
.case-list-ttl_box button {
    display: block;
    width: 31%;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.case-border_01, .case-border_02 {
	display: inline-block;
	border-top: #9BC700 solid 3px;
	width: 18px;
	position: absolute;
	bottom: 63px;
}
.case-list_flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-direction: column;
}
.case-detail_label {
    width: 81%;
    margin: auto;
}
.case-detail {
    width: 100%;
    line-height: 30px;
    padding-top: 10px;
}

.list-height {
	height: 140px;
}

.case-position {
	bottom: 81px;
}

.banner-pc {
	display: none;
}

.banner-sp {
	display: block;
	width: 100%;
}

.case-more-btn {
    background-image: linear-gradient(360deg, rgba(245, 128, 14, 1), rgba(255, 218, 182, 1));
    width: 90%;
}
.banner {
    display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
}
.contact_btn {
    width: 85%;
    background-color: #E8F2B5;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 25px;
}

.banner-right, .banner-left {
    width: 100%;
}

.tel-big {
    font-size: 24px;
}

.tel-big img {
    width: 27px;
    vertical-align: -3px;
    margin-right: -2px;
}

.column-wrap {
    width: 90%;
    margin: auto;
    border: #9BC700 4px solid;
    border-radius: 10px;
    background-color: #fff;
}


}


/* column */

.column {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* contactーform */
.contact-form {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-desc {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
}

.form {
	width: 70%;
	margin: auto;
}

.form-ttl {
    background-color: #9BC700;
    height: 48px;
    width: 100%;
    color: #fff;
    display: block;
    line-height: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.require {
	display: inline;
}

.text-box {
	display: block;
    width: 98%;
    height: 45px;
    border: solid 1px #929292;
    margin: auto;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.text-box-free {
	display: block;
    width: 98%;
    height: 125px;
    border: solid 1px #929292;
    margin: auto;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.form-desc {
	display: block;
	width: 98%;
	margin: auto;
	color: #929292;
	margin-top: 10px;
}


.postnum-flexbox {
	display: flex;
	width: 98%;
	margin: auto;
}

.post-mark {
    display: inline-block;
    width: 3%;
    font-size: 22px;
    line-height: 45px;
}

.text-box_postNum {
	display: block;
    width: 95%;
    height: 45px;
    border: solid 1px #929292;
    margin: auto;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.date-box {
	border: solid #929292 1px;
	border-radius: 3px;
	height: 45px;
	margin-left: 1%;
}

.privacy-desc {
	width: 68%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.acceptance-line {
	display: inline-block;
	margin-top: 25px;
}

.privacy-policy {
	color: #9BC700;
}
.privacy-policy:active {
	color: #9BC700;
}

.form-submit_btn {
	background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
	width: 376px;
	height: 61px;
	line-height: 61px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	border: 0px;
	display: block;
	margin: auto;
	font-weight: 700;

}
@media screen and (max-width: 1024px) {
	.privacy-desc {
    width: 92%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
}

@media screen and (max-width: 768px) {
	.form-submit_btn {
    background-image: linear-gradient(182deg, rgba(226, 255, 122, 1), rgba(155, 199, 0, 1));
    width: 100%;
    height: 61px;
    line-height: 61px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 0px;
    display: block;
    margin: auto;
}
.contact-desc {
    padding-top: 20px;
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
}

.form {
    width: 90%;
    margin: auto;
}

.privacy-desc {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

}


/* footer */

.site-info {
	background-color: #E8F2B5;
}

.site-info_box {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: auto;
	height: 400px;
}

.site-info_left, .site-info_right {
	width: 50%;
}

.footer-ttl {
	width: 80%;
	margin-top: 44px;
}

.site-info_access {
	font-weight: 300;
	color: #4A4A4A;
	font-size: 14px;
}

.site-info_highlight-box {
	width: 214px;
	background-image: linear-gradient(360deg, rgba(245, 128, 14, 1), rgba(255, 218, 182, 1));
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	border: solid #FA8D21 2px;
	border-radius: 30px;
	margin-top: 20px;
}

.tel-num {
	font-size: 25px;
	color: #4a4a4a;
	font-weight: 700;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 214px;
}

.site-info_time {
	display: block;
	width: 214px;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
}

.footer-link {
	color: #4a4a4a;
	font-size: 12px;
	margin-right: 10px;
}

.site-info_right iframe {
    width: 95%;
    height: 270px;
    margin-top: 43px;
    margin-bottom: 16px;
}

.copyright_box {
	background-color: #9BC700;
	color: #fff;
	height: 64px;
	line-height: 64px;
	text-align: center;
}
.footer-ttl_sp {
	display: none;
}

@media screen and (max-width: 768px) {
    .site-info_box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 90%;
        margin: auto;
        height: auto;
    }
.site-info_left, .site-info_right {
    width: 100%;
}
.footer-ttl_sp {
	display: block;
    width: 100%;
    margin-top: 44px;
}
.site-info_highlight-box {
    width: 90%;
    background-image: linear-gradient(360deg, rgba(245, 128, 14, 1), rgba(255, 218, 182, 1));
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border: solid #FA8D21 2px;
    border-radius: 7px;
    margin-top: 20px;
    margin:auto;
}

.tel-num {
    font-size: 25px;
    color: #4a4a4a;
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
}

.site-info_time {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}

.footer-link {
    color: #4a4a4a;
    font-size: 12px;
    margin-right: 10px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.site-info_access {
	font-weight: 300;
	color: #4A4A4A;
	font-size: 14px;
	display: block;
	margin: auto;
	width: 90%;
	text-align: center;
	padding-bottom: 11px;
	padding-top: 13px;
}

.footer-ttl_pc {
	display: none;
}

.copyright_box {
    font-size: 11px;
}

}

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

.page-fv h2, .mimotohosyo-fv h2 {
	background-image: url(images/fv-bg_shigozimu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 328px;
	position: relative
}

.ttl-page {
	position: absolute;
	height: 124px;
	top: 65px;
    left: 80px;
}

.about-shigozimu_ttl {
	padding-top: 100px;
	padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
	.page-fv h2, .mimotohosyo-fv h2 {
	background-image: url(images/fv-bg_shigozimu_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 144px;
	position: relative
}
    .ttl-page {
        position: absolute;
        height: 92px;
        top: 19px;
        left: 17px;
    }

}

/* 下層ページ　about */

.about-shigozimu{
	padding-bottom: 50px;
}

.about-shigozimu_box {
	width: 70%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.about-shigozimu_box__left {
	width: 60%;
}
.about-shigozimu_box__right {
	width: 40%;
}
.about-shigozimu_box__right img {
	width: 100%;
}

.about-shigozimu_box__left h3 {
	line-height: 35px;
}

.about-shigozimu_desc {
    display: block;
    padding-top: 20px;
    line-height: 31px;
    width: 80%;
}

@media screen and (max-width: 1024px) {
	.about-shigozimu_box__right {
    width: 40%;
    padding-top: 61px;
}
}

@media screen and (max-width: 768px) {
	.about-shigozimu_ttl {
    padding-top: 50px;
    padding-bottom: 25px;
}
	.about-shigozimu_ttl img {
		height: 38px;
	}
	.about-shigozimu_box {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.about-shigozimu_box__left, .about-shigozimu_box__right, .about-shigozimu_desc {
    width: 100%;
}
.about-shigozimu_box__right {
    padding-top: 34px;
}
}

/* shien-naiyou */

.shien-naiyou {
	background-color: #E8F2B5;
	padding-top:50px;
	padding-bottom:50px;
	position: relative;
}

.shien-box {
	width: 70%;
	margin: auto;
}

.shien-ttl {
	width: 265px;
	border-bottom: #9BC700 solid 1px;
}

.shien-ttl img {
	width: 100%;
} 

table {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.shien_serv-ttl,.shien_contents-ttl {
	background-color: #9BC700;
	color: #fff;
	font-weight: 700;
}

tr {
	border-bottom: #E8F2B5 1px solid;
	background-color: #fff;
}

.line-center {
	border-right: #E8F2B5 solid 1px;
}

td {
	padding: 20px;
}

.table-sp {
	display: none;
}

.shien-naiyou::after{
	content: "";
	display: block;
    width: 100%;
    height: 70px;
    /* background-color: red; */
    background-image: url(images/line_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -62px;
}

.table-ttl {
	display: none;
}

@media screen and (max-width: 768px) {
	.shien-box {
    width: 90%;
    margin: auto;
	}
	.shien-ttl {
    width: 265px;
    border-bottom: #9BC700 solid 1px;
    margin: auto;
	}

	.table-pc {
		display: none;
	}
	.table-sp {
		display: block;
		width: 100%;
		padding-top: 0px;
	}
	.case-list-ttl_box__shien {
		height: 84px;
		margin-bottom: 0px;
	}

	.table-ttl {
		display: block;
		background-color: #9BC700;
		text-align: center;
		font-weight: 700;
		height: 52px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		margin-top: 20px;
		line-height: 52px;
		color: #fff;
	}

	.case-list__shien {
		border-radius: 0px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
		border-bottom: #E8F2B5 1px solid;
	}
	.case-list_detail__shien {
		border-bottom-left-radius: 0px; 
    	border-bottom-right-radius: 0px;
		margin-bottom: 0px;
		background-color: #D4EB85;
	}
	.shien-naiyou::after {
	content: "";
	display: block;
    width: 100%;
    height: 70px;
    /* background-color: red; */
    background-image: url(images/line_02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -62px;
}
}

/* cta */ 

.banner-page {
	margin-top: 30px;
}




/* merit */

.recommend, .merit {
	background-color: #fff;
	padding-bottom: 50px;
}

.ttl-merit, .ttl-recommend{
	height: 88px;
	background-color: #E8F2B5;
	margin-bottom: 20px;
}


.ttl-merit img, .ttl-recommend img {
	padding-top: 17px;
}

.merit-icon_box {
	width: 83px;
	margin: auto;
}

.merit-icon_box img {
	width: 100%;
	padding-top: 10px;
}

.merit-list h4 {
	width: 66%;
    margin: auto;
}

.merit-list_wrap__pc {
	width: 68%;
	flex-wrap: nowrap;
	margin-top: 45px;
}

.merit-list {
	padding: 0px;
	padding-bottom: 0px;
	width: 24%;
}

@media screen and (max-width: 768px) {
	html body .merit-list {
        background-color: #FFFAF0;
        border-radius: 20px;
        width: 26%;
        padding: 10px;
        text-align: left;
        position: relative;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: 26px;
        padding-left: 10px;
        height: 216px;
        margin-left: 10px;
        margin-bottom: 25px;
    }
}

/* recommend */

.recommend-list_box {
	width: 80%;
	margin: auto;
}

.recommend-list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.recommend-list {
	list-style: none;
	width: 48%;
	height: 67px;
	line-height: 67px;
	background-color: #E8F2B5;
	padding-left: 10px;
	font-weight: 700;
	font-size: 14px;

}

.recommend-list img {
	width: 34px;
	margin-right: 5px;
	vertical-align: -9px;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.recommend-list_box {
		display: block;
	}
.recommend-list {
    list-style: none;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background-color: #E8F2B5;
    padding-left: 10px;
    font-weight: 700;
    font-size: 12px;
	margin-bottom: 10px;
}

.recommend-list_box {
    width: 90%;
    margin: auto;
}

.recommend-list img {
    width: 23px;
    margin-right: 3px;
    vertical-align: -6px;
    margin-left: 2px;
}
}

/* flow */

.flow {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #E8F2B5;
	position: relative;
}

.flow_desc {
	width: 70%;
	text-align: center;
	margin: auto;
	padding-top: 30px;
	line-height: 29px;
	padding-bottom: 30px;
}

.flow-box {
	width: 60%;
	margin: auto;
}

.flow-list {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 64px;
	line-height: 64px;
	margin-bottom: 54px;
}

.num_box {
    width: 46px;
    height: 46px;
    position: absolute;
    top: -23px;
    left: -11px;
}

.num_box img {
	width: 100%;
}

.flow-list_left {
	width: 30%;
}
.flow-list_right {
	width: 60%;
}

.flow-list_left h3 {
    margin-left: 70px;
    letter-spacing: 3px;
}

.flow-list_arrow::after {
    content: "";
    display: block;
    width: 26px;
    height: 17px;
    background-image: url(images/flow-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-contact02 {
	width: 70%;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding-bottom: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);

}

.banner-contact02_left {
	width: 44%;
}

.ttl-banner {
    background-color: #E8F2B5;
    border-bottom-right-radius: 100px;
    padding-top: 10px;
    padding-left: 20px;
	border-top-left-radius: 10px;
}

.ttl-banner img {
	width: 90%;
	
}

.banner-contact02_left p {
	padding-left: 20px;
	padding-top: 10px;
}

.banner-contact02_img {
    background-image: url(images/banner-face_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 125px;
    margin-left: 20px;
    margin-top: 15px;
}

.banner-contact02_right {
	width: 44%;
	padding-right: 25px;
	padding-top: 30px;
}

.flow::after{
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	/* background-color: red; */
	background-image: url(images/line_02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -62px;
}

.flow::after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    /* background-color: red; */
    background-image: url(images/line_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -62px;
}

@media screen and (max-width: 768px) {
	.flow::after{
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	/* background-color: red; */
	background-image: url(images/line_02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -62px;
}

	.flow_desc {
    width: 90%;
    text-align: center;
    margin: auto;
    padding-top: 30px;
    line-height: 29px;
    padding-bottom: 30px;
}
	.flow-list {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: relative;
    display: block;
    justify-content: space-between;
    height: auto;
    line-height: 24px;
    margin-bottom: 54px;
}
.flow-box {
    width: 90%;
    margin: auto;
}
.flow-list_left {
    width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

.flow-list_left h3 {
    margin-left: 0px;
    letter-spacing: 3px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.flow-list_right {
    width: 91%;
    margin: auto;
    padding-bottom: 23px;
	text-align: center;
}

.banner-contact02 {
    width: 90%;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    flex-direction: column;
}

.banner-contact02_left {
    width: 90%;
}
.banner-contact02_right {
    width: 90%;
    padding-right: 0px;
    padding-top:0px;
    margin: auto;
}
.banner-contact02_img {
    background-image: url(images/banner-face_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 330px;
    margin-left: 20px;
    margin-top: 15px;
}
}

/* 身元保証サービス */

.mimotohosyo-fv h2 {
	background-image: url(images/fv-bg_mimotohosyo.jpg);
}

.about-mimotohosyo_box {
	flex-direction: row-reverse;
	margin-top: 40px;
}

.about-mimotohosyo_desc {
	margin: 0 0 0 auto;
}
.about-mimotohosyo_box__left h3 {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.mimotohosyo-fv h2 {
	background-image: url(images/fv-bg_mimotohosyo_sp.jpg);
}
.about-mimotohosyo_box {
    flex-direction: row-reverse;
    margin-top: 40px;
    display: block;
}
.about-mimotohosyo_box__left h3 {
    text-align: left;
}
}

/* 日常生活支援サービス */

@media screen and (max-width: 768px) {
.about-nichizyoseikatsushien-ttl img {
	height: 32px;
}
.ttl-nichizyoseikatsushien {
	position: absolute;
	height: 87px;
	top: 19px;
	left: 17px;
}
}

/* 解決事例 */

.page-toukou_flexbox {
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.sidebar-box {
	width: 30%;
}
.main-box {
	width: 70%;
}

.case-study {
	width: 90%;
}

.case-study-fv h2 {
	background-image: url(images/fv-bg_case-study.jpg);
}

.case-item {
	flex-direction: column;
}

.case-title {
	margin-bottom: 10px;
}

.case-title-link {
	color: #9BC700;
}

.ttl-support {
	height: 88px;
    background-color: #E8F2B5;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90%;
    margin: 20px auto;
}

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

.support-btn {
	width: 33%;
}

.support-btn img {
	width: 100%;
}
.banner-contact02-smaller{
	width: 90%;
}

.tel-big-smaller {
	font-size: 28px;
}

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

.banner-02 {
	display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}
 
@media screen and (max-width: 768px) {
.case-study-fv h2 {
	background-image: url(images/fv-bg_case-study_sp.jpg);
}

}

/* sidebar */

.contact_btn__sidebar {
    width: 100%;
    background-color: #E8F2B5;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 25px;
}

.banner-right__sidebar, .banner-left__sidebar {
    width: 100%;
}

.tel-big-smaller img {
	width: 38px;
	vertical-align: -6px;
}

.banner-sp__sidebar {
	display: block;
	width: 100%;
}

.banner__sidebar {
	width: 100%;
}

.map-sidebar {
	width: 100%;
	margin-bottom: 20px;
}

.map-ttl {
	width: 100%;
	background-color: #9BC700;
	color: #fff;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-weight: 700;
}

.map-sidebar iframe {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.main-box {
    width: 100%;
}
.page-toukou_flexbox {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    flex-direction: column-reverse;
}

	.page-toukou_flexbox {
		flex-direction: column-reverse;
	}

	.sidebar-box {
    width: 100%;
}
.contact_btn__sidebar {
    width: 90%;
    background-color: #E8F2B5;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 25px;
}
.map-sidebar {
    width: 90%;
    margin-bottom: 20px;
    margin: 0 20px auto;
}
.support-btn-box {
    display: flex;
    width: 90%;
    margin: 20px auto;
    justify-content: space-between;
    flex-direction: column;
}
.support-btn {
    width: 100%;
}
}

/* 新着情報 */

.news-fv h2 {
	background-image: url(images/fv-bg_news.jpg);
}

@media screen and (max-width: 768px) {
.case-study-fv h2 {
	background-image: url(images/fv-bg_news_sp.jpg);
}
}

/* お客様の声 */
.voice-fv h2 {
	background-image: url(images/fv-bg_voice.jpg);
}

@media screen and (max-width: 768px) {
.case-study-fv h2 {
	background-image: url(images/fv-bg_voice_sp.jpg);
}
}

/* お役立ちコラム */
.column-fv h2 {
	background-image: url(images/fv-bg_column.jpg);
}

@media screen and (max-width: 768px) {
.column-fv h2 {
	background-image: url(images/fv-bg_column_sp.jpg);
}
}

/* よくある質問 */

.question-fv h2 {
	background-image: url(images/fv-bg_Q&A.jpg);
}

.question h3 {
	color: #9BC700;
	margin-top: 20px;
}

.question_question {
	height: 72px;
	line-height: 72px;
	padding: 20px;
	box-sizing: border-box;
	line-height: 72px;
	font-weight: 700;
	display: flex;
	background-color: #fff;
	justify-content: space-around;
}

.question_box span {
	display: inline-block;
	background-color: #9BC700;
	border-radius: 10px;
	padding: 10px;
	color: #fff;

}



.question_answer {
	background-color: #E8F2B5;
}

.question-ttl, .answer-ttl {
	width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
	border-radius: 5px;
	font-weight: 300;
}

.question-ttl {
	background-color: #9BC700;
	color: #fff;
}

.answer-ttl {
	border:  solid #9BC700 3px;
	background-color: #fff;
	color: #9BC700;
	margin-top: 0px;
}

.question-desc, .answer-desc {
	width: 80%;
}

.question p {
	display: block;
	width: 90%;
	margin: auto;
}

.question_box {
	width: 90%;
	margin: auto;
	padding-bottom: 30px;
}


.question-desc {
	line-height: 72px;
	line-height: 32px;
}

.answer-box {
	background-color: #E8F2B5;
	line-height: 31px;
	height: auto;
}

.answer-desc {
	font-weight: 300;
}

@media screen and (max-width: 768px) {
.question-fv h2 {
	background-image: url(images/fv-bg_Q&A_sp.jpg);
}
.question_question {
    height: auto;
    line-height: 72px;
    padding: 20px 10px;
    box-sizing: border-box;
    line-height: 72px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
	flex-direction: column;
}
.question-desc, .answer-desc {
    width: 100%;
}
.question-ttl, .answer-ttl {
    width: 80%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    font-weight: 300;
    margin: auto;
}
.answer-ttl {
    border: solid #9BC700 3px;
    background-color: #fff;
    color: #9BC700;
    margin-bottom: 10px;
    margin-top: 0px;
}
.question-desc {
    text-align: center;
}
.question-ttl {
    background-color: #9BC700;
    color: #fff;
    margin-bottom: 10px;
}

.answer-desc {
	line-height: 32px;
}
}

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

.policy, .sitemap {
	width: 90%;
	margin: auto;
}

.policy-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.policy-box h3 {
	color: #9BC700;
}

@media screen and (max-width: 768px) {
	.policy-support {
		width: auto;
	}

	.policy-support img {
		height: 34px;
	}
	.policy-support {
		height: 69px;
	}
}

/* サイトマップ */

.sitemap {
	padding-bottom: 30px;
}

.sitemap a {
	text-decoration: none;
	color: #4A4A4A;
	display: block;
	margin-bottom: 10px;
}

/* 投稿ページ */

.post-article {
	display: block;
	border-bottom: 0px;
}

.post-title {
	width: 100%;
	padding: 20px;
	background-image: linear-gradient(180deg, rgba(238, 246, 208, 1), rgba(183, 229, 20, 1));
	color: #4A4A4A;
	font-weight: 700;
	margin-bottom: 30px;

}
