@import url("https://use.fontawesome.com/releases/v5.10.2/css/all.css");

#main {
	background-color: #f5e2d4;
	margin:0;
	padding-bottom: 50px;
}
.heading-bgcolor {
	background-color: #482414;
}
h3.heading-line, h4.heading-line {
	border-color: #482414;
}
.flow-number>.text>*>.number {
	background-color: #482414;
}
.button-normal {
	background-color: #a97e4d;
}

.ac_ar_004>[class^=ac_ly_] {
	background-color: #fff;
}

.price {
	text-align: right;
	color: #f0506e;
	font-weight: bold;
}
.price2 {
	text-align: right;
	font-weight: bold;
}

/* Table */
.table-box>table>tbody>tr>th {
	font-weight: bold;
	background-color:#eee;
}

.caution-txt {
  color: #0051a7;
  font-size: 20px;
  font-weight: bold;
}
.caution-txt span {
  position: relative;
}
.caution-txt span::before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 0;
}
@media screen and (max-width: 979px) {
  .caution-txt {
    font-size: 3.7vw;
  }
}


/* フォーム */

.block-border {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.block-border:nth-child(1) {
  padding: 10px;
  border-color: #f9b0c0;
}
.block-border:nth-child(1) p {
  text-align: center;
  color: #ff0000;
}
.block-border:nth-child(1) p:nth-child(3) {
  width: 150px;
  margin: 0 auto;
}
.block-border table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.block-border table th,
.block-border table td {
  border: 1px solid #eeeeee;
  padding: 12px;
}
.block-border table th p,
.block-border table th label,
.block-border table td p,
.block-border table td label {
  font-size: 15px;
}
.block-border table th {
  width: 22%;
  background: #fafafa;
  color: #000;
  text-align: left;
}

.select-box-birth {
  display: inline-block;
  position: relative;
  width: 7em;
}
.select-box-birth::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 35%;
  width: 1em;
  height: 1em;
  margin-top: -8px;
  background: url(/assets/images/common/ico_chevron-down.png) 50% 50% no-repeat;
  background-size: 1em auto;
  pointer-events: none;
}
.select-box-birth select {
  width: 70%;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  padding-left: 10px;
}

input[name^="upload"] {
  display: none;
}

.photos {
  margin-bottom:5px;
}
.photos .uploaded_file {
  max-width: 70%;
}

#cvfooter {
	display:none;
}

@media screen and (max-width: 640px) {
	
	.ac_ar_004>[class^=ac_ly_] {
		width: 95%; 
	}
	
	iframe {
		width: 100%;
	}
	
	.block-border table th,
	.block-border table td {
		display: block;
		width: 100%;
	}
	.select-box-birth {
		display: block;
		width: 60%;
		margin-bottom: 5px;
	}
	
	#footer .inner .bottombtn {
		display: none;
	}
	#cvfooter {
		display:block;
		position: fixed;
		bottom:0;
		width:100%;
		text-align:center;
		z-index:999;
		padding: 5px;
	}
	#cvfooter a {
		display:block;
		padding: 10px;
		font-weight:bold;
		background-color: #482414;
		color: #fff;
		text-decoration: none;
		border-radius: 10px;
	}
}
