@charset "utf-8";
/* CSS Document */
.sub_header {
	width: 100%;
	height: 8vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	background-image: url(../images/02.png);
}
.sub_header:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/top_img_sumple3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;	
} 
#main_container {
	width: 96%;
	margin: 0 auto;	
	min-height: 35vh;
	padding: 5vh 2% 1vh 2%;
}
.titlehead {
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 2rem;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #5a5a5a;
}
/*********************************************/
.about {
	width: 96%;
	margin: 0 auto 60px auto;
}
.about h3 {
	font-size: 1rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.about p {
	font-size: 0.8em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.about p strong{
	font-weight: 700;
	font-size: 1.25em;
	padding-bottom: 0.5em;
	line-height: 1.8em;
}
/****/
.certificate {
	width: 96%;
	margin: 0 auto;
}
.certificate p {
	font-size: 0.8rem;
}
.certificate ul {	
	list-style: none;
	list-style-position: outside;
	margin: 0 !important;
	padding-left: 0.5em !important;
} 
.certificate ul li{
	font-size: 13px;
	line-height: 1.25rem;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
.certificate ul li::before {
	content:"･";
}
/****/
.link_btn03 {
	display: inline-block;
	font-size: 1.1rem !important;
	margin-left: 20vw;
	color: #615cd9;
}
/****/
.flow_wrapp {
	width: 98%;
	margin: 0 auto 60px auto;
}
.flow_wrapp h3 {
	font-size: 1.25rem;
	line-height: 1em;
	margin: 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.flow_step {
	margin-bottom: 1rem !important;
	align-items: center;
	align-content: center;
	border: solid 1px #ccc;
	border-radius: 1rem;
}
.flow_th {
	display: flex;
	align-items: center;
	background-color: #eee;
	border-radius: 1rem 1rem 0 0;
}
.flow_th h4 {
	font-size: 0.9rem;
	padding: 0.25em 0.5em;
	margin: 0;
}
.flow_td {	
	padding: 0.25rem;
	line-height: 1.35rem;
	font-size: 0.8rem;
	flex-grow: 2;
}
.flow_td p {
	margin: 0;
}
/**********/
.fee {	
	width: 96%;
	margin: 0px auto 60px auto;
}
.fee h3 {
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.fee .fee_table {
	border-bottom: none;
	overflow-x: visible;
	width: 98%;
	margin: 0 auto;
}
.fee .fee_table th {
	font-weight:700;
	font-size: 0.8rem;
	text-align: center;
}
.fee .fee_table .wp-element-caption {
	margin: 1em 0;
	font-size: 0.8rem;
}
/********事業所紹介************/
.Introduction {	
	width: 96%;;
	margin: 0px auto 60px auto;
}
.Introduction h3 {	
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.office_wrap {
	margin-bottom: 60px;
}
.officeimg_wrapp  {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.office_column .wp-block-column {
	width:30%;
}
.office_wrap p {
	line-height: 1.5em;
}
.office_wrap p strong{
	font-weight: 700;
	font-size: 1.25rem;
	padding-bottom: 0.5em;
}
.officeimg_wrapp {
	gap: 0.2em !important;
}
.office_gallary {
	margin: 0 0.5em !important;
}
.officeimg_wrapp img{
	padding: 0 0.25em;
}
/******************************/
#contact {
	margin: 0 0 100px 0;
	background-color: #e4eaf1;
}
.dial_box {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}
.entry_info {
	font-size: 1.4rem;
	line-height: 1.4em;
	margin-bottom: 1rem;
}
/***/
.inquir_btn02 {	
	width: 53%;
	min-width: 260px;
	display: inline-block;
	margin: 24px auto 0 auto;
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
	padding: 0.5em 0em;
	border-radius: 8px;	
	background-color: #6f98eb;
	box-shadow: 0 4px #c1c7ff;
	position: relative;
	color: #FFF !important;	
	cursor: pointer;
	margin: 0;
}
.inquir_btn02:hover {
	background-color: #1153d9;
	margin: 26px auto -2px auto;
	box-shadow: 0 2px #c1c7ff;
}
/*************************/
.dial_title {
	padding: 60px 0 1rem 0 ;
	font-size: 1.5em;
	line-height: 1em;
}
.dial_wrapper {
	margin: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tel_box {
	padding: 1rem;
	margin: 1rem;
	text-align: left;
	border: solid 1px #003e87;
	border-radius: 1rem;
	background-color: #FFF;
}
.tel_number {
	font-size: 1.8rem;
	padding: 0.5rem 0 0 0;
	line-height: 1em;
	color: #003e87;
	font-weight: 900;
	margin: 0;
}
.tel_box h5,
.tel_box p {
	margin: 0;	
}
/******************************/
/***********************************タブレット*******************************************/
@media screen and (min-width: 480px) {
/****************************************************************************************/
	
}