@charset "UTF-8";
/* CSS Document */

.rec-lead {
  text-align: center;
}


@media (max-width : 500px) {
  .rec-lead {
    text-align: left;
  }
  
}


.rec-table-wrap {
	max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
table.type2  {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
  border-top: #939393 solid 1px;
}
@media (max-width : 500px) {
  .rec-table-wrap {
    padding-top: 30px;
  }
  table.type2  {
    margin-top: 0px;
  }
}
table.type2 th,
table.type2 td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
  border-bottom: #939393 solid 1px;
}
table.type2 th {
	vertical-align: middle;
	text-align: left;
  width: 25%;
  font-weight: 500;
  white-space: nowrap;
  padding-left: 20px;
  /*background-color: #bca79d;*/
  background-color:#e9ded4;
  color: #40210f;
}
table.type2 td {
  padding-left: 20px;
}
@media (max-width : 500px) {
  table.type2 th,
  table.type2 td {
    display: block;
    padding-top: 10px;
	  padding-bottom: 10px;
  }
  table.type2 th {
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
	  padding-bottom: 5px;
  }
  table.type2 td {
    padding-left: 0px;
  }
}

.no-rec {
  border-top: #939393 solid 1px;
  text-align: center;
  padding-top: 10px;
}


.flow-wrap {
  background-color: #f9f8f7;
  padding: 60px 40px 100px 40px;
  margin-top: 80px;
}
@media (max-width : 500px) {
  .flow-wrap {
    padding: 40px 20px 50px 20px;
    margin-top: 40px;
  }
}
.flow-wrap .lead {
  text-align: center;
}
.flow-wrap .flow-box {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
@media (max-width : 500px) {
  
}
.flow-wrap .flow-box li {
  background-color: #fff;
  border: #6e4c40 solid 1.5px;
  position: relative;
}
.flow-wrap .flow-box li .inner {
  padding: 20px;
  position: relative;
}
.flow-wrap .flow-box li .inner::before {
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: -15px;
	left: -20px;
  z-index: 1;
  background-color: #6e4c40;
}
@media (max-width : 500px) {
  .flow-wrap .flow-box li .inner::before {
    width: 44px;
    height: 44px;
    top: -25px;
    left: -10px;
  }
}
.flow-wrap .flow-box li .inner::after {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  position: absolute;
	top: -2px;
	left: -2px;
  z-index: 2;
}
@media (max-width : 500px) {
  .flow-wrap .flow-box li .inner::after {
    top: -17px;
	  left: 2px;
    font-size: 32px;
  }
}
.flow-wrap .flow-box li:nth-of-type(1) .inner::after {
  content: "1";
}
.flow-wrap .flow-box li:nth-of-type(2) .inner::after {
  content: "2";
}
.flow-wrap .flow-box li:nth-of-type(3) .inner::after {
  content: "3";
}
.flow-wrap .flow-box li:nth-of-type(4) .inner::after {
  content: "4";
}
.flow-wrap .flow-box li:nth-of-type(n+2) {
  margin-top: 36px;
}
.flow-wrap .flow-box li:nth-child(-n+3)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 24px 0px 24px;
  border-color: #6e4c40 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-wrap .flow-box li h3 {
  font-weight: 600;
  text-align: center;
  color: #bd3266;
  line-height: 1.4em;
}
.flow-wrap .flow-box li p {
  text-align: center;
  line-height: 1.4em;
  padding-top: 6px;
}
.flow-wrap .flow-box li a {
  color: #bd3266;
  text-decoration: underline;
}
.flow-wrap .flow-box li a:hover {
  text-decoration: none;
}

.oiwai {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top:60px;
	border: #bd3266 solid 6px;
    /*border: #f7b1b0 solid 6px;*/
    padding: 0px 20px 15px 20px;
    background-color: #fdf5f5;
}
.ribbon {
    display: table;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    /*background: #f57a78;*/
    /*background-color: #f7b1b0;*/
  background-color: #bd3266;
    color: #FFF;
    width: 36%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -22px;
    z-index: 1;
}
.flow-wrap .ribbon h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 110%;
  white-space: nowrap;
}
.flow-wrap .ribbon:before,
.flow-wrap .ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.flow-wrap .ribbon:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 15px;
    border-color: transparent transparent transparent #fdf5f5;
    border-style: solid;
}
.flow-wrap .ribbon:after {
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #fdf5f5 transparent transparent;
    border-style: solid;
}
.oiwai p {
  text-align: center;
}
.oiwai p:nth-of-type(1) {
  font-weight: 500;
  color: #bd3266;
  padding-top: 10px;
  line-height: 1.4em;
}

.from-wrap {
  margin-top: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width : 500px) {
  .from-wrap {
    margin-top: 30px;
  }
}
table.type1  {
	width: 100%;
	border-collapse: collapse;
	line-height: 2.0em;
	border-top: #bababa solid 1px;
}
@media (max-width : 500px) {
  table.type1  {
    border-top: none;
    border-bottom: #bababa solid 1px;
  }
}
table.type1 th,
table.type1 td {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}
@media (max-width : 500px) {
  table.type1 th,
  table.type1 td {
    display: block;
    padding-top: 10px;
	  padding-bottom: 10px;
  }
}
table.type1 th {
	border-bottom: #bababa solid 1px;
	vertical-align: middle;
	text-align: left;
  width: 30%;
	padding-left: 15px;
  padding-right: 10px;
	white-space: nowrap;
  background-color:#fdf5f5;
}
@media (max-width : 500px) {
  table.type1 th {
    width: 100%;
    padding-left: 10px;
    border-top: #bababa solid 1px;
  }
}
/*
table.type1 th:nth-of-type(1) {
	border-top: #bababa solid 1px;
}
*/
table.type1 td {
	border-bottom: #bababa solid 1px;
    padding-left: 20px;
}
@media (max-width : 500px) {
  table.type1 td {
    border-bottom: none;
    padding-left: 0px;
  }
}
/*
table.type1 td:nth-of-type(1) {
	border-top: #bababa solid 1px;
}
*/
table.type1 td p {
	line-height: 1.4em;
    padding-top: 8px;
    color:#c1272d;
}

.btnbox{
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
@media (max-width : 500px) {
	.btnbox{
		padding-top: 20px;
	}
}

table input,
table textarea {
	border:solid #dddddd 1px;
	padding: 7px !important;
	font-size:14px;
}

/* 確認ボタン */
.btn1 {
	font-size:16px;
	cursor: pointer;
	width:240px;
	height: 45px;
	color:#fff;
	border:1px solid #fff;
	background-color:#9a9a9a;
	letter-spacing:1.5px;
}
/* キャンセルボタン */
.btn2 {
	font-size:16px;
	cursor: pointer;
	width:240px;
	height: 45px;
	color:#fff !important;
	border:1px solid #fff;
	background-color:#b4b4b4;
	letter-spacing:1.5px;
}
/* 送信ボタン */
button#mfp_button_send {
   font-size:16px;
	width:240px;
	height: 45px;
	color:#fff;
	border:1px solid #fff;
	background-color:#ac3e66;
	letter-spacing:1.5px;
	cursor:pointer;
}
/* キャンセルボタン */
#mfp_button_cancel {
   font-size:16px;
	cursor: pointer;
	width:240px;
	height: 45px;
	color:#fff;
	border:1px solid #fff;
	background-color:#9e9e9e;
	letter-spacing:1.5px;
}
@media (max-width : 500px) {
	.btn1,.btn2,button#mfp_button_send,
	#mfp_button_cancel {
		width:47%;
	}
}

.btn1:hover,.btn2:hover,
button#mfp_button_send:hover,
#mfp_button_cancel:hover {
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
table th .req {
	float: right;
	margin-top: 7px;
	background: #f57a78;
	padding-left:4px;
	padding-right:4px;
	padding-top:3px;
  padding-bottom: 3px;
  line-height: 100%;
	font-size:70%;
	color: #ffffff;
}
input[type=text],
textarea {
	border:solid #dddddd 1px;
	padding: 4px 10px !important;
	font-size:16px;
}
input[type=radio] {
	transform:scale(1.15);
	margin-right: 8px;
	position: relative;
	top: 2px;
}
input::placeholder {
 font-size: 16px;
}

textarea {width:94%; height: 200px !important;}
input.w1 {width:100px;}
input.w2 {width:85%;}
input.w3 {width:100px;}	
@media (max-width : 500px) {
  input.w2 {width:100%;}
  textarea {width:100%;}
}

:focus::-webkit-input-placeholder { color:#ffffff; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color:#ffffff; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color:#ffffff; } /* Firefox19以上用 */
:focus:placeholder-shown { color:#ffffff; } /* CSS標準(予定)の記述 */

/* thanks */
.thankslead {
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
	padding-bottom: 300px;
	line-height: 1.8em;
}
.thankslead p:nth-child(n+2) {
	padding-top: 40px;
}