@charset "UTF-8";
/* wakuwaku mail.CSS Document */

/*----------------------------------
	mail用のCSSです
----------------------------------*/

.FClear {
  clear: both;
}

td {
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
}

li img,
dt img,
dd img {
  vertical-align: bottom;
}

/*----------------------------------メインコンテンツ----------------------------------*/
.CtsMrBox {

  width: 1024px;
  height: auto;
  margin: 0px auto;
}

.BoshuBox {
  width: 100%;
  height: 210px;
  background: url(../images/boshu_BP22-027162D_BP20-011382D.jpg) no-repeat #f7f4e5;
  padding: 10px 260px 0 180px;
}

.BoshuBox h3 {
  color: #ea4e00;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 0;
}

.BoshuBox p {
  font-size: 14px;
  line-height: 18px;
}

.KansoBox dd {
  float: left;
}

.FormBox ul.Privacy {
  width: 1024px;
  height: 220px;
  background: url(../images/privacy.jpg);
  position: relative;
}

.FormBox ul.Privacy li,
.FormBox ul.Privacy li a {
  font-size: 14px;
  line-height: 18px;
}

.FormBox li.PrivacyAbout {
  width: 600px;
  height: auto;
  padding: 20px 0 0 30px;
}

.FormBox li.PrivacyAbout span {
  font-weight: bold;
}

.PrivacyCheck a {
  color: #1D3994;
  text-decoration: underline;
}

.PrivacyCheck a:visited {
  color: #9933cc;
  text-decoration: none;
}

.FormBox .kuma {
  width: 600px;
  height: 110px;
  background: url(../images/il_kuma.jpg) top right no-repeat;
  padding-right: 160px;
}

/*----------------------------------
	form用のCSSです
----------------------------------*/
.form-chart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.chart-item {
  position: relative;
  width: 317px;
  margin-right: 25px;
}

.chart-item img {
  width: 317px;
}

.chart-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #c1cdd1;
}

.chart-item.active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #56b6ce;
}

.form_table-inner01 {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px #cccccc dashed;
  width: 1024px;
  height: auto;
}

.form_table-dt01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  width: 300px;
  padding: 10px;
}

.form_table-dt01 img {
  width: 34px;
  height: auto;
}

.form_table-dd01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.form_table-dd01 input:not([type="file"]) {
  padding: 0 10px;
}

.form_table-dd01.upload {
  flex-direction: column;
  align-items: baseline;
}

.form_table-inner02 {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px #cccccc dashed;
  width: 1024px;
  height: auto;
}

.form_table-dt02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  width: 480px;
  padding: 10px;
}

.form_table-dt02 img {
  width: 34px;
  height: auto;
}

.form_table-dd02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.Agreement-area a {
  color: #1D3994;
}

.Agreement-area a:visited {
  color: #9933cc;
  text-decoration: none;
}

.SampleBox {
  width: 920px;
  height: 102px;
  background: url(../images/mail_bg.jpg) no-repeat #f7f4e5;
  padding: 55px 0 0 40px;
}

.SampleBox p {
  font-size: 14px;
  line-height: 18px;
}


.required_css textarea,
.required_css input {
  background-color: #FFFFCD;
  border: solid 1px #b3b3b3;
}

.form_table td {
  border-bottom: 1px dashed #CCCCCC;
}

.p5px {
  padding: 5px;
}

[type=submit][disabled] {
  color: rgba(16, 16, 16, 0.3);
}

/*contact.css (103 行目)*/
.td_bg {
  background-color: #ECECEC;
  /* vertical-align: top; */
  vertical-align: middle;
  white-space: nowrap;
}

/* モーダル */
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}

div.privacy_contents02 {
  text-align: left;
  width: 820px;
  margin-bottom: 20px;
  background-color: #fff;
  margin: 20px auto 0;
  padding: 10px;
}

div.privcy {
  height: auto;
  padding: 5px;
  color: #4C4C4C;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000000;
  margin-bottom: 15px;
}

div.privacy_contents02 table.prvbox {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-bottom: 10px;
}

div.privacy_contents02 table.prvbox td {
  border-bottom: 1px solid #000000;
  padding: 10px;
}

#btn {
  text-decoration: underline;
  color: #1d3994;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}

#close {
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
}

.icon_hissu {
  padding: 5px 5px 5px 5px;
}

.icon_hissu img {
  width: 38px;

}