@charset "UTF-8";

/* ==========================
  common
  =========================== */
body {
  margin: 0;
  background: none;
  text-align: left;
}

.mt0 { margin-top: 0;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.mb0 { margin-bottom: 0;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}


#ESEKI-HEADER {
  width: 100%;
  background: #ebebeb;
}
#ESEKI-HEADER * {
  box-sizing: border-box;
}
#ESEKI-HEADER .eseki_header_wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
#ESEKI-HEADER .eseki_header_left {
  width: 147px;
}
#ESEKI-HEADER .eseki_header_left img {
  max-width: 100%;
}
#ESEKI-HEADER .mypage_header_right {
  background: #000;
  height: 100%;
}
  .footer_section04 {
    max-width: 950px;
    width: auto;
  }

@media screen and (max-width: 640px) {
  #ESEKI-HEADER {
    margin-top: -16px;
  }
  #ESEKI-HEADER .eseki_header_wrapper {
    width: 100%;
    margin-top: 16px;
    padding: 0 0 0 10px;
    height: 50px;
  }
  #ESEKI-HEADER .eseki_header_left {
  width: 127px;
  }
  #ESEKI-HEADER .eseki_header_wrapper .eseki_header_right {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: 150px;
    padding: 10.5px 0;
  }
  #ESEKI-HEADER .eseki_header_wrapper .eseki_header_right img {
    width: 100%;
  }
}

/* ==========================
  contents
  =========================== */
.eseki_inner {
  max-width: 950px;
  margin: 60px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.eseki_inner img {
  max-width: 100%;
}
.btn_close {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .eseki_inner {
    font-size: 13px;
  }

  .btn_close {
    margin: 60px 0 20px;
    text-align: center;
    }
}

.flow_flexbox {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.note_txt {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.note_kome_txt {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.note_txt,
.note_kome_txt,
.img_caption {
  margin-top: 10px;
  font-size: 0.8em;
}

.pc_none {
  display: none;
}
.inblock { display: inline-block;}

a.more {
  display: inline-block;
  color: #000;
}
.more::after {
    content: '';
    display: inline-block;
    margin-top: -3px;
    margin-left: 8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
h1, h2, h3, h4, h5, h6 { margin: 0;}

@media screen and (max-width: 640px) {
  .eseki_inner {
    margin: 0 auto 60px;
    padding: 0 20px;
    font-size: 13px;
  }
  .flow_flexbox {
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    flex-direction: column;
    flex: 0 1 100%;
  }
  .pc_none { display: block;}

  .note_txt {
  padding-left: 3em;
  text-indent: -3em;
  }
}
  /* ==========================
  contents
  =========================== */
  /* page title */
.title h1 {
  margin: 60px 0;
  font-size: 28px;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

  @media screen and (max-width: 640px) {
  .title h1 {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
}

  /* coming soon */
.comingsoon_inner {
  max-width: 950px;
  margin: 0 auto 20px;
  text-align: center;
}
.comingsoon_inner img {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .comingsoon_inner {
    padding: 0 20px;
  }
}

/*  flow_lead  */
.flow_lead {
  background: #F1EEE8;
}
.flow_lead .eseki_inner .lead_box {
  align-items: center;
  position: relative;
  margin-bottom: 100px;
  padding: 10px 0;
}
.flow_lead .eseki_inner .lead_box:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  border-top: 20px solid #B50081;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}
.flow_lead .eseki_inner .lead_box .lead_txt {
  min-height: 0%;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.flow_lead .eseki_inner .lead_box .lead_img {
  width: 340px;
  min-height: 0%;
}

@media screen and (max-width: 640px) {
  .flow_lead .eseki_inner .lead_box {
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    flex-direction: column;
    flex: 0 1 100%;
    margin-bottom: 60px;
    padding: 20px 0;
  }
  .flow_lead .eseki_inner .lead_box:after {
    bottom: -30px;
    border-top: 15px solid #B50081;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .flow_lead .eseki_inner .lead_box .lead_txt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
  .flow_lead .eseki_inner .lead_box .lead_img {
    width: 100%;
  }
}

/*  flow_eseki_en  */
.flow_eseki_en .eseki_inner .flow_ttl {
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #000;
}
.flow_eseki_en .eseki_inner .flow_items:not(:last-child) {
  margin-bottom: 30px;
}
.flow_eseki_en .eseki_inner .flow_items .flow_txt {
  width: 60%;
  min-height: 0%;
  padding-right: 20px;
  box-sizing: border-box;
}
.flow_eseki_en .eseki_inner .flow_items .flow_img {
  width: 40%;
  max-width: 340px;
  min-height: 0%;
}
.flow_eseki_en .eseki_inner .flow_box {
  border: 1px solid #ccc;
  padding: 20px;
}
.flow_eseki_en .eseki_inner .flow_box .box_ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.flow_eseki_en .eseki_inner .flow_detail_step_inner:not(:last-child) {
  margin-bottom: 40px;
}
.flow_detail_step_inner .flow_detail_step_ttl {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}

#eng_step2 .sub_accordion dt {
  border-top: 1px dashed #B2B2B2;
}
#eng_step2 .sub_accordion dt.open {
  background: #E5E5E5;
}
#eng_step2 .sub_accordion dd .acc_detail .flow_pre > div + div {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}
#eng_step2 .sub_accordion dd .acc_detail .flow_pre h5 {
  margin-bottom: 20px;
  font-weight: bold;
}
#eng_step2 .sub_accordion dd .acc_detail .flow_pre .flow_pre_list {
  flex-wrap: wrap;
}
#eng_step2 .sub_accordion dd .acc_detail .flow_pre .flow_pre_list li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 10px;
}

#eng_step3 .see-pre_list {
  padding-left: 1em;
}
#eng_step3 .see-pre_list li {
  list-style-type: disc;
}
#eng_step3 .see-pre_list li:not(:last-child) {
  margin-bottom: 10px;
}

#eng_step4 .flow_step4_lead li {
  width: 50%;
  min-height: 0%;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
}
#eng_step4 .flow_step4_lead li:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: -15px;
  width: 0;
  margin: 0 auto;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #B50081;
}
#eng_step4 .flow_step4_lead li p {
  margin-bottom: 10px;
}
#eng_step4  .flow_items {
  margin-bottom: 20px;
}

#eng_step4 .flow_detail_step {
  margin-top: 60px;
}
#eng_step4 .flow_detail_step .flow_box .flow_ticket-type_list {
  width: 100%;
  line-height: 2;
}
#eng_step4 .flow_detail_step .flow_box .flow_ticket-type_list li span:first-child {
  display: inline-block;
  width: 200px;
}
#eng_step6 .flow_detail_step .flow_box .flow_rep-items_list {
  width: 49%;
}
#eng_step6 .flow_detail_step .flow_box .flow_rep-items_list li span:first-child {
  display: inline-block;
  width: 130px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 5px;
  background: #ccc;
}

@media screen and (max-width: 640px) {
  .flow_eseki_en .eseki_inner .flow_ttl {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }
  .flow_eseki_en .eseki_inner .flow_items:not(:last-child) {
    margin-bottom: 20px;
  }
  .flow_eseki_en .eseki_inner .flow_items .flow_txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .flow_eseki_en .eseki_inner .flow_items .flow_img {
    width: 100%;
    max-width: 100%;
  }
  .flow_eseki_en .eseki_inner .flow_box {
    padding: 4%;
  }
  .flow_eseki_en .eseki_inner .flow_box .box_ttl {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .flow_eseki_en .eseki_inner .flow_detail_step_inner:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow_detail_step_inner .flow_detail_step_ttl {
    margin: 0 0 20px;
    font-size: 14px;
  }

  #eng_step2 .sub_accordion dd .acc_detail .flow_pre h5 {
    margin-bottom: 15px;

  }
  #eng_step2 .sub_accordion dd .acc_detail .flow_pre .flow_pre_list li {
    width: 100%;
  }

  #eng_step4 .flow_step4_lead li {
    width: 100%;
    padding: 0;
  }
  #eng_step4 .flow_step4_lead li + li {
    padding: 30px 0 0;
  }
  #eng_step4 .flow_step4_lead li:not(:last-child):after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -22px;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-top: 15px solid #B50081;
    border-bottom: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  #eng_step4 .flow_detail_step {
    margin-top: 40px;
  }
  #eng_step4 .flow_detail_step .flow_box .flow_ticket-type_list {
    width: 100%;
    line-height: 1.5;
  }
  #eng_step4 .flow_detail_step .flow_box .flow_ticket-type_list li {
    margin-bottom: 12px;
  }
  #eng_step4 .flow_detail_step .flow_box .flow_ticket-type_list li span:first-child {
    display: block;
    width: 100%;
  }
  #eng_step4 .flow_detail_step .flow_box .flow_ticket-type_list li span:first-child::after {
    content: ":";
    margin-left: 0.5em;
  }

  #eng_step6 .flow_detail_step .flow_box .flow_rep-items_list {
    width: 100%;
  }
  #eng_step6 .flow_detail_step .flow_box .flow_rep-items_list li span:first-child {
    width: 140px;
    margin-right: 5px;
    padding: 5px;
    background: #ccc;
  }
}

/* ==========================
  accordion
  =========================== */
.accordion_container {
	width: 100%;
	position: relative;
  border-top: #ccc 1px solid;
}
.accordion_container:last-child {
  border-bottom: #ccc 1px solid;
}
.accordion_container *  {
		box-sizing: border-box;
}
.accordion_container dt {
	width: 100%;
	cursor: pointer;
}
.accordion_container dt .acc_ttl,
.accordion_container dd .acc_detail {
  padding: 15px;
}
.accordion_container dt .acc_description {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
  align-items: center;
	-webkit-box-pack: justify;
  justify-content: space-between;
}
.accordion_container dt .acc_description h3.acc_ttl {
	font-size:18px;
	font-weight:bold;
	line-height: 30px;
}
.accordion_container dt .acc_description a.icon_accordion {
	display: block;
	height: 20px;
	padding-left: 30px;
	text-decoration: none;
	line-height: 1.4;
	font-weight: bold;
	color: #F0890B;
  background: url("../images/icon_accordion.png") left top no-repeat;
  background-size: 20px;
}
.accordion_container dt.open .acc_description a.icon_accordion {
	background-position: 0 -20px;
}
.accordion_container dt:hover {
	opacity: 0.8;
}
.accordion_container dd {
	display: none;
	width: 100%;
}

@media screen and (max-width: 640px) {
  .accordion_container dt .acc_ttl,
  .accordion_container dd .acc_detail {
    padding: 15px 5px;
  }
  .accordion_container dt .acc_description.acc_ttl h3 {
    font-size:14px;
    line-height: 15px;
  }
}
