@charset "UTF-8";
/**
*
* @charset="UTF-8"
* moneyabc11.css
*
**/

/* reset style */
#moneyAbc .money-abc-column.moneyabc11_wrap{
  display: block;
}

/* common style
------------------------------------------------ */
#moneyAbc .money-abc-body {padding:30px 0;}
#moneyAbc .money-abc-column {display: table; width:710px;}
#moneyAbc .money-abc-body .money-abc-body-wp {width:710px;padding:0;}


/* contents style
------------------------------------------------ */
.moneyabc11_wrap{
  text-align: center;
  background-image: url(../img/m11/bg_line.png);
  background-repeat: repeat-y;
}
.block_kv_img{
  padding-top: 64px;
  margin-bottom: 40px;
}
.block_kv_img img{
  margin-left: -64px;
}

.block_map_title{
  margin-bottom: 30px;
}
.block_map_inner[data-map-type="kinki"]{
  position: relative;
}
.block_map_inner[data-map-type="kinki"],
.block_map_inner[data-map-type="syuto"]{
  margin-bottom: 40px;
}
.icon_map_kinki{
  position: absolute;
  width: 106px;
  height: 106px;
  top: 20px;
  left: 115px;
}
.block_map_inner[data-map-type="kinki"] .map_all{
  background-image: url('../img/m11/bg_map_kinki.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 509px 583px;
}
.block_map_inner[data-map-type="syuto"] .map_all{
  background-image: url('../img/m11/bg_map_syuto.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 509px 499px;
}
.block_map_note{
  width: 552px;
  text-align: left;
  margin: 0 auto 50px;
  padding: 1rem 2rem;
  line-height: 1.4;
  background-color: #fff33f;
  box-sizing: border-box;
}
.block_lesson1 .lesson1_title{
  margin-bottom: 40px;
}
.lesson1_point{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
}
.lesson1_point_2{
  margin-top: -24px;
  padding-right: 4px;
}
.lesson1_point_3{
  margin-top: -24px;
  padding-left: 4px;
}
.lesson2_point{
  padding-bottom: 48px;
}
.block_lesson2 .lesson2_title{
  margin-bottom: 40px;
}
.lesson2_point_item{
  padding-bottom: 16px;
}


.block_lesson3{
  margin-bottom: 12px;
}
.lesson3_title{
  margin-bottom: 8px;
}
.lesson3_read_text{
  width: 494px;
  margin: 0 auto 20px;
  text-align: justify;
  line-height: 1.4;
}


.block_moneyabc11_info{
  display: flex;
  width: 550px;
  margin: 0 auto;
  padding: 0 8px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.block_moneyabc11_info_item a img:hover{
  opacity: 0.75;
}
.block_moneyabc11_info.lesson2{
  height: 150px;
  margin-bottom: 75px;
  background-image: url(../img/m11/bg_lesson2_info.png);
}
.block_moneyabc11_info.lesson2 .block_moneyabc11_info_item{
  padding-top: 10px;
  padding-right: 10px;
}
.block_moneyabc11_info.lesson3{
  height: 140px;
  margin-bottom: 56px;
  background-image: url(../img/m11/bg_lesson3_info.png);
}
.block_moneyabc11_info.lesson3 .block_moneyabc11_info_item{
  padding-right: 68px;
}

.block_lesson_summary{
  margin-bottom: 44px;
}

/*
footnav,bnr_special--------------------------------------------------
*/
.block_footernav_footerbnr{
  padding-top: 44px;
  background-color: #ffffff;
}

.moneyabc11_bnr_special{
    display: block;
    width: 683px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.moneyabc11_footernav{
    background: url(../img/m11/bg_footer.gif) top center no-repeat;
    padding: 62px 0 60px 0;
}

.moneyabc11_footernav ul{
    text-align: center;
}

.moneyabc11_footernav li{
    display: inline-block;
    margin: 0 3px;
}


/*
map modal--------------------------------------------------
*/

.map-modal-view-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2999999;
  pointer-events: none;
  overflow: hidden;
}

.map-modal {}

.map-modal.map-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2999980;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.map-modal.map-view.visible {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.map-modal-view-details {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 90%;
  max-height: 850px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.85);
  z-index: 2999982;
}
.map-modal-view-details img{
  width: auto;
  height: 100%;
}
.map-modal:after {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  content: '';
  z-index: 2999980;
}

.map-view {
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: -webkit-transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}