body{
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	color: #111111;
}
html {
	overflow-x: hidden;
	font-size: 62.5%;
}
p{text-align: justify;margin:0px;letter-spacing: 0.07em;line-height: 1.7;}
a{text-decoration: none;letter-spacing: 0.07em;line-height: 1.7;}
ul{list-style-type: none;margin: 0;padding: 0;}
ul li{letter-spacing: 0.07em;}
h1,h2{margin:0px;letter-spacing: 0.2em;}
h3{margin:0px;}
table{border-spacing: 0;}
table td{letter-spacing: 0.2em;line-height: 1.7;}
.inner{width: 90%; max-width: 1200px; margin: auto;}
.maru{font-family: "Zen Maru Gothic", sans-serif;font-weight: bold;}
.w1280{display: block;}
.w1280-2{display: none;}
.w960{display: block;}
.w960-2{display: none;}
.w768{display: block;}
.w768-2{display: none;}
.w500{display: block;}
.w500-2{display: none;}
@media screen and (max-width: 1280px){
	.w1280{display: none;}
	.w1280-2{display: block;}
}
@media screen and (max-width: 960px){
	.w960{display: none;}
	.w960-2{display: block;}
}
@media screen and (max-width: 768px){
	.w768{display: none;}
	.w768-2{display: block;}
}
@media screen and (max-width: 500px){
	body{font-size: 1.6rem;}
	.w500{display: none;}
	.w500-2{display: block;}
}
@media (min-width: 500px) {
a[href^="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
/*header***************/
header{
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 40px;
	margin: 30px;
	z-index: 1;
	border-radius: 999px;
	height: 80px;
}
header h1{
	width:301px;
	margin-right: 20px;
	position: relative;
}
header h1 a img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}
header a:hover{
	opacity: 0.5;
}
nav,nav ul{
	display: flex;
	align-items: center;
}
nav ul li{
	border-right: 1px solid #000;
	height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
nav ul li:last-child{
	border-right: none;
}
nav ul li a{
	color: #111111;
	padding: 0 15px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
}
header .h_contact{
	background: url(../images/contact_icon.png) no-repeat center left 30px / 28px;
	background-color: #002E58;
	color: #fff;
	padding: 8px 40px 8px 80px;
	border-radius: 10px;
	font-size: 1.8rem;
	width: 150px;
}
header .kotei{display: none;}
@media screen and (max-width: 1366px){
	header h1 {width: 200px;margin-right: 10px;}
	nav ul li a{font-size: 1.4rem;}
	header .h_contact{font-size: 1.4rem;background: url(../images/contact_icon.png) no-repeat center left 20px / 20px;
		background-color: #002E58;width: 170px;text-align: center;padding: 8px 10px;}
}

@media screen and (max-width: 1280px){
	header{padding: 0px 20px;}
	header h1{width: 300px;z-index: 2;}
/*ハンバーガーメニュー*/
.hamburger{
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:#07356B;
    position:relative;
    cursor:pointer;
    flex-shrink:0;
	z-index: 2;
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
}
.hamburger span{
    position:absolute;
    left:50%;
    width:28px;
    height:2px;
    background:#fff;
    transform:translateX(-50%);
    transition:.3s;
}
.hamburger span:nth-child(1){
    top:20px;
}
.hamburger span:nth-child(2){
    top:50%;
}
.hamburger span:nth-child(3){
    top:40px;
}
.hamburger.active span:nth-child(1){
    top:50%;
    transform:translateX(-50%) rotate(45deg);
}
.hamburger.active span:nth-child(2){
    opacity:0;
}
.hamburger.active span:nth-child(3){
    top:50%;
    transform:translateX(-50%) rotate(-45deg);
}
/*------------------------------------
メニュー
------------------------------------*/
.drawer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    border-radius:45px;
    padding-top:90px;
    transform-origin:top;
    transform:scaleY(0);
    opacity:0;
    visibility:hidden;
    /*transition:
        transform .4s ease,
        opacity .3s ease;*/
    z-index:1;
	display: block;
}
.drawer.active{
    transform:scaleY(1);
    opacity:1;
    visibility:visible;
}
.drawer ul{
    padding:0 40px 50px;
	display: block;
}
.drawer li{
    border-bottom:1px solid #000;
	border-right: none;
	padding: 20px 0;
}
.drawer a{
    display:block;
    font-size:1.8rem;
	padding: 0;
    width: 100%;
}
}
@media screen and (max-width: 1280px){
	header{margin: 10px;top: 10px;}
	header h1{width: 210px;}
	.hamburger{right: 10px;}
}
@media screen and (max-width: 768px){
	header .kotei{display: block;position: fixed;bottom: 0;left: 0;
		background: url(../images/contact_icon.png) no-repeat center left 40px / 44px;background-color: #002E58;color: #fff;text-align: center;width: 100%;padding: 10px 0;}
	header .kotei a{color: #fff;width: 100%;padding: 10px 0;display: block;}
}
@media screen and (max-width: 500px){
	header .kotei{background: url(../images/contact_icon.png) no-repeat center left 40px / 30px;background-color: #002E58;}
}

/*共通見だし***********/
h2.midashi{
	text-align: center;
	font-size: 4.0rem;
	position: relative;
	padding-top: 90px;
	margin-bottom: 80px;
	font-weight: normal;
}
h2.midashi::before{
	content: "";
	position: absolute;
    display: inline-block;
    width: 186px;
    height: 61px;
    background-image: url('../images/midashi.png');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}
@media screen and (max-width: 960px){
	h2.midashi{font-size: 3.0rem;padding-top: 70px;margin-bottom: 60px;}
	h2.midashi::before{width: 150px;height: 49px;}
}
@media screen and (max-width: 500px){
	h2.midashi{font-size: 2.0rem;padding-top: 60px;margin-bottom: 40px;}
	h2.midashi::before {width: 120px;height: 39px;}
}

/*メインビジュアル***************/
#mv{margin-top: -140px;}
#mv img{width: 100%;}
@media screen and (max-width: 1280px){
	#mv{margin-top: -100px;background-color: #D7EEFA;}
}
@media screen and (max-width: 960px){
	#mv{padding-top: 40px;}
}

/*サブ（よくある質問）***************/
#sub{
	position: relative;
	background: url(../images/faq_pagettl.jpg) no-repeat right bottom / cover;
	height: 583px;
	margin-top: -180px;
}
#sub .inner{
	display: flex;
	align-items: center;
	padding-top: 350px;
}
#sub h2{
    font-size: 4.0rem;
    font-weight: normal;
	margin-left: 50px;
}
#sub .inner img{
	display: block;
	width: 62px;
}
#sub .pagettl_illust{
	position: absolute;
    width: 590px;
    bottom: -20%;
    right: 15%;
}
@media screen and (max-width: 1800px){
	#sub .pagettl_illust{width: 30%;bottom: -10%;}
}
@media screen and (max-width: 1280px){
	#sub{background: url(../images/faq_pagettl.jpg) no-repeat center bottom / cover;height: 450px;margin-top: -100px;}
	#sub .inner{padding-top: 250px;}
}
@media screen and (max-width: 960px){
	#sub{height: 300px;}
	#sub .inner{padding-top: 200px;}
	#sub h2{font-size: 3.0rem;margin-left: 30px;}
	#sub .inner img{width: 40px;}
	#sub .pagettl_illust {width: 25%;right: 10%;}
}
@media screen and (max-width: 500px){
	#sub {height: 200px;}
	#sub .inner {padding-top: 150px;}
	#sub h2 {font-size: 2.0rem;margin-left: 10px;}
	#sub .inner img {width: 30px;}
	#sub .pagettl_illust{width: 80px;right: 5%;bottom: 0;}
}

/*Re-Life（リ・ライフ）とは***************/
#about{
	margin: 0 0 200px;
}
#about h3{
	text-align: center;
	font-size: 6.0rem;
	color: #002E58;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 100px 0;
}
#about .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#about .flex div{
	width: 45%;
}
#about .maru{
	font-size: 2.8rem;
	color: #83BE66;
	font-weight: bold;
	margin-bottom: 20px;
}
#about .flex div p:last-child{
	line-height: 2.0;
}
#about .flex img{
	width: 48%;
}
@media screen and (max-width: 960px){
	#about h3{font-size: 4.0rem;}
	#about .flex{display: block;}
	#about .flex div {width: 100%;}
	#about .flex img {width: 70%;margin: 50px auto 0;display: block;}
}
@media screen and (max-width: 500px){
	#about{margin: 0 0 100px;}
	#about h3 {font-size: 2.6rem;margin: 50px 0;}
	#about .maru{font-size: 1.8rem;}
	#about .flex img{width: 100%;}
}

/*サポート対象の方***************/
.bg{
	width: 100%;
	display: block;
}
#support{
	background-color: #D7EEFA;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 150px;
	position: relative;
}
#supported{
	padding-top: 190px;
	margin-top: -190px;
}
#support .box{
	position: relative;
	background-color: #fff;
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	border-radius: 30px;
	padding: 60px;
	margin-top: 150px;
}
#support .support_img{
	position: absolute;
	width: 641px;
	top: -80px;
	left: -80px;
}
#support .item,#support .item2{
	width: 48%;
}
#support .item p,#support .item2 p{
	background-color: #83BE66;
	border-radius: 999px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 10px 30px;
}
#support .item p:last-child{
	margin-bottom: 0px;
}
#support .item2 p:last-child{
	margin-bottom: 0px;
	padding: 25px 30px;
}
#support .support_chiiki{
	display: block;
	width: 90%;
	margin: -28% 0 0 auto;
}
@media screen and (max-width: 1384px){
	#support .support_img{left: 0px;}
	#support .support_chiiki{width: 100%;margin: -32% 0 0 auto;}
}
@media screen and (max-width: 960px){
	#supported{margin-top: -150px;}
	#support .support_img {width: 60%;top: -50px;left: 50%;transform: translate(-50%, 0%);}
	#support .box{flex-flow: column;padding: 60px 30px 30px;}
	#support .support_chiiki{margin: -15% 0 0 auto;}
	#support .item, #support .item2 {width: 100%;}
	#support .item2{margin-top: 10px;}
	#support .item p, #support .item2 p{font-size: 1.8rem;}
	#support .item2 p:last-child{padding: 10px 30px;}
}
@media screen and (max-width: 500px){
	#support .box{margin-top: 70px;}
	#support .support_img{width: 90%;top: -20px;}
	#support .item p, #support .item2 p {font-size: 1.6rem;}
}

/*業務内容***************/
#service{
	background-color: #D7EEFA;
	padding-top: 190px;
	margin-top: -190px;
	padding-bottom: 150px;
}
#service .box{
	position: relative;
	display: flex;
	justify-content: space-between;
	gap:30px;
	background-color: #fff;
	border: 10px solid #83BE66;
	border-radius: 30px;
	padding: 50px;
	margin-top: 150px;
}
#service .box:nth-of-type(2),
#service .box:nth-of-type(3){
	margin-top:100px;
}
#service .box h3{
	position: absolute;
	top: -50px;
	left: -50px;
	font-size: 3.2rem;
	color: #fff;
	border-radius: 999px;
	padding: 18px 0 18px 90px;
	width: 272px;
	font-weight: normal;
	letter-spacing: 0.15em;
}
#service .box:nth-of-type(1) h3{
	background: url(../images/gyoumu_number1.png) no-repeat center left 15px / 56px;
	background-color: #83BE66;
}
#service .box:nth-of-type(2) h3{
	background: url(../images/gyoumu_number2.png) no-repeat center left 15px / 56px;
	background-color: #83BE66;
}
#service .box:nth-of-type(3) h3{
	background: url(../images/gyoumu_number3.png) no-repeat center left 15px / 56px;
	background-color: #83BE66;
}
#service .box div{
	flex:1;
	background-color: #EAF5E4;
	border: 4px solid #002E58;
	border-radius: 40px;
	padding: 20px;
}
#service .box div .midashi{
	min-height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:2.4rem;
	font-weight:bold;
	color: #002E58;
	line-height: 1.5;
}
#service .box div img{
	max-width: 212px;
	display: block;
	margin: 0 auto 10px;
}
@media screen and (max-width: 1024px){
	#service .box{flex-flow: column;}
	#service .box div{padding: 40px;}
	#service .box div .midashi{min-height: auto;}
}
@media screen and (max-width: 960px){
	#service .box h3{left: 0px;width: 220px;font-size: 2.6rem;padding: 18px 0 18px 80px;}
	#service .box:nth-of-type(1) h3{background: url(../images/gyoumu_number1.png) no-repeat center left 15px / 40px;
		background-color: #83BE66;}
	#service .box:nth-of-type(2) h3{background: url(../images/gyoumu_number2.png) no-repeat center left 15px / 40px;
		background-color: #83BE66;}
	#service .box:nth-of-type(3) h3{background: url(../images/gyoumu_number3.png) no-repeat center left 15px / 40px;
		background-color: #83BE66;}
}
@media screen and (max-width: 500px){
	#service{padding-bottom: 100px;padding-top: 150px;}
	#service .box{margin-top: 100px;padding: 30px;}
	#service .box h3{font-size: 1.8rem;width: 180px;}
	#service .box div .midashi{font-size: 1.8rem;}
	#service .box div img{width: 100%;}
}

/*よくある質問***************/
#faq{
	background-color: #D7EEFA;
	margin: -190px 0 -5px;
	padding: 190px 0 150px;
}
#faq .faq_bg{
	background: url(../images/faq_bg.png) no-repeat center top/ cover;
	padding-bottom: 100px;
}
#faq .inner{
	position: relative;
}
.question{
	margin-right: auto;
	background-color: #407DC4;
	border-radius: 30px;
	width: 60%;
	padding: 30px;
	position: relative;
}
.question img{
	position: absolute;
	width: 8%;
	top: 6%;
    left: 2%;
}
.question p{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 30px;
	padding: 12%;
}
.answer{
	margin: -50px 0 80px auto;
	background-color: #E68381;
	border-radius: 30px;
	width: 60%;
	padding: 30px;
	position: relative;
}
.answer img{
	position: absolute;
	width: 14%;
	top: 4%;
    left: 2%;
}
.answer p{
	background-color: #fff;
	border-radius: 30px;
	padding: 10% 15%;
}
#faq .btn{
	display: block;
    background: url(../images/link.png) no-repeat center right 40px / 52px;
    background-color: #002E58;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    max-width: 570px;
    width: 80%;
    margin: 150px auto 0;
    padding: 40px;
	border-radius: 10px;
}
#faq .btn:hover{background: url(../images/link.png) no-repeat center right 40px / 52px;background-color: #00172C;}
#faq .illust1{position: absolute; width: 23%;top: 5%;right: 5%;}
#faq .illust2{position: absolute; width: 7%;top: 26%;left: 15%;}
#faq .illust3{position: absolute; width: 25%;top: 57%;left: 5%;}
#faq .illust4{position: absolute; width: 5%;bottom: 15%;right: 15%;}
#faq .illust5{position: absolute; width: 8%;bottom: -5%;left: 15%;}

/*よくある質問：詳細*/
#faq_detail{
	background-color: #F7FAF0;
	padding: 100px 0 200px;
}
#faq_detail .illust_pos{position: relative;}
#faq_detail .illust1{position: absolute; width: 23%;bottom: 7%;left: 5%;}
#faq_detail .illust2{position: absolute; width: 7%;top: -18%;right: 15%;}
#faq_detail .illust3{position: absolute; width: 7%;bottom: 5%;left: 5%;}
#faq_detail .illust4{position: absolute; width: 9%;top: -5%;right: 10%;}
#faq_detail .illust5{position: absolute; width: 5%;bottom: -10%;left: 15%;}
#faq_detail .illust6{position: absolute; width: 8%;top: -15%;right: 15%;}
@media screen and (max-width: 960px){
	#faq .btn{margin: 0px auto;}
}
@media screen and (max-width: 768px){
	.question,.answer{padding: 15px;width: 70%;}
	.question p,.answer p{font-size: 1.6rem;}
	#faq .btn{max-width: 400px;width: 60%;}
	#faq_detail{padding: 100px 0;}
}
@media screen and (max-width: 500px){
	#faq .faq_bg{background: url(../images/faq_bg_sp.png) no-repeat center top / cover;}
	.question,.answer{width: 80%;border-radius: 20px;padding: 10px;}
	.answer{margin: -20px 0 20px auto;}
	.question img{top: 8px;left: 8px;}
	.answer img{top: 7px;left: 7px;}
	.question p,.answer p{border-radius: 10px;}
	#faq .illust1{width: 20%;top: 8%;right: 5%;}
	#faq .illust2{width: 10%;left: 0%;}
	#faq .illust3{top: 75%;left: 0%;}
	#faq .illust4{width: 6%;bottom: 13%;right: 0%;}
	#faq .illust5{width: 10%;left: 0%;}
	#faq .btn{font-size: 1.6rem;background: url(../images/link.png) no-repeat center right 20px / 30px;background-color: #002E58;padding: 30px;}
	#faq .btn:hover{background: url(../images/link.png) no-repeat center right 20px / 30px;background-color: #00172C;}
	#faq_detail{padding: 50px 0;}
	#faq_detail .illust1{width: 20%;bottom: 0%;left: 0%;}
	#faq_detail .illust2{width: 10%;top: 0%;right: 0%;}
	#faq_detail .illust3{width: 10%;bottom: 0%;left: 0%;}
	#faq_detail .illust4{width: 12%;top: 0%;right: 0%;}
	#faq_detail .illust5{width: 6%;left: 0%;}
	#faq_detail .illust6{width: 10%;right: 0%;}
}

/*物件オーナーの皆様へ***************/
#owner{
	background-color: #83BE66;
	padding: 150px 0 100px;
    margin: -5px 0 150px;
}
#owner .inner{
	background-color: #fff;
	border-radius: 30px;
	padding: 120px 0;
}
#owner .contents{
	width: 80%;
	max-width: 822px;
	margin: auto;
}
#owner h2{
	padding-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 4.0rem;
    position: relative;
	font-weight: normal;
}
#owner h2::before{
	content: "";
    position: absolute;
    display: inline-block;
    width: 452px;
    height: 44px;
    background-image: url('../images/owner.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	bottom: 0%;
}
#owner .maru{
	text-align: center;
	font-size: 2.2rem;
    color: #83BE66;
    font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 40px;
}
#owner .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
#owner .flex2{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
	margin-top: 40px;
}
#owner .flex p,#owner .flex2 p{
	width: 45%;
    line-height: 2.0;
}
#owner .flex img,#owner .flex2 img{
	width: 48%;
	border-radius: 30px;}
#owner .taiou{
	background-color: #002E58;
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 20px 40px;
	margin-bottom: 10px;
}
#owner .taiou p{
	color: #fff;
}
#owner .taiou p:nth-of-type(1){
	font-weight: bold;
	font-size: 2.4rem;
	width: 320px;
}
#owner .taiou p:nth-of-type(2){font-size: 1.8rem;}
#owner .taiou img{
	width: 34px;
	margin: 0 30px;
}
@media screen and (max-width: 960px){
	#owner h2{font-size: 3.0rem;}
	#owner h2::before{left: 50%;transform: translate(-50%, 0%);}
	#owner .flex,#owner .flex2{flex-flow: column;}
	#owner .flex img, #owner .flex2 img{width: 70%;}
	#owner .flex p, #owner .flex2 p{width: 100%;margin-bottom: 30px;}
	#owner .taiou{flex-flow: column;}
	#owner .taiou p:nth-of-type(1){width: 100%;text-align: center;}
	#owner .taiou img{transform: rotate(90deg);margin: 15px 0px;}
}
@media screen and (max-width: 500px){
	#owner{padding: 80px 0;margin: -5px 0 100px;}
	#owner .inner{padding: 50px 0;}
	#owner h2 {font-size: 2.0rem;padding-bottom: 50px;margin-bottom: 10px;}
	#owner h2::before{width: 100%;}
	#owner .maru{font-size: 1.8rem;text-align: justify;}
	#owner .flex img, #owner .flex2 img {width: 100%;}
	#owner .taiou{padding: 20px;}
	#owner .taiou p:nth-of-type(1){font-size: 1.8rem;}
	#owner .taiou p:nth-of-type(2) {font-size: 1.4rem;}
}

/*アクセス***************/
#access{
	padding-top: 190px;
	margin-top: -190px;
	margin-bottom: 100px;
}
#access .inner{
	max-width: 660px;
	width: 90%;
	margin: auto;
}
#access table{
	border-top: 1px solid #83BE66;
	width: 100%;
	margin-bottom: 20px;
}
#access table th,#access table td{
	border-bottom: 1px solid #83BE66;
	padding: 20px 0;
}
#access table th{
	color: #83BE66;
	width: 150px;
	text-align: center;
	font-weight: normal;
}
#access table td{
	font-size: 1.8rem;
	letter-spacing: 0;
	width: calc(100% - 150px);
}
#access table td a{color: #111111;}
#access .eigyo{
	background-color: #83BE66;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
    padding: 15px;
	margin: 20px 0 150px;
}
#access .eigyo span{margin-left: 30px;}
#access .txt{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}
#access .contact_btn{
	display: block;
    background: url(../images/contact_icon.png) no-repeat center left 40px / 44px;
    background-color: #002E58;
    color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 2.8rem;
}
#access .contact_btn:hover{background: url(../images/contact_icon.png) no-repeat center left 40px / 44px;background-color: #00172C;}
@media screen and (max-width: 500px){
	#access table th, #access table td{display: block;}
	#access table th{width: 100%;border-bottom: none;padding-bottom: 0;}
	#access table td{width: 100%;padding: 10px 0 20px;text-align: center;}
	#access .eigyo span{display: block;margin-left: 0;;}
	#access .contact_btn{font-size: 1.6rem;background: url(../images/contact_icon.png) no-repeat center left 30px / 30px;
    background-color: #002E58;}
}







/*footer***************/
footer .f_bg{
	background: url(../images/footer.png) no-repeat center bottom / 388px;
	background-color: #F0F0F0;
	padding: 80px 0;
}
footer .flex{
	display: flex;
	align-items: center;
	justify-content:space-between;
}
footer .f_access{width: 35%;}
footer .f_access .logo{
	width: 270px;
	margin: 0 auto 30px;
    display: block;
}
footer .f_access p{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
footer .f_access p a{color: #111111;}
footer .f_access .sns{
	width: 40px;
}
footer .f_navi ul li{
	border-bottom: 1px solid #83BE66;
}
footer .f_navi ul li a{
	color: #111111;
	font-size: 1.6rem;
	width: 250px;
	display: block;
    padding: 10px 0 0px;
}
footer .f_contact{
	background: url(../images/contact_icon.png) no-repeat center left 30px / 28px;
    background-color: #002E58;
	color: #fff;
    padding: 10px 40px 10px 80px;
    border-radius: 10px;
	font-size: 1.8rem;
	display: block;
    margin: 20px 0;
}
footer .f_contact:hover{
	background: url(../images/contact_icon.png) no-repeat center left 30px / 28px;
	background-color: #00172C;
}
footer .copy{
	font-size: 1.2rem;
	text-align: right;
}
footer a.riborn_logo{
	width: 250px;
	display: block;
	margin: 20px auto;
}
footer a.riborn_logo img{
	width: 100%;
}
footer .f_access .logo:hover,footer .f_navi ul li a:hover,footer .f_access .sns:hover, a.riborn_logo:hover{opacity: 0.6;}
@media screen and (max-width: 768px){
	footer{margin-bottom: 90px;}
	footer .f_bg{padding: 50px 0 250px;background: url(../images/footer.png) no-repeat center bottom / 250px;background-color: #F0F0F0;}
	footer .flex{flex-flow: column;}
	footer .f_navi ul,footer .f_contact{display: none;}
	footer .f_access{width: 100%;}
	footer .f_access .logo{width: 250px;}
	footer .f_access p{text-align: center;margin-bottom: 20px;}
	footer .f_access .sns{margin: auto;display: block;}
	footer .copy{margin-top: 50px;}
}
@media screen and (max-width: 500px){
	footer .f_access .logo {width: 150px;}
	footer .f_bg {padding: 50px 0 200px;background: url(../images/footer.png) no-repeat center bottom / 200px;background-color: #F0F0F0;}
	footer a.riborn_logo {width: 150px;}
}

/*リンクを右下に固定*/
#page-top {
	position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
	right: 20px;
    float: right;
	margin-top: -30px;
}
#page-top a{
	transition:all 0.3s;
}
#page-top img{
	width: 56px;
}
@media screen and (max-width: 768px){
	#page-top{bottom: 80px;}
}