@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

/*通所連とは*/

.ab-text{
	text-align: center;
}

.ab-box{
	width: 80%;
	height: auto;
	margin-bottom: 100px;
	margin-left:  auto;
	margin-right: auto;
	padding: 2%;
	background-color:#DFE5BD;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.ab-img{
	width: 35%;
	height: auto;
	background-color: white;
	margin: 0 15px;
}

.ab-img_pic{
	display: block;
	width: 100%;
}

.ab-box_title{
	width: 55%;
	height: auto;
}

.ab-box_text{
	width: 98%;
	height: auto;
	padding-left: 2%;
}

/*通所連とは/主な活動/活動報告/世田谷区の通所施設の歴史と現状*/

.headline{
	background-color: palegoldenrod;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
}

.headline:before{
	position: absolute;
    top: 20%;
    left: 20px;
    width: 10px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background-color: goldenrod;		
}
	
.ab-info_text{
	width: 99%;
	height: auto;
	margin-bottom: 55px;
	padding-left: 1%;
}
	
.ab-activity{
	margin: 30px 0 0;
}

.ab-activity a{
	color: black;
	text-decoration: none;
}

.ab-activity a:hover{
	color: #ffa500;
}


.ab-activity_title{	
	width: 60%;
	font-weight: 600;
}	
	
.ab-activity_text{
	padding: 0 1%;
}
	
.ab-info_text_img{
	width: 30px;
	margin-left: 10px;
	vertical-align: -20%;
}

.histoy-box{
	height: auto;
	margin: 50px 0;
}

.his-title{
	width: 60%;
	height: auto;
	padding: 1% 0;
	border-bottom: 1px solid black;
	text-align: left;
}

.his-title p{
	font-weight: 600;
	font-size: 1.5rem;
}

.his-text{
	padding: 1%;
}

/*通所連へのお問い合わせ*/

.ab-form_box{
	width: 85%;
	height: auto;
	margin: 150px auto;
	background-color: #fff4bb;
	border-radius: 50px;
}

.ab-form_title{
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 7rem;
	padding-left: 50px;
}

.ab-form_table{
	width: 60%;
	margin: 20px auto 0;
	font-size: 1.3rem;
	line-height: 4rem;
}

.ab-form_table th{
	width: 50%;
	text-align: left;
}

.ab-form_table td{
	width: 60%;
	padding-left: 2%;
}

.ab-form_text{
	width: 96%;
	line-height: 2.0rem;
	border-radius: 20px;
	font-size: 1.5rem;
	padding: 2%;
	font-family: inherit;
}

.ab-textarea{
  	resize: none;
  	width: 96%;
  	height: 200px;
	line-height: 2rem;
	font-size: 1.5rem;
	padding: 2%;
	border-radius: 20px;
	font-family: inherit;
}

.ab-privacy{
	border: none;
	background-color: #fff4bb;
}

.ab-form_checkbox{
	transform: scale(2.0);
	margin-top: 30px;
	margin-right: 10px;
}

.ab-form_submit{
	width: 60px;
	height: 40px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 50px;
}

.ab-form_th{
	text-align: center !important;
}

.ab-sub_btn_p{
	color: #D30003;
	text-align: center;
}

.ab-introduction{
	font-weight: 900;
	text-align: center;
}

/*サイトポリシー*/

.sitepolicy{
	width: 99%;
	height: auto;
	padding-left: 1%;
	margin: 0 auto 250px;
}

/* ▽▽▽　PC用CSS START */
@media only screen and (max-width:1280px){

/*通所連の概要*/
	
	.ab-text{
		text-align: center;
	}

	.ab-box{
		width: 96%;
		height: auto;
		margin-bottom: 100px;
		margin-left:  auto;
		margin-right: auto;
		padding: 2%;
		background-color:#DFE5BD;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.ab-img{
		width: 30%;
		height: auto;
		background-color: white;
		margin: 0 20px;
	}
	
	.ab-img_pic{
		width: 100%;
	}

	.ab-box_title{
		width: 55%;
		height: auto;
	}

	.ab-box_text{
		width: 98%;
		height: auto;
		padding-left: 2%;
	}

	/*通所連とは/主な活動/活動報告/世田谷区の通所施設の歴史と現状*/

	.headline{
		background-color: palegoldenrod;
		padding: 1rem 1rem 1rem 2.5rem;
		position: relative;
	}

	.headline:before{
		position: absolute;
		top: 20%;
		left: 20px;
		width: 10px;
		height: 60%;
		content: '';
		border-radius: 3px;
		background-color: goldenrod;		
	}	

	.ab-info_text{
		width: 99%;
		height: auto;
		margin-bottom: 75px;
		padding-left: 1%;
	}

	.histoy-box{
		height: auto;
		margin: 50px 0;
	}

	.his-title{
		width: 60%;
		height: auto;
		padding: 1% 0;
		border-bottom: 1px solid black;
		text-align: left;
	}

	.his-title p{
		font-size: 1.5rem;
	}

	.his-text{
		padding: 1%;
	}

	/*通所連へのお問い合わせ*/

	.ab-form_box{
		width: 85%;
		height: auto;
		margin:125px auto;
		background-color: #fff4bb;
		border-radius: 30px;
	}

	.ab-form_title{
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 6rem;
		padding-left: 50px;
		
	}

	.ab-form_table{
		width: 80%;
		margin: 20px auto 0;
		font-size: 1.3rem;
		line-height: 4rem;
	}

	.ab-form_table th{
		width: 40%;
	}

	.ab-form_table td{
		width: 60%;
	}

	.ab-form_text{
		width: 96%;
		line-height: 2rem;
		border-radius: 20px;
		font-size: 1.5rem;
		padding: 2%;
		font-family: inherit;
	}

	.ab-textarea{
		resize: none;
		width: 96%;
		height: 200px;
		line-height: 2rem;
		font-size: 1.5rem;
		padding: 2%;
		border-radius: 20px;
		font-family: inherit;
	}

	.ab-privacy{
		border: none;
		background-color: #fff4bb;
	}

	.ab-form_checkbox{
		transform: scale(2.0);
		margin-right: 10px;
	}

	.ab-form_submit{
		width: 60px;
		height: 40px;
		border-radius: 10px;
	}

	/*サイトポリシー*/

	.sitepolicy{
		width: 99%;
		height: auto;
		padding-left: 1%;
		margin: 0 auto 250px;
	}
	
}
/* △△△　PC用CSS END */ 

/* ▽▽▽　Tablet-A用CSS START */
@media only screen and (max-width:960px){
	
/*通所連の概要*/

	.ab-text{
		text-align: center;
	}

	.ab-box{
		width: 96%;
		height: auto;
		margin: 0 auto 70px;
		padding: 2%;
		background-image: url("../img/initial/ab-logo_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-color:rgba(223,229,189,0.8);
		background-blend-mode:lighten;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.ab-img{
		display: none;
		width: 60%;
		height: 350px;
		background-size: cover;
		margin: 0 20px;
	}
	
	.ab-img_pic{
		width: 100%;
	}

	.ab-box_title{
		width: 100%;
		height: auto;
	}

	.ab-box_text{
		width: 98%;
		height: auto;
		padding-left: 2%;
	}

/*通所連とは/主な活動/活動報告/世田谷区の通所施設の歴史と現状*/

	.ab-info_text{
		width: 99%;
		height: auto;
		margin-bottom: 70px;
		line-height: 2rem;
		padding-left: 1%;
	}
	
	.histoy-box{
		height: auto;
		margin: 50px 0;
	}

	.his-title{
		width: 80%;
		height: auto;
		padding: 1% 0;
		border-bottom: 1px solid black;
		text-align: left;
	}

	.his-title p{
		font-size: 1.5rem;
	}

	.his-text{
		padding: 1%;
	}

/*通所連へのお問い合わせ*/

	.ab-form_box{
		width: 100%;
		height: auto;
		margin:125px auto;
		background-color: #fff4bb;
		border-radius: 30px;
	}

	.ab-form_title{
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 6rem;
		padding-left: 50px;
	}

	.ab-form_table{
		width: 90%;
		margin: 20px auto 0;
		padding: 0 5%;
		font-size: 1.3rem;
		line-height: 3rem;
	}

	.ab-form_table tr th{
		width: 40%;
		
	}

	.ab-form_table tr td{
		width: 60%;
	}

	.ab-form_text{
		width: 96%;
		line-height: 2rem;
		border-radius: 20px;
		font-size: 1.5rem;
		padding: 2%;
		font-family: inherit;
	}

	.ab-textarea{
		resize: none;
		width: 96%;
		height: 200px;
		line-height: 2rem;
		font-size: 1.5rem;
		padding: 2%;
		border-radius: 20px;
		font-family: inherit;
	}

	.ab-privacy{
		border: none;
		background-color: #fff4bb;
	}

	.ab-form_checkbox{
		transform: scale(2.0);
		margin-right: 10px;
	}

	.ab-form_submit{
		width: 60px;
		height: 40px;
		border-radius: 10px;
	}

/*サイトポリシー*/

	.sitepolicy{
		width: 99%;
		height: auto;
		padding-left: 1%;
		margin: 0 auto 250px;
	}

}
/* △△△　Tablet-A用CSS END */
/* ▽▽▽　Tablet-B用CSS START */
@media only screen and (max-width:640px){
	
/*通所連の概要*/

	.ab-text{
		text-align: center;
	}

	.ab-box{
		width: 96%;
		height: auto;
		margin-bottom: 70px;
		margin-left:  auto;
		margin-right: auto;
		padding: 2%;
		background-image: url("../img/initial/ab-logo_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-color:rgba(223,229,189,0.8);
		background-blend-mode:lighten;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.ab-img{
		width: 80%;
		height: auto;
		background-color: white;
	}
	
	.ab-img_pic{
		width: 100%;
	}

	.ab-box_title{
		width: 100%;
		height: auto;
	}

	.ab-box_text{
		width: 98%;
		height: auto;
		line-height: 2rem;
		padding-left: 2%;
	}

/*通所連とは/主な活動/活動報告/世田谷区の通所施設の歴史と現状*/

	.ab-info_text{
		width: 99%;
		height: auto;
		margin-bottom: 50px;
		line-height: 2rem;
		padding-left: 1%;
	}
	
	.histoy-box{
		height: auto;
		margin: 50px 0;
	}

	.his-title{
		width: 80%;
		height: auto;
		padding: 1% 0;
		border-bottom: 1px solid black;
		text-align: left;
	}

	.his-title p{
		font-size: 1.4rem;
	}

	.his-text{
		padding: 1%;
	}

/*通所連へのお問い合わせ*/

	.ab-form_box{
		width: 100%;
		height: auto;
		margin: 70px auto;
		background-color: #fff4bb;
		border-radius: 30px;
	}

	.ab-form_title{
		font-size: 1.3rem;
		line-height: 6rem;
		padding: 0;
		text-align: center;
	}

	.ab-introduction{
		font-weight: 900;
		text-align: center;
		padding: 0 5%;
	}
	
	.ab-form_table{
		width: 96%;
		margin: 10px auto 0;
		padding: 0 2%;
		font-size: 1.2rem;
		line-height: 3rem;
	}

	.ab-form_table tr th{
		width: 45%;
	}

	.ab-form_table tr td{
		width: 55%;
	}

	.ab-form_text{
		width: 96%;
		line-height: 2.0rem;
		border-radius: 20px;
		font-size: 1.2rem;
		padding: 2%;
		font-family: inherit;
	}

	.ab-textarea{
		resize: none;
		width: 96%;
		height: 200px;
		line-height: 2rem;
		font-size: 1.2rem;
		padding: 2%;
		border-radius: 20px;
		font-family: inherit;
	}

	.ab-privacy{
		border: none;
		background-color: #fff4bb;
	}

	.ab-form_checkbox{
		transform: scale(1.5);
		margin-right: 10px;
	}

	.ab-form_submit{
		width: 60px;
		height: 40px;
		border-radius: 10px;
	}

/*サイトポリシー*/

	.sitepolicy{
		width: 99%;
		height: auto;
		padding-left: 1%;
		margin: 0 auto 250px;
	}

}
/* △△△　Tablet-B用CSS END */

/* ▽▽▽　smartphone用CSS START */
@media only screen and (max-width:480px){
	
/*通所連の概要*/

	.ab-text{
		width: 100%;
		text-align: center;
	}

	.ab-text h3{
		font-size: 1rem;
	}

	.ab-box{
		width: 90%;
		height: auto;
		margin-bottom: 50px;
		margin-left:  auto;
		margin-right: auto;
		padding: 5%;
		background-image: url("../img/initial/ab-logo_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-color:rgba(223,229,189,0.8);
		background-blend-mode:lighten;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.ab-img{
		width: 80%;
		height: auto;
		background-color: white;
		margin: 0 10px;
	}
	
	.ab-img_pic{
		width: 100%;
	}

	.ab-box_title{
		width: 100%;
		height: auto;
	}

	.ab-box_text{
		width: 99%;
		height: auto;
		line-height: 2rem;
		padding-left: 1%;
	}

/*通所連とは/主な活動/活動報告/世田谷区の通所施設の歴史と現状*/

	.ab-info_text{
		width: 97%;
		height: auto;
		margin-bottom: 50px;
		line-height: 2rem;
		padding-left: 3%;
	}
	
	.histoy-box{
		height: auto;
		margin: 50px 0;
	}

	.his-title{
		width: 80%;
		height: auto;
		padding: 1% 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid black;
		text-align: left;
	}

	.his-title p{
		font-size: 1.3rem;
	}

	.his-text{
		padding: 1%;
	}

/*通所連へのお問い合わせ*/

	.ab-form_box{
		width: 96%;
		height: auto;
		margin: 100px auto;
		padding: 0 2%;
		background-color: #fff4bb;
		border-radius: 30px;
	}

	.ab-form_title{
		margin: 0 auto;
		padding: 0;
		font-size: 1.2rem;
		text-align: center;
	}
	
	.ab-introduction{
		height: 70px;
		font-weight: 900;
		text-align: center;
		padding: 0 5%;
	}
	
	.ab-form_table{
		width: 100%;
		margin: 0 auto;
		font-size: 1rem;
		border-spacing: 0 20px;
		line-height: 1rem;
	}

	.ab-form_table tr th{
		width: 40%;
		font-size: 1rem;
	}

	.ab-form_table tr td{
		width: 60%;
	}

	.ab-form_text{
		width: 96%;
		border-radius: 20px;
		font-size: 1rem;
		padding: 2%;
		font-family: inherit;
	}

	.ab-textarea{
		resize: none;
		width: 96%;
		height: 200px;
		font-size: 1rem;
		padding: 2%;
		border-radius: 20px;
		font-family: inherit;
	}

	.ab-privacy{
		border: none;
		background-color: #fff4bb;
	}

	.ab-form_checkbox{
		transform: scale(1.5);
		margin-right: 10px;
	}

	.ab-form_submit{
		width: 60px;
		height: 40px;
		border-radius: 10px;
	}
	
/*サイトポリシー*/
	.sitepolicy{
		width: 99%;
		height: auto;
		padding-left: 1%;
		margin: 0 auto 200px;
	}

}
/* △△△　smartphone用CSS END */


