
/*fukuyakumousikomi*/
.fukuyaku{
	display: inline-block;
	width:100%;
	flex-wrap: wrap;
/*	margin: 2px 2px 2px 2px;*/
	box-sizing:border-box;
	justify-content: space-between;
	text-align: center;
	background: rgba(248,248,211,0.8);
	padding:30px;
/*	background: #fff url(./chozai/AdobeStock_570784595.jpeg) repeat center center;*/
}
.fukuyaku a{
	font-size:1.6em;
	color: rgba(0,128,201,1);
	text-decoration: none;
	position: relative;
	padding: 0.4em 0.5em;
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
	background: rgba(0,128,0,0.8);
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
*/	color: rgba(255,255,255,1);

}
/*.fukuyaku a:hover{
	border-top: none;
	border-bottom: none;
	color: rgba(0,128,201,1);
	text-decoration: none;
	width:auto;
	height:80px;
	font-size:1.6em;
	background:rgba(254,148,167,0.8);
	line-height: 1.4;
	padding: auto;
	color: rgba(255,255,255,1);
}
*/
.fukuyaku ul{
	display: flex;
	width:auto;
	list-style: none;
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
	background: rgba(0,128,0,0.8);
	line-height: 1.4;
	padding: 0.4em 0.5em;
*/	margin: 5em;
	text-align: center;
}
.fukuyaku img{
	width: 300px;
/*	min-width: 200px;
	max-width: 200px;
*/	height: auto; /*hoka*/
}
.fukuyaku px{
	width:auto;
	height:80px;
	font-size:1.6em;
	
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
*/	background:rgba(254,148,167,0.8);
	line-height: 1.4;
	padding: auto;
	color: rgba(255,255,255,1);
}
.ttl{
	text-align:center;
	width:100%;
	font-size:1.2em;
	color: rgba(0,128,201,1);
	text-decoration: none;
	padding: 0.5em;
	background: rgba(128,128,0,0.5);
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
*/	color: rgba(255,255,255,1);
}
/*fukuyakumousikomi*/
/*line-button-*/
.ibtn {
  width: 170px;
  display: inline-block;*/
  padding: 0.8em 0.6em;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;

  border: solid 1px #5F7E8D;
  border-radius: 5px;

  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: -1px -1px 1px #333;
  text-decoration: none;
  text-align: center ; 
   	
  -webkit-box-shadow: inset 0 0 1px #fff, 0px 2px 3px #5F7E8D;
  box-shadow: inset 0 0 1px #fff, 0px 2px 2px #5F7E8D;
  background: rgba(0,128,0,0.8);
/*  background-color: #45F218;
  background: -webkit-gradient(linear, left top, left bottom, from(#524370), to(#7f5d84));
  background: -webkit-linear-gradient(top, 0% #524370, 100% #7f5d84);
  background: linear-gradient(top, 0% #524370, 100% #505082);
*/}
.ibtn.active,
.ibtn:active {
  position: relative;
  top: 1px;
  border: 1px solid #333;
  color: #fafad2;
  -webkit-box-shadow: inset 0 0 1px #aaa, 0px 0px 2px #5F7E8D;
  box-shadow: inset 0 0 1px #aaa, 0px 0px 2px #5F7E8D;
}
.ibtn:hover {
  opacity: 0.8;
}
.ibtn_selected,
a[rel=selected] {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9ee9a), to(#efda4f));
  background: -webkit-linear-gradient(top,  #f9ee9a 0%,#efda4f 100%);
  background: linear-gradient(to bottom,  #f9ee9a 0%,#efda4f 100%);

  color: #333;
  text-shadow: 1px 1px 1px #FFF;
}

/*lineigai*/
.ibtn2 {
  width: 170px;
  display: inline-block;*/
  padding: 0.8em 0.6em;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;

  border: solid 1px #5F7E8D;
  border-radius: 5px;

  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: -1px -1px 1px #333;
  text-decoration: none;
  text-align: center ; 
   	
  -webkit-box-shadow: inset 0 0 1px #fff, 0px 2px 3px #5F7E8D;
  box-shadow: inset 0 0 1px #fff, 0px 2px 2px #5F7E8D;
  background: #189BF2;
/*  background-color: #189BF2;
  background: -webkit-gradient(linear, left top, left bottom, from(#524370), to(#7f5d84));
  background: -webkit-linear-gradient(top, 0% #524370, 100% #7f5d84);
  background: linear-gradient(top, 0% #524370, 100% #505082);
*/}

.ibtn2.active,
.ibtn2:active {
  position: relative;
  top: 1px;
  border: 1px solid #333;
  color: #fafad2;
  -webkit-box-shadow: inset 0 0 1px #aaa, 0px 0px 2px #5F7E8D;
  box-shadow: inset 0 0 1px #aaa, 0px 0px 2px #5F7E8D;
}
.ibtn2:hover {
  opacity: 0.8;
}
.ibtn2_selected,
a[rel=selected] {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9ee9a), to(#efda4f));
  background: -webkit-linear-gradient(top,  #f9ee9a 0%,#efda4f 100%);
  background: linear-gradient(to bottom,  #f9ee9a 0%,#efda4f 100%);

  color: #333;
  text-shadow: 1px 1px 1px #FFF;
}
/*tenpo*/
#seldep{
  width: 300px; 
  display: inline-block; 
  margin-left : 1.0em;
  height: 40px;	
  /*background:#EAC2F5;*/
  border-spacing: 2px;

}
/*zukai*/
.box3{
	display: inline-block;
	width:350px;
	flex-wrap: wrap;
	margin: 2px 2px 2px 2px;
	box-sizing:border-box;
	justify-content: space-between;
	text-align: center;
}
.box3 img{
	height: 250px;
/*	min-width: 200px;
	max-width: 200px;
*/	height: auto; /*hoka*/
}
.box3 ul{
	display: flex;
	width:auto;
	list-style: none;
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
	background: rgba(0,128,0,0.8);
	line-height: 1.4;
	padding: 0.4em 0.5em;
*/	margin: 5em;
	font-size: 0.8em;
}
.box3 a{
	color: rgba(0,128,201,1);
	text-decoration: none;
	position: relative;
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
	background: rgba(0,128,0,0.8);
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: rgba(255,255,255,1);
*/
}
.box3 a:hover{
	border-top: none;
	border-bottom: none;
	color: rgba(0,128,201,1);
	text-decoration: none;
}
.box3 a:visit{
	color: rgba(0,128,201,1);
	text-decoration: none;
}
.box3 p{
	width:auto;
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
*/	background: rgba(0,128,0,0.8);
	line-height: 1.4;
	padding: 0.4em 0.5em;
/*	margin: 2em 5em 5em 5em;
*/	color: rgba(255,255,255,1);
}
/*qa*/
.qa-q{
	display: inline-block;
	width:auto;
	flex-wrap: wrap;
	margin: 2px 2px 0px 2px;
	box-sizing:border-box;
	justify-content: space-between;
	text-align: left;
}
.qa-q p{
	width:auto;
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
*/	background: rgba(248,211,239,0.8);
	line-height: 1.4;
	padding: 0.2em 0.2em;
/*	margin: 2em 5em 5em 5em;
*/	color: rgba(20,31,64,0.9);
}
.qa-a{
	display: inline-block;
	width:100%;
	flex-wrap: wrap;
	margin: 2px 2px 2px 2px;
	box-sizing:border-box;
	justify-content: space-between;
	text-align: left;
}
.qa-a p{
	width:auto;
/*	border-top: solid 1px rgba(164,70,130,0.8);
	border-bottom: solid 1px rgba(164,70,130,0.8);
	background: rgba(248,211,239,0.8);
*/	line-height: 1.4;
	padding: 0.2em 0.2em;
/*	margin: 2em 5em 5em 5em;
*/	color: rgba(0,0,0,0.9);
}
