@charset "utf-8";

/*=================================================

	共通

=================================================*/
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 1.6em;
	line-height: 1.2;
	color: #333333;
	font-family: "TBUDGothic R", "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

a:hover{
	opacity: .8;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.br-pc{
	display: block;
}

.br-sp{
	display: none;
}

#toggle-btn {
	display: none;
}

#mask {
	display: none;
}

h3{
	font-family: "TBUDGothic E", "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

/*=================================================

	ヘッダー

=================================================*/

.header_bg {
	background-image: url(../img/h_line.png), url(../img/h_line.png);
	background-repeat: repeat-x;
	background-position: center top, center bottom;
}

.header__inner {
    max-width: 1280px;
    padding: 30px 15px;
    margin: 0 auto;
}

.header__top {
    margin-bottom: 35px;
}

.header__title{
	float: left;
}

a.header__title-link{
	display: flex;
    align-items: center;
}

a.header__title-link:hover{
	opacity: 1;
}

.header__title-logo {
    margin-right: 20px;
}

.header__title-logo img{

}

.header__title-txt {
    font-size: 5rem;
    font-weight: bold;
    color: #3F1A06;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    font-family: "TBUDGothic R", 'Kosugi Maru', sans-serif;
}

.header__title-txt span {
    font-size: 2.2rem;
    letter-spacing: -1px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.header__tel_outer {
    float: right;
    padding: 20px 0 0 0;
}

.header__tel {
    font-size: 3rem;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
    color: #594C4C;
    position: relative;
    padding: 0 0 0 50px;
}

.header__tel:before {
    content: url(../img/tel.png);
    position: absolute;
    top: 58%;
    left: 0;
    transform: translateY(-50%);
}

/*
	グローバルナビゲーション
=====================================*/

.gnav__inner {
    padding: 0 15px;
}

.gnav__list {
    display: flex;
    justify-content: space-between;
}

.gnav__item {
    font-size: 1.5rem;
    letter-spacing: .05em;
}

.gnav__item span {
    display: block;
    font-size: 2rem;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
    color: #3F1A06;
    margin-bottom: 5px;
}

.gnav__item a {
    display: inline-block;
    color: #594C4C;
    position: relative;
    padding: 0 0 0 47px;
}

.gnav__item a:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gnav__item--home a:before{
	content: url(../img/h_home.png);
	left: 0;
}

.gnav__item--profile a:before{
	content: url(../img/h_profile.png);
	left: -5px;
}

.gnav__item--business a:before{
	content: url(../img/h_business.png);
	left: 4px;
}

.gnav__item--staff a:before{
	content: url(../img/h_staff.png);
	left: -5px;
}

.gnav__item--inquiry a:before{
	content: url(../img/h_inquiry.png);
	left: 0;
}

.gnav__item--access a:before{
	content: url(../img/h_access.png);
	left: 12px;
}

.gnav__item a:hover {
	opacity: 1;
}

.gnav__item a:hover span{
	color: #29A59B;
}

/*=================================================

	コンテンツ

=================================================*/

.m-image_wrap {
    background-color: #d9ded4;
    margin-top: 15px;
}

.m-image_bg {
    max-width: 1280px;
    margin: 0 auto;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.m-image {
    position: relative;
}

.m-pic-pc{
	display: block;
}

.m-pic-sp{
	display: none;
}

.m-pic-pc img,
.m-pic-sp img{
	width: 100%;
}

.m-image im{
    position: relative;
}

.m-image__m-txt {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.m-image__m-txt img{
	max-width: 167px;
    width: 14%;
}

.m-image__txt {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    font-size: 1.6rem;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
	text-align: center;
    color: #29A59B;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.cont_bg {
    background-color: #FBF2E0;
    padding-bottom: 50px;
}

.cont-inner{
	max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.cont-row {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
}

.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 
	  inset 0 0 20px #fff /* 背景色と同じ色 */,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}
/*
	新着情報
=====================================*/

.home-heading {
    font-size: 3rem;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
	font-family: "TBUDGothic R", 'Kosugi Maru', sans-serif;
}

.home-heading--news {
    padding-left: 40px;
    margin-bottom: 20px;
    color: #E25664;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
}

.home-heading span{
    position: relative;
}

.home-heading span:before {
    content: url(../img/mail.png);
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

.news_bg {
    max-width: 670px;
    width: 100%;
    height: 750px;
    background-image: url(../img/bg_new.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.news {
    max-width: 450px;
    width: 100%;
    padding: 110px 0 0 0;
    margin: 0 auto;
}

.news-list {
    overflow-y: auto;
    height: 330px;
    padding-top: 5px;
}

.news__item {
    font-size: 1.9rem;
    font-weight: bold;
    color: #1a766f;
    display: flex;
    padding: 0px 10px 5px 30px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #fff;
    font-family: "TBUDGothic R", 'Kosugi Maru', sans-serif;
}

.news__item:last-child {
    margin-bottom: 0px;
}

.news__date {
    margin-right: 25px;
    position: relative;
}

.news__date {
	font-size: 1.6rem;
    margin-right: 25px;
    position: relative;
}

.news__date:before {
	content: url(../img/new_list.png);
    position: absolute;
    top: -4px;
    left: -30px;
}

.news__title {
	font-size: 1.6rem;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
	line-height: 150%;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;}

.news-list-link{
    color: #1a766f;
	text-align: right;
	margin: 10px 0 0 0;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
}

/*=== ここまで ======================*/

.cont-right {
    padding: 20px 0 0 0;
    flex: 0 0 auto;
}

.shien {
    max-width: 450px;
    width: 100%;
    margin-bottom: 35px;
}

.home-heading--shien {
    padding-left: 0;
    margin-bottom: 30px;
    color: #29A59B;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
}

.home-heading--shien span{
    position: relative;
}

.home-heading--shien span:before,
.home-heading--shien span:after{
	content: url(../img/shien-line.png);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.home-heading--shien span:before{
	left: -105%;
}

.home-heading--shien span:after{
	right: -105%;
}

.shien__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shien__item {
    text-align: center;
	margin-top: 10px;
    margin-bottom: 5px;
}

.shien__item--03 {
    flex-basis: 100%;
}

.shien__txt {
	margin-top: 15px;
	color: #29A59B;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
	font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
}

.map-area {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.map {
    border: 2px solid #A8CCBE;
    margin-bottom: 15px;
}

.map iframe{
    width: 100%;
    height: 285px;
}

.address {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    color: #29A59B;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
}

.add-sp-br{
	display: none;
}

/*=================================================

	フッター

=================================================*/
.footer {

}

.f__deco {
	height: 50px;
	background-color: #FBF2E0;
	background-image: url(../img/foot_illust.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: contain;
}

.f__inner {
    padding-top: 20px;
}

.f__bg {
    background-color: #29A59B;
}

.f__title {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    font-family: "TBUDGothic R", 'Kosugi Maru', sans-serif;
}

a.f__title-link{
	display: flex;
    align-items: center;
}

a.f__title-link:hover{
	opacity: 1;
}

.f__title-logo {
    margin-right: 20px;
}

.f__title-logo img{

}

.f__title-txt {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.f__title-txt span {
    font-size: 2.4rem;
    margin-right: 7px;
}

.f-row {
    max-width: 1120px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-menu_outer {
    width: 100%;
    margin: 30px 20px 0 0;
}

.f-menu {
    max-width: 810px;
    width: 100%;
    padding: 0 0 0 40px;
    display: flex;
    flex-wrap: wrap;
}

.f-menu__item{
    width: calc(100% / 3);
    margin-bottom: 25px;
}

.f-menu__item--01{

}

.f-menu__item--02{
	text-align: center;
}

.f-menu__item--03{
	text-align: right;
}

.f-menu__item--04 {
    flex-basis: 50%;
    text-align: center;
}

.f-menu__item--05 {
    flex-basis: 50%;
    text-align: center;
    padding-right: 100px;
}

.f-menu a {
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    font-family: "TBUDGothic R", 'Kosugi Maru', sans-serif;
}

.f-menu__item a:before{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -40px;
}

.f-menu__item--01 a:before{
	content: url(../img/f_icon_01.png);
}

.f-menu__item--02 a:before{
	content: url(../img/f_icon_02.png);
}

.f-menu__item--03 a:before{
	content: url(../img/f_icon_03.png);
}

.f-menu__item--04 a:before{
	content: url(../img/f_icon_04.png);
}

.f-menu__item--05 a:before{
	content: url(../img/f_icon_05.png);
}

.f-menu a:hover{
	text-decoration: underline;
}

.unei{

}

.unei__txt {
    font-size: 2.5rem;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-family: "TBUDGothic R", 'Kosugi Maru', sans-serif;
}

.unei__pic{

}

.copyright {
	display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-family: "TBUDGothic R", 'Kosugi Maru', sans-serif;
}

.sp-tel {
	display: none;
}

/* ページトップへボタン */
#page-top {
    position: fixed;
    right: 1.5rem;
    bottom: 10rem;
}

#page-top a{
	display: inline-block;
    color: #fff;
    width: 75px;
    height: 75px;
    padding-top: 35px;
    text-align: center;
    background-color:rgba(48,192,182,0.85);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color:rgba(48,192,182,1);
}

#page-top a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

#page-top a:after {
    content: "PAGE TOP";
    font-size: 1.1rem;
    font-family: "Arial";
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

/*==============================================================================

	ここから中ページ
	
	事務所案内
	
==============================================================================*/

.m-image_outer{
    max-width: 1280px;
    margin: 20px auto 0 auto;
}

.mid-title_outer{
	position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mid-title {
    font-size: 5rem;
    font-weight: normal;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    width: 400px;
    background-color: rgba(105,179,158,0.7);
    padding: 27px 0;
    margin: 0 auto;
}

.mid-title span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: .04em;
}

.cont-inner-mid {
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

/*
	パンくずリスト
=====================================*/

.breadcrumbs {
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 30px;
    margin: 5px 0 50px;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__list li {
    margin-left: 7px;
    padding-left: 17px;
    position: relative;
    color: #000000;
}

.breadcrumbs__list li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumbs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.breadcrumbs li:first-child:before {
    content: none;
}

.breadcrumbs__list li a {

}

.breadcrumbs__list li a:hover {
    text-decoration: underline;
    color: #FF6600;
}

/*=== ここまで ======================*/

.mid-inner {
	max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
}

.mid-sec {
    margin-bottom: 80px;
}

.mid-heading {
    font-size: 2.7rem;
    letter-spacing: .05em;
    color: #397161;
    padding: 18px 15px 12px 85px;
    border-top: 1px solid #AAD5C9;
    border-bottom: 5px solid #69B39E;
    background-image: url(../img/mid-h-icon.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    margin-bottom: 30px;
    font-family: "TBUDGothic E", 'Kosugi Maru', sans-serif;
}

.mid-sec__inner {
    padding: 0 30px;
}

.mid-sec__txt{
	font-size: 1.7rem;
    letter-spacing: .05em;
    line-height: 1.7;
}

.txt-list {

}

.txt-list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 30px;
}

.mid-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tomomo-origin {
    margin-bottom: 50px;
}

.mid-address__add {
    margin-bottom: 20px;
    font-weight: bold;
}

.mid-address__tel span {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.1;
}

.f__deco--mid{
	background-color: transparent;
}

/***ステップバーデザイン3***/
.step-wrap3 {
 counter-reset: count;
    max-width: 1120px;
    margin: 2em auto;
	position: relative;
}
.step-content3 {
 padding: 1.3em 0 .3em 1em;
 margin: 0 0 1em 0;
 position: relative;
 border-top: solid 2px #ddd;
	max-width: 935px;
	width: 100%;
}
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 30px;
 border-style: solid;
 border-width: 17px 8px 0 8px;
 border-color: #ddd transparent transparent transparent;
}

.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 36px);
 border-left: dashed 4px #ddd;
 position: absolute;
 top: 16px;
 left: 36px;
}

.step-content3:last-of-type::before {
 content: none;
}
.step-label3 {
	font-size: 1.1em;
 padding: 3px 30px 1px 25px;
 color: #fff;
 font-weight: bold;
 position: absolute;
 top: -18px;
 left: -20px;
 background: #6ab5a5;
 border-radius: 20px;
 z-index: 1;
}
.step-label3::after {
 counter-increment: count;
 content: counter(count);
 position: relative;
 left: .3em;
}
.step-title3 {
	font-family: "TBUDGothic E", "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
 font-size: 120%;
	margin-left: 40px;
}
.step-body3 {
 margin-top: .5em;
	margin-left: 40px;
 padding: 0 0 1em;
}
.step-wrap3 > :last-child {
 box-shadow: 5px 7px 0 -5px #ddd;
}
.step-wrap3 > :last-child::before, .step-wrap3 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン3***/

.tomomo-img-row {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	max-width: 1000px;
	width: 100%;
}

.tomomo-img {
	margin:  0 10px;
}

.tomomo-img img {
	width: 100%;
	border-radius: 20px;
}

/*==============================================================================
	
	スタッフ紹介
	
==============================================================================*/

.staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

.staff-list li {
	width: 260px;
    height: 150px;
    background-color: #DEF7F6;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 40px;
}

.staff-name {
	font-size: 2.8rem;
	font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.staff-intro {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tbl-staff {
    width: 80%;
    margin: 0 auto 20px auto;
}

.tbl-staff tbody{
    border-top: 1px solid #999999;
}

.tbl-staff th,
.tbl-staff td{
    padding: 20px;
    border-bottom: 1px solid #999999;
}

.tbl-staff th {
    background: #EBEBEB;
    width: 250px;
}

.tbl-staff td{

}

.tbl-staff dl {
    display: flex;
}

.tbl-staff dt {
    flex: 0 0 auto;
}

.tbl-staff dd {
    display: flex;
    flex-wrap: wrap;
}


/*==============================================================================

	お問い合わせ

==============================================================================*/

#formWrap {
	max-width:800px;
	margin:0 auto;
	line-height:120%;
	font-size:100%;
}

table.formTable{
	width:100%;
	margin:0 auto 20px auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:20px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

input{
	padding: 10px;
}

.must {
    display: block;
    background-color: #C00;
    padding: 4px 5px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
}

.inquiry_text{
	line-height: 200%;
}

.inquiry_text_indent{
	text-indent: 2.5em;
}

.submit_btn{
	text-align: center;
	margin: 10px uto 20px auto;
}

.error_messe{
	color: #FF0004;
	margin: 0;
	padding: 25px 0 0 0;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	#formWrap {
		width:100%;
		margin:0 auto;
	}
	
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	
	form input[type="text"], form textarea {
		width:100%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	
	form input[type="submit"], form input[type="reset"], form input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}
}

/*==============================================================================

	アクセス

==============================================================================*/

.access-box {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

.access-map {
    border: 2px solid #A8CCBE;
    margin-bottom: 25px;
}

.access-map iframe{
    width: 100%;
    height: 500px;
}

.tbl {
    width: 100%;
    margin-bottom: 20px;
}

.tbl-title {
	font-size: 2.6rem;
	padding: 1rem 3rem;
	color: #fff;
	border-radius: 100vh;
	background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
	background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
	background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
	margin-bottom: 15px;
}

.tbl tbody{
    border-top: 1px solid #69B39E;
    border-left: 1px solid #69B39E;
}

.tbl th,
.tbl td{
    padding: 10px;
    border-right: 1px solid #69B39E;
    border-bottom: 1px solid #69B39E;
}

.tbl th {
    background: #e1f1e0;
    width: 180px;
}

.tbl td{

}

.tbl dl {
    display: flex;
}

.tbl dt {
    flex: 0 0 auto;
}

.tbl dd {
    display: flex;
    flex-wrap: wrap;
}

.address-comm-sun{
	font-family: "TBUDGothic E", "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
	margin: -10px 0 15px 10px;
}
/*==============================================================================

	事業内容

==============================================================================*/

.support-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.support-row-pic {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.support-intro {
    padding: 50px 15px 0 0;
}

.support-staff {
    display: flex;
    margin-top: 20px;
}

.support-staff dt{
	flex: 0 0 auto;
}

.support-staff dd{

}

.support-img-row {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	max-width: 1000px;
	width: 100%;
}

.support-img {
	margin:  0 10px;
}

.support-img img {
	width: 100%;
	border-radius: 20px;
}

.support-type-box{
	padding: 0 15px;
}

.support-type {
    max-width: 500px;
    width: 100%;
}

.support-type--right {
	margin-left: 15px;
}

.support-type--left {
	margin-right: 15px;
}

.support-sec:first-child {
    margin-bottom: 25px;
}

.support-heading {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 4px 0 2px 0;
    margin-bottom: 20px;
}

.support-heading--01 {
    background-color: #339966;
}

.support-heading--02 {
    background-color: #3399CC;
}

.support-heading--03 {
    background-color: #3399CC;
}

.support-heading--04 {
    background-color: #FF7B73;
}

.support-sec__inner {
    padding: 0 15px;
}

/*
	活動プラン(放課後等デイサービス)
=====================================*/

.tbl-calen_wrap{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.tbl-calen {
    width: 100%;
}

.tbl-calen thead{
    border-top: 1px solid #69B39E;
    border-left: 1px solid #69B39E;
}

.tbl-calen thead th{
	background: #c0f3bc;
}

.tbl-calen tbody {
    border-top: 1px solid #69B39E;
    border-left: 1px solid #69B39E;
}

.tbl-calen th, .tbl-calen td {
    padding: 5px 5px 5px 5px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.5;
    border-right: 1px solid #69B39E;
    border-bottom: 1px solid #69B39E;
}

.tbl-calen th {
    text-align: center;
    background: #e1f1e0;
    width: 180px;
}

.text-center{
	text-align: center;
}

/*=== ここまで ======================*/

.guide-row {
    display: flex;
    justify-content: space-between;
}

.guide-detail {
    flex: 0 0 auto;
    margin-right: 15px;
}

.guide-sec {
    margin-bottom: 15px;
}

.guide-heading {
    font-size: 2rem;
    margin-bottom: 5px;
}

.guide-sec__inner {
    padding-left: 20px;
}

.guide-eigyou{
	display: flex;
}

.guide-service:first-child{
	margin-bottom: 25px;
}

.guide-service dt{
	margin-bottom: 5px;
}

.guide-service dd{
	padding-left: 10px;
}

.guide-notes{
	margin-top: 35px;
}

.business-map {
	max-width: 575px;
	width: 100%;
}

.business-map iframe {
    width: 100%;
    height: 555px;
}

.support-row--intro{
    margin-bottom: 65px;
}

.support-row--pakarappa {
	display: block;
}

.support-type--pakarappa {
	margin-bottom: 20px;
}

.support-type_row {
	display: flex;
	justify-content: space-between;
}

.gp-therapy_pakarappa{
    margin-right: 10px;
}

.support-type-gp2{

}

.support-pic--02 {
	text-align: center;
	margin-bottom: 45px;
}

.support-pic--03{
	margin-bottom: 50px;
}

.gp-therapy-type{
    margin-bottom: 20px;
}

.support-pic_box{

}