@charset "UTF-8";

html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #231815;
	background: #fff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
sup {
	font-size: 70%;
	vertical-align: top;
}
sub {
	font-size: 70%;
	vertical-align: baseline;
}
a {
	color: #00a0ea;
	text-decoration: underline;
}
button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container {
	width: 92%;
	max-width: 980px;
	margin: auto;
}

.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}

.red {color: #f00;}
.blue {color: #005AA5;}

.fs-xsmall {font-size: 80%;}
.fs-small {font-size: 90%;}
.fs-middle {font-size: 110%;}
.fs-large {font-size: 120%;}
.fs-xlarge {font-size: 140%;}

.em {font-weight: bold;}
.normal {font-weight: normal;}
.underline {text-decoration:underline;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left !important;}
.nowrap {white-space: nowrap;}

.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list > li + li {
	margin-top: .3em;
}
.list.fs-xsmall > li + li {
	margin-top: 0;
}
.list > li::before,
.list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.list.smldot > li::before {
	content: '・';
}
.list.circle > li::before {
	content: '○';
}
.list.kome > li::before {
	content: '※';
}

/* header */
header .hlogo {
  padding: 1.4em 0;
}
header .hlogo img {
  width: 21%;
  max-width: 94px;
}

/* main */
section > .list > li + li {
  margin-top: 50px;
}
section > .list > li > * + * {
  margin-top: 15px;
}
#kaiin_chirashi .heading {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 40px;
}
#kaiin_chirashi h1 {
	background: #00A7EA;
	color: #fff;
	border-radius: 0;
  font-size: 2.6rem;
  font-size: clamp(2.0rem, 3vw, 2.6rem);
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
  padding: .7em 3%;
}
#kaiin_chirashi h1 > span {
  display: inline-block;
}
#kaiin_chirashi .leadcopy {
  background: #F5FAFC;
  color: #00A7EA;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  text-align: center;
  padding: 1.3em 3%;
}
#kaiin_chirashi .l_row.infoandreceipt > * {
  text-align: center;
}
#kaiin_chirashi .l_row.infoandreceipt > * > * + * {
  margin-top: 5px;
}
#kaiin_chirashi .l_row.infoandreceipt > *:first-child {
  padding-right: 40px;
}
#kaiin_chirashi .l_row.infoandreceipt > *:last-child {
  padding-left: 40px;
  position: relative;
}
#kaiin_chirashi .l_row.infoandreceipt > *:last-child::before {
  content: "または";
  width: 4em;
  position: absolute;
  top: 40%;
  left: -2em;
}
#kaiin_chirashi .l_row.infoandreceipt._rb > *:first-child {
  padding-right: 20px;
}
#kaiin_chirashi .l_row.infoandreceipt._rb > *:last-child {
  padding-left: 20px;
}
#kaiin_chirashi .l_row.infoandreceipt._rb > *:last-child::before {
  content: none;
}
#kaiin_chirashi .flyerbox {
  text-align: center;
}
#kaiin_chirashi .flyerbox::before {
  content: "＋";
  font-size: 200%;
}
#kaiin_chirashi .flyerbox._rb {
  margin-top: 40px;
}
#kaiin_chirashi .flyerbox._rb::before {
  content: none;
}
#kaiin_chirashi .flyerbox > * + * {
  margin-top: 5px;
}
#kaiin_chirashi .flyerbox img {
  width: 70%;
  max-width: 360px;
}
button.btn {
	text-align: center;
	text-decoration: none;
  font-size: 2.0rem;
  font-size: clamp(1.6rem, 2vw, 2.0rem);
	font-weight: bold;
	line-height: 1.4;
	background-color: #00A7EA;
	color: #fff;
	display: inline-block;
	width: 100%;
  max-width: 25em;
	border: none;
	border-radius: 10px;
	box-shadow: 0 3px 1px #ddd;
  padding: 1em;
	-webkit-appearance: none;
}
.flink {
	text-align: center;
  padding: 4em 0;
}

/* footer */
footer {
  border-top: 1px solid #878787;
  padding: 1em 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
footer small {
  display: block;
	color: #868686;
  font-size: 1.0rem;
  font-size: clamp(.8rem, 1vw, 1.0rem);
}
footer small > span {
  display: inline-block;
}



/* スマホ向けのスタイル：960px */
@media only screen and (max-width:768px){
	.pc {display: none;}
	.l_row > * {
		display: block;
	}
	
	/* main */
  #kaiin_chirashi .heading {
    margin-bottom: 20px;
  }
  #kaiin_chirashi .l_row.infoandreceipt > *:first-child,
  #kaiin_chirashi .l_row.infoandreceipt._rb > *:first-child {
    padding-right: 0;
  }
  #kaiin_chirashi .l_row.infoandreceipt > *:last-child,
  #kaiin_chirashi .l_row.infoandreceipt._rb > *:last-child {
    padding-left: 0;
    margin-top: 40px;
  }
  #kaiin_chirashi .l_row.infoandreceipt > *:last-child::before {
    width: 100%;
    top: -2em;
    left: 0;
    text-align: center;
  }

	
}


/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width:769px){
	.sp {display: none;}
	.l_row {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.l_row > * {
		display: table-cell;
		vertical-align: top;
	}
	a:hover {
		text-decoration: none;
	}
	a, a img, button {
		transition: .5s;
	}
  button.btn:hover {
    cursor: pointer;
    background-color: #005BAC;
  }
	
	
	/* footer */
	footer ul li a:hover {
		text-decoration: underline;
	}
	footer ul + a:hover {
		background: #C3C3C3;
	}
	
	
}