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


body {
font-family: Hiragino Maru Gothic W4 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}



	
/* スマホ用　画面が縦と横で文字サイズを変えない */
body {-webkit-text-size-adjust: 100%;}

/* IE用「main」認識 */
main{display:block;}

/* 画像の伸縮 */
img{
	max-width:100%;
	height:auto;}

main{
	padding:3%;
	font-size:1rem;
	line-height:1.5rem;}


.center-text{
	color: #00A900;
	font-size:1.5rem;
	margin-bottom: 10px;
	text-align: center;
	font-family:Zen Maru Gothic N M;
}

/* フッター用のFlexbox（htmlはIE用） */
html,
body {
  display: flex;
  flex-direction: column;
  }

body {
  min-height: 100vh;
  }



/* header ------------*/
header{
	background:url(../images/head_top_bg.png) repeat-x 0 0;
	}
	
h1{
	text-align:center;
	padding-top:50px;
	padding-bottom:5rem;
	}



/* footer ------------*/
footer {
	margin-top: auto;
	}

footer{
	background-color:#4E4E4E;
	text-align:center;
	color:#FFF;
	padding-bottom:0.8rem;
	}

#footInfoBox{
	background-color:#686868;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	margin-bottom:0.7rem;
	}
	
@media screen and (min-width: 750px) {
    #footInfoBox{
	display: -webkit-flex; /* Safari */
	display: flex;
	
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	
	-webkit-align-items: center; /* Safari */
	align-items: center;
	}
}

@media only screen and (max-width: 750px) {
	.footLogo{
	  margin-bottom:0.5rem;
	}
}

.footInfo{
	font-size:87%;
	line-height:1.4rem;
}

@media screen and (min-width: 750px) {
    .footInfo{
	text-align:left;
	margin-left:1.5rem;
	}
}
	
footer small{
	font-size:0.75rem;
	}
	
/* TELリンクをPCでは無効に */
@media screen and (min-width: 750px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	
	footer .footInfo a:link{
		text-decoration:none;
		color:#FFF;
		}
}



/* プライバシーポリシー */
.privacy{
	text-align:left;
	font-size:95%;}
	
.privacy h2{
	padding:0.7rem 1rem 0.5rem;
	border-radius: 5px;
	font-size:120%;
	text-align:center;
	margin-bottom:1rem;
	letter-spacing:0.1rem;
	background-color:#cef1c1; 
	border-bottom:#94cf7d 2px solid;
	}

.privacy dt{
	font-size:110%;
	color:#2ea001;
	}

.privacy dd{
	border-bottom:#CCC 1px dotted;
	margin-bottom:0.5rem;
	padding-bottom:0.5rem;
	}	
