.frm {
  margin-bottom: 20px;
}
.input_blocks ul {
  list-style: none;
  padding-left: 10px;
}
.input_blocks li {
  margin-bottom: 6px;
}
.input_blocks li input {
  margin-right: 5px;
}
.submit_btn2 {
  margin: 10px auto 50px;
  text-align: center;
}
.submit_btn2 button {
  margin-right: 20px;
}
.input_blocks input[type="text"],
.input_blocks input[type="number"],
.input_blocks input[type="tel"],
.input_blocks input[type="email"],
.input_blocks textarea,
.input_blocks select {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input_blocks input[type="text"],
.input_blocks input[type="number"],
.input_blocks input[type="tel"],
.input_blocks input[type="email"] {
  width: 30%;
  min-width: 200px;
}
.input_blocks textarea {
  height: auto;
  width: 100%;
}
.input_blocks input.input_long {
  width: 100%;
}
.qinfo {
  margin-bottom: 3px;
}

.ctn{
  text-align: center;
}
.mgn-t83{
  margin:30px;
}
.mgn-b80{
  margin:30px auto 80px;
}
/* -------------------- */
.hissu {
  color: #C43B1D;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom
}
.qinfo {
  color: #666;
}
.input_blocks {
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px;
}
.add_label {
  background-color: #5BC0DE;
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 0.25em;
  vertical-align: baseline;
  white-space: nowrap;
  margin: 18px auto 12px;
  position: relative;
}
.add_label .delete_btn {
  position: absolute;
  right: 6px;
  top: 5px;
}

/* -------------------- */
.tbl_label {
  background: #D9EDF7;
}
.tbl_value {
  background: #FCFCFC;
}

/* -------------------- */
.en {
  ime-mode: disabled;
}
.ja {
  ime-mode: active;
}
.en-first {
  ime-mode: inactive;
}
label.error {
  background-color: #D9534F;
  color: #FFFFFF;
  display: block;
  margin: 10px auto;
  padding: 6px 12px;
  border-radius: 4px;
}

/* -------------------- */
.excel_table {
  font-size: 0.85em;
  line-height: 0.85em;
}
.excel_table td {
  padding: 4px !important;
}
.download_btn {
  margin-bottom: 10px;
  text-align: left;
}

/* -------------------- */
.bs-callout-info,
.bs-callout-danger,
.bs-callout-warning {
  border-left: 3px solid #EEEEEE;
  margin: 20px 0;
  padding: 20px;
}
.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #5BC0DE;
  color: #5BC0DE;
}
.bs-callout-danger {
  background-color: #FDF7F7;
  border-color: #D9534F;
  color: #D9534F;
}
.bs-callout-warning {
  background-color: #FCF8F2;
  border-color: #F0AD4E;
  color: #F0AD4E;
}


.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    width: auto;
}


input[type=checkbox] {
  margin-right: 5px;
}

.midashititle {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
  margin: 30px auto ;
  font-size:24px;
}

.midashititle:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.infop{
  margin: 30px auto;
}

/*
------------------
	error
------------------
*/

.err {
	position: relative;
	margin: 0px;/*opacity: 0.9;
	filter: alpha(opacity=90);*/
}
.err em {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 5px;
	background: #e55c5c;
	border: 1px solid #fff;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}
span.err em {
	top: -3px;
	left: 5px;
}
.form_error_msg {
	margin: 10px 0;
	padding: 10px 5px;
	text-align: center;
	color: #c33;
	background: #ff9;
	border: 1px solid #c33;
	font-weight: bold;
}

.infotext {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color: #ffffff;/*背景色*/
    color: #000000;/*文字色*/
    z-index: 1;
}
.infotext::before,
.infotext::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.infotext::before {
    background-color: rgba(255, 219, 255, 0.6);
    left: 0;
    top: 0;
    z-index: -1;
}
.infotext::after {
    background-color: #edffdb;/*ズレている方の背景色*/
    top: 5px;
    left: 5px;
    z-index: -2;
}
.infotext p {
    margin: 0;
    padding: 0;
}

.box29 {
    margin: 2em 0;
    background: #0f4c75;
    color: #FFF;
    padding: 20px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #3282b8;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.luckybooth {
  position: relative;
  padding: 0 1rem 1.5rem;
  font-size:28px;
}

.luckybooth:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boothtime{
  margin: 20px 10px 10px;

}
.atten {
  position: relative;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #a2d5f2;
  font-weight: bold;
}

.atten:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #a2d5f2 transparent transparent transparent;
}
.btns,
a.btns,
button.btns {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.steps {
  position: relative;
  padding-left: 3.5em;
  font-size: 2em;
  line-height: 2em;
  margin: 30px 0px;
}

.steps span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #fff;
  border-radius: 10px;
  background: #0075a9;
  font-size: 1em;
}

.steps span i {
  margin-right: 1rem;
}

.steps span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #0075a9;
}
/*モーダル*/
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
}

.scsho {
  position: relative;
  color: white;
  background: #ef0161;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  font-size: 24px;
}
.reachinfo {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  margin-bottom:25px;
}

.reachinfo:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  text-align: center;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}
