@charset "UTF-8";

.con_base{
	position: relative;
	margin-top: 150px;
    text-align: center;
	letter-spacing: 0.12em; /*横の間隔*/
}
.con_{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.con_box_3{
	border-bottom: 1px solid #f2f4f5;
	position:-webkit-sticky;
	position:sticky;
}
.con_1{
    font-size: 25px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.con_2{
	margin-top: 10px;
	height: 50px;
    font-size: 13px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.con_3{
	text-align: left;
	margin-left: 30px;
	margin-top: 50px;
    font-size: 18px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.con_4{
	display: flex;
	text-align: left;
	align-items: center;
	margin-left: 30px;
	margin-top: 15px;
    font-size: 15px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.con_4 img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.container{
	width: 100%;
	height: auto;
	margin-top: 80px; /* 上の空白を80pxに指定 */
}

/* レイアウト */
form {
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
}
.form-row {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #f2f4f5;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-label label {
  font-weight: bold;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #166ab5;
}

/* フォームパーツのデザイン */
input, textarea {
  width: 95%;
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
button {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #166ab5;
  letter-spacing: 0.5em; /*横の間隔*/
}


@media screen and (min-width: 480px) {	
form {
  width: 100%;
  margin: 0 auto;
}

.form-row {
  text-align: center;
  padding: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #f2f4f5;
}
	
/*.form-label {
  display: flex;
  align-items: center;
  width: 250px;
}*/
	
.con_box{
display: flex;
justify-content:center;
width: 100%;
}
	
.con_box_1{
padding-right: 40px;	
}

	
.con_box_3{
	display: flex;
	justify-content:center;
    width: 100%;
	border-bottom: 1px solid #f2f4f5;
	position:-webkit-sticky;
	position:sticky;
}	
	
.con_3{
	text-align: left;
	margin-left: 60px;
	margin-top: 20px;
    font-size: 18px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.con_4{
	display: flex;
	text-align: left;
	align-items: center;
	margin-left: 60px;
	margin-top: 15px;
    font-size: 15px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
}

.send{
height: 100px;
}

