/* ==========================================================================
	CONTENTS
	========================================================================== */

section#content {
	margin-bottom: 0!important;
}
section {
  margin-bottom: 60px!important;
}
.section-min {
	margin-bottom: 40px;
}
.txt-r {
	text-align: right;
}
.link01 a {
	color: #437dc5!important;
}
.bt-blank a {
	display: inline-block;
	color: #fff!important;
	background-color: #437dc5;
	border-radius: 80px;
	padding: 10px 20px;
}
.bt-blank a:visited {
	text-decoration: none;
}
.bt-blank a:hover {
	text-decoration: none;
	background-color: #80ade4;
}
.bt-blank a span {
	background: url("https://leaman.littlestar.jp/template/images/cmn-images/link-icon.png") 100% 50% no-repeat;
	background-size: 17px;
	padding: 5px 27px 5px 0;
}
.bt-blank02 {
	width: 500px;
	margin: 0 auto;
}
.bt-blank02 a {
	display: block;
	color: #437dc5!important;
	text-align: center;
	border: solid 2px #437dc5;
	border-radius: 80px;
	padding: 20px 0;
}
.bt-blank02 a:visited {
	text-decoration: none;
}
.bt-blank02 a:hover {
	text-decoration: none;
	background-color: #cae2ff;
}

.bt-blank02 a span {
	background: url("https://leaman.littlestar.jp/template/images/cmn-images/link-icon02.png") 100% 50% no-repeat;
	background-size: 17px;
	padding: 5px 27px 5px 0;
}

.tit-lead {
	color: #23276c;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
.tit01 {
  font-size: 2rem;
  background-color: #dff3ff;
  padding: 10px;
	margin-bottom: 30px;
}
.tit02 {
  font-size: 1.8rem;
  border-left: solid 5px #437dc5;
  padding-left: 10px;
  margin-bottom: 30px;
}
.tit03 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.li-cmn01 {
	list-style-type: disc;
	list-style-position: inside;
}
.li-cmn01 .li-cmn02 {
	margin-left: 10px;
}
.li-cmn02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.li-cmn02 li {
  text-indent: -1.3em;
  padding-left: 1.3em;
	margin-bottom: 15px;
}
.li-cmn02 li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #3f83d8;
}

.li-cmn02 ul {
  counter-reset: none;
  margin: 10px 0 0 6px;
}
.li-cmn02 ul li {
	list-style-type: disc;
  padding-left: 25px;
}
.li-cmn02 ul li:before {
  counter-increment: none;
  content: '';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #3f83d8;
}

.li-cmn01 li ol {
  margin-top: 10px;
}
.li-cmn01 li ol li {
	background: none!important;
	padding-left: 15px;
	margin-bottom: 10px;
}
.privacy-box {
	width: 100%!important;
	max-width: 100%!important;
	box-sizing: border-box;
  border: solid 5px #eee;
  padding: 30px;
}
.privacy-box02 {
  display: flex;
  background-color: #f6f6f6;
  padding: 20px;
  margin-bottom: 30px;
}
.privacy-box02 dt {
  width: 150px;
}
.privacy-box02 dt img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.privacy-box02 dd {
  flex: 1;
  padding-left: 40px;
}
.txt01 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.tit01 {
  font-size: 1.8rem;
}
.tit02 {
  font-size: 1.6rem;
}
.tit03 {
  font-size: 1.6rem;
}
.bt-blank02 {
	width: 100%;
}

.privacy-box {
  padding: 20px;
}
.privacy-box02 {
  display: block;
  padding: 20px;
}
.privacy-box02 dt {
  width: 100%;
  margin-bottom: 30px;
}
.privacy-box02 dt img {
  width: 100px;
}
.privacy-box02 dd {
  padding-left: 0;
}

}

