@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
* {
	-webkit-appearance:none;
}
html{
}
html, body {
	margin: 0;
}
body {
	color:#3B3B3B;
	font-size: 17px;
	font-weight: 400;
	min-width: 280px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background: url("../img/common/BG_over.jpg") no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,0.50);
	background-attachment: fixed;
}
.sp{
	display: none;
}
@media screen and (max-width: 500px) {
	.sp{
		display: inherit;
	}
}
/* mainWrap */
#overWrap{
	width: 100%;
}
#mainWrap{
	width: 100%;
	max-width: 500px;
	margin: auto;
	height: 100%;
	background: #FFFFFF;
}
.sectionInner{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	padding-bottom: 2.5em;
}
@media screen and (max-width: 1080px) {
	html, body {
		scroll-padding-top: 50px;
	}
	#mainWrap{
		position: relative;
		top: 50px;
	}
}
@media screen and (max-width: 500px) {
	body {
		font-size: 4vw;
	}
	.sectionInner{
		padding: 20px 10px;
	}
}

/* ---------------------------------------------------------
背景パターン
----------------------------------------------------------*/
.diagonal {
	background-size: 20px 20px;
	background-image: repeating-linear-gradient(45deg, #CFEBFF 0, #CFEBFF 4px, #C1E5FF 0, #C1E5FF 50%);
}
.polka {
	background-image: radial-gradient(#C1E5FF 3px, #CFEBFF 3px);
	background-size: 16px 16px;
}
/* ---------------------------------------------------------
見出し
----------------------------------------------------------*/
h1 {
	height: 46px;
	font-size: 1.2em;
	transform: rotate(0.03deg);
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/common/BG_main_blue.jpg")no-repeat;
	background-size: 100%;
	background-position: left 0 bottom 20%;
	padding: 0 15px;
	color: #FFFFFF;
}
h2.sideborder {
	position: relative;
	display: block;
	padding: 0 3.4em;
	color: #0061D0;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin: 0 auto 1em;
	width: 6em;
}
h2.sideborder:before, h2.sideborder:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: #0061D0;
}
h2.sideborder:before {
	left:0;
}
h2.sideborder:after {
	right: 0;
}
h2.sideborder.num11{
	width: 11em;
	margin-bottom: 1.5em;
}
h2.sideborder.num4{
	width: 4em;
	margin-bottom: 1em;
}
h2.boxColor{
	border-radius: 100px;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
	padding: 0.5em 0;
	margin: 0 auto 1em;
	color: #FFFFFF;
	background: url("../img/common/BG_main_blue.jpg")no-repeat;
	background-size: 100%;
	background-position: left 0 bottom 20%;
}
h3.boxColor{
	border-radius: 100px;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	width: 10em;
	text-align: center;
	line-height: 1;
	padding: 0.3em 0;
	margin: 0 auto 10px;
	color: #FFFFFF;
	background: url("../img/common/BG_main_blue.jpg")no-repeat;
	background-size: 100%;
	background-position: left 0 bottom 20%;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header{
	position: fixed;
	left: 0;
	top: 0;
	width: calc(50% - 250px);
}
header .headerInner{
	width: 100%;
	max-width: 500px;
	min-width: 300px;
	box-sizing: border-box;
}
header .headerInner #mainLogo{
	width: 100%;
	margin-bottom: 3em;
	padding: 20px;
	box-sizing: border-box;
	padding-bottom: 0;
}
header .headerInner #mainLogo .sub{
	color: #0061D0;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}
header .headerInner #mainLogo .logo{
	display: block;
	width: 80%;
	text-align: center;
	text-decoration: none;
}
header .headerInner #mainLogo .logo img{
	display: block;
	width: 100%;
}
header .areaName,
nav.globalMenuSp .areaName{
	display: inline-block;
	background: #0061D0;
	color: #fff;
	padding: 0.2em 0.5em;
	font-weight: bold;
	border-radius: 100px;
	margin: 0.8em auto 0;
	width: 6em;
	text-align: center;
	text-decoration: none;
}
header nav{
	width: 100%;
	background-image: repeating-linear-gradient(90deg, rgba(255,255,255,1.00) 0, rgba(255,255,255,0.00) 100%);
	box-sizing: border-box;
	padding-right: 20px;
}
header nav ul#mainMenu{
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	padding: 1em 1.6em;
	box-sizing: border-box;
}
header nav ul#mainMenu li{
	padding: 0.3em 0;
	color: #373737;
}
header nav ul#mainMenu li .fas{
	margin-right: 0.2em;
	color: #0061D0;
}
header nav ul#mainMenu li a{
	box-sizing: border-box;
	text-decoration: none;
	color: #373737;
	display: inline-block;
}
header nav ul#mainMenu li a:hover{
	transition: 0.1s;
	transform: scale(1.05);
}

@media screen and (max-width: 1080px) {
	header{
		height: 50px;
		width: 100%;
		background: #FFFFFF;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		display: flex;
		align-items: center;
	}
	header .headerInner{
		max-width: inherit;
		min-width: inherit;
		display: block;
		padding: 0 10px;
	}
	header .headerInner #mainLogo{
		display: flex;
		flex-direction:row-reverse;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		padding: 0 42px 0 0;
		margin: 0;
	}
	header .headerInner #mainLogo .sub{
		margin-bottom: 0;
		font-size: 0.9em;
	}
	header .headerInner #mainLogo .logo,
	nav.globalMenuSp .menuLogo{
		width: 180px;
		display: flex;
		margin-right: 0.5em;
		align-items: center;
		text-decoration: none;
	}
	header .headerInner #mainLogo .logo img,
	nav.globalMenuSp .menuLogo img{
		width: 50%;
		display: block;
	}
	header .areaName,
	nav.globalMenuSp .areaName{
		display: block;
		background: #0061D0;
		color: #fff;
		text-decoration: none !important;
		width: 47%;
		margin: 0;
		box-sizing: border-box;
		font-size: 0.8em;
		padding: 0;
		height: 1.5em;
		margin-left: 3%;
	}
	nav.globalMenuSp .areaName{
		background: #fff;
		color: #0061D0;
	}
	header .headerInner #mainMenu{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	header{
		height: 50px;
	}
	header nav .logo{
		left: 2vw;
		top: 0;
	}
	header nav #logo_sp{
		display: block;
	}
	header nav .logo #logo_sp img{
		width: 140px;
	}
}

@media screen and (max-width: 500px) {
	header .headerInner #mainLogo .sub{
		font-size: 3.2vw;
	}
	header .headerInner #mainLogo .logo img,
	nav.globalMenuSp .menuLogo img{
		width: 54%;
	}
	header .areaName,
	nav.globalMenuSp .areaName{
		width: 43%;
	}
}


/* ---------------------------------------------------------
rightWrap
----------------------------------------------------------*/
#rightWrap{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: calc(50% - 250px);
	box-sizing: border-box;
}
#rightWrap .contactArea{
	position: absolute;
	right: -6px;
	bottom: 20px;
	width: calc(100% - 20px);
	max-width: 560px;
}
#rightWrap .contactArea .inner{
	border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 1320px) {
	#rightWrap .contactArea h1{
		font-size: 1.2vw;
	}
	#rightWrap .contactArea h2{
		font-size: 1vw;
	}
	#rightWrap .contactArea .phoneNum {
		font-size: 2vw;
	}
	#rightWrap .contactArea .phone .note {
		font-size: 1vw;
	}
	#rightWrap .contactArea .inner .buttonArea{
		font-size: 1vw;
	}
}
@media screen and (max-width: 1080px) {
	#rightWrap .contactArea{
		display: none;
	}
}

/* ---------------------------------------------------------
contactArea
----------------------------------------------------------*/
.contactArea{
	width: 100%;
}
.contactArea .inner{
	text-align: center;
	width: 100%;
	border-radius: 20px;
	padding: 1.7em 0 1em;
	box-sizing: border-box;
	background: rgba(2, 50, 77, 1);
	margin-top: -1.5em;
	border: #FFFFFF solid 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.contactArea h1 {
	border-radius: 100px;
	width: 15em;
	margin: auto;
	font-weight: bold;
	background: #ffe725;
    color: rgba(2, 50, 77, 1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.contactArea h2 {
	padding: 0;
	display: block;
	color: #FFFFFF;
	font-size: 0.85em;
	width: 100%;
	margin: 0.5em 0;
}
.contactArea h2::before,
.contactArea h2::after {
	content: none;
}
.contactArea h2 span{
	background: #ffe725;
	border-radius: 5px;
	padding: .2em .4em .1em;
	line-height: 1;
	color: rgba(2, 50, 77, 1);
	font-weight: bold;
	margin-right: 0.4em;
}
.contactArea .phone{
	background: #FFFFFF;
	border-radius: 10px;
	width: 80%;
	box-sizing: border-box;
	padding: 0.6em 0;
	margin: auto;
}
.contactArea .phoneNum{
	font-size: 2em;
	font-weight: 900;
	display: inline;
	position: relative;
	margin-left: 1em;
	line-height: 1;
	color: rgba(2, 50, 77, 1);
	text-decoration: none;
}
.contactArea .phone .note{
	font-weight: bold;
	color: #3B3B3B;
}
.contactArea .phoneNum::before{
	content: '';
	width: 0.9em;
	height: 0.6em; 
	background-image: url(../img/common/ICO_freeDial.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom: 0.35em;
	left: -1em;
}
.contactArea .buttonArea{
	width: 80%;
	display: flex;
	margin: auto;
}
.contactArea .buttonArea .button{
	border-radius: 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 48%;
	padding: 0.6em 0;
	text-decoration: none;
}
.contactArea .buttonArea .button:hover{
	opacity: 0.8;
}
.contactArea .buttonArea .button.line{
	background: #06C755;
	margin-right: 4%;
}
.contactArea .buttonArea .button.mail{
	background: #0093FF;
}

@media screen and (max-width: 500px) {
	.contactArea h1 {
		font-size: 4.5vw;
	}
	.contactArea .phoneNum{
		font-size: 8vw;
	}
	.contactArea .buttonArea{
		font-size: 3.6vw;
	}
}

/* ---------------------------------------------------------
ボタン
----------------------------------------------------------*/
.BTN_text{
	width: 100%;
}
.BTN_text.right{
	text-align: right;
}
.BTN_text a,
.BTN_text span{
	background-color: #0061D0;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
}
.BTN_text a:hover{
	opacity: 0.8;
}
.BTN_text i{
	margin-right: 0.5em;
}
.basicButton{
	height: 2.5vh;
    width: 280px;
    margin: 2em auto 1em auto;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #0093FF;
    color: #FFFFFF;
    border-radius: 60px;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    line-height: 1;
	cursor: pointer;
	text-decoration: none;
}
.basicButto:hover{
	opacity: 0.8;
}
/* ---------------------------------------------------------
本文
----------------------------------------------------------*/
.importantText{
	color: #E00003;
}
.note{
	font-size: 0.8em;
}
.note.attention{
	text-indent: -1em;
	padding-left: 1em;
}
.textBox h3{
	font-size: 1.1em;
	color: #0061D0;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0.5em;
}
.textBox .worksImg{
	width: 100%;
	display: flex;
	margin-bottom: 0.5em;
}
.textBox .worksImg img{
	width: 49%;
	display: block;
	border-radius: 5px;
}
.textBox .worksImg img:first-child{
	margin-right: 2%;
}
.textBox p{
	font-size: 0.9em;
}

/* ---------------------------------------------------------
画像
----------------------------------------------------------*/
.operator{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer{
	margin: 0;
	background: url("../img/common/BG_main_blue.jpg")no-repeat;
	background-size: cover;
}
footer .sectionInner{
	padding-bottom: 0;
}
footer .logo{
	display: block;
    width: 60%;
	margin: auto;
	margin-bottom: 1.5em;
	text-align: center;
}
footer .logo img{
	width: 100%;
}
footer .logo .areaName{
	display: inline-block;
	background: #fff;
	color: #0061D0;
	padding: 0.2em 0.5em;
	font-weight: bold;
	border-radius: 100px;
	margin: 0.8em auto 0;
	width: 6em;
	text-align: center;
}
footer .copy{
	text-align: center;
	font-size: 0.8em;
	font-weight: 300;
	padding-bottom: 0.6em;
	color: #FFFFFF;
	margin: 0;
}
@media screen and (max-width: 1080px) {
	footer{
		padding-bottom: 60px;
	}
}

/* ---------------------------------------------------------
footImg
----------------------------------------------------------*/
.footImg{
	width: 80%;
	display: flex;
	justify-content: center;
	align-content: center;
	margin: auto;
}
.footImg img{
	display: block;
	width: 45%;
	margin-right: 10%;
}
.footImg img:last-child{
	margin-right: 0;
}

/* ---------------------------------------------------------
areaList
----------------------------------------------------------*/
.areaList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	margin-bottom: 1em;
}
.areaList a{
	padding: 0 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
	display: block;
    width: 5em;
    margin-bottom: 1em;
}
.areaList a:hover{
	text-decoration: underline;
}
.areaList a .fas{
	margin-right: 0.2em;
}
.areaList span{
	
}

/* ---------------------------------------------------------
terms
----------------------------------------------------------*/
.terms{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	margin-bottom: 1em;
}
.terms a{
	padding: 0 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
}
.terms a:hover{
	text-decoration: underline;
}
.terms a .fas{
	margin-right: 0.2em;
}

/* ---------------------------------------------------------
pageTop
----------------------------------------------------------*/
#page-top {
    position: fixed;
	z-index: 9999;
    bottom: 10px;
    right: calc(50% - 250px + 10px);
	margin-bottom: 0;
}
#page-top a {
    background: #FFFFFF;
    text-decoration: none;
    color: #0061D0;
    width: 1.8em;
	height: 1.8em;
	font-size: 1.6em;
    text-align: center;
    display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 200px;
	opacity: 0.8;
}
#page-top:hover {
    text-decoration: none;
	opacity: 0.8;
}
@media screen and (max-width: 1080px) {
	#page-top {
		bottom: 60px;
	}
}
@media screen and (max-width: 500px) {
	#page-top {
		right: 10px;
	}
}

/* ---------------------------------------------------------
パンくず
----------------------------------------------------------*/
.breadcrumb{
	font-size: 0.7em;
	display: block;
	padding: 0.5em 20px;
	background-color: #DFEEF8;
	color: #5F5F5F;
}
.breadcrumb li{
	display: inline;
}
.breadcrumb li i{
	margin-left: 0.6em;
	margin-right: 0.4em;
	font-size: 0.8em;
	color: #5F5F5F;
}
.breadcrumb li a{
	color: inherit;
}
.breadcrumb li a:hover{
	color: #479cd7;
	text-decoration: none;
}
.breadcrumb li:last-child{
	color: #479cd7;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.breadcrumb{
		font-size: 0.8em;
		padding: 0.5em 3vw;
	}
}

/* ---------------------------------------------------------
underLayer
----------------------------------------------------------*/
.underLayer h1{
	padding: 60px 0 20px 0;
	font-size: 3em;
}
.underLayer .hilight{
	font-size: 1em;
	line-height: 2.2;
	margin-bottom: 2em;
	letter-spacing: 2;
}
.underLayer .hilight .large{
	font-size: 1.5em;
	font-weight: 800;
}
.underLayer .underBasicBox{
	background: #fff;
    border-radius: 30px;
    padding: 40 70px;
    margin-top: 40px;
    width: 900px;
	margin: auto;
}
.underLayer .underBasicBox .container{
	margin-bottom: 50px;
}
.underLayer .underBasicBox h2{
    text-align: center;
	font-size: 1.3em;
    padding: 1em 0;
}
.underLayer .underBasicBox h3{
    margin-left: 6px;
    padding-left: 6px;
    margin-bottom: 1.5em;
}
.underLayer .underBasicBox h4{
	margin-bottom: 0.4em;
    display: table;
    line-height: 1.2;
    font-size: 0.85em;
}

@media screen and (max-width: 1080px) {
	.underLayer h1{
		font-size: 2.5em;
	}
	.underLayer .underBasicBox{
		width: 84vw;
		margin: 30px auto 0 auto;
		padding: 5vw;
	}
	
}

@media screen and (max-width: 767px) {
	.underLayer h1{
		padding: 30px 0 20px 0;
		font-size: 1.8em;
	}
	.underLayer p.lead{
		margin: 0 4vw 2em 4vw;
	}
	.underLayer .hilight{
		font-size: 3.4vw;
		text-align: center;
	}
	.underLayer .underBasicBox{
		width: 86vw;
		border-radius: 10px;
		padding: 20px 4vw;
	}
	.underLayer .underBasicBox .container{
		margin-bottom: 30px;
	}
	.underLayer .underBasicBox h2{
		font-size: 1.2em;
	}
	.underLayer .underBasicBox h3{
		font-size: 1.1em;
		margin-bottom: 1.2em;
	}
	.underLayer .underBasicBox h4{
		    font-size: 1em;
	}
}

/* ---------------------------------------------------------
modal
----------------------------------------------------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 10000;
}
.modal .lead{
	margin: 0 0 2em 0 !important;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	padding:0 0 30px 0;
	width: 960px;
	z-index: 9999;
}
span.js-modal-close{
	background: #0093FF;
	color: #FFFFFF;
	border-radius: 60px;
	padding: 1em 0;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	width: 280px;
	margin: 2em auto 0.5em auto;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
span.js-modal-close:hover{
	opacity: 0.8;
}
.no_scroll {
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	.modal__content {
		width: 92vw;
	}
}

@media screen and (max-width: 767px) {
	.modal__content {
		padding-bottom: 15px;
	}
	span.js-modal-close{
		margin: 1em auto 0.5em auto;
	}
}

/* basicA（スクロールあり） */
.basicA .modal__content{
	border-radius: 5px;
	padding-bottom: 0;
	background: none;
}
.basicA .modal__content h1{
	background: url("../img/common/BG_main_blue.jpg")no-repeat;
	background-size: 100%;
    background-position: left 0 bottom 20%;
	font-size: 1.4em;
	height: 10vh;
	font-weight: 600;
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: none;
	padding: 0;
	color: #fff;
}
.basicA .modal__content h1 span{
	display: block;
}
.basicA .modal__content .modalWrap{
	overflow-y: auto;
	max-height: 74vh;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.basicA .modal__content .modalWrap h2{
	font-size: 1.1em;
	font-weight: 800;
	margin-bottom: 0.6em;
}
.basicA .modal__content  .modalWrap{
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 2vh 5%;
}
.basicA .modal__content  .modalWrap ul{
	list-style: disc;
	font-size: 0.9em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.basicA .modal__content  .modalWrap ul li{
	margin-bottom: 0.6em;
	line-height: 1.4;
}
.basicA .modal__content .modalWrap > img{
	display: block;
	margin: 40px auto 40px auto;
	width: 100%;
}
.basicA .modal__content .modalWrap > p{
	width: 100%;
	line-height: 1.8;
    font-size: 0.95em;
	text-align: left;
	margin-bottom: 1em;
}
.basicA .modal__content span.js-modal-close {
	height: 2.5vh;
    width: 280px;
    margin: 2vh auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1080px) {
	.basicA .modal__content .modalWrap > img{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.basicA .modal__content{
		left: 50%;
		top: 4vh;
		transform: translate(-50%,0);
		padding: 0;
	}
	.basicA .modal__content h1{
		display: block;
		padding: 6%;
		height: inherit;
		text-align: center;
		font-size: 1.2em;
	}
	.basicA .modal__content .modalWrap{
		max-height: 57vh;
	}
	.basicA .modal__content .modalWrap > img{
		margin: 20px auto 20px auto;
	}
	
}

/* extraA（スクロールなし） */
.extraA .modal__content{
	border-radius: 30px;
	overflow: hidden;
}
.extraA .modal__content h1{
	background: #ffea00;
	margin-bottom: 0 !important;
	padding: 30px 0;
	position: static;
}
.extraA .modal__content > div{
	width: 92%;
	margin: 30px auto;
}
.extraA .modal__content > div > img{
	display: block;
	margin-right: 4%;
	width: 40%;
	float: left;
}
.extraA .modal__content > div > p{
	float: left;
	width: 56%;
	line-height: 1.8;
    font-size: 0.95em;
}

@media screen and (max-width: 1080px) {
	.extraA .modal__content h1{
		padding: 4vw;
	}
	.extraA .modal__content h1 img{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.extraA .modal__content h1{
		margin: 0 auto;
		padding: 6vw 6% 4vw 6%;
		position: static !important;
		width: 88% !important;
	}
	.extraA .modal__content > div{
		margin: 15px auto;
	}
	.extraA .modal__content > div > img{
		margin-right: 0;
		float: none;
		width: 100%;
	}
	.extraA .modal__content > div > p{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

/* ---------------------------------------------------------
下層ページ
----------------------------------------------------------*/
#underpage #mainContent{
}
@media screen and (max-width: 767px) {
	#underpage #mainContent{
		padding-top: 0;
	}
}

/* ---------------------------------------------------------
下部固定ボタン(SP)
----------------------------------------------------------*/
@media screen and (min-width: 1081px) {
	#bottomMenu{
		display: none !important;
	}
}

#bottomMenu{
	background: rgba(255,255,255,0.80);
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 500px;
	z-index: 9999;
	box-sizing: border-box;
	height: 50px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#bottomMenu .line,
#bottomMenu .mail{
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 34px;
	width: calc(48% - 30px);
	font-size: 3.6vw;
}
#bottomMenu .line{
	background: #06C755;
}
#bottomMenu .mail{
	background :#0093FF;
}
#bottomMenu .telephone{
	display: flex;
	justify-content: center;
    align-items: center;
	text-decoration: none;
	border-radius: 100px;
	color: #FFFFFF;
	font-size: 6.8vw;
	background: #FF5A5D;
	width: 60px;
	height: 60px;
	margin: 0 2%;
	box-sizing: border-box;
}

@media screen and (min-width: 501px) {
	#bottomMenu .line,
	#bottomMenu .mail{
		font-size: 1em;
	}
	#bottomMenu .telephone{
		font-size: 1.5em;
	}
}