@charset "UTF-8";

/*
Theme Name: 2021mj_koshigaya-yuigon
Description: 2021mj_koshigaya-yuigon
Theme URI: https://2021mj_koshigaya-yuigon
Author: https://2021mj_koshigaya-yuigon
Author URI: https://2021mj_koshigaya-yuigon
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'Kosugi Maru';
	src: url(fonts/Kosugi/Kosugi-Regular.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'ShipporiMinchoB1-Bold';
	font-weight: 700;
	src: url(fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Bold.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Josefin_Sans';
	src: url(fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf) format('truetype');
	font-display: swap;
}
.kosugi {
	font-family: 'Kosugi Maru', sans-serif;
}
.josefin {
	font-family: 'Josefin_Sans', sans-serif;
}

* {
	font-size: inherit;
	line-height: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #251E1F;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	font-family: 'Shippori Mincho', serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
p {
	margin:0 0 1.5em 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 17px;
	}
}
@media screen and (max-width: 430px) {
	body {
		font-size: 16px;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 15px;
	}
}

/****************************************
 * リンク
*****************************************/

a {
	color: #242E41;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}
a img:hover {
	opacity: .7;
}

/*single テキストリンク
*****************************************/
#single .contents_textbox a {
	position: relative;
	color: #48b649;
}
#single .contents_textbox a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    background: #48b649;
    width: 100%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
#single .contents_textbox a:hover::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}


/* 別ウィンドウリンク
*****************************************/
a.tab {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	line-height: 1;
}
a.tab:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 3px;
	background: url(images/common/icon140_tab-000.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 18px;
	height: 18px;
}

/* 四角
*****************************************/
a.sq {
	display: inline-block;
	max-width: 420px;
	width: 100%;
	padding: 12px 45px 12px 30px;
	background: #3B813C;
	color: #FFF;
	font-family: sans-serif;
	position: relative;
	transition: .3s all;
}
a.sq:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	width: 45px;
	height: 1px;
	background-color: #234C23;
	transition: .3s all;
}
a.sq:hover:before {
	right: -35px;
}

@media screen and (max-width: 430px) {
	a.sq {
		max-width: 80%;
		padding: 12px 35px 12px 20px;
	}
	a.sq:before {
		right: -15px;
	}
	a.sq:hover:before {
		right: -22px;
	}
}
@media screen and (max-width: 430px) {
	a.sq:before {
		width: 35px;
	}
}

/****************************************
 * h要素
*****************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0;
	text-align: center;
}

h2 {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 60px;
}
h3 {
	text-align: left;
	font-size: 1.3rem;
	margin-bottom: 45px;
}
/*h3.aid_title {
	margin-bottom: 15px;
	text-align: left;
	font-size: 1.3em;
	padding-left: 30px;
}*/
h4 {
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 45px;
}
h5 {
	text-align: left;
	font-size: 1.1rem;
	margin-bottom: 30px;
}
h6 {
	text-align: left;
	font-size: 1em;
	margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
	h2 {
		margin-bottom: 45px;
	}
	h3,
	h4 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 430px) {
	h2 {
		margin-bottom: 45px;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	h5 {
		font-size: 1em;
	}
}
@media screen and (max-width: 320px) {
	h2 {
		margin-bottom: 30px;
	}
	h3 {
		font-size: 1.1rem;
	}
	h4 {
		font-size: 1em;
	}
}

/****************************************
 * リスト
*****************************************/

table {
	table-layout: fixed;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}

/****************************************
 * レスポンシブ
*****************************************/

@media screen and (min-width: 1025px) {/*1025px以上で*/
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:1024px) {/*1024px以下で*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 560px) {/*480px以下で*/
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/****************************************
 * 上部固定ヘッダー
*****************************************/

.fix_header {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	opacity:0;
	z-index: 1000;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.fix_header ul.menu > li > a {
	display: inline-block;
	line-height: 0;
	position: relative;
}
.fix_header ul.menu > li > a::after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	width: 100%;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.fix_header ul.menu > li > a:hover::after {
  bottom: -18px;
  opacity: 1;
  visibility: visible;
}

.fix_header .menu-item-has-children {
	position: relative;
}
.fix_header .menu-item-has-children:hover ul.sub-menu {
	visibility: visible; /*重要*/
	opacity: 1;
	top: 28px;
}
.fix_header ul.sub-menu {
	visibility: hidden; /*重要*/
	opacity: 0;
	transition: .6s;
	list-style: none;
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	width: 200px;
	background: #FFF;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 0;
	margin: 0;
	z-index: 1;
}
.fix_header ul.menu li#menu-item-458 ul.sub-menu {
	width: 280px;
}
.fix_header ul.sub-menu li {
	width: 100%;
	display: block;
}
.fix_header .sub-menu > .menu-item:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.fix_header .sub-menu > .menu-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 12px;
	text-align: left;
	border-left: 6px solid #FFF;
}
.fix_header .sub-menu > .menu-item a:hover {
	background: #F4F8EC;
	border-left: 6px solid #93b946;
}

.fix_header_contents {
	width: 100%;
	background: #F4F7EC;
	margin: 0 auto;
	padding: 15px 30px;
}
.fix_header_contact {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.fix_header_contact .logo {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}
.fix_header_contact .logo a:after {
	content: none;
}
.fix_header_contact .contact {
	margin-left: 10px;
}
.fix_header_contact .contact p.phone {
	display: inline-block;
	margin: 0 0 -5px;
	padding-left: 22px;
	font-size: 1.3em;
	line-height: 32px;
	vertical-align: text-bottom;
	position: relative;
}
.fix_header_contact .contact p.phone:before {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/common/icon140_phone.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}
.fix_header_contact .contact a.mail {
	display: inline-block;
	margin-right: 5px;
}
.fix_header_contact .contact a.mail:after {
	content: none;
}
.fix_header nav#fix_header {
	width: 68%;
}
.fix_header ul {
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.fix_header ul li {
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	position: relative;
}
.fix_header ul li:last-child {
	margin-right: 0;
}
.fix_header li a,
.fix_header li a:visited {
	text-align: center;
}
.fix_header li:last-child{
	margin-right:0;
}

@media screen and (max-width: 1430px) {
	.fix_header_contact {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	.fix_header_contents .logo {
		display: none;
	}
	.fix_header nav#fix_header {
		width: 75%;
	}
}
@media screen and (max-width: 1260px) {
	.fix_header li a,
	.fix_header li a:visited {
		font-size: .9em;
	}
	.fix_header nav#fix_header {
		width: 80%;
	}
}
@media screen and (max-width: 1024px) {
	.fix_header {
		display: none;
	}
}

/****************************************
 * ヘッダー
*****************************************/

/*上部*/
header .bloginfo {
	margin: 0 0 6px;
	text-align: left;
	font-size: .8em;
	font-family: sans-serif;
}
header .header_top {
	padding: 20px 0 10px;
	position: relative;
}
header .header_top:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -28px;
	background: url(images/common/header_bottom.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 29px;
	z-index: 1;
}
header .header_top_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
header .header_top_box .logo_box {
	
}
header .header_top_box .contact {
	
}
header .header_top_box .phone_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_top_box .phone_box p.phone {
	font-size: 1.2em;
	font-family: sans-serif;
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
}
header .header_top_box .phone_box p.phone:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(images/common/icon140_phone.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 17px;
	height: 17px;
}
header .header_top_box p.hours {
	font-family: sans-serif;
	text-align: center;
}
header .header_top_box p.hours span.open {
	font-size: .9em;
}

/*右部*/
header .header_right {
	width: calc(100%/2 + 120px);
}
/*header .header_right.fixed {*/ /* 途中から固定*/
/*
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}*/
header .header_right .header_contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	margin-top: -18px;
}
header .headerbottom_nav {
	margin-left: auto !important;
}
header .headerbottom_nav ul#menu-headerbottom_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}
header .headerbottom_nav ul#menu-headerbottom_nav li {
	border-left: 1px solid #f1f1f1;
}
header .headerbottom_nav ul#menu-headerbottom_nav li:last-child {
	margin-right: 0;
	border-right: 1px solid #f1f1f1;
}
header .headerbottom_nav a {
	display: block;
	line-height: 70px;
	padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
	header .header_top_box .logo_box img {
		width: 210px;
	}
	
}
@media screen and (max-width: 768px) {
	header .header_top_box .logo_box img {
		width: 180px;
	}
	header .header_right .header_contact {
		margin: 0;
	}
}
@media screen and (max-width: 559px) {
	header .bloginfo {
		margin: 0 0 3px;
	}
	header .header_top {
		padding: 20px 0;
	}
	header .header_top:before {
		content: none;
	}
	header .header_middle {
		padding: 10px 0;
		height: 70px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	header .logo {
		width: 160px;
	}
}
@media screen and (max-width: 430px) {
	header .bloginfo {
		font-size: .7em;
		overflow-x: auto;
		white-space: nowrap;
	}
	
}
@media screen and (max-width: 390px) {
	header .header_top_box .logo_box img {
		width: 160px;
	}
}
@media screen and (max-width: 320px) {
	header .header_top_box .logo_box img {
		width: 140px;
	}
}

/****************************************
 * レイアウト
*****************************************/

.inner {
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}
.inner__nr {
	padding: 0;
	width: 980px;
	margin: 0 auto;
}
.inner__wd {
	padding: 0;
	width: 960px;
	margin: 0 auto;
}
main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
article {
	overflow: hidden;
	width: 100%;
}
aside {
	float: left;
	width: 300px;
	overflow: hidden;
}
article.front-page section {
	padding: 90px 0;
}
section {
	padding: 0;
}
.contents {
	margin: 90px auto 0;
	padding: 0 0 90px;
}
#mentalhealth.contents,
#service.contents,
#office.contents {
	padding: 0;
}

@media screen and (max-width: 1024px) {
	.inner,
	.inner__nr,
	.inner__wd {
		width: 100%;
		padding: 0 60px;
	}
}
@media screen and (max-width: 768px) {
	.inner,
	.inner__nr,
	.inner__wd {
		padding: 0 45px;
	}
	.contents {
		margin: 60px auto 0;
		padding: 0 0 60px;
	}
}
@media screen and (max-width: 559px) {
	.inner,
	.inner__nr,
	.inner__wd {
		padding: 0 30px;
	}
	article.front-page section {
		padding: 60px 0;
	}
	.contents {
		margin: 45px auto 0;
		padding: 0 0 45px;
	}
}
@media screen and (max-width: 430px) {
	.inner,
	.inner__nr,
	.inner__wd {
		padding: 0 20px;
	}
	.contents {
		margin: 30px auto 0;
	}
	article.front-page section {
		padding: 45px 0;
	}
}
@media screen and (max-width: 320px) {
}

/****************************************
 * ナビゲーション
*****************************************/

nav#general ul.menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0 0;
	padding: 0;
}
nav#general ul.menu > li {
	text-align: center;
	position: relative;
}
nav#general ul.menu > li.nav_home {
	background: url(images/nav/navicon_home.png) no-repeat;
	background-size: 45px;
	background-position: top 20px center;
}
nav#general ul.menu > li.nav_yuigon {
	background: url(images/nav/navicon_yuigon.png) no-repeat;
	background-size: 45px;
	background-position: top 20px center;
}
nav#general ul.menu > li.nav_faq {
	background: url(images/nav/navicon_faq.png) no-repeat;
	background-size: 45px;
	background-position: top 20px center;
}
nav#general ul.menu > li.nav_office {
	background: url(images/nav/navicon_office.png) no-repeat;
	background-size: 45px;
	background-position: top 20px center;
}
nav#general ul.menu > li.nav_access {
	background: url(images/nav/navicon_access.png) no-repeat;
	background-size: 45px;
	background-position: top 20px center;
}
nav#general ul.menu > li.nav_contact {
	background: url(images/nav/navicon_contact.png) no-repeat;
	background-size: 45px;
	background-position: top 20px center;
}
nav#general ul.menu > li > a {
	display: block;
	text-align: center;
	text-decoration: none;
}
nav#general ul.menu > li > a:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #3B813C;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
nav#general ul.menu > li > a:hover {
	color: #3B813C;
}
nav#general ul.menu > li > a:hover:after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

/*固定されたら*/
.fixed nav#general ul.menu > li a {
	padding: 20px 20px 20px 45px;
	font-size: .9em;
}
.fixed nav#general ul.menu > li.nav_home {
	background: url(images/nav/navicon_home.png) no-repeat;
	background-size: 30px;
	background-position: top 20px left 20px;
}
.fixed nav#general ul.menu > li.nav_yuigon {
	background: url(images/nav/navicon_yuigon.png) no-repeat;
	background-size: 30px;
	background-position: top 20px left 20px;
}
.fixed nav#general ul.menu > li.nav_faq {
	background: url(images/nav/navicon_faq.png) no-repeat;
	background-size: 30px;
	background-position: top 20px left 20px;
}
.fixed nav#general ul.menu > li.nav_office {
	background: url(images/nav/navicon_office.png) no-repeat;
	background-size: 30px;
	background-position: top 20px left 20px;
}
.fixed nav#general ul.menu > li.nav_access {
	background: url(images/nav/navicon_access.png) no-repeat;
	background-size: 30px;
	background-position: top 20px left 20px;
}
.fixed nav#general ul.menu > li.nav_contact {
	background: url(images/nav/navicon_contact.png) no-repeat;
	background-size: 30px;
	background-position: top 20px left 20px;
}
.fixed nav#general ul.menu > li:before,
.fixed nav#general ul.menu > li:last-child:after {
	height: 100%;
}

@media screen and (max-width: 1024px) {
	nav#general ul.menu {
		width: 500px;
		margin-left: auto;
	}
	nav#general ul.menu > li {
		width: calc(100%/3);
	}
	nav#general ul.menu > li > a {
		font-size: .9em;
	}
}
@media screen and (max-width: 768px) {
	nav#general ul.menu {
		width: 100%;
	}
	nav#general ul.menu > li {
		
	}
}
@media screen and (max-width: 480px) {
	nav#general ul.menu > li {
		width: calc(100%/2);
	}
	nav#general ul.menu > li:first-child {
		display: none;
	}
	nav#general ul.menu > li > a {
		padding-top: 5px;
	}
}

/****************************************
 * ナビゲーション
 * left_side
*****************************************/

#sp_nav {
	display: none;
}

@media screen and (max-width: 560px) {
	#sp_nav {
		display: block;
	}
	
	/*　ハンバーガー　*/
	#sp_nav .hamburger {
		display : block;
		position: fixed;
		right : 20px;
		top   : 20px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
		z-index : 3;
	}
	#sp_nav .hamburger span {
		display : block;
		position: absolute;
		width: 30px;
		height: 2px ;
		left: 6px;
		background: #3B813C;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#sp_nav .hamburger span:nth-child(1) {
		top: 10px;
	}
	#sp_nav .hamburger span:nth-child(2) {
		top: 20px;
	}
	#sp_nav .hamburger span:nth-child(3) {
		top: 30px;
	}
	
	/* メニューを開いてるとき */
	#sp_nav .hamburger.active span:nth-child(1) {
		top : 16px;
		left: 6px;
		background :#3B813C;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#sp_nav .hamburger.active span:nth-child(2),
	#sp_nav .hamburger.active span:nth-child(3) {
		top: 16px;
		background :#3B813C;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	/* メニュー背景　*/
	nav.leftside_nav {
		position: fixed;
		top  : 0;
		left : 0;
		color: #000;
		background: #fafafa;
		width: 100%;
		transform: translateX(-100%);
		transition: all .6s;
		border-bottom: 1px solid #3B813C;
		z-index : 2;
	}
	nav.leftside_nav ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	nav.leftside_nav ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
		border-bottom: 1px dashed #AEDAAF;
	}
	nav.leftside_nav ul li:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	nav.leftside_nav ul li:hover{
		background :#ddd;
	}
	nav.leftside_nav ul li a {
		display: block;
		color: #000;
		padding: 1em 60px;
	}
	
	/* クリックでjQueryで追加・削除 */
	nav.leftside_nav.active {
		opacity: 100;
		display: block;
		transform: translateX(0%);
	}
}
@media screen and (max-width: 430px) {
	nav.leftside_nav ul li a {
		padding: 1em 45px;
	}
}
@media screen and (max-width: 320px) {
	nav.leftside_nav ul li a {
		padding: 1em 30px;
	}
}


/****************************************
 * パンくず
*****************************************/

.breadcrumbs_area {
	padding: 20px 0;
	background: #fafafa;
	border-bottom: 1px solid #ededed;
}
.breadcrumbs {
	font-size: .8em;
}

@media screen and (max-width: 480px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
}

/****************************************
 * p-contact.php
*****************************************/

#p-contact {
	background: url(images/p-contact/bg.jpg) no-repeat;
	background-size: cover;
}
#p-contact a {
	color: #FFF;
}
#p-contact .p-contact_box {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#p-contact .p-contact_box .p-contact_text {
	color: #FFF;
	font-weight: bold;
}
#p-contact .p-contact_box .p-contact_text p.text__a {
	font-size: 2.6em;
}
#p-contact ul.contact_box {
	width: calc(50% - 100px);
	list-style: none;
	margin-top: -15px;
}
#p-contact ul.contact_box li {
	margin-top: 15px;
}
#p-contact ul.contact_box li a.btn_tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFF;
	color: #000;
	height: 120px;
	font-weight: bold;
	cursor: default;
	pointer-events: none;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
#p-contact ul.contact_box li a.btn_tel:hover {
	opacity: none;
}
#p-contact ul.contact_box li a.btn_tel p.btn_tel_text_phone {
	line-height: 1;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}
#p-contact ul.contact_box li a.btn_tel p.btn_tel_text_hour {
	margin: 0;
}
#p-contact ul.contact_box li a.btn_tel p.btn_tel_text span.hour {
	display: block;
	text-align: center;
	font-size: .6em;
	line-height: 1;
}
#p-contact ul.contact_box li a.btn_mail {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: #5498ca;
	height: 120px;
	font-weight: bold;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	position: relative;
}
#p-contact ul.contact_box li a.btn_mail:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20%;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
#p-contact ul.contact_box li a.btn_mail:hover {
	opacity: 1;
	background: #1F4865;
	box-shadow: 0 0 10px rgba(0 0 0 / 0);
}
#p-contact ul.contact_box li a.btn_mail p.btn_mail_text {
	display: block;
	font-size: 1.3em;
}
#p-contact ul.contact_box li a.btn_mail p.btn_mail_text span {
	display: block;
	text-align: center;
	font-size: .9em;
	line-height: 1;
}




a.mail_button {
	line-height: 1.6;
	display: block;
	width: 300px;
	margin: 1em auto 0;
	color: #251E1F !important;
	background: #F2D857;
	border: 2px solid #F2D857;
	position: relative;
	display: inline-block;
	padding: 8px 0;
	transition: all .3s ease-in-out;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
}
a.mail_button:before,
a.mail_button:after {
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #F2D857;
	width: 1em;
	height:1em;
	transition: all 0.3s ease-in-out;
}
a.mail_button:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}
a.mail_button:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
a.mail_button:hover:before,
a.mail_button:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #FFF;
}
a.mail_button:hover {
	opacity: 1;
	color: #1F583B !important;
	background: #FFF;
	border-color: #FFF;
}

@media screen and (max-width: 1024px) {
	#p-contact .p-contact_area {
		padding: 60px 60px 30px 60px;
	}
}
@media screen and (max-width: 768px) {
	#p-contact .p-contact_area {
		padding: 60px 0 30px;
	}
	a.mail_button {
		width: 240px;
	}
}
@media screen and (max-width: 559px) {
	#p-contact {
		background: #1F583B;
	}
	#p-contact .p-contact_area {
		padding: 45px 0 30px;
	}
	#p-contact .p-contact_area .p-contact_box {
		width: 100%;
	}
	#p-contact .tel a {
		padding-left: 45px;
	}
	#p-contact .tel a.tel-fff:before {
		width: 30px;
		height: 30px;
	}
	a.mail_button {
		display: block;
		width: 80%;
	}
}
@media screen and (max-width: 430px) {
	#p-contact .p-contact_area {
		padding: 30px 0;
	}
	#p-contact .tel a {
		font-size: 2em;
	}
	#p-contact .mail {
		margin-top: 5px;
	}
}
@media screen and (max-width: 320px) {
	#p-contact .p-contact_area .p-contact_box .memo {
		font-size: .9em;
		margin-bottom: 8px;
	}
}

/****************************************
 * 共通
*****************************************/

.page_topimage {
	padding: 0;
	height: 100%;
	background: url(images/page_topimage.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
}
.page_topimage .page_topimage_flexbox {
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.page_topimage .topimage_title {
	text-align: center;
	font-size: 2em;
	font-family: sans-serif;
	color: #FFF;
	background: rgba(59, 129, 10, .8);
	line-height: 1;
	margin: 0;
	padding: 20px 60px;
}
.page_topimage .topimage_title span {
	display: inline-block;
}

@media screen and (max-width: 560px) {
	.page_topimage {
		background: url(images/page_topimage_sp.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.page_topimage .page_topimage_flexbox {
		height: 300px;
	}
	.page_topimage .topimage_title {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 430px) {
	.page_topimage .topimage_title {
		font-size: 1.4em;
	}
	
}

/* ボタンボックス */
.button_box {
	text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 560px) {
	.button_box {
		margin-top: 45px;
	}
}
@media screen and (max-width: 430px) {
	.button_box {
		margin-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	.button_box {
		margin-top: 20px;
	}
}

/* マーカー */
.y_marker {
	display: inline;
	background:linear-gradient(transparent 40%, #ff6 40%);
}

/*ビックリマーク*/
.bang {
	position: relative;
	padding-left: 40px;
}
.bang:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(images/common/icon140_bang-000.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 30px;
	height: 30px;
}


/* メインボタン */
.main_btn,
button.search_btn {
	display: inline-block !important;
	width: auto !important;
	margin: 10px !important;
	padding: 18px 5em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: .5s !important;
	border-radius: 3px !important;
	background-size: 200% auto !important;
	color: #FFF !important;
	font-family: 'Kosugi Maru', sans-serif !important;
	background-image: linear-gradient(to right, #93b946 0%, #45B649 51%, #93B946 100%) !important;
	position: relative !important;
}
.main_btn:before,
button.search_btn:before {
	content: "" !important;
	display: inline-block !important;
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	transform: translateY(-50%) !important;
	margin: auto !important;
	background: #FFF !important;
	width: 1em !important;
	height: 1px !important;
	z-index: 1 !important;
}
.main_btn:hover,
button.search_btn:hover {
	opacity: 1 !important;
	background-position: right center !important;
	box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%) !important;
	color: #fff !important;
	text-decoration: none !important;
}

/****************************************
 * トップページ
*****************************************/

.topimage {
	padding: 0;
}

/* あいさつメッセージ
*****************************************/
.greeting {
	
}


@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	
}

/* こんなときにご相談ください
*****************************************/
.case {
	padding: 0 !important;
}
.case .sec_title {
	margin: 0;
	color: #000;
}
.case .sec_title span {
	display: inline-block;
	padding: 0 0 12px;
	border-bottom: 1px solid #000;
}
.case .case_area {
	background: url(images/front-page/case_bg.jpg) no-repeat;
	background-size: 100%;
	padding: 90px 0;
}
.case .case_area .case_box {
	background: #FFF;
	margin: 60px 0 0;
	padding: 45px;
	border-radius: 3px;
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
.case .case_area .case_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.case .case_area .case_box ul li {
	font-size: 1.1em;
	font-family: sans-serif;
	padding: 12px 30px 12px 56px;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.case .case_area .case_box ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon140_check.png) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
}
.case .case_arrow_box {
	text-align: center;
	margin: -75px 0 0;
}
.case .case_arrow {
	display: inline-flex;
	transform: rotate(90deg);
}
.case .case_arrow:before {
	content: '';
	width: 90px;
	height: 18px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(45deg);
}

@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	.case .case_area {
		background: url(images/front-page/case_bg_sp.jpg) no-repeat;
		background-size: 100%;
		padding: 60px 0;
	}
	.case .case_area .case_box {
		padding: 30px;
	}
	.case .case_area .case_box ul li {
		font-size: .9em;
		padding: 12px 0 12px 38px;
	}
	.case .case_area .case_box ul li:before {
		left: 0;
	}
}
@media screen and (max-width: 430px) {
	.case .sec_title {
		font-size: 1.6em;
		margin: 0 0 30px;
	}
	.case .case_area .case_box {
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 390px) {
	.case .sec_title {
		font-size: 1.3em;
	}
	.case .case_area .case_box {
		padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	.case .sec_title {
		
	}
}

/* 業務案内
*****************************************/
.service {
	background: url(images/front-page/service_bg.jpg) no-repeat;
	background-size: 100%;
	background-position: bottom center;
}
.service .service_box .service_item_title {
	font-family: sans-serif;
	margin: 0 0 10px;
}
.service .sec_title {
	margin: 0 0 45px;
	color: #000;
}
.service .service_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.service .service_box ul li {
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
	border-bottom: 4px solid #01b4b6;
	border-image: linear-gradient(to right, #01b4b6 0%, #daf599 100%)0/0 0 4px 0;
	border-style: solid;
	border-image-slice: 1;
}
.service .service_box ul.one {
	width: 100%;
}
.service .service_box ul.three {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.service .service_box ul.three li {
	width: calc(100%/3 - 8px);
	margin: 12px 0 0;
}
.service .service_box .service_item {
	padding: 30px;
	background: #FFF;
}
.flow .flow_box ul li .item .item_title {
	text-align: center;
}
.flow .flow_box ul li .item .item_title span {
	font-size: 1.3em;
	margin-right: 10px;
}
.flow .flow_box ul li .item .image {
	text-align: center;
}
.flow .flow_box ul li .item .text {
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	.service {
		background: url(images/front-page/service_bg_sp.jpg) no-repeat;
		background-size: 100%;
		background-position: bottom center;
	}
	.service .service_box ul.three {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: column;
	}
	.service .service_box ul.three li {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	.service {
		padding: 75px 0 45px !important;
	}
	.service .sec_title {
		font-size: 1.6em;
	}
	.service .service_box .service_item_title {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 390px) {
	.service .sec_title {
		font-size: 1.3em;
	}
	.service .service_box .service_item {
		padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	.service .service_box .service_item_title {
		font-size: 1.1rem;
	}
}


/* お知らせ
*****************************************/
.news {
	background: #fafafa;
}


@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 559px) {
	
}
@media screen and (max-width: 430px) {

}


/* 会社概要
 *****************************************/

.about {
	background: #fafafa;
}
.about .about_box {
	width: 920px;
	margin: 0 auto;
	display: flex;
	background: url(images/front-page/building.png) no-repeat;
	background-position: right;
	background-size: contain;
}
.about .about_box .about_left {
	
}
.about .about_box p.intro {
	font-size: 1.8em;
	margin-top: 45px;
}

@media screen and (max-width: 960px) {
	.about .about_box {
		width: 100%;
		background-position: right -70px center;
	}
	.about .about_box img.about_title {
		width: 360px;
	}
	.about .about_box p.intro {
		font-size: 1.6em;
	}
	.about .about_box p.intro span.blu {
		display: block;
	}
	.about .about_box .about_text,
	.about .about_box .button_box {
		width: 80%;
	}
}
@media screen and (max-width: 430px) {
	.about .about_box {
		
	}
}
@media screen and (max-width: 320px) {
	
}


/* 事務所情報
 *****************************************/

.office_contact {
	padding: 60px 0;
	line-height: 1;
	background-image: url(images/p-contact/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.office_contact .office_box {
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.office_contact .office_left {
	width: calc(100%/2);
	color: #FFF;
	font-weight: bold;
	line-height: 1.6;
}
.office_contact .office_right {
	width: calc(100%/2);
	text-align: center;
	line-height: 1.6;
}
.office_contact p.office_name {
	text-align: center;
	font-size: 1.3em;
	margin: 0 0 10px;
}
.office_contact p.office_add {
	text-align: center;
}
.office_contact .office_right p.office_tel {
	margin: 0;
}
.office_contact .office_right p.office_tel span {
	display: inline-block;
	font-size: 2em;
	line-height: 1;
	padding: 0 0 0 45px;
	font-weight: bold;
	position: relative;
}
.office_contact .office_right p.office_tel span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(images/common/icon140_phone.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
.office_contact .office_right p.office_fax {
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
}
.office_contact .office_right p.office_open span.close {
	margin-left: 10px;
}
#shop_map {
	width:100%;
	height: 380px;
	line-height: 1;
}

@media screen and (max-width: 960px) {
	.office_contact .office_box {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.office_contact {
		background-image: url(images/p-contact/bg_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.office_contact .office_box {
		display: flex;
		flex-direction: column;
		background: rgba(255,255,255,.7);
		padding: 30px;
	}
	.office_contact .office_left,
	.office_contact .office_right {
		width: 100%;
		min-width: 100%;
		text-align: center;
		padding: 0;
		color: #000;
	}
	.office_contact .office_right {
		margin-top: 20px;
		color: #000;
	}
	.office_contact .office_right p.office_tel span {
		padding: 0 0 0 35px;
	}
	.office_contact .office_right p.office_tel span:before {
		width: 26px;
		height: 26px;
	}
}
@media screen and (max-width: 430px) {
	.office_contact .office_box {
		padding: 20px;
	}
	.office_contact p.office_name {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 320px) {
	.office_contact {
		padding: 45px 0;
	}
	.office_contact p.office_name {
		font-size: 1.06em;
	}
	.office_contact .office_right p.office_tel span {
		font-size: 1.7em;
		padding: 0 0 0 30px;
	}
	.office_contact .office_right p.office_tel span:before {
		width: 22px;
		height: 22px;
	}
}

/****************************************
 * Gutenberg（グーテンベルク）
*****************************************/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.screen-reader-text {}

.wp-block-quote {
	background: #fafafa;
	padding: 15px 15px 15px 1.3em !important;
}
figure.wp-block-table {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
figure.wp-block-table table th,
figure.wp-block-table table td {
	border-bottom: 1px #999 solid;
	padding: 30px 15px;
}
figure.wp-block-table table th {
	width: 30%;
}
.wp-block-group {
	margin-top: 60px;
}
figure {
	display: block;
	margin: 0;
}
figcaption {
	line-height: 1.5;
	font-size: .8em;
	text-align: center;
	margin-top: 15px;
}

@media screen and (max-width: 559px) {
	.wp-block-media-text__content {
		padding: 0 !important;
		margin-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	.wp-block-media-text__content,
	.wp-block-group {
		margin-top: 30px;
	}
}
@media screen and (max-width: 430px) {
	.wp-block-group {
		margin-top: 30px;
	}
	figure.wp-block-table table th {
		width: 25%;
	}
	figure.wp-block-table table th,
	figure.wp-block-table table td {
		padding: 15px;
	}
}
@media screen and (max-width: 320px) {
	.wp-block-media-text__content {
		margin-top: 20px;
	}
}

/****************************************
 * 固定ページの共通
*****************************************/

.jump {
	padding: 0;
}
.jump .jump_box ul {
	width: 880px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jump .jump_box ul li {
	width: calc(100%/2);
	text-align: center;
}

/*メニュー
*****************************************/
.jump {
	
}
.jump ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.jump ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100%/3);
	text-align: center;
	font-size: 1.1em;
	font-family: sans-serif;
	background: #fafafa;
	border-right: 1px solid #ededed;
}
.jump ul li:nth-child(3),
.jump ul li:nth-child(6),
.jump ul li:nth-child(9) {
	border-right: none;
}
#service .jump ul li {
	border-bottom: 1px solid #ededed;
}
#service .jump ul li:nth-child(7),
#service .jump ul li:nth-child(8),
#service .jump ul li:nth-child(9) {
	border-bottom: none;
}
.jump ul li a {
	width: 100%;
	display: block;
	padding: 20px;
}
.jump ul li a:hover {
	background: #3B813C;
	color: #FFF;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.jump ul li {
		width: calc(100%/2);
		font-size: 1em;
	}
	.jump ul li:nth-child(odd) {
		border-right: 1px solid #ededed;
	}
	.jump ul li:nth-child(even) {
		border-right: 0;
	}
}
@media screen and (max-width: 430px) {
	.jump ul li {
		width: 100%;
		font-size: .9em;
		border-right: none !important;
	}
	.jump ul li a {
		display: block;
		padding: 12px 20px;
	}
}

/****************************************
 * 固定ページ
 * 業務のご案内
*****************************************/

#service .service_box {
	padding: 90px 0;
}
#service #service01.service_box {
	margin-top: 90px;
}
#service .service_box:nth-child(even) {
	background: #fafafa;
}
#service .service_inbox {
	background: #FFF;
	border-bottom: 4px solid #01b4b6;
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
	border-image: linear-gradient(to right, #01b4b6 0%, #daf599 100%) 0/0 0 4px 0;
	border-style: solid;
	border-image-slice: 1;
}
#service .title_box {
	padding: 30px 45px 0 60px;
}
#service .title_box .service_title {
	margin: 0 0 30px;
	position: relative;
}
#service .title_box .service_title:before {
	content: '';
    position: absolute;
    top: 50%;
	left: -60px;
    transform: translateY(-50%);
    width: 45px;
    height: 1px;
    background-color: #3a803c;
}
#service .service_flexbox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}
#service .service_flexbox .service_image {
	width: 540px;
	padding-right: 60px;
}
#service .service_flexbox .service_desc {
	width: calc(100% - 600px);
	padding-top: 60px;
}

@media screen and (max-width: 1024px) {
	#service .service_flexbox .service_image {
		width: 400px;
	}
	#service .service_flexbox .service_desc {
		width: calc(100% - 400px);
		padding-right: 60px;
	}
}
@media screen and (max-width: 768px) {
	#service .service_flexbox .service_image {
		width: 320px;
	}
	#service .service_flexbox .service_desc {
		width: calc(100% - 320px);
		padding-right: 45px;
	}
}
@media screen and (max-width: 560px) {
	#service .service_box {
		padding: 60px 0;
	}
	#service #service01.service_box {
		margin-top: 60px;
	}
	#service .service_flexbox {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 15px;
	}
	#service .service_flexbox .service_image {
		width: 100%;
		padding: 0;
	}
	#service .service_flexbox .service_desc {
		width: 100%;
		padding: 0 30px 30px;
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 430px) {
	#service .service_box {
		padding: 45px 0;
	}
	#service #service01.service_box {
		margin-top: 45px;
	}
	#service .title_box {
		padding: 30px 30px 0 30px;
	}
	#service .title_box .service_title {
		font-size: 1.2rem;
	}
	#service .title_box .service_title:before {
		left: -30px;
		width: 20px;
	}
	#service .service_flexbox .service_desc {
		padding: 0 20px 20px;
		margin: 20px 0 0;
	}
}
@media screen and (max-width: 320px) {
	#service .title_box {
		padding: 20px 10px 0 30px;
	}
	#service .title_box .service_title {
		font-size: 1rem;
		margin: 0 0 10px;
	}
	#service .service_flexbox .service_desc {
		padding: 0 10px 10px;
		margin: 10px 0 0;
	}
}

/****************************************
 * 固定ページ
 * メンタルヘルス管理
*****************************************/

#mentalhealth .mhk_summary {
	width: 960px;
	margin: 45px auto 0;
	padding: 0 60px 45px;
	border-bottom: 4px solid #01b4b6;
	border-image: linear-gradient(to right, #01b4b6 0%, #daf599 100%) 0/0 0 4px 0;
	border-style: solid;
	border-image-slice: 1;
	position: relative;
}
#mentalhealth .mhk_summary:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1;
	pointer-events: none;
}
#mentalhealth .mhk_summary .mhk_summary_title {
	line-height: 1.5;
	font-size: 1.6em;
	text-align: center;
}
#mentalhealth .mhk_summary .mhk_summary_box {
	
}

@media screen and (max-width: 1024px) {
	#mentalhealth .mhk_summary {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#mentalhealth .mhk_summary {
		padding: 0 45px 45px;
	}
}
@media screen and (max-width: 560px) {
	#mentalhealth .mhk_summary {
		padding: 0 30px 30px;
	}
	#mentalhealth .mhk_summary .mhk_summary_title {
		margin: 0 0 30px;
		font-size: 1.4em;
	}
}
@media screen and (max-width: 430px) {
	#mentalhealth .mhk_summary {
		padding: 0 20px 20px;
	}
	#mentalhealth .mhk_summary .mhk_summary_title {
		margin: 0 0 20px;
		font-size: 1.3em;
	}
}

/*セクションタイトル*/
#mentalhealth .mentalhealth_title {
	text-align: center;
}
#mentalhealth .mentalhealth_title span {
	display: inline-block;
	padding: 0 0 12px;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 560px) {
	#mentalhealth .mentalhealth_title {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 320px) {
	#mentalhealth .mentalhealth_title {
		font-size: 1.1rem;
	}
}

/*お悩み*/
#mentalhealth .problem {
	background: #fafafa url(images/mentalhealth/problem_bg.png) no-repeat;
	background-size: contain;
	background-position: right center;
	padding: 90px 0;
	margin: 90px 0 0;
}
#mentalhealth .problem .problem_title {
	width: 760px;
}
#mentalhealth .problem .problem_box {
	width: 760px;
	padding: 45px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
#mentalhealth .problem .problem_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mentalhealth .problem .problem_box ul li {
	font-size: 1.1em;
	font-family: sans-serif;
	padding: 12px 30px 12px 56px;
	border-bottom: 1px solid #ededed;
	position: relative;
}
#mentalhealth .problem .problem_box ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon140_check.png) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
}

@media screen and (max-width: 768px) {
	#mentalhealth .problem {
		background-size: cover;
		background-position: right -240px center;
	}
	#mentalhealth .problem .problem_title,
	#mentalhealth .problem .problem_box {
		width: 100%;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 560px) {
	#mentalhealth .problem {
		padding: 60px 0;
		margin: 60px 0 0;
		background: #fafafa url(images/mentalhealth/problem_bg_sp.png) no-repeat;
		background-size: cover;
		background-position: right center;
	}
	#mentalhealth .problem .problem_box {
		padding: 30px;
	}
	#mentalhealth .problem .problem_box ul li {
		font-size: .9em;
		padding: 12px 0 12px 38px;
	}
	#mentalhealth .problem .problem_box ul li:before {
		left: 5px;
	}
}
@media screen and (max-width: 430px) {
	#mentalhealth .problem {
		padding: 45px 0;
		margin: 45px 0 0;
	}
	#mentalhealth .problem .problem_box {
		padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	#mentalhealth .problem .problem_title,
	#mentalhealth .problem .problem_box {
		width: 100%;
		font-size: 1.1rem;
	}
	#mentalhealth .problem .problem_box ul li {
		font-size: .8em;
	}
}

/*違い*/
#mentalhealth .difference {
	padding: 90px 0;
}
#mentalhealth .difference .difference_box {
	display: flex;
}
#mentalhealth .difference .difference_image {
	width: calc(100%/2 - 260px);
}
#mentalhealth .difference .difference_text {
	width: calc(100%/2 + 260px);
	padding-left: 60px;
}
#mentalhealth .difference .difference_text .difference_text_title {
	font-family: sans-serif;
	display: flex;
    align-items: center;
}
#mentalhealth .difference .difference_text .difference_text_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #000;
}
#mentalhealth .difference .difference_text .difference_text_title:after {
	margin-left: 1rem;
}
#mentalhealth .difference .difference_text ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0 0 30px;
	position: relative;
}
#mentalhealth .difference .difference_text ol:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #000;
	width: 100%;
	height: 1px;
}
#mentalhealth .difference .difference_text ol li {
	margin: 12px 0 0;
	font-family: sans-serif;
	font-size: .9em;
	text-indent: -22px;
	padding-left: 22px;
}
#mentalhealth .difference .difference_text ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	margin-right: 8px;
}
#mentalhealth .difference .difference_text_bottom {
	margin: 45px 0 0;
}
#mentalhealth .difference_solution {
	position: relative;
}
#mentalhealth .difference_solution .difference_solution_box {
	background: #01b4b6 url(images/mentalhealth/difference_solution_box_bg.png) no-repeat;
	background-size: 500px;
	background-position: center right;
	width: 70%;
	margin-left: auto;
	margin-top: -45px;
	padding: 45px;
	color: #FFF;
}
#mentalhealth .difference_solution .difference_solution_inner {
	width: 880px;
}
#mentalhealth .difference_solution p.difference_solution_top {
	font-family: sans-serif;
	font-weight: bold;
}
#mentalhealth .difference_solution p.difference_solution_middle {
	font-family: sans-serif;
	font-weight: bold;
}
#mentalhealth .difference_solution p.difference_solution_bottom {
	font-family: sans-serif;
	font-size: .8em;
}

@media screen and (max-width: 1024px) {
	#mentalhealth .difference .difference_image {
		width: calc(100%/2 - 230px);
	}
	#mentalhealth .difference .difference_text {
		width: calc(100%/2 + 230px);
		padding-left: 60px;
	}
}
@media screen and (max-width: 768px) {
	#mentalhealth .difference_solution .difference_solution_box {
		width: 100%;
		margin-top: 45px;
		background-position: center right -260px;
	}
	#mentalhealth .difference_solution .difference_solution_inner {
		width: 620px;
	}
}
@media screen and (max-width: 560px) {
	#mentalhealth .difference {
		padding: 60px 0;
		background: url(images/mentalhealth/difference_image_sp.jpg) no-repeat;
		background-size: 200px;
		background-position: top 23% left -100px;
	}
	#mentalhealth .difference .difference_text {
		width: 100%;
		padding-left: 120px;
	}
	#mentalhealth .difference_solution .difference_solution_inner {
		width: 100%;
	}
	#mentalhealth .difference_solution .difference_solution_box {
		padding: 30px;
		background-size: contain;
		background-position: center right -320px;
	}
}
@media screen and (max-width: 430px) {
	#mentalhealth .difference {
		padding: 45px 0;
		background: none;
	}
	#mentalhealth .difference .difference_text {
		padding: 0;
	}
	#mentalhealth .difference .difference_text_bottom {
		margin: 30px 0 0;
	}
	#mentalhealth .difference_solution .difference_solution_box {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 320px) {
	#mentalhealth .difference_solution p.difference_solution_top {
		font-size: .9em;
	}
}

/*メンタルヘルスとは*/
#mentalhealth .asformhm {
	padding: 90px 0;
	background: #fafafa;
}
#mentalhealth .asformhm .asformhm_flexbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#mentalhealth .asformhm .asformhm_flexbox .asformhm_box {
	width: calc(100%/2 - 30px);
}
#mentalhealth .asformhm .asformhm_flexbox .asformhm_inbox {
	margin: 20px 0 0;
}
#mentalhealth .asformhm .asformhm_flexbox .asformhm_inbox_title {
	font-family: sans-serif;
	font-weight: bold;
	color: #3B813C;
	font-size: 1.1em;
	margin: 0 0 8px;
}
#mentalhealth .asformhm_merit {
	margin: 75px 0 0;
	padding: 60px;
	background: #FFF;
	border: 1px solid #3B813C;
	border-radius: 3px;
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
	position: relative;
}
#mentalhealth .asformhm_merit .asformhm_merit_title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -20px;
}
#mentalhealth .asformhm_merit .asformhm_merit_title span {
	background: #3B813C;
	color: #FFF;
	font-family: sans-serif;
	padding: 12px 30px;
	border-radius: 3px;
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
#mentalhealth .asformhm_merit .asformhm_merit_box {
	margin: 45px 0 0;
}
#mentalhealth .asformhm_merit .asformhm_merit_box ol {
	list-style-type: none;
	counter-reset: item;
	margin: -12px 0 0;
	padding: 0;
	position: relative;
}
#mentalhealth .asformhm_merit .asformhm_merit_box ol li {
	margin: 12px 0 0;
	font-size: 1.1em;
	font-family: sans-serif;
	font-size: .9em;
	text-indent: -22px;
	padding-left: 22px;
	border-bottom: 1px solid #ededed;
}
#mentalhealth .asformhm_merit .asformhm_merit_box ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	margin-right: 8px;
}

@media screen and (max-width: 768px) {
	#mentalhealth .asformhm_merit {
		margin: 60px 0 0;
		padding: 45px;
	}
}
@media screen and (max-width: 560px) {
	#mentalhealth .asformhm {
		padding: 60px 0;
	}
	#mentalhealth .asformhm .asformhm_flexbox {
		flex-direction: column;
	}
	#mentalhealth .asformhm .asformhm_flexbox .asformhm_box {
		width: 100%;
		margin: 45px 0 0;
	}
	#mentalhealth .asformhm .asformhm_flexbox .asformhm_box:nth-child(1) {
		margin: 0;
	}
}
@media screen and (max-width: 430px) {
	#mentalhealth .asformhm {
		padding: 45px 0;
	}
	#mentalhealth .asformhm_merit {
		padding: 45px 30px 30px;
	}
}
@media screen and (max-width: 390px) {
	#mentalhealth .asformhm_merit .asformhm_merit_title span {
		padding: 12px 5px;
		font-size: .93em;
	}
}
@media screen and (max-width: 320px) {
	#mentalhealth .mentalhealth_title {
		font-size: 1.1em;
	}
	#mentalhealth .asformhm_merit .asformhm_merit_title span {
		padding: 12px 8px;
		font-size: .82em;
	}
	#mentalhealth .asformhm_merit {
		padding: 30px 20px 20px;
	}
	#mentalhealth .asformhm .asformhm_flexbox .asformhm_inbox_title {
		font-size: 1em;
	}
}

/****************************************
 * 固定ページ
 * 事務所概要
*****************************************/

#office table {
	width: 100%;
}
#office table,
#office table tr,
#office table th,
#office table td {
	border-collapse: collapse;
}
#office table tr {
	border-bottom: 1px solid #2E662E;
}
#office table th,
#office table td {
	padding: 30px 45px;
}
#office table th {
	width: 360px;
	background: #fafafa;
	font-family: sans-serif;
}
#office span.phone {
    display: block;
}
#office span.fax {
	display: block;
}
#office span.gmap {
	display: block;
}

/*代表紹介*/
#profile {
	background: #fafafa;
	margin: 150px 0 0;
	padding: 90px 0;
}
.greeting_flexbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.greeting_flexbox .greeting_photo {
	width: calc(100%/2 - 60px);
}
.greeting_flexbox .greeting_msg {
	width: calc(100%/2 + 60px);
	padding-left: 60px;
}
.greeting_flexbox .sec_title {
	text-align: left;
	line-height: 1.3;
}
.greeting_flexbox p.representative {
	text-align: right;
	line-height: 1;
	margin: 12px 0 0;
}

#profile .profile_box {
	margin: 90px 0 0;
}
#profile .greeting_profile {
	margin: 45px 0 0;
	padding: 45px;
	border: 1px solid #ededed;
}

@media screen and (max-width: 1024px) {
	#office table th {
		width: 260px;
	}
	#profile {
		margin: 90px 0 0;
	}
	
	.greeting_flexbox .sec_title {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 768px) {
	#office table th {
		width: 220px;
	}
	#office table th,
	#office table td {
		padding: 30px;
	}
	
	#profile {
		padding: 60px 0;
		margin: 60px 0 0;
	}
	.greeting_flexbox .greeting_photo {
		width: calc(100%/2 - 120px);
	}
	.greeting_flexbox .greeting_msg {
		width: calc(100%/2 + 120px);
	}
}
@media screen and (max-width: 560px) {
	#office table th {
		width: 130px;
	}
	
	.greeting_flexbox .sec_title {
		font-size: 1.6rem;
	}
	.greeting_flexbox {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.greeting_flexbox .greeting_photo,
	.greeting_flexbox .greeting_msg {
		width: 100%;
		padding: 0;
	}
	.greeting_flexbox .greeting_msg {
		margin: 45px 0 0;
	}
}
@media screen and (max-width: 430px) {
	#office table {
		display: block;
		width: 100%;
	}
	#office table th,
	#office table td {
		display: block;
		text-align: left;
		width: 100%;
		padding: 20px;
	}
	#office table th {
		font-size: .8em;
		font-weight: normal;
	}
	
	.greeting_flexbox .sec_title {
		font-size: 1.4rem;
		margin: 0 0 30px;
	}
	
	#profile {
		padding: 45px 0;
		margin: 45px 0 0;
	}
	#profile .greeting_profile {
		padding: 30px;
	}
}
@media screen and (max-width: 390px) {
	.greeting_flexbox .sec_title {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 320px) {
	#office table th,
	#office table td {
		padding: 15px;
	}
	.greeting_flexbox .sec_title {
		font-size: 1.2rem;
	}
	#profile .greeting_profile {
		padding: 20px;
	}
}

/****************************************
 * 固定ページ
 * 料金表
*****************************************/

/*料金表
*****************************************/
#fee .fee_items {
	margin: 90px 0 0;
}
#fee .fee_item {
	margin: 60px 0 0;
}

/*見出し */
#fee .fee_title {
	text-align: left;
	font-family: sans-serif;
	padding: 20px 45px;
	border-bottom: 4px solid #01b4b6;
	border-image: linear-gradient(to right, #01b4b6 0%, #daf599 100%) 0/0 0 4px 0;
	border-style: solid;
	border-image-slice: 1;
}
#fee .fee_box_title {
	text-align: left;
	font-family: sans-serif;
	margin: 0 0 12px;
}
#fee .fee_box_title span {
	background: #C0E2C0;
	padding: 12px 30px;
}
#fee .fee_box_subtitle {
	text-align: left;
	font-family: sans-serif;
	margin: 0 0 12px;
}
#fee .d_title {
	text-align: left;
	font-weight: bold;
	font-family: sans-serif;
	color: #3B813C;
	padding: 0 0 0 30px;
	margin: 0;
	position: relative;
}
#fee .d_title:before,
#fee .d_title:after {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #3B813C;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
}
#fee .d_title:after {
	top: 50%;
	left: 6px;
	height: 12px;
	width: 12px;
	transform: translateY(-50%) rotate(45deg);
	border: none;
	background: #8BC98C;
	z-index: 1;
}
#fee .d_title br.sp390 {
	display: none;
}
/*見出し ここまで */

#fee .fee_summary {
	padding: 0 45px;
}
#fee .fee_box {
	margin: 45px 0 0;
}
#fee .fee_inbox {
	margin: 45px 0 0;
}
#fee .fee_detailbox {
	margin: 12px 0 0;
}

#fee table {
	width: 100%;
}
#fee table.detail {
}
#fee table,
#fee table tr,
#fee table th,
#fee table td {
	border-collapse: collapse;
}
#fee table tr {
	border-bottom: 1px solid #C0E2C0;
}
#fee table th,
#fee table td {
	padding: 15px 30px;
	font-family: sans-serif;
	font-size: .9em;
}
#fee table th.thC,
#fee table th.thD {
	width: calc(100%/2);
}
#fee table th.thC {
	background: #F7F0D9;
	border-right: 1px solid #C0E2C0;
}
#fee table th.thD {
	background: #F4FAF4;
}
#fee table td.tdC {
	border-right: 1px solid #C0E2C0;
}
#fee table td.tdD span {
	display: block;
	margin-left: 1em;
}
#fee table th.thA {
	width: 70%;
	border-right: 1px solid #C0E2C0;
	background: #F4FAF4;
	letter-spacing: 12px;
}
#fee table th.thB {
	width: 30%;
	background: #F4FAF4;
	letter-spacing: 12px;
}
#fee table td.tdA {
	white-space: break-spaces;
	border-right: 1px solid #C0E2C0;
}
#fee table td.tdB {
	white-space: break-spaces;
	text-align: center;
}
#fee table th.thZ {
	width: 200px;
	border-right: 1px solid #C0E2C0;
	background: #F4FAF4;
	letter-spacing: 12px;
}
#fee table th.thZ span {
	display: block;
	font-size: .8em;
	text-align: right;
}
#fee table td.tdZ {
	border-right: 1px solid #C0E2C0;
}
#fee table td.tdZ:last-child {
	border: none;
}

/*隠すボックス関係 */
#fee .fee_detailtitle_flexbox {
	padding: 0 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: baseline;
	cursor: pointer;
	transition: all .6s ease;
}
#fee .fee_detailtitle_flexbox:hover {
	padding: 12px 30px 12px 30px;
	background: #C0E2C0;
}
#fee .fee_detailtitle_flexbox .d_title_left {
	flex: 0 1 auto;
}
#fee .fee_detailtitle_flexbox .d_title_center {
	flex-grow: 2;
	margin: 0 12px 0;
	position: relative;
}
#fee .fee_detailtitle_flexbox .d_title_center hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #673b15;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 1px;
	bottom: 25%;
	transform: translateY(-50%);
}
#fee .fee_detailtitle_flexbox .d_title_right {
	flex: 0 1 auto;
}
#fee .fee_detailtitle_flexbox .d_title_right span {
	font-family: sans-serif;
	font-size: .8em;
	color: #3B813C;
}
#fee .fee_detailbox_hidden { /*js確認*/
	display: none;
	margin: 30px 0 0;
	padding: 0 0 30px;
}

/*横にスクロール注意書き*/
#fee p.scroll_txt {
	display: none;
}

/*税表示*/
#fee p.tax {
	text-align: right;
	font-size: .8em;
	font-family: sans-serif;
	margin: 10px 30px 0 0;
}

/*上付き*/
sup {
	color: #D66292;
}
p.sup {
	text-align: right;
	font-size: .8em;
	font-family: sans-serif;
	margin: 10px 30px 0 0;
}
p.sup span {
	margin: 0 8px 0 0;
	color: #D66292;
}

@media screen and (max-width: 1024px) {
	#fee .scroll_box {
		overflow-x: scroll;
	}
	#fee table {
		table-layout: auto; /*fixed固定を解除*/
		white-space: nowrap;
	}
	#fee table.detail {
		table-layout: fixed;
		white-space: normal;
	}
	
	/*横にスクロール注意書き*/
	#fee p.scroll_txt {
		display: block;
		position: absolute;
		font-size: .8em;
		font-family: sans-serif;
		margin: 10px 0 0 30px;
		color: #999;
		font-weight: bold;
	}
	#fee .fee_detailbox_hidden p.scroll_txt {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	#fee .fee_items {
		margin: 60px 0 0;
	}
	#fee .fee_title {
		padding: 0 30px 20px;
	}
	#fee .fee_summary {
		padding: 0;
	}
	#fee .fee_box_title span {
		padding: 8px 0;
	}
	
	#fee table th,
	#fee table td {
		padding: 15px 20px;
	}
	
	#fee table th.thZ {
		letter-spacing: 3px;
	}
	
	/*隠すボックス関係 */
	#fee .fee_detailtitle_flexbox {
		padding: 0 12px;
	}
	#fee .fee_detailtitle_flexbox:hover {
		padding: 8px 12px;
	}
}
@media screen and (max-width: 430px) {
	#fee .fee_items {
		margin: 45px 0 0;
	}
	#fee .fee_title {
		font-size: 1.2rem;
		margin: 0 0 30px;
	}
	#fee .d_title {
		padding: 0 0 0 23px;
		font-size: .86em;
		letter-spacing: -.1em;
	}
	#fee .d_title:before,
	#fee .d_title:after {
		width: 10px;
		height: 10px;
	}
	#fee .d_title:after {
		width: 10px;
		height: 10px;
	}
	
	#fee table th,
	#fee table td {
		padding: 12px 15px;
	}
	
	#fee table th.thA {
		width: 60%;
	}
	#fee table th.thB {
		width: 40%;
	}
	
	/*隠すボックス関係 */
	#fee .fee_detailtitle_flexbox {
		padding: 0;
	}
	#fee .fee_detailtitle_flexbox:hover {
		padding: 0;
	}
	#fee .fee_detailtitle_flexbox .d_title_right span {
		letter-spacing: -.1em;
		font-size: .76em;
	}
	
	/*横にスクロール注意書き*/
	#fee p.scroll_txt {
		margin: 10px 0 0 0;
		font-weight: normal;
	}
	
	/*税表示*/
	#fee p.tax {
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 390px) {
	#fee .fee_title {
		font-size: 1.1rem;
		padding: 0 20px 12px;
	}
	#fee .d_title br.sp390 {
		display: block;
	}
}

/****************************************
 * お問い合わせ
*****************************************/

#contact .main_title {
	margin-bottom: 20px;
}
#contact .mail_box .main_title {
	color: #FFF;
}
#contact .phone_box {
	text-align: center;
	padding: 0;
	margin: 0 0 60px;
}
#contact .phone_box .phone_inbox {
	padding: 45px 0 0 0;
	background: #FFF;
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
	border-radius: 3px;
	position: relative;
}
#contact .phone_box .phone_inbox img {
	position: relative;
	z-index: 1;
}
#contact .phone_box .phone_inbox .phone_inboxline {
	position: relative;
	padding: 45px;
	margin: 0;
}
#contact .phone_box .phone_inbox .phone_inboxline:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: -50px;
	background: #3B813C;
	width: 100%;
	height: 3px;
}
#contact .phone_box .phone_inbox p.phone_text {
	font-family: sans-serif;
	background: #5498ca;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	left: 50%;
	padding: 11px 76px;
	position: absolute;
	top: -40px;
	transform: translate(-50%);
	white-space: nowrap;
	font-size: 1.3em;
}
#contact .phone_box .phone_inbox p.phone_text:before {
	border-color: #5498ca transparent transparent transparent;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	content: "";
	display: block;
	height: 0;
	left: calc(50% - 11px);
	position: absolute;
	top: 100%;
	width: 0;
}
#contact .phone_box .phone_inbox a.phone {
	font-size: 2.6em;
	line-height: 1;
	position: relative;
	padding-left: 45px;
	text-decoration: none;
}
#contact .phone_box .phone_inbox a.phone:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/common/icon140_phone.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 38px;
	height: 38px;
}
#contact .phone_box .phone_inbox p.phone_hour {
	margin: 12px 0 0;
	font-size: 1.2em;
}
#contact .phone_box .phone_inbox p.phone_hour span.hours1 {
	margin-right: 20px;
}
#contact .phone_box .phone_inbox p.phone_bottom {
	margin: 0 0 12px;
}

@media screen and (max-width: 768px) {
	#contact .phone_box .phone_inbox img {
		width: 75px;
		height: 75px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline:before {
		top: -37.5px;
	}
}
@media screen and (max-width: 560px) {
	#contact .phone_box {
		margin: 0 0 45px;
	}
	#contact .phone_box .phone_inbox img {
		width: 60px;
		height: 60px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline:before {
		top: -30px;
	}
}
@media screen and (max-width: 430px) {
	#contact .phone_box {
		margin: 0 0 30px;
	}
	#contact .phone_box .phone_inbox {
		padding: 30px 0 0 0;
	}
	#contact .phone_box .phone_inbox img {
		width: 45px;
		height: 45px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline {
		padding: 30px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline:before {
		top: -22.5px;
	}
	#contact .phone_box .phone_inbox a.phone {
		font-size: 2em;
		padding-left: 30px;
	}
	#contact .phone_box .phone_inbox a.phone:before {
		width: 26px;
		height: 26px;
	}
}
@media screen and (max-width: 320px) {
	#contact .phone_box {
		margin: 0;
	}
	#contact .phone_box .phone_inbox .phone_inboxline {
		padding: 20px;
	}
}

/****************************************
 * フォーム
*****************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	font-size: 1em;
	font-family: 'kosugi maru';
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	outline: none;
	color: #000;
	transition: .3s;
	letter-spacing: .3px;
	border: 1px solid #ededed;
	background: #FFF;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #FFF;
	border: 1px solid #93b946;
	outline: none;
}
select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ededed;
	background: #fff url(images/contact/select-arrow.jpg) no-repeat;
	background-position: right 2% center;
	background-size: 20px, 100%;
	font-size: 1em;
	border-radius: 0;
}

/*ボタン*/
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	transition: all .3s;
}
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	position: relative;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

@media screen and (max-width: 559px) {
	button,
	.button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	select {
		padding: 5px;
	}
}

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

#privacy-policy .pp_box {
	margin: 30px 0 0;
}
#privacy-policy .pp_box .pp_box_title {
	font-family: sans-serif;
	margin: 0 0 30px;
}
#privacy-policy .pp_bottom {
	text-align: right;
	margin: 30px 0 0;
}
#privacy-policy .pp_bottom p.enactment {
	margin: 0 0 10px;
}
#privacy-policy .information_desc {
	margin: 30px 0 0;
}
#privacy-policy .information_desc p.information_desc_title {
	margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 559px) {
	
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	
}

/****************************************
 * サイトマップ
*****************************************/

#sitemaps .sitemap_list {
	width: 100%;
	margin: 0 auto;
}
#sitemaps a {
	display: block;
	padding: 12px 30px;
}
#sitemaps a:hover {
	
}
#sitemaps ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sitemaps ul li {
	position: relative;
	border-bottom: 1px solid #ededed;
}
#sitemaps ul li:first-child {
	border-top: 1px solid #ededed;
}
#sitemaps ul li:before {
	content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#sitemaps ul.sub-menu {
	list-style: none;
	margin: 0 0 0 60px;
	padding: 0 0 12px;
}
#sitemaps ul.sub-menu li {
	border: none;
}
#sitemaps ul.sub-menu li a {
	padding: 3px 0;
}

@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 559px) {
	
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	
}

/****************************************
 * 投稿（お知らせ）
 * home.php
 * single.php
*****************************************/

/* home.php
*****************************************/
#archive-home {
	
}
#archive-home .service {
	
}
#archive-home .service .service_box {
	background: #fafafa;
	margin: 60px 0 0;
	border-radius: 4px;
}
#archive-home .service .service_title {
	border-top: 1px solid #242E41;
}
#archive-home .service .service_title span {
	display: inline-block;
	padding: 18px 120px 18px 60px;
	position: relative;
	background: #242E41;
	color: #FFF;
	z-index: 1;
}
#archive-home .service .service_title span:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 90px transparent;
	border-bottom: solid 90px #fafafa;
	z-index: 2;
}
#archive-home .service .service_inbox {
	padding: 0 60px 60px;
}
#archive-home .service dl.fee {
	width: 800px;
	margin: 45px auto 0;
	display: table;
	border: 1px solid #242e40;
}
#archive-home .service dl.fee dt {
	width: 30%;
	display: table-cell;
	background: #242e40;
	color: #FFF;
	padding: 12px 30px;
	text-align: center;
}
#archive-home .service dl.fee dd {
	width: 70%;
	display: table-cell;
	padding: 12px 30px;
	text-align: center;
	font-size: 1.3em;
	background: #F3EBEC;
}
#archive-home .service dl.fee dd span {
	font-size: .7em;
	margin-left: 10px;
}
#archive-home .service p.memo {
	text-align: center;
	font-size: .9em;
	margin-top: 8px;
}
#archive-home .service .flow {
	width: 800px;
	margin: 30px auto 0;
}
#archive-home .service .flow ol {
	background: #ededed;
	margin: 0;
	padding: 30px 30px 30px 60px;
}
#archive-home .service .flow ol li {
	
}

/*記事*/
#archive-home .category_title {
	color: #6B0018;
}
#archive-home #article .article_box {
	margin-top: 60px;
}

/*記事リスト*/
ul.news_list {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.news_list li {
	border-bottom: 1px solid #ededed;
	position: relative;
}
ul.news_list li:first-child {
	border-top: 1px solid #ededed;
}
ul.news_list li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
ul.news_list li a {
	display: block;
	padding: 15px 60px;
	text-decoration: none;
	color: #251E1F;
}
ul.news_list li a:hover {
	background: #fafafa;
	opacity: 1;
}
.news ul.news_list li a:hover { /*トップページのみ*/
	background: #FFF;
	opacity: 1;
}
ul.news_list li dl {
	width: 100%;
	display: table;
}
ul.news_list li dl dt {
	display: table-cell;
	width: 160px;
}
ul.news_list li dl dd {
	display: table-cell;
}
#archive-home .yuigon_list li {
	background: #fafafa;
}

@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	ul.news_list li dl dt {
		width: 140px;
	}
	ul.news_list li a {
		padding: 15px 45px 15px 20px;
	}
}
@media screen and (max-width: 560px) {
	ul.news_list li dl,
	ul.news_list li dl dt,
	ul.news_list li dl dd {
		display: block;
	}
	ul.news_list li dl dt {
		font-size: .9em;
	}
}
@media screen and (max-width: 430px) {
	ul.news_list li:before {
		right: 20px;
	}
	ul.news_list li dl dt {
		font-size: .8em;
	}
	ul.news_list li dl dd {
		font-size: .9em;
		font-weight: bold;
	}
}

/* single.php
*****************************************/
#single-home .meta {
	border-top: 3px solid #3B813C;
}
#single-home .title_box {
	padding: 45px 0;
	border-bottom: 1px solid #ededed;
}
#single-home .title_box span.date {
	display: block;
	font-family: sans-serif;
	font-size: .8em;
	margin: 0 0 10px;
}
#single-home .meta .the_title {
	font-size: 1.3rem;
	text-align: left;
	display: block;
	margin: 0;
}
#single-home .contents_image {
	
}
#single-home .contents_textbox {
	padding: 45px 0;
	border-bottom: 3px solid #3B813C;
}

/*新着表示*/
.new_arrival {
	margin-top: 90px;
}
.news_area {
	display: flex;
}
.news_area .news_title_box {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.news_area .news_title_box .news_title {
	font-size: 1.6em;
	text-align: center;
	margin: 0;
}
.news_area .news_title_box .news_title span {
	display: block;
	font-size: .5em;
	font-family: sans-serif;
	font-weight: normal;
	margin: 18px 0 0;
}
.news_area .news_title_box .button_box {
	margin-top: 30px;
}
.news_area .news_box {
	width: 75%;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.news_area .news_box {
		padding: 0 0 0 30px;
	}
}
@media screen and (max-width: 560px) {
	#single-home .title_box,
	#single-home .contents_textbox {
		padding: 30px 0;
	}
	
	/*新着表示*/
	.new_arrival {
		margin-top: 60px;
	}
	.news_area {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.news_area .news_title_box {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-direction: row;
	}
	.news_area .news_title_box .news_title {
		font-size: 1.4em;
	}
	.news_area .news_title_box .button_box {
		margin: 0;
	}
	.news_area .news_box {
		width: 100%;
		margin: 45px 0 0;
		padding: 0;
	}
}
@media screen and (max-width: 430px) {
	#single-home .meta .the_title {
		font-size: 1.2rem;
	}
	
	/*新着表示*/
	.new_arrival {
		margin-top: 45px;
	}
	.news_area a.sq {
		max-width: 100%;
	}
}
@media screen and (max-width: 320px) {
	#single-home .meta .the_title {
		font-size: 1rem;
	}
}


/****************************************
 * ページナビゲーション
*****************************************/

nav.navigation {
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 45px 0 0;
}
nav.navigation a {
	text-decoration: none;
	color: #251E1F;
}
nav.navigation > div {
	width: 30%;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: block;
}
nav.navigation .nav-links span.current {
	display: inline-block;
	background: #3B813C;
	color: #FFF;
	border: 1px solid #3B813C;
	width: 36px;
	line-height: 40px;
	text-align: center;
}
nav.navigation .nav-links a.page-numbers {
	display: inline-block;
	background: #FFF;
	color: #3B813C;
	border: 1px solid #3B813C;
	width: 36px;
	line-height: 40px;
	margin: 0 5px;
	text-align: center;
}
nav.navigation .nav-links a:hover {
	display: inline-block;
}
nav.navigation .nav-links a.page-numbers:hover {
	opacity: 1;
	color: #FFF;
	background: #3B813C;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	width: auto;
	float: none;
	color: #3B813C;
	background: #FFF;
	margin: 0;
}
nav.navigation .nav-links a.prev:hover,
nav.navigation .nav-links a.next:hover {
	background: #3B813C;
	color: #FFF;
}
nav.navigation .nav-links a.prev span.prev_icon {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 7px;
	line-height: 35px;
	border-radius: 35px;
}
nav.navigation .nav-links a.prev span.prev_icon:before {
	content: '';
	position: absolute;
	top: -150%;
	left: 42%;
	transform: rotate(-135deg) translateY(-50%) translateX(-50%);
	width: 10px;
	height: 10px;
	border-top: solid 2px #3B813C;
	border-right: solid 2px #3B813C;
}
nav.navigation .nav-links a.next span.next_icon {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 7px;
	line-height: 35px;
	border-radius: 35px;
}
nav.navigation .nav-links a.next span.next_icon:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 42%;
	transform: rotate(45deg) translateY(-50%) translateX(-50%);
	width: 10px;
	height: 10px;
	border-top: solid 2px #3B813C;
	border-right: solid 2px #3B813C;
}
nav.navigation .nav-links a.prev:hover span.prev_icon:before,
nav.navigation .nav-links a.next:hover span.next_icon:before {
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}

@media screen and (max-width: 768px) {
	nav.navigation {
		display: block;
	}
}



/****************************************
 * ページネーション（前へ次へ）
*****************************************/

nav.prev-next_navigation {
	
}
nav.prev-next_navigation .navigation {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #EFF5FA;
	border-bottom: 1px solid #EFF5FA;
	position: relative;
	/*background: url(images/post/gray.gif) repeat-y 50% 0;*/
}
nav.prev-next_navigation .navigation:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #EFF5FA;
	width: 1px;
	height: 100%;
}
nav.prev-next_navigation .navigation a {
	display: block;
	color: #251E1F;
	font-size: .8em;
	border: none;
	text-decoration: none;
}
nav.prev-next_navigation .navigation a.prev-link {
	padding: 30px 30px 30px 60px;
}
nav.prev-next_navigation .navigation a.next-link {
	padding: 30px 60px 30px 30px;
}
nav.prev-next_navigation .navigation > div {
	width: 50%;
}
nav.prev-next_navigation .navigation a:hover {
	background: #EFF5FA
}

@media screen and (max-width: 559px) {
	nav.prev-next_navigation .navigation {
		margin-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	nav.prev-next_navigation .navigation {
		margin-top: 30px;
		background: none;
	}
	nav.prev-next_navigation .navigation > div {
		width: 100%;
	}
	nav.prev-next_navigation .navigation > div.alignleft {
		border-bottom: 1px solid #999;
	}
}
@media screen and (max-width: 430px) {
	nav.prev-next_navigation .navigation a.prev-link {
		padding: 15px 15px 15px 60px;
	}
	nav.prev-next_navigation .navigation a.next-link {
		padding: 15px 60px 15px 15px;
	}
	nav.prev-next_navigation .navigation a.prev-link:after {
		left: 15px;
	}
	nav.prev-next_navigation .navigation a.next-link:after {
		right: 15px;
	}
}
@media screen and (max-width: 320px) {
	nav.prev-next_navigation {
		display: none;
	}
}

/****************************************
WPネイティブCSS
*****************************************/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-block-image {
	
}
.wp-block-image figcaption {
	
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
	margin: 50px;
	border-left: 1px solid #ededed;
	padding-left: 30px;
}
cite {
	font-size: .8em;
}
cite a {
	display: inline;
}

/* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 480px) {
	blockquote {
		margin: 30px;
	}
}

/****************************************
画像キャプション
*****************************************/
.wp-caption {
	text-align: right;
}
.wp-caption-text,
.gallery-caption　{
	font-size: 12px;
	margin: 0;
	color: #333;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align: bottom;
}
.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}


/****************************************
 * 404.php
*****************************************/

#error .error_title {
	font-size: 2em;
	margin-bottom: 30px;
}
#error .error_box {
	text-align: center;
	font-size: 1.3em;
}
#error p.error_url span {
	color: #5498ca;
}

@media screen and (max-width: 559px) {
	#error .contents {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 430px) {
	#error .contents {
		font-size: 1em;
	}
}

/****************************************
 * フッター
*****************************************/

footer {
	clear: both;
	overflow: hidden;
	background: #FFF;
	padding: 90px 0 60px;
	border-top: 1px solid #ededed;
	border-bottom: 6px solid #3B813C;
}
footer a {
	color: #000;
}
footer .totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}

footer .footer_logo {
	text-align: center;
}
footer .footer_information {
	text-align: center;
	margin: 30px 0 0;
}
footer .footer_information span {
	display: block;
}
footer .footer_information span.tel {
	display: inline-block;
	margin-right: 20px;
}
footer .footer_information span.fax {
	display: inline-block;
}

footer .footer_nav {
	width: 100%;
	text-align: center;
	margin: 30px 0 0;
}
footer .footer_nav ul {
	list-style: none;
	margin: -3px 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .footer_nav ul li {
	margin: 3px 30px 0 0;
}
footer .footer_nav ul li:last-child {
	margin-right: 0;
}
footer .footer-must {
	margin: 20px 0 0;
	text-align: center;
}
footer .footer-must ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .8em;
}
footer .footer-must ul li {
	margin: 3px 30px 0 0;
}
footer .footer-must ul li:last-child {
	margin-right: 0;
}
footer #copyright {
	text-align: center;
	margin-top: 60px;
	font-size: .9em;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

@media screen and (max-width: 560px) {
	footer {
		padding: 60px 0 45px;
	}
	footer .footer_box {
		display: flex;
		flex-direction: column;
	}
	footer .footer_box .footer_information {
		width: 100%;
		text-align: center;
	}
	footer .footer_nav ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: -20px 0 0;
	}
	footer .footer-nav ul li {
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	footer .footer-nav ul li:last-child {
		margin-right: 0;
	}
	footer .footer-must ul {
		margin: 30px 0 0;
	}
	footer #copyright {
		margin-top: 45px;
	}
}
@media screen and (max-width: 430px) {
	footer {
		padding: 45px 0 30px;
	}
	footer .totop {
		right: 15px;
		bottom: 15px;
	}

	nav.footer-must ul {
		list-style: none;
		text-align: center;
		font-size: .8em;
		margin: 0;
		padding: 0;
	}
	nav.footer-must ul li {
		display: inline-block;
		margin-right: 15px;
	}
	nav.footer-must ul li:last-child {
		margin-right: 0;
	}
	footer #copyright {
		margin-top: 30px;
	}
}

@media screen and (max-width: 380px) {
	footer .totop img.icon {
		width: 45px;
	}
}
@media screen and (max-width: 320px) {
	footer .totop {
		right: 10px;
		bottom: 10px;
	}
	footer .totop img.icon {
		width: 35px;
	}
}
