/*resetCSS*/
html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd, p, div, span,
img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

html{
	scroll-behavior: smooth;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

/*paddingを、幅に含めないようにする→普通にいれる*/
* {
    box-sizing: border-box;
  }

body {
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

a:hover img {
  filter: alpha(opacity＝70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  /*画像を70%の不透明度に
  もし50%にしたいときは
  上から50、0.5、0.5にします*/
}

a:hover {
  filter: alpha(opacity＝70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  /*画像を70%の不透明度に
  もし50%にしたいときは
  上から50、0.5、0.5にします*/
}

.container{
	max-width: 720px;
	margin: 0 auto;
}

/*---------------------------------------------------*/
/*	2. 入会申し込みの流れ
/*---------------------------------------------------*/
.join__flow__contents{
	margin-top: 150px;
}

.join__flow__title{
	text-align: center;
	font-size: 30px;
	color: #707070;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.join__flow__text{
	text-align: center;
	font-size: 24px;
	color: #707070;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin-top: 60px;
}

.join__flow__list{
	text-align: center;
	font-size: 18px;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin-top: 24px;
	line-height: 32px;
}

.container p{
	display: inline-block;
	text-align: left;
}

.join__flow__alert{
	text-align: center;
	font-size: 30px;
	color: #707070;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin-top: 60px;
}

.join__flow__alert__text{
	font-size: 16px;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin-top: 24px;
	line-height: 32px;
}

.facebook__button__text__wrapper{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

.join-alert {
	text-align: center;
}

.join-alert li{
	display: inline-block;
	text-align: left;
}

.facebook__button__text{
	padding: 12px 24px;
	background: #5297E9;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}

.facebook__button{
	text-decoration: none;
	color: white;
}

@media screen and (max-width: 767px) {
.join__flow__contents{
	padding: 0 20px;
}
}

@media screen and (max-width:415px){
.join__flow__contents{
	margin-top: 100px;
}

.join__flow__title{
	font-size: 24px;
}

.join__flow__text{
	font-size: 20px;
	line-height: 32px;
}

.join__flow__list{
	font-size: 16px;
	line-height: 24px;
}

.join__flow__alert{
	font-size: 20px;
}

.join__flow__alert__text{
	font-size: 14px;
	line-height: 24px;
}


.facebook__button__text{
	padding: 12px 24px;
	font-size: 20px;
}
}


/*---------------------------------------------------*/
/*	5. フッター
/*---------------------------------------------------*/
.guide__contents{
	margin-top: 60px;
}

.guide__wrapper{
	background-color: #A63031;
	padding: 30px;
}

.guide__text__wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.guide__text__top{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.guide__text{
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.guidelines__top{
	color: white;
	text-decoration: none;
}

.guidelines{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	color: white;
	width: auto;
}

.copyright{
	margin-top: 32px;
	text-align: center;
	font-size: 14px;
	color: white;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width:767px){
.guide__text__wrapper{
	display: block;
	text-align: center;
	margin-top: 20px;
}


.guide__text{
	font-size: 16px;
}

.guide__contents{
	padding: 0 30px;
}

.guide__wrapper{
	padding: 20px;
}

.guidelines{
	margin-top: 20px;
}
}
@media screen and (max-width:415px){
	.guide__text__wrapper{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	
	
	.guide__text{
		font-size: 12px;
	}
	
	.guide__contents{
		padding: 0 30px;
	}
	
	.guide__wrapper{
		padding: 20px;
	}
	
	.guidelines{
		margin-top: 20px;
	}
	}