/* CSS Document */
.pagefooter {
	text-align: left;
	//background-color: rgba(200,100,200,0.3);
	//color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	color: rgba(255,255,255,1);
	opacity: 1 !important;
}
.footer_logo_box{
	display: flex;
	align-items: center;
}
.footer_logo_box a {
    width: 3.5rem;
    height: 3.5rem;
}
.ftsamm {
	margin-inline: auto;
	position: relative;
	width: 48%;
	margin-top: 3px;
	margin-bottom: 3px;
	background:#000;
}
.ftsamm1, .ftsammb {
	margin-inline: auto;
	position: relative;
	width: 31%;
	margin-bottom: 3px;
	margin-top:30px;

	//background-color: transparent;
}
.ftsamm1a {
	margin-inline: auto;
	position: relative;
	width: 50%;
	height: 60px;
	margin-top: 3px;
	margin-bottom: 3px;

	background-color: transparent;

}
.darktune {
	  opacity: 0.6;
}
.ftsamm-img img {
  height: auto;
  width: 100%;
  
}
.ftsamm-tt {
	color: #fff;
	font-size: 0.5em;
	left: 50%;
	
	position: absolute;
	top: 24%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	white-space: normal;
}
.ftsamm-title {
	color: #fff;
	font-size: 0.6em;
	left: 50%;
	
	position: absolute;
	//text-shadow: 2px 2px 5px #333;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	text-align: center;
	white-space: normal;
	//background:#6F3;
}
.ftsamm-title1 {
	position: absolute;
	left: 50%;
	top: 50%;
	text-shadow: 2px 2px 5px #333;

	transform: translate(-50%, -50%);
	width: 80%;
}
.ftsamm-title2 {
	position: absolute;
	left: 50%;
	top: 50%;
	text-shadow: 2px 2px 5px #333;

	transform: translate(-50%, -50%);
	width: 90%;
}
.ftart {
	width: 100%;
}
.ft1 {
	width: 40%;
}
.ftflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	//background:rgba(102,204,255,0.3);
}
.ftnsam {
	//margin-inline: auto;
	width: 48%;
	position: relative;
	background:#f0f;
}
.ftflex2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px 10px;/*縦20px、横30pxの指定*/
	//justify-content: center;
	width: 100%;
	background:rgba(102,204,255,0.3);
}
.footermg {
	margin-right: auto;
	margin-left:4px;
	width: 60%;
}
.ftt2 {
	font-size: 0.6em;
	color: #FFF;
	display: inline-block;

	//width: 34%;
	line-height: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 4px;
}
@media screen and (min-width:800px) {
.ftt2 {
	font-size: 0.8em;
	padding-left: 1.6%;	
}
.footermg {
	width: 220px;
	margin-left:1.5%;
}
.footer_logo_box a {
    width: 50px;
    height: 50px;
    transition: 0.2s ease-in-out;
}
.footer_logo_box a:last-child {
    margin-right: 2.5%;
}
.footer_logo_box a:hover, .footer_logo_box a:focus {
    opacity: 0.7;
}
.ftnsam {
	width: 16%;
}
.ftflex2 {
	
	display: flex;
	//justify-content: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  
}
.ftflex {
	
	display: flex;
  justify-content: space-between;
	//justify-content: space-evenly;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ftart {
	width: 80%;
	padding-left:auto;
	padding-right:auto;
}
.ft1 {
	width: 10%;
}
.ftsamm, .ftsamm1a {
	width: 16%;
	//width: 20%;
	height: auto;
	//background:#CC3300;
}
.ftsamm1 {
	width: 12%;
	height: auto;
	margin-top:0px;
	//background:#CCFFaa;
}
.ftsammb {
	width: 8%;
	height: auto;
	//background:#CC55aa;
	margin-top:0px;
}
}
