@charset "utf-8";
@import url('search.css');
@import url('search_pc.css');


body,html{
  box-sizing: border-box;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

.methods{
  display: flex;
  justify-content: space-between;
}
.methods .cell{
  width: 48%;
  margin: 0;
}

@media screen and (max-width:960px){
  .address,
  .methods .cell{
    border: 1px solid #ccc;
    margin: .75rem;
  }
  .methods .cell img{
    max-width: 100%;
    border: 1px solid #efefef;
  }
}

@media screen and (max-width:960px){
  br.pcbr{
    display:none;
  }
}
@media screen and (min-width:960px){
  br.spbr{
    display:none;
  }
}
/*========================== text系 =========================*/
.boldText{
  font-weight: 800;
}

.blueText{
  color:#156AD1;
  font-weight:900;
}

.boldBlue{
  color:#156AD1;
  font-weight:900;
  font-size:1.6rem;
  display:inline;
  line-height: 1.4;
}

.yellowline{
  background: linear-gradient(transparent 70%, #FFFF0A 0%);
  display: inline;
}

/*======================== pc(960px~) =======================*/
.contentArea.search {
  width:auto;
  margin: auto;
}

.eventHoken{
  padding:1rem 0 3rem 0;
  width:100%;
  max-width:960px;
  margin: 0 auto;
}

.eventHoken img{
  max-width:100%;
}

.mvBlock{
  margin: 0 auto 2rem auto;
}

.leadMsg{
  background: #EBF4FF;
  padding:1.6rem;
}


.leadMsg h3{
  margin: 0;
  padding: 0;
  font-size:1.33rem;
  font-weight:800;
  text-align: center;
  color:#156AD1;
  letter-spacing:3px;
  line-height: 1.6;
}

.leadMsg h3 span{
  color:#333333;
}

.leadMsg h3 span.orange{
  color:#FF9100;
}

.leadSecBlock{
  width:100%;
  margin:2.4rem 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items:center;
}

.leadSecBlock .leadSecBox p{
  text-align: center;
  font-size:1.33rem;
  line-height:2.2;
}

.ancMenu ul{
  list-style:none;
  width:100%;
  margin: 0;
  padding: 0;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}

.ancMenu ul li{
  border:2px solid #156AD1;
  margin:0 0 1rem -2px;
  width:calc(calc(100% / 3) - 2px);
}

.ancMenu ul li a{
  position:relative;
  box-sizing: border-box;
  display: block;
  text-align:center;
  color:#156AD1;
  padding:0.75rem;
  width:100%;
  font-weight:900;
}

.ancMenu ul li a:after{
  content:"";
  display: block;
  width:30px;
  height:30px;
  background: url("https://icongr.am/fontawesome/angle-down.svg?size=30&color=156AD1");
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  right:0%;
  transform:translate(-50%,-50%);
}

#userGuide h3, #detail h3{
  color: #156AD1;
  text-align: center;
  border-top: 3px solid #156AD1;
  border-bottom: 3px solid #156AD1;
  padding: 1rem;
  margin:3rem 0 0 0 ;
}

.slashMsg{
  width: 54%;
  color:#FF9100;
  display: flex;
	justify-content: center;
	align-items: center;
	font-size:1.583rem;
  font-weight:600;
	text-align: center;
  margin: 2rem auto;
  position:relative;
}

.slashMsg::before,
.slashMsg::after {
	content: '';
	width: 3px;
	height: 24px;
	background-color: #FF9100;
}

.slashMsg::before {
	margin:0 20px 0 20px;
	transform: rotate(-15deg);
  position:absolute;
  top:0;
  left:0;
}
.slashMsg::after {
	margin:0 20px 0 20px;
	transform: rotate(15deg);
  position:absolute;
  top:0;
  right:0;
}

p.userGuideText{
  text-align:center;
  font-weight:800;
  line-height: 1.6;
  margin:2rem 0;
}

.userGuideBlock{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  align-items: flex-start;
  margin: 2rem 0 4rem 0;
}

.userGuideBox{
  width:48%;
}

.userGuideBoxWrap{
  width:100%;
  display:flex;
  flex-direction: column;
}

.userGuideBoxHead,.userGuideBoxContent{
  border:3px solid #156AD1;
  padding:16px;
}

.userGuideBoxContent{
  text-align: center;
  margin: -3px 0 0 0;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.userGuideBoxHead h4{
  margin: 0;
  text-align: center;
  color:#FF9100;
}

.userGuideAtt{
  font-size:0.916rem;
  font-weight:800;
  color:#156AD1;
  margin: 0;
  padding: 0 0 0.5rem 0;
}

.sampleIcon{
  position:relative;
}

.sampleIcon::after{
  content:"";
  display: block;
  background: url("../../../img/page/search/event_hoken/hand.png") no-repeat;
  background-size:contain;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.uGtext{
  display: block;
  margin: 1rem 0 1rem 0;
  line-height: 1.6;}
.uGtext p{
  font-weight: 600;
}

.afterPlus{
  position:relative;
}

.afterPlus::before{
  content: "＋";
  color: #FF9100;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  position: absolute;
  bottom: -84%;
  right: 40%;
  transform: translate(-50%,-50%);
}

.textBlock{
  width: 63%;
  margin:2.5rem auto 1rem auto;
  padding:.5rem;
  border:2px solid #D1D1D1;
  border-radius:8px;
  color:#D1D1D1;
  text-align: center;
}

.textBlock p{
  margin: 0;
  padding: 0;
  line-height:1.4;
}

.smallText{
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

#detail{
  margin:80px 0 0 0;
}

.detailWrap{
  padding:3rem 0;
}

.detailWrap .boldText{
  margin: 1rem 0 0.5rem 0;

}

.detailWrap > dl,dt,dd,p{
  margin: 0;
  padding: 0;
}

.detailWrap dl{
  margin: 0 0 24px 0;
}

.detailWrap dt{
  font-weight: bold;
  color:#156AD1;
  font-size:1.33rem;
}

.detailWrap dd p{
  font-size:1.16rem;
  line-height: 1.6;
}

#contact{
  background: #F3F3F3;
}

.contactWrap{
  text-align: center;
  padding:2rem;
}

.contactWrap h3{
  margin: 0;
  padding: 0 0 2rem 0;
  color:#156AD1;
  font-size:1.4rem;
  position:relative;
}

.contactWrap h3::after{
  content:"";
  display: block;
  position:absolute;
  bottom:25%;
  right:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 46px;
  height: 4px;
  background: #156AD1;
}

.contactWrap p{
  font-weight:600;
  line-height: 1.6;
  color:#333333;
  margin: 0 0 1rem 0;
}

#otherLink{
  width:100%;
  margin:80px 0 0 0;
  background: #EBF4FF;
}

.otherLinkBlock{
  display:flex;
  justify-content: center;
  align-items: center;
  padding:1rem;
  flex-wrap:wrap;
}

.otherLinkBox{
  width:49%;
}

.otherLinkBoxWrap{
  text-align: center;
}

.otherLinkBoxWrap p{
  line-height: 1.6;
}

.otherLinkBoxWrap .blueText{
  margin:2rem 0 0 0;
  font-size:1.5rem;
}

.otherLinkImg{
  text-align: right;
}

a.eventSearch{
  display:block;
  background: #ffffff;
  box-shadow:0px 3px 0px rgba(167,204, 249, 1);
  max-width: 315px;
  margin: 0 auto;
  padding: 1rem 0.5rem;
  color:#156AD1;
  font-size:1.5rem;
  font-weight:600;
  border-radius:8px;
  position:relative;
}

a.eventSearch::after{
  content:"";
  display: block;
  width: 28px;
  height: 28px;
  background: url(https://icongr.am/fontawesome/angle-right.svg?size=28&color=156AD1);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
}


/*======================== sp(~960px) =======================*/

@media screen and (max-width:960px){
  .leftText{
    text-align: left;
    margin: 0 auto 1rem auto;
    width:100%;
  }

  .contentArea.search {
    width:auto;
    margin: auto;
  }

  .eventHoken{
    padding:2rem 1rem;
    width:100%;
    max-width:960px;
    margin: 0 auto;
  }

  .eventHoken img{
    max-width:100%;
  }

  .mvBlock{
    margin: 0 auto 2rem auto;
  }

  .leadMsg{
    background: #EBF4FF;
    padding:1.6rem;
  }


  .leadMsg h3{
    margin: 0;
    padding: 0;
    font-size:1.33rem;
    font-weight:800;
    text-align: center;
    color:#156AD1;
    letter-spacing:3px;
    line-height: 1.6;
  }

  .leadMsg h3 span{
    color:#333333;
  }

  .leadMsg h3 span.orange{
    color:#FF9100;
  }

  .leadSecBlock{
    width:100%;
    margin:2.4rem 0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items:center;
  }

  .leadSecBlock .leadSecBox p{
    text-align: center;
    font-size:1.33rem;
    line-height:2.2;
  }

  .ancMenu ul{
    list-style:none;
    width:100%;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
  }

  .ancMenu ul li{
    border:2px solid #156AD1;
    margin:0 auto 1rem auto;
    width:60%;
  }

  .ancMenu ul li a{
    position:relative;
    box-sizing: border-box;
    display: block;
    text-align:center;
    color:#156AD1;
    padding:0.75rem;
    width:100%;
    font-weight:900;
  }

  .ancMenu ul li a:after{
    content:"";
    display: block;
    width:30px;
    height:30px;
    background: url("https://icongr.am/fontawesome/angle-down.svg?size=30&color=156AD1");
    background-repeat:no-repeat;
    position:absolute;
    top:50%;
    right:0%;
    transform:translate(-50%,-50%);
  }

  #userGuide h3, #detail h3{
    color: #156AD1;
    text-align: center;
    border-top: 3px solid #156AD1;
    border-bottom: 3px solid #156AD1;
    padding: 2rem;
    margin:3rem 0 0 0 ;
    font-size:1.75rem;
  }

  .slashMsg{
    width: 80%;
    color:#FF9100;
    display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size:1.583rem;
  	text-align: center;
    margin: 2rem auto;
    position:relative;
  }

  .slashMsg::before,
  .slashMsg::after {
  	content: '';
  	width: 3px;
  	height: 34px;
  	background-color: #FF9100;
  }

  .slashMsg::before {
  	margin:0 20px 0 20px;
  	transform: rotate(-15deg);
    position:absolute;
    top:0;
    left:0;
  }
  .slashMsg::after {
  	margin:0 20px 0 20px;
  	transform: rotate(15deg);
    position:absolute;
    top:0;
    right:0;
  }

  p.userGuideText{
    text-align:center;
    font-weight:800;
    line-height: 1.6;
    margin:2rem 0;
  }

  .userGuideBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: flex-start;
    margin: 2rem 0 4rem 0;
  }

  .userGuideBox{
    width:100%;
    margin: 1rem 0;
  }

  .userGuideBoxWrap{
    width:100%;
    display:flex;
    flex-direction: column;
  }

  .userGuideBoxHead,.userGuideBoxContent{
    border:3px solid #156AD1;
    padding:16px;
  }

  .userGuideBoxContent{
    text-align: center;
    margin: -3px 0 0 0;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .userGuideBoxHead h4{
    margin: 0;
    text-align: center;
    color:#FF9100;
  }

  .userGuideAtt{
    font-size:1.1rem;
    font-weight:800;
    color:#156AD1;
    margin: 0;
    padding: 0 0 0.5rem 0;
  }

  .uGtext{
    display: block;
    margin: 1rem 0 1rem 0;
    line-height: 1.6;
  }

  .afterPlus{
    position:relative;
  }

  .afterPlus::before{
    content: "＋";
    color: #FF9100;
    font-size: 2rem;
    font-weight: 600;
    display: block;
    position: absolute;
    bottom: -84%;
    right: 40%;
    transform: translate(-50%,-50%);
  }

  .textBlock{
    width: 63%;
    margin:2.5rem auto 1rem auto;
    padding:.5rem;
    border:2px solid #D1D1D1;
    border-radius:8px;
    color:#D1D1D1;
    text-align: center;
  }

  .textBlock p{
    margin: 0;
    padding: 0;
    line-height:1.4;
  }

  .smallText{
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }

  #detail{
    margin:80px 0 0 0;
  }

  .detailWrap{
    padding:3rem 1rem;
  }

  .detailWrap .boldText{
    margin: 0 0 1rem 0;
  }

  .detailWrap > dl,dt,dd,p{
    margin: 0;
    padding: 0;
  }

  .detailWrap dl{
    margin: 0 0 24px 0;
  }

  .detailWrap dt{
    font-weight: bold;
    color:#156AD1;
    font-size:1.33rem;
    margin-bottom: 0.5rem;
  }

  .detailWrap dd p{
    font-size:1.25rem;
    line-height: 1.6;
  }

  #contact{
    background: #F3F3F3;
  }

  .contactWrap{
    text-align: center;
    padding:2rem;
  }

  .contactWrap h3{
    margin: 0;
    padding: 0 0 2rem 0;
    color:#156AD1;
    font-size:1.5rem;
    position:relative;
  }

  .contactWrap h3::after{
    content:"";
    display: block;
    position:absolute;
    bottom:10%;
    right:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 46px;
    height: 4px;
    background: #156AD1;
  }

  .contactWrap p{
    font-weight:600;
    line-height: 1.6;
    color:#333333;
  }

  #otherLink{
    width:100%;
    margin:80px 0 0 0;
    background: #EBF4FF;
  }

  .otherLinkBlock{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:2rem 0 4rem 0;
    flex-wrap:wrap;
  }

  .otherLinkBox{
    width:100%;
  }

  .otherLinkBoxWrap{
    text-align: center;
  }

  .otherLinkBoxWrap p{
    line-height: 1.6;
  }

  .otherLinkBoxWrap .blueText{
    margin:2rem 0 0 0;
    font-size:1.5rem;
  }

  .otherLinkImg{
    text-align: right;
  }

  a.eventSearch{
    display:block;
    background: #ffffff;
    box-shadow:0px 3px 0px rgba(167,204, 249, 1);
    max-width: 315px;
    margin: 0 auto;
    padding: 1rem 0.5rem;
    color:#156AD1;
    font-size:1.5rem;
    font-weight:600;
    border-radius:8px;
    position:relative;
  }

  a.eventSearch::after{
    content:"";
    display: block;
    width: 28px;
    height: 28px;
    background: url(https://icongr.am/fontawesome/angle-right.svg?size=28&color=156AD1);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
  }
}
