html, body {
  overflow-x: hidden; }

/*============================
    Event Detail
==============================*/
.hid_url {
  display: none; }

/*-----------------------------
    Form box
-------------------------------*/
a.txtEventBack {
  text-decoration: underline; }

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -.9em; }

.formError {
  padding-bottom: 13px;
  display: block; }

.fixed {
  padding-bottom: 0px; }

.formError .formErrorClose {
  border: solid #252525 2px;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  background: #333;
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  box-shadow: 1px -1px 3px #888;
  -moz-box-shadow: 1px -1px 3px #888;
  -webkit-box-shadow: 1px -1px 3px #888;
  _z-index: 2;
  box-sizing: content-box;
  line-height: 1.2; }

.formError .formErrorClose:hover {
  background: #666; }

.fixed .formErrorClose {
  display: none; }

.formError .formErrorContent {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 10px;
  width: 180px;
  position: relative;
  color: #fff;
  background: #252525;
  font-size: 11px;
  box-shadow: 0px 0px 6px #888;
  -moz-box-shadow: 0px 0px 6px #888;
  -webkit-box-shadow: 0px 0px 6px #888;
  margin: 0 0 30px 0;
  _z-index: 1; }

.fixed .formErrorContent {
  margin-top: .5em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #f60;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 30px 0; }

.fadeOut {
  opacity: .2;
  filter: alpha(opacity=20); }

.formError .formErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: 0 0 30px 0;
  _z-index: 0; }

.fixed .formErrorArrow,
.fixed .formErrorArrowBottom {
  display: none; }

.formError .formErrorArrowBottom {
  margin: -6px;
  top: 0; }

.formError .formErrorArrow div {
  margin: 0 auto;
  display: block;
  height: 1px;
  background: #252525;
  line-height: 0px;
  font-size: 0px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.formError .formErrorArrow .line10 {
  width: 19px; }

.formError .formErrorArrow .line9 {
  width: 17px; }

.formError .formErrorArrow .line8 {
  width: 15px; }

.formError .formErrorArrow .line7 {
  width: 13px; }

.formError .formErrorArrow .line6 {
  width: 11px; }

.formError .formErrorArrow .line5 {
  width: 9px; }

.formError .formErrorArrow .line4 {
  width: 7px; }

.formError .formErrorArrow .line3 {
  width: 5px; }

.formError .formErrorArrow .line2 {
  width: 3px; }

.formError .formErrorArrow .line1 {
  width: 1px; }

.fieldBox {
  position: relative;
  color: #4b4b4b; }
  .fieldBox .lbl {
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: normal;
    color: #C1C0BC; }
  .fieldBox br {
    display: none; }

.brBlock br {
  display: block; }

.groupDate label {
  position: relative;
  margin-right: 15px; }
.groupDate input {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px; }

.eventFormBox input[type="text"],
.eventFormBox input[type="number"] {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc; }
.eventFormBox select,
.eventFormBox input[type="number"] {
  background: #fff url(../img/arrow_select.png) center right no-repeat;
  background-size: 14px 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  outline: none;
  padding-left: 10px;
  color: #828282;
  font-size: 13px; }
.eventFormBox textarea {
  width: 100%;
  height: 179px;
  border: 1px solid #ccc;
  padding: 10px; }
.eventFormBox .frmContent li {
  margin-bottom: 20px; }
.eventFormBox .frmContent .lblForm {
  margin-bottom: 9px;
  background: #edeff4;
  padding: 7px 10px; }
  .eventFormBox .frmContent .lblForm em {
    color: #b33b32;
    font-style: normal;
    margin-left: -9px; }
  .eventFormBox .frmContent .lblForm .noRequired {
    color: #1e1e1e; }
.eventFormBox .frmContent .groupBox input[type="text"] {
  width: 85%; }
.eventFormBox .frmContent .groupBox .box1 {
  float: left;
  width: 30%;
  padding-left: 10px;
  position: relative; }
.eventFormBox .frmContent .groupBox .box2 {
  float: left;
  width: 40%;
  position: relative; }
@media (max-width: 640px) {
  .eventFormBox .frmContent .groupBox .txt {
    position: absolute;
    right: 0;
    top: 10px; } }
@media (max-width: 479px) {
  .eventFormBox .frmContent .groupBox input[type="text"] {
    width: 80%; } }
.eventFormBox .frmContent .frmJinNumber {
  position: relative; }
  .eventFormBox .frmContent .frmJinNumber .slash {
    position: absolute;
    top: 2px;
    left: 50%;
    color: #808080;
    font-size: 20px; }
  .eventFormBox .frmContent .frmJinNumber input[type="text"] {
    display: table-cell; }
  .eventFormBox .frmContent .frmJinNumber .box1, .eventFormBox .frmContent .frmJinNumber .box2 {
    float: left;
    position: relative;
    display: table; }
    .eventFormBox .frmContent .frmJinNumber .box1 span, .eventFormBox .frmContent .frmJinNumber .box2 span {
      display: table-cell; }
  .eventFormBox .frmContent .frmJinNumber .box1 {
    padding-right: 10px;
    width: 70%; }
  .eventFormBox .frmContent .frmJinNumber .box2 {
    width: 30%; }
  @media (max-width: 340px) {
    .eventFormBox .frmContent .frmJinNumber .box1 {
      width: 60%; }
    .eventFormBox .frmContent .frmJinNumber .box2 {
      width: 40%;
      text-align: right; } }
  .eventFormBox .frmContent .frmJinNumber .txt1 {
    width: 20px; }
  .eventFormBox .frmContent .frmJinNumber .txt2 {
    width: 25px;
    text-align: right; }
  .eventFormBox .frmContent .frmJinNumber .txt11 {
    width: 55px;
    padding-left: 5px; }
  .eventFormBox .frmContent .frmJinNumber .lbl {
    left: 30px; }
.eventFormBox .txtNote .txt {
  margin-left: -9px; }
.eventFormBox .btnControl label {
  display: block; }
.eventFormBox .btnControl input[type='checkbox'] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  border-radius: 0; }

.frmConfirm {
  background: url(../img/bg_dotted.png) left bottom repeat-x;
  padding-bottom: 1px; }
  .frmConfirm li:last-child {
    margin-bottom: 10px; }

.txtThx {
  color: #4b4b4b; }

/*================================
Edit 2019.02.19
==================================*/
.newBox1 img{
  display: block;
  margin: 0 auto;
  width: 100%;
}
.newBox2{
  font-size: 13px;
  margin-top: 10px;
}
.newBox3{
  margin-bottom: 10px;
}
.newBox1 .newBox1_p01{
  text-align: center;
  position: relative;
}
.newBox1 .newBox1_p01 .txt_02::before{
  content: "";
  position: absolute;
  width: 30px;
  height: 43px;
  background-image: url(./../img/line_box_01.png);
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.newBox1 .newBox1_p01 .txt_02::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 43px;
  background-image: url(./../img/line_box_02.png);
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.newBox1 .newBox1_p01 .txt_01, .newBox1 .newBox1_p01 .txt_02{
  display: block;
}
.newBox1 .newBox1_p01 .txt_01{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.06em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
  margin: 0 0 5px;
}
.newBox1 .newBox1_p01 .txt_02{
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.07em;
  position: relative;
}
.newBox1_b02{
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
.newBox1_b02{
  width: 100%;
  margin: 22px auto 0;
}
.newBox1_p02{
  background-image: url(./../img/bg_box_p2.png);
  background-size: 100% 100%;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.08em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
.newBox1_b02.newBox1_b02--02{
  margin: 28px auto 33px;
}
.sub_box_cnt{
  padding: 18px 10px 0;
}
.sub_box_cnt img{
  width: 100%;
  max-width: 237px;
  margin: 0 auto 15px;
}
.sub_box_cnt .box_cnt{
  width: 100%;
  background: #F6F7F8;
  border: 2px solid #DCDFE4;
  padding: 12px 25px 15px;
}
.sub_box_cnt .box_cnt .title_box{
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  letter-spacing: 0.15em;
  color: #122C49;
  text-shadow: 1px 1px white;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
.sub_box_cnt .box_cnt .title_box::before, .sub_box_cnt .box_cnt .title_box::after{
  content: "";
  width: 15px;
  height: 38px;
  background-image: url(./../img/title_ba.png);
  background-size: 100%;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px;
  transform: translateY(-2px);
}
.sub_box_cnt .box_cnt .title_box::before{
  margin: 0 8px 0 0;
}
.sub_box_cnt .box_cnt img{
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.sub_box_cnt .box_cnt .txt_box{
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin: 6px 0 0;
}







