@charset "UTF-8";

/* クリッカブルマップカレント時のピン立て */


.icon_hokkaido{
width:40px;
position:absolute;
top:28%;
left:55%;
}

.icon_tohoku{
width:40px;
position:absolute;
top:43%;
left:52%;
}

.icon_hokuriku{
width:40px;
}

.icon_kanto{
width:40px;
}

.icon_chubu{
width:40px;
}

.icon_kansai{
width:40px;
}

.icon_chugoku{
width:40px;
}

.icon_shikoku{
width:40px;
}

.icon_kyushu{
width:40px;
}


.bl_reasonModal_body{
   max-width: 1000px !important; 
   width: 100%;
   margin: 100px 0 0 0;
}

@media screen and (max-width: 767px) {
.bl_reasonModal_body{
   width: 90%;
   margin: auto !important;
}
}

.bl_reasonModal_content{
padding:0 !important;
}

.form_wrap_inner{
width: 720px !important;
}


.ly_entryBody{
font-size: 1.2em;
}

.ly_entryBody img.aligncenter{
    margin: 0 auto;
    display: block;
}


@media screen and (max-width: 767px) {
	.bl_market_timeWrap{margin-left: -0.5em;}
}


.bl_market_price{text-align: right;line-height: 1.2;}

@media screen and (max-width: 767px) {
	.bl_market_price{width: auto;font-size: 1rem;margin: 0 -16px;}
}

.bl_market_num{text-align: right;display: block;margin-right: -0.1em;}

@media screen and (max-width: 767px) {
	.bl_market_num{display: inline;margin-right: 0.1em;}
}


body.home .bl_ex {
  padding-top: 100px;
}
@media all and (max-width: 767px){
  body.home .bl_ex {
    padding-top: 25vw;
    background-size: auto 100%;/*489vw 260vw;*/
  }
}

@media all and (max-width: 767px){
  body.home .bl_ex_btnArea {
    margin-top: 2.0em;
  }
}

body.home .ly_result {
  margin-top: 54px;
}
@media all and (max-width: 767px){
  body.home .ly_result {
    margin-top: 1.0em;
  }
}


/*##### boxIndexCatMenu #####*/
.boxIndexCatMenu {
  margin-top: 1.2em;
}
@media all and (max-width: 767px){
  .boxIndexCatMenu {
    margin-top: 1.0em;
  }
}

.boxIndexCatMenu .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxIndexCatMenu .dl01 {
    display: block;
  }
}

.boxIndexCatMenu .dl01 > dt {
  width: 210px;
  letter-spacing: 0.1em;
  font-size: 1.65rem;
}
@media all and (max-width: 767px){
  .boxIndexCatMenu .dl01 > dt {
    width: 100%;
    margin-bottom: 0.4em;
    letter-spacing: 0.14em;
    font-size: 1.1rem;
  }
}

.boxIndexCatMenu .dl01 > dd {
  width: calc(100% - 210px);
}
@media all and (max-width: 767px){
  .boxIndexCatMenu .dl01 > dd {
    width: 100%;
  }
}

.boxIndexCatMenu .dl01 > dd .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxIndexCatMenu .dl01 > dd .ul01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.43em;
  padding: 0.2em 1.0em;
  border: 1px rgba(255,255,255,0) solid;
  letter-spacing: 0.15em;
  font-size: 1.13rem;
  cursor: pointer;
}
.boxIndexCatMenu .dl01 > dd .ul01 > li.liAll {
  margin-right: 1.4em;
  padding: 0.2em 1.56em;
  letter-spacing: 0.3em;
}
.boxIndexCatMenu .dl01 > dd .ul01 > li.current,
.boxIndexCatMenu .dl01 > dd .ul01 > li:hover {
  border: 1px #fff solid;
}
@media all and (max-width: 767px){
  .boxIndexCatMenu .dl01 > dd .ul01 > li {
    height: 2.05em;
    margin-bottom: 0.34em;
    padding: 0.2em 0.45em;
    letter-spacing: 0.06em;
    font-size: 1.0rem;
    font-weight: 500;
  }
  .boxIndexCatMenu .dl01 > dd .ul01 > li.liAll {
    margin-right: 0.3em;
    padding: 0.2em 0.4em 0.2em 0.6em;
  }
}


/*##### boxTopCatMenu #####*/
.boxTopCatMenu {
  margin-top: 1.2em;
}
@media all and (max-width: 767px){
  .boxTopCatMenu {
    margin-top: 1.0em;
  }
}

.boxTopCatMenu .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
}
@media all and (max-width: 767px){
  .boxTopCatMenu .dl01 {
    display: block;
  }
}

.boxTopCatMenu .dl01 > dt {
  width: 210px;
  letter-spacing: 0.14em;
  font-size: 1.6rem;
}
@media all and (max-width: 767px){
  .boxTopCatMenu .dl01 > dt {
    width: 100%;
    margin-bottom: 0.4em;
    letter-spacing: 0.14em;
    font-size: 1.1rem;
  }
}

.boxTopCatMenu .dl01 > dd {
  width: calc(100% - 210px);
}
@media all and (max-width: 767px){
  .boxTopCatMenu .dl01 > dd {
    width: 100%;
  }
}

.boxTopCatMenu .dl01 > dd .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxTopCatMenu .dl01 > dd .ul01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.31em;
  padding: 0.2em 1.0em;
  border: 1px rgba(0,0,0,0) solid;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
  cursor: pointer;
}
.boxTopCatMenu .dl01 > dd .ul01 > li.liAll {
  margin-right: 1.2em;
  padding: 0.2em 1.57em;
  letter-spacing: 0.01em;
}
.boxTopCatMenu .dl01 > dd .ul01 > li.current,
.boxTopCatMenu .dl01 > dd .ul01 > li:hover {
  border: 1px #111 solid;
}
@media all and (max-width: 767px){
  .boxTopCatMenu .dl01 > dd .ul01 > li {
    height: 2.05em;
    margin-bottom: 0.34em;
    padding: 0.2em 0.45em;
    letter-spacing: 0.06em;
    font-size: 1.0rem;
    font-weight: 500;
  }
  .boxTopCatMenu .dl01 > dd .ul01 > li.liAll {
    margin-right: 0.3em;
    padding: 0.2em 0.4em 0.2em 0.6em;
  }
}