@charset "utf-8";
/* CSS Document */
html,
*{
	margin:0;
	padding:0;
	    color: #333333;

}

.yajirusi{
	
}
.yaji{
	height: 50px;
	line-height: 25px;
	padding: 15px;
}

#serect{
	
	background: pink;

}

.serectBox{
	margin: 25px auto 50px auto;
	width: 100%;
		background-color:  #43aa8b;
}
.serectBox p{
	text-align: center;
	font-size: 24px;
		color: azure;
	font-weight: 900;
			padding: 10px;
}
.serectshild1{
	width: 100%;
	
}
.naiyou{
	width: 700px;
	margin: 0 auto;
	font-size: 18px;

}
.naiyou-kosodate-p{
	width: 700px;
	height: 180px;
	margin: 0 auto;
	font-size: 18px;
		position: relative;
	
	
}
#naiyou-jihi{
	width: 700px;
	height: 130px;
		font-size: 18px;
	position: relative;
	margin: 20px auto;
	padding: 20px;
	font-weight: 600;
	    background-color:snow;

	
}

#naiyou-jihi:hover .readMore-jihi{
	background-color:crimson;
	color: white;
	transition: 0.6s all;
}
.readMore-jihi{
	background-color: white;
		position: absolute;
	bottom: 20px;
	right: 20px;
	float: right;
	margin-top: 20px;
	font-weight: 600;
	font-size: 22px;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid rgba(64,64,64,1.00);
	border-radius: 10px;
	
}

#keamane,#kaigotoha2,#konensuport,#densou{
		width: 980px;
	height: auto;
	padding: 60px 0 0 0;
	margin: 0px auto 30px auto;
	

}

#kosodate-jigyou{
		width: 980px;
	height: auto;
	padding: 10px 10px;
	margin: 0px auto 30px auto;

	

}
#keamane h3{
		text-align: center;
		width:980px;
	margin: 35px auto 20px auto;
	height: auto;
	font-size: 23px;
	
}
.balloon-009 {
    width: 800px;
 margin: 25px auto;

}

.balloon-009 img {
    max-width: 120px;
    height: 100%;
	float: right;
}

.balloon-009 p {
	padding: 15px;
    background-color:snow;
    color: #333333;
}

.kaigo-onayami{
	font-weight: 600;
}
.font-onayami{
	font-weight: 600;
	font-size: 20px;
	color: coral;
	padding-bottom: 30px;

}

#kaigotoha2 h3:first-child {
  margin: 20px 20px;
	    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    color: #333333;
}
#kaigotoha2 h3{
		text-align: center;
	margin: 35px auto 20px auto;
	height: auto;
	font-size: 23px;
	 
}
#konensuport h3{
		text-align: center;
	margin: 15px auto 40px auto;
	height: auto;
	font-size: 23px;
	  
}
.use_title{
		color: white;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	width: 100%;
	padding: 10px 0;
	font-size: 0.9em;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

.use_title {
	background-color:orange;
}
#use_title-green{
	background-color:darkcyan;
}
.use_title:after {
	content: "";
	display: inline-block;
	background-size:cover;
	
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  margin-top: -6px;
  transform: rotate(45deg);
	
	position:absolute;
	top: 50%;
	right: 15px;
	transition: 0.2s;
}
.use_title.selected:after {
	transform: translateY(-0%) rotate(-135deg);
	transition: 0.2s;
}
.use_txt {
	width: 100%;
	margin: 0 auto;
	display: none;
}



.kaigotoha-use{
	width:95%;
	height: auto;
	margin: 0 auto;
	background-color: white;
}
.use_contents{
	width: 360px;
	margin: 10px auto;
	height: auto;
		border-radius:10px;

	}
.use_contents:last-child{
	padding-bottom: 20px;
}

/*ご利用流れPC用ここから*/


.kaigotoha-use-pc{
	width:800px;
	display: flex;
	height: auto;
	margin: 0 auto;


}
.use_contents-pc{
	width: 380px;
	height: auto;
		border-radius:10px;

	}
.use_contents-pc:last-child{
	margin-left: 20px;
}
.use_title-pc,.use_title-pc-green {
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 7px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.use_title-pc{
		background-color: orange;

}
.use_title-pc-green {
	background-color:darkcyan;
}
.step{
	display: flex;
 position: relative;
	height: auto;
	background-color: white;
  border-bottom: 1px solid #e9edf4;
	box-shadow: 1px 2px 5px -2px #c9c9c9;
}
.step-01{
		display: flex;
	 position: relative;
	height: auto;
	background-color: white;
  border-bottom: 1px solid #e9edf4;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		box-shadow: 1px 2px 5px -2px #c9c9c9;
}
.step::before {
  content: "";
  border: 40px solid transparent;
  border-top: 10px solid #e9edf4;
  margin-left: -50px;
  top: 100%;
  left: 60px;
  position: absolute;
	z-index: 2;
}

/* ::afterで吹き出しを追加し重ねる */
.step::after {
  content: "";
  border: 40px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -50px;
  margin-top: -1px;
  top: 100%;
  left: 60px;
  position: absolute;
	z-index: 4;
}
.step-detail{
	width: 290px;
	font-size: 16px;
	padding:20px 0 10px 0;
}

.detail-impact{
	padding-bottom: 5px;
	font-weight: 600;
}
.detail-text{
	font-size: 14px;
	line-height: 18px;
}
.kinds{

	width:90px;
	position: relative;
}
.kinds-p,.kinds-p-green{
	text-align: center;
	position: absolute;
	width: 50px;
	margin-top: 20px;
	left: 10px;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px;
}
.kinds-p{
		color: orange;
		border: 1px solid orange;

}

.kinds-p-green{
		color: darkcyan;
		border: 1px solid darkcyan;
	
}
.setumei-pc{

	margin: 0 auto;
	
}


/*ご利用流れPC用ここまで*/

.moji200{
	color:white;
	font-size: 20px;
}

.sample{
	border-collapse: collapse;
	width:800px;
	margin: 0 auto;
		margin-bottom: 35px;

	
}
.sample caption{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}
.sample th{
	width: 25%;
  padding : 15px 15px;
	border:solid 1px #aaaaaa;
	background-color :mediumaquamarine;
  text-align: center;

}

.sample td{
  padding : 15px 10px;
	border:solid 1px #aaaaaa;
	text-align: left;

}




.imgcenter{
	width: 100%;

}
.imgcenter img{
	width:20px;
	height: auto;
	margin: 0 auto;

}

	.box-31{
		width: 100%;
		margin: 25px auto;
		font-size: 18px;
		text-align: center;
		background: pink;
		
	}
.readMore-service{
	background-color: white;
		position: absolute;
	bottom: 15px;
	right: 10px;
	float: right;
	margin-top: 20px;
	font-weight: 600;
	font-size: 22px;
	padding: 10px 20px;
	text-align: center;
	color: orange;
	border: 1px solid orange;
	border-radius: 10px;
	
}
.naiyou-kosodate-p:hover .readMore-service,
.naiyou-kosodate-p:hover .sample5-7::after,
#naiyou-jihi:hover .readMore-service,
#naiyou-jihi:hover .sample5-7::after{
	background-color:orange;
	color: white;
	transition: 0.6s all;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

/*矢印のアイコン*/
.jihi05{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: orange;
	vertical-align: middle;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 2px;
		margin-left: 5px;

	
}

.jihi05::before,
.jihi05::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sample5-7::before{
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sample5-7::after{
	left: 6px;
	width: 7px;
	height: 7px;
	border-top: 2px solid orange;
	border-right: 2px solid orange;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box29 {
	background-color: white;
	border: 2px solid mediumaquamarine;
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 2px 5px -2px #c9c9c9;
}
.box29 .box-title {
    font-size: 1.2em;
    background-color:mediumaquamarine;
    padding:10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.box29 p {
	
    padding: 5px 40px;
    margin: 0;
}
.fee{
  width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgba(195,195,195,0.90);
	color: rgb(51, 51, 51);
	
}
.fee th,.fee td,.fee tr{
	padding: 10px 0;
	text-align: center;

}
.fee tr:first-child{
 	background-color: pink;
	height: 60px;
}
.fee-color{
	background-color: pink;
	font-weight: 600;
}
#sonota{
	width: 80%;
	margin:15px auto;
	
}

/*ここから代行サービス*/
.suport-box{
	width: 800px;
	margin: 30px auto;
	padding-top:20px;
	padding-bottom: 20px;
	border-radius: 20px;
	border: 2px solid rgba(137,149,150,0.90);
	
	
}
.service-p-gai{
	    display: flex;
	width: 700px;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 5px;
	
	
}


.heading-027 {
	display:block;
	width: 30px;
    align-items: center;
    gap: 0 10px;
    color: #333333;
	position: relative;
}

.heading-027::before {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%232589d0%22%20d%3D%22M8.2%2C20.6l-7.8-7.8c-0.5-0.5-0.5-1.2%2C0-1.7L2%2C9.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0L9%2C14.7L20.3%2C3.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0l1.7%2C1.7%20c0.5%2C0.5%2C0.5%2C1.2%2C0%2C1.7L9.8%2C20.6C9.4%2C21.1%2C8.6%2C21.1%2C8.2%2C20.6L8.2%2C20.6z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
	position: absolute;
	background-repeat: no-repeat;
	top:5px;
	left:0;


}

.tablie-daikou{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 700px;
	font-weight: 600;
	margin: 30px auto 0 auto;
}


.tablie-daikou th{
  text-align: center;
  padding: 10px 0;
background-color:rgba(218,240,245,0.87);
  width: 155px;
			
	
}
.tablie-daikou tr{
	
}

.tablie-daikou tr:nth-child(2){
		background-color:white;

	border-bottom: 1px solid rgba(198,195,195,0.50);
}
.tablie-daikou tr:nth-child(2) :hover{
		transition: 0.3s ;
	background-color:rgba(129,173,239,1.00);
	color: white;
}
.tablie-daikou tr:nth-child(3) td{
		background-color:white;
	border-bottom: 1px solid rgba(198,195,195,0.50);
}
.tablie-daikou tr:nth-child(3) :hover{
	background-color:rgba(206,223,241,1.00);
}
.tablie-daikou tr:nth-child(4) td{
		background-color:white;
}
.tablie-daikou tr:nth-child(4) :hover{
	background-color:rgba(206,223,241,1.00);
}
.tablie-daikou td{
  text-align: center;
  padding: 7px 0;
 
  width: 155px;
}
.dekamoji{
	font-size: 20px;
	margin-right: 5px;
	
}
.hokengai-p{
	width: 700px;
	margin: 5px auto;
	margin-bottom: 25px;
}
.hokengai-p p{
	font-size: 14px;
	line-height: 18px;
}

@media screen and (min-width:100px) and ( max-width:400px) {


.serectBox{
	margin:25px auto;
	width: 95%;
		background-color:  #43aa8b;
}
.serectBox p{
	font-size: 18px;
	font-weight: 900;
			padding: 5px;
}
.serectshild1{
	width: 95%;
	
}
.balloon-009 {
    width: 100%;
 margin: 0px auto;

}

.balloon-009 img {
	width: 80px;
}

.balloon-009 p {
	font-size: 16px;
}
.kaigo-onayami{
	font-weight: 600;
}
.font-onayami{
	font-weight: 600;
	font-size: 18px;
	color: coral;
	padding-bottom: 30px;

}
	#naiyou-jihi{
		width: 90%;
		padding: 5%;
		font-size: 14px;
		margin: 20px auto;
	}
	.readMore-service{
	bottom: 10px;
	right: 20px;
	margin-top: 5px;
	font-size: 16px;
	padding: 10px 10px;
	border-radius: 5px;
	
}

.naiyou{
	width: 95%;
	margin: 0 auto;
	font-size: 15px;
}
#keamane,#kosodate-jigyou{
	width:100%;
	height: auto;
	padding-top:70px;
	margin: 0 auto 30px auto;

	
	
}
#keamane h3{
		width:95%;
	margin: 30px auto 20px auto;
	font-size: 20px;
	
}
.box-015{
	margin: 30px auto;
	width: 95%;
	border-radius: 10px;
	display: block;
  /* 以下任意のスタイル */
  padding: 5px;
}
.box-015 img{
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 100px;
	text-align:center;

}
.anime p{
	width: 95%;
	margin-left: 0;
	margin: 0 auto;
	background-color:seashell;
	color:navy;
	padding: 5px;
	font-weight: 900;
	font-size: 12px;
}

#kaigotoha2{
width:95%;
	height: auto;
	padding-top:70px;
	margin:30px auto;
}

#konensuport{
	width: 95%;
	height: auto;
	padding: 30px 10px 0 10px;
	margin: 0 auto 30px auto;
	background-color: white;
	
}


#kaigotoha2 h3{
		text-align: center;
		width:95%;
	margin: 35px auto 20px auto;
	height: auto;
	font-size: 20px;
	
}
#kaigotoha2 h3:first-child {
  margin: 0;
}
.use_contents-pc{
	width: 100%;
	height: auto;
		border-radius:10px;

	}
.use_contents-pc:last-child{
	margin-left: 20px;
}
.use_title-pc,.use_title-pc-green {
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 7px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.use_title-pc{
		background-color: orange;

}
.use_title-pc-green {
	background-color:darkcyan;
}
.step{
	display: block;
 position: relative;
	height: auto;
	background-color: white;
  border-bottom: 1px solid #e9edf4;
	box-shadow: 1px 2px 5px -2px #c9c9c9;
}
.step-01{
	display: block;
	 position: relative;
	height: auto;
	background-color: white;
  border-bottom: 1px solid #e9edf4;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		box-shadow: 1px 2px 5px -2px #c9c9c9;
}
.step::before {
  content: "";
  border: 40px solid transparent;
  border-top: 10px solid #e9edf4;
  margin-left: -50px;
  top: 100%;
  left: 60px;
  position: absolute;
	z-index: 2;
}

/* ::afterで吹き出しを追加し重ねる */
.step::after {
  content: "";
  border: 40px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -50px;
  margin-top: -1px;
  top: 100%;
  left: 60px;
  position: absolute;
	z-index: 4;
}
.step-detail{
	width: 100%;
	font-size: 16px;
	padding:20px 0 10px 0;
}

.detail-impact{
	padding: 0 5px;
	font-weight: 600;

}
.detail-text{
	font-size: 14px;
	padding: 0 5px;
	line-height: 18px;
}
.kinds{
	margin-bottom: 4px;
	width:100%;
	height: 30px;
	position: relative;
}
.kinds-p,.kinds-p-green{
	text-align: center;
	position: absolute;
	width: 50px;
	margin-top: 20px;
	left: 10px;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px;
}
.kinds-p{
		color: orange;
		border: 1px solid orange;

}

.kinds-p-green{
		color: darkcyan;
		border: 1px solid darkcyan;
	
}
.setumei-pc{

	margin: 0 auto;
	
}


	
	
	
.use_title {

}

.use_title:after {
}
.use_title.selected:after {

	transition: 0.2s;
}
.use_txt {
	display: none;
}



#kaigotoha-use{
	width:95%;
	height: auto;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	background-color: white;
}
	.kaigotoha-use-pc{
		display: none;
	}
.use_contents{
	width: 100%;
}

.sample{
	border-collapse: collapse;
	width:100%;
	margin: 0 auto;
	
}
.sample th{
	width: 25%;
  padding :10px;
	border:solid 1px #aaaaaa;
}
.moji200{
	color:white;
	font-size: 16px;
}

.sample td{
  padding : 10px;
	font-size: 14px;
	border:solid 1px #aaaaaa;
}



.setumei{
	width:100%;
	margin: 0 auto;
	
}


.imgcenter{
	width: 100%;

}
.imgcenter img{
	width:20px;
	height: auto;
	margin: 0 auto;

}

.box29 {
	
    background: #dcefff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding:10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.box29 p {
	
    padding: 5px 5px;
    margin: 0;
}
.fee{
  width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgba(195,195,195,0.90);
	color: rgb(51, 51, 51);
	
}
.fee th,.fee td,.fee tr{
	padding: 10px 0;
	text-align: center;

}
.fee tr:first-child{
 	background-color: pink;
	height: 60px;
}
.fee-color{
	background-color: pink;
}
#sonota{
	width: 80%;
	margin:15px auto;
	
}

#kosodate-jigyou{

			position: relative;

	

}
	#kosodate-jigyou img{
		width: 160px;
	}
.naiyou-kosodate-p{
	width: 95%;
	height: 200px;
	margin: 0 auto;
		font-size: 14px;
		padding:0px auto;

	
}

	
}
@media screen and (min-width:401px) and ( max-width:767px) {

.serectBox{
	margin:25px auto;
	width: 95%;
		background-color:  #43aa8b;
}
.serectBox p{
	font-size: 18px;
	font-weight: 900;
			padding: 5px;
}
.serectshild1{
	width: 95%;
	
}
.balloon-009 {
    width: 100%;
 margin: 0px auto;

}

.balloon-009 img {
	width: 80px;
}

.balloon-009 p {
	font-size: 16px;
}
.kaigo-onayami{
	font-weight: 600;
}
.font-onayami{
	font-weight: 600;
	font-size: 18px;
	color: coral;
	padding-bottom: 30px;

}
	#naiyou-jihi{
		width: 90%;
		padding: 5%;
		font-size: 14px;
		margin: 20px auto;
	}
	.readMore-service{
	bottom: 10px;
	right: 20px;
	margin-top: 5px;
	font-size: 16px;
	padding: 10px 10px;
	border-radius: 5px;
	
}

.naiyou{
	width: 95%;
	margin: 0 auto;
	font-size: 15px;
}
#keamane,#kosodate-jigyou{
	width:100%;
	height: auto;
	padding:0;
	margin: 0 auto 30px auto;

	
	
}
#keamane h3{
		width:95%;
	margin: 30px auto 20px auto;
	font-size: 20px;
	
}
.box-015{
	margin: 30px auto;
	width: 95%;
	border-radius: 10px;
	display: block;
  /* 以下任意のスタイル */
  padding: 5px;
}
.box-015 img{
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 100px;
	text-align:center;

}
.anime p{
	width: 95%;
	margin-left: 0;
	margin: 0 auto;
	background-color:seashell;
	color:navy;
	padding: 5px;
	font-weight: 900;
	font-size: 12px;
}

#kaigotoha2{
width:95%;
	height: auto;
	padding:0;
	margin: 0 auto 30px auto;
}

#konensuport{
	width: 95%;
	height: auto;
	padding: 30px 10px 0 10px;
	margin: 0 auto 30px auto;
	background-color: white;
	
}


#kaigotoha2 h3{
		text-align: center;
		width:95%;
	margin: 35px auto 20px auto;
	height: auto;
	font-size: 20px;
	
}
#kaigotoha2 h3:first-child {
  margin: 0;
}
.use_contents-pc{
	width: 100%;
	height: auto;
		border-radius:10px;

	}
.use_contents-pc:last-child{
	margin-left: 20px;
}
.use_title-pc,.use_title-pc-green {
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 7px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.use_title-pc{
		background-color: orange;

}
.use_title-pc-green {
	background-color:darkcyan;
}
.step{
	display: block;
 position: relative;
	height: auto;
	background-color: white;
  border-bottom: 1px solid #e9edf4;
	box-shadow: 1px 2px 5px -2px #c9c9c9;
}
.step-01{
	display: block;
	 position: relative;
	height: auto;
	background-color: white;
  border-bottom: 1px solid #e9edf4;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		box-shadow: 1px 2px 5px -2px #c9c9c9;
}
.step::before {
  content: "";
  border: 40px solid transparent;
  border-top: 10px solid #e9edf4;
  margin-left: -50px;
  top: 100%;
  left: 60px;
  position: absolute;
	z-index: 2;
}

/* ::afterで吹き出しを追加し重ねる */
.step::after {
  content: "";
  border: 40px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -50px;
  margin-top: -1px;
  top: 100%;
  left: 60px;
  position: absolute;
	z-index: 4;
}
.step-detail{
	width: 100%;
	font-size: 16px;
	padding:20px 0 10px 0;
}

.detail-impact{
	padding-bottom: 5px;
	font-weight: 600;
}
.detail-text{
	font-size: 14px;
	padding: 5px;
	line-height: 18px;
}
.kinds{

	width:100%;
	height: 30px;
	position: relative;
}
.kinds-p,.kinds-p-green{
	text-align: center;
	position: absolute;
	width: 50px;
	margin-top: 20px;
	left: 10px;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px;
}
.kinds-p{
		color: orange;
		border: 1px solid orange;

}

.kinds-p-green{
		color: darkcyan;
		border: 1px solid darkcyan;
	
}
.setumei-pc{

	margin: 0 auto;
	
}


	
	
	
.use_title {

}

.use_title:after {
}
.use_title.selected:after {

	transition: 0.2s;
}
.use_txt {
	display: none;
}



#kaigotoha-use{
	width:95%;
	height: auto;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	background-color: white;
}
	.kaigotoha-use-pc{
		display: none;
	}
.use_contents{
	width: 100%;
}

.sample{
	border-collapse: collapse;
	width:100%;
	margin: 0 auto;
	
}
.sample th{
	width: 25%;
  padding :10px;
	border:solid 1px #aaaaaa;
}
.moji200{
	color:white;
	font-size: 16px;
}

.sample td{
  padding : 10px;
	font-size: 14px;
	border:solid 1px #aaaaaa;
}



.setumei{
	width:100%;
	margin: 0 auto;
	
}


.imgcenter{
	width: 100%;

}
.imgcenter img{
	width:20px;
	height: auto;
	margin: 0 auto;

}

.box29 {
	
    background: #dcefff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding:10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.box29 p {
	
    padding: 5px 5px;
    margin: 0;
}
.fee{
  width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgba(195,195,195,0.90);
	color: rgb(51, 51, 51);
	
}
.fee th,.fee td,.fee tr{
	padding: 10px 0;
	text-align: center;

}
.fee tr:first-child{
 	background-color: pink;
	height: 60px;
}
.fee-color{
	background-color: pink;
}
#sonota{
	width: 80%;
	margin:15px auto;
	
}

#kosodate-jigyou{

			position: relative;

	

}
	#kosodate-jigyou img{
		width: 160px;
	}
.naiyou-kosodate-p{
	width: 95%;
	height: 200px;
	margin: 0 auto;
		font-size: 14px;
		padding:0px auto;

	
}


}

@media screen and (min-width:768px) and ( max-width:1000px){
	#about{
		padding-top: 0px;	
	}
.teikyou2 a{
	border-top-right-radius: 30px;
	background-color: #F8D06A;
}
#mokuji{
	width: 95%;
	height:auto;
	margin:25px auto 10px auto;
}
#mokuji ul{
	
}
	.kaigotoha-use{
		display: none;
	}
.btn-flat-simple {
	border-top:5px solid #00BCD4;
	width:25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: #00bcd4;
	color: white;
}


.btn-flat-simple-2 {
	border-top:5px solid #00BCD4;
	width:25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}


#kaigotoha{
	width:90%;
	height: auto;
	font-size: 14px;
}
kaigotoha h3{
	font-size: 20px;
	/*border-top: 2px double pink;*/
	
}
#kaigotoha-use{
	width:90%;
	padding: 10px 10px 0 10px;	
	height: auto;
	font-size: 14px;
}
.servicemenu{
	table-layout: fixed;
	width:80%;
	margin: 10px auto;
	
}
.menutitle{
	width: 30%;
	height: 130px;
	text-align: center;
}
table,tr,td{

}
#setumei{
	width: 85%;
	margin: 10px auto;
}
#kaigotoha-Tablet{
		display: none;
	}
#fee{
		width:90%;
	}
.fee{
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	
}

.fee th,.fee td,.fee tr{
	text-align: center;
}
.haba1{
	width:20%;
}
.haba2{
	width:20%;
}
.haba3{
	width:40%;
}
.haba4{
	width:20%;
}
.fee tr:first-child {
    height: 35px;
}
	
}

@media screen and (min-width:1000px) and ( max-width:1280px){
	
.kaigotoha-use{
		display: none;
	}	
	
	
}


@media screen and (min-width:1281px) and ( max-width:1500px){
#about{
		overflow: hidden;
	}
	
	.kaigyou{
		display: none;
	}
	#mokuji{
	width: 80%;
	padding: 20px 0 0 0;
	height:auto;
	margin:0 auto;
}
#kaigotoha{
	width:70%;
	height: auto;
	padding: 30px 5% 10px 5%;
	margin: 0 auto 30px auto;
	background-color: white;
}
	.btn-flat-simple {
	padding: 0.25em 0.5em;
	text-decoration: none;
	width:25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: #00bcd4;
	color: white;
}


.btn-flat-simple-2 {
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #00BCD4;
	background: #ECECEC;
	width:25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

.btn-flat-simple-2:hover {
	background: #00bcd4;
	color: white;
}
	#kaigotoha-Tablet{
		display: none;
	}
	#kaigotoha-use{
		width:70%;
	height: auto;
	padding: 30px 5% 10px 5%;
	margin: 0 auto 30px auto;
	background-color: white;
	}
}
@media screen and (min-width:1500px){
	
	#kaigotoha-Tablet{
		display: none;
	}
	.kaigotoha-use{
		display: none;
	}
}