﻿footer {
	background: #f2f2f2;
	min-width: 1100px;
}
.footer {
	clear: both;
	font-size: 13px;
	position:relative;
	padding-top: 30px;
	background: #b5b5b5;
}
.footer_in {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.footer_in .footer_info {
	position: relative;
	width: 600px;
}
.footer_in h1 {
	position: relative;
	display: block;
	top: 12px;
	font-family: Roboto, 'Noto Sans Japanese', serif;
}
.footer_in h1.logo {
	background: url(../../img/common/header/logo.svg) no-repeat 0 0/50px;
	height: 50px;
}
.footer_in h1 a {
	color: #000 !important;
	font-weight: 600;
	padding-left: 65px;
	font-size: 24px;
	line-height: 25px;
	height: 50px;
	display: block;
	letter-spacing: 2px;
}
.footer_in h1 a span {
	display: block;
	font-size: 15px;
}
.footer_in .addr {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	padding-top: 30px;
	margin-bottom: 15px;
	font-family: Roboto, 'Noto Sans Japanese', serif;
}
.footer_info .line {
	position: absolute;
	content: "";
	top: 80px;
	left: 230px;
}
.footer_info .line img {
	width: 36px;
}
.footer_in .tel {
	width: 100%;
}
.footer_in .tel ul {
	display: flex;
	margin-bottom: 5px;
}
.footer_in .tel ul li {
	font-size: 18px;
	font-family: Lato;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 1px;
}
.footer_in .tel ul li:first-child {
	margin-right: 20px;
}
.footer_in .tel ul li span {
	font-size: 14px;
}
.footer_in .tel .sche li {
	display: flex;
	font-size: 15px;
}
.footer_in .tel .sche span {
	display: flex;
	align-items: center;
	margin-right: 10px;
	justify-content: center;
	font-size: 12px;
	width: 50px;
	line-height: 1;
	padding: 5px 0px;
	background: #0a3a87;
	color: #fff;
}

.footer_in .footer_bnr {
	padding-top: 20px;
	text-align: right;
    flex-grow: 2;
}
.footer_in .certificate {
	position: absolute;
	right: 300px;
	bottom: 133px;
}
.footer_in .certificate ul {
	display: flex;
}
.footer_in .certificate ul li {
	margin-right: 10px;
}
.footer_in .certificate ul li:last-child {
	margin-right: 0px;
}
.footer_in .certificate ul li a {
	width: 90px;
	display: block;
}
.footer_in .certificate ul li a img {
	width: 100%;
}
.footer_top {
	position: absolute;
	right: 0px;
	top: 30px;
}
footer .copy {
	background: #0a3a87;
	padding: 10px 0px 10px;
	font-size: 13px;
	font-style: italic;
	font-family: Lato;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-align: center;
	width: 100%;
	color: #fff;
	clear: both;
}

/*------------------------------------------------

   アコーディオン

------------------------------------------------*/

#acFooter .mt_subinfo {
	color:#333;
	font-size:100%;
	cursor: pointer;
	position: relative;
	background:#f2f2f2;
	height:40px;
}
#acFooter .mt_subinfo:hover {
	color: #00af5f;
}
#acFooter .mt_subinfo p {
	padding:0;
}

#acFooter #acMenu {
	clear:both;
}

#acFooter .acMenu_body {
	display:none;
}

#acFooter .acMenu_body {
	padding-top: 20px;
	margin-bottom: 30px;
}
#acFooter .ac_close {
	background:#eee;
	color: #333;
	text-align: center;
	padding: 3px 0px;
	cursor: pointer;
}
#acFooter .ab_in div:first-child {
	margin-top: 0px;
}


#acFooter .accordion_icon,
#acFooter .accordion_icon span {
	transition: all .4s;
}
#acFooter .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 13px;
}
#acFooter .accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 3px;
    background-color: #aaa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#acFooter .accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#acFooter .accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#acFooter .active .accordion_icon span:nth-of-type(1) {
	display:none;
}
#acFooter .active .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#acFooter{
	font-family: Roboto, 'Noto Sans Japanese', serif;
	flex-grow: 2;
	width:100%;
	bottom:0;
	z-index:1000;
	background:#fff;
	text-align: center;
	font-size:16px;
	line-height:100%;
	position: relative;
	margin-bottom: 10px;
}
.acFooter_btn{
	padding: 12px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.acFooter_btn_body{
	display:none;
}
.acFooter_btn_body{
	padding:20px;
}
.acFooter_btn_body ul {
	overflow: hidden;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.acFooter_btn_body li {
	background: none !important;
	padding-left: 0px !important;
	margin-bottom: 10px;
	border: 1px solid #0a3a87;
	margin-right: 10px;
}
.acFooter_btn_body li:last-child {
	margin-right: 0px;
}
.acFooter_btn_body li a {
	font-size: 14px;
	line-height: 1.5rem;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 5px 15px 5px 15px;
	color: #0a3a87;
	font-weight: 500;
	background: #fff;
	position: relative;
}
.acFooter_btn_body li a:hover {
	background: #0a3a87;
	color: #fff;
	text-decoration: none;
}





@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, footer .copy {
		box-shadow: 0px 1px #096CC5;
  }
}

/*------------------------------------------------

   page-top

------------------------------------------------*/


#page-top {
	position: fixed;
	bottom:60px;
	right: 20px;
	font-size: 77%;
	z-index: 1001;
}
#page-top a {
	font-family: Roboto, 'Noto Sans Japanese', serif;
	background: #0a3a87;
	font-style: italic;
	text-decoration: none;
	color: #fff;
	padding: 0px;
	text-align: center;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	opacity: 1.0 !important;
	letter-spacing: 1.5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #0062b2;
	opacity: 1.0 !important;
}

@media screen and (max-width: 480px) {
footer {
	min-width: auto;
}
.footer_link {
	display: none;
}
.footer_in {
	height: 170px;
}
.footer_info {
	float: none;
	width: 100% !important;
	margin-left: 0;
	text-align: center;
}
.footer_info p {
	text-align: center;
	font-size: 0.8rem;
}
.footer_info .tel {
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.footer_info .line {
	position: static;
}

.footer_in {
	width: 90%;
	height: auto;
	padding-bottom: 70px;
}
.footer_in h1 a {
	font-size: 21px;
	padding-left: 60px;
}
.footer_in h1 a span {
	font-size: 14px;
}
.footer_in .logo {
	text-align: left;
	margin: 0 auto 30px;
	width: 80%;
	background-size: 45px !important;
	background-position-y: 5px !important;
}
.footer_in .addr {
	padding-top: 0px;
}
.footer_in .logo img {
	width: 100%;
}
.footer_in .certificate {
	position: relative;
	right: auto;
	bottom: auto;
}
.footer_in .certificate ul li a {
	width: auto;
}
.footer_in .tel {
	margin-bottom: 20px;
}
.footer_in .tel ul {
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.footer_in .tel ul li {
	width: 100%;
}
.footer_in .tel ul li:first-child {
	margin-right: 0px;
}
.footer_in .tel ul li span {
	display: block;
}
.footer_in .tel .sche {
	display: flex;
	justify-content: space-between;
}
.footer_in .tel .sche li {
	width: 49%;
}

.footer_in .footer_bnr {
	text-align: center;
}
.footer_in .footer_bnr img {
	width: 50%;
}

footer .copy {
	font-size: 0.6rem;
	letter-spacing: 0.5px;
}

#page-top {
	bottom: 60px;
    z-index: 1;
	right: calc(50% - 100px / 2)
}

}
