@charset "utf-8";

/*フッター*/
.footer {
    font-size: 16px;
    line-height: 150%;
	background-color: #ff7daf;
	padding-top: 25px;
	padding-bottom: 80px;
}

.footer-inner {
    max-width: 860px;
	margin: 0 auto;
    padding: 0 20px;
}

.footer-inner p {
	color: #fff;
	text-align: left;
    line-height: 200%;
}

.f-info {
	text-align: center;
	display: block;
    margin-top: 0px;
}    
    
.f-ad {
    text-align: left;
    display: inline-block;
}

.f-ad-in a {
    color: #fff;
    text-decoration-line: none;
    opacity: 1;
}


.f_title {
    display: inline-block;
    position: relative;
    font-weight: bolder;
    padding: 0 0 7px;
    margin: 0 0 25px;
}

.f_title:before {
  content: '';
  position: absolute;
  bottom: -5px; /*下線の上下位置調整*/
  display: inline-block;
  width: 40px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: #fff; /*下線の色*/
}

.ft01:before {
  left: 17%;
}

.ft02:before {
  left: 26%;
}


.f-link-in {
    margin-top: 20px;    
}

.f-link-in a {
    color: #ff7daf;
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #ff7daf;
    box-sizing: border-box;
    text-decoration-line: none;
    opacity: 1;
}

.f-link-in a i {
    margin-left: 5px;
}


p.copyright {
    line-height: 140%;
    text-align: center;
    margin: 20px 10px 0;
}






/* 固定フッター */	
#footerfixed {
    bottom: 0;
    width: 100%;
	z-index: 9999;
    position: fixed;
    display: none;
}

#footerfixed li a {
	color: #fff;
    background: #16c570;
	text-align: center;
	line-height: 60px;
    text-decoration-line: none;
    opacity: 1;
}

#footerfixed ul {
	content: "";
	display: block;
	clear: both;
}

#footerfixed li .ff-L {
	float: left;
	width: 40%;
	border-right: solid #fff 1pt;
	box-sizing: border-box;
}

#footerfixed li .ff-C {
	float: left;
	width: 48%;
	border-right: solid #fff 1pt;
	box-sizing: border-box;
}

#footerfixed li .ff-R {
	float: left;
	width: 12%;
}

#footerfixed li .ff-R i {
	font-size: 25px;
    vertical-align: middle;
}


.tel-link-none {
    pointer-events: none;
}





/* ######## 769px以上 ######## */
@media screen and (min-width: 769px){

    
    
    
/*フッター*/

.footer {
	padding-top: 47px;
	padding-bottom: 50px;
}

.f-info {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.f-ad, .f-sm {
    margin-bottom: 40px;
}    


.f-ad-in, .f-sm-in {
    white-space: nowrap;
}
    
.f-link-in a {
    transition: all 0.2s;
}

.f-link-in a:hover {
    color: #fff;
    background: #ff7daf;
    border: solid 1px #fff;
    text-decoration-line: none;
    opacity: 1;
}    

.f-sm ul {
  column-count: 2;        /* 列数を3列に指定 */
  column-gap: 0px;       /* 各列の間隔を調整する */
}

.f-sm ul .Lmar {
    margin-left: 10px;
}
        
.f-sm ul li a {
	color: #fff;
    display: block;
    text-decoration-line: none;
    opacity: 1;
}
    
.f-sm ul li {
    margin: 0 0 15px;
}
    
.f-sm ul li i {
    color: #fff;
    margin-right: 4px;
}
    
p.copyright {
    text-align: center;
    margin: 0 10px;
}    
    
    
    
    
/*ページトップへGOボタン*/

#page-top {
    position: fixed;
    bottom: -21px;/*なにかと競合しちゃってるからマイナス*/
    right: 0;
    z-index: 9999;
}

#page-top-shiryoseikyu {
    position: fixed;
    bottom: 0px;/*資料請求だけは競合がないみたいなので*/
    right: 0;
    z-index: 9999;
}

#page-top a,
#page-top-shiryoseikyu a {
    height: 70px;
	background: #16c570;
	text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
	display: block;
	transition: all 0.2s linear;	
}
    
#page-top .pt-L a,
#page-top-shiryoseikyu .pt-L a {
    font-size: 15px;
    line-height: 150%;
	width: 150px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    vertical-align: middle;  
}
    
#page-top .pt-C a,
#page-top-shiryoseikyu .pt-C a {
    font-size: 15px;
    line-height: 150%;
	width: 150px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
    
#page-top .pt-R a,
#page-top-shiryoseikyu .pt-R a {
    width: 70px;
	line-height: 75px;
}

#page-top a:hover,
#page-top-shiryoseikyu a:hover {
    background: #00c81e;
    text-decoration-line: none;
    opacity: 1;
}

#page-top i,
#page-top-shiryoseikyu i {
	font-size: 25px;
	color: #FFF;
}

#page-top:after,
#page-top-shiryoseikyu:after {
	content: "";
	display: block;
	clear: both;
}

.pt-L {
	float: left;
	width: auto;
}

.pt-C {
	float: left;
	width: auto;
}

.pt-R {
	float: left;
	width: auto;
}
    
    
.PCtel-link-none {
    pointer-events: none;
}    
}


