@charset "UTF-8";

.contents-wrap {
	padding: 0 6%;
}

.contents-box {
	padding: 5% 10%;
}

.column-wrap {
	max-width: 800px;
	margin: auto;
}

.el_txt::first-letter {
 color:#66B0EA;
}

.anchor{
  display: block;
  padding-top: 100px;
  margin-top: -70px;
}

html, body {
	margin: 0;
	padding: 0;
}

hr {
  border-top: 3px solid #66B0EA;
}

.text_wrap {
	justify-content: space-between;
	display: flex;
}

.text_wrap_in {
	width: 48%;
	height:auto;
}

.text_wrap_in3 {
	width: 30%;
	height: auto;
}

.text_wrap_in3 img {
	width: 100%;
  height: auto;
}

.box {
	border: solid 2px #66B0EA;
	padding:1rem 1.5rem;
}

.box-bg {
	background-color:#66B0EA;
	padding:1rem 2rem 3rem 2rem;
	color:#fff;
	border-radius: 40px 0 40px 0;
}

.box-bg2 {
	background-color:#66B0EA;
	padding:1rem 2rem 2rem 2rem;
	color:#fff;
	border-radius:0;
}

.box-bg2 h4 {
	font-size:2rem;
	margin:1rem auto;
  text-align:center;
}

.list h6 {
	font-size:1.7rem;
	margin:-0.4rem auto 0.8rem auto;
  text-align:left;
}

.box-bg2 h6 {
  text-align:center;
}

.fa-question, .fa-file-alt, .fa-check-circle {
  color:#66B0EA;
}

h4 {
	margin:2em auto;
}

h5 {
	font-size:2rem;
	margin:3rem auto;
	color:#66B0EA;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

h6{
	font-size:1.6rem;
	letter-spacing:0.1rem;
	margin:2rem auto 1rem auto;
}

small {
	font-size:75%;
}

.button {
	width: 350px;
	height: auto;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.button-on {
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.button:hover,.button-on:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

#privacy {
	height: 320px;
	padding-right: 16px;
	overflow: auto;
}

.frame {
  border: solid 2px #66B0EA;
  padding:1rem 2rem 2rem 2rem;
  border-radius:20px;
  background-color:#fff;
}

.bg-glay {
  background-color:#e6e6e6;
  padding:1rem;
  font-size:1.6rem;
  font-weight:400;
  margin:0.5rem 0.5rem 1rem 0.5rem;
  border-radius:5px;
}

.container {
	display: flex;
	text-align: justify;
  word-break: break-all;
}
/* 左カラム */
.left {
	flex: 1;
	overflow-y: hidden;
	width: calc(70%);
}

.left p {
	font-size:1.6rem;
}

.left-content {
	padding: 20px;
}

.left-content img {
	width: 100%;
	height: auto;
}

/* 右カラム */
.right {
	position: sticky;
	padding-left:50px;
	top: 0; /* ヘッダー高さ */
	bottom: 100px; /* フッター高さ */
	right:0;
	overflow-y: hidden;
	width: calc(30%);
}

.right-in {
display:flex;
padding-bottom:2rem;
}

.right h2 {
font-size:1.8rem;
font-weight:400;
border-bottom:none;
margin:4rem 0 7rem 0;
}

.right img {
	width: 150px;
	margin:0 auto;
  height: 100%;
}

.right p {
font-size:1.4rem;
margin-left:1.6rem;
width: 150px;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
  	#privacy {
		height: 240px;
		padding-right: 16px;
		overflow: auto;
	}
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 5px;
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: red;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 480px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 10px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 480px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 10px;
  }
}
.Form-Btn {
  border-radius: 50px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 260px;
  display: block;
  letter-spacing: 0.05em;
  background: #66B0EA;
		border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

@media (max-width: 959px) {
	.contents-wrap {
		padding: 0 5%;
	}

	.contents-box {
		margin-top: 0;
		padding: 8% 7%;
	}
}


@media screen and (max-width: 768px) {
.container {
	display: block;
	height: auto;
}

.button-on {
	margin:5rem auto;
}

.bg-glay {
  font-size:1.1rem;
  margin:0.5rem 0.5rem 1rem 0.5rem;
}

/* 左カラム */
.left {
	flex: 1;
	overflow-y: hidden;
	width: 100%;
}

.left p {
	font-size:1.1rem;
}

.left-content {
	padding: 20px;
}

.left-content img {
	width: 100%;
	height: 100%;
	margin-top:-3rem;
}

/* 右カラム */
.right {
	position:static;
	padding-left:30px;
	top: 0; /* ヘッダー高さ */
	bottom: 100px; /* フッター高さ */
	right:0;
	overflow-y: hidden;
	width: 100%;
}

.right-in {
display:flex;
}

.right h2 {
font-size:1.6rem;
font-weight:400;
border-bottom:none;
margin:6rem 0 5rem 0;
}

.right img {
	width: 130px;
}

.right p {
font-size:1.2rem;
margin-left:1rem;
width: 300px;
}

.text_wrap {
	justify-content: space-between;
	display:block;
}

.text_wrap_in {
	width: 100%;
	height:auto;
}

.text_wrap_in img {
	width: 100%;
	height:auto;
}

.text_wrap_in3 {
	width: 100%;
	height: auto;
}

.text_wrap_in3 img {
	width: 100%;
  height: auto;
}

h3 {
font-size:2.6rem;
letter-spacing:0;
}

.box-bg2 h4 {
	font-size:1.6rem;
	margin:1rem auto;
  text-align:center;
}

h6{
	font-size:1.3rem;
	letter-spacing:0.1rem;
	margin:2rem auto 1rem auto;
}

small {
	font-size:75%;
  line-height:0.5rem;
}
}