@charset "UTF-8";
/*--------------------------------------------------------------------
   TOP
----------------------------------------------------------------------*/
.mainvs{
    margin-bottom: 40px;
}
@media screen and (min-width: 768px){
    .pcimage{
      display: block;
      margin: auto;
    }
    .smtimage{
      display: none;
    }
}
@media screen and (max-width: 767px){
    .pcimage{
      display: none;
    }
    .smtimage{
      display: block;
    }
}


.top_btn_next{
  display: block;
  overflow: hidden;
  width: 490px;
  height: 106px;
  margin: 0 auto;
  text-indent: 100%;
  background: url(/charge/simulation/assets/images/index/btn_next_pc.png) no-repeat 0 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  .top_btn_next:hover{
    opacity: .8;
  }
}
.cautions_note{
  margin-top: 55px;
  padding: 0 10px;
  font-size: 12px;
}
.cautions_note li{
  margin-left: 1em;
  text-indent: -1em;
}
.cautions_note li .ico-cmn {
  text-indent: 0px;
}

@media screen and (max-width:767px){
  .mainvs{
    margin-bottom: 15px;
  }
  .mainvs img{
    width: 100%;
    height: auto;
  }
  .cautions_note{
    margin-top: 30px
  }
  .top_btn_next{
    width: calc(638px / 2);
    height: calc(138px / 2);
    background-image: url(/charge/simulation/assets/images/index/btn_next_sp.png);
    background-size: cover;
  }
}

@media screen and (max-width:320px){
  .top_btn_next{
    width: 100%;
    /*height: auto;*/
    padding-top: 14.392%;
    background-size: contain;
  }

}
.newpacketpack_box{
  margin: 50px auto 0;
  padding: 20px 27px;
}
.newpacketpack_box p{
  margin: 0;
}
.newpacketpack_box p+p{
  margin: 0;
}
.newpacketpack_box .bold{
  font-weight: bold;
}
.newpacketpack_box a{
  display: inline-block;
  margin: 1em 0 0;
  color:#ff4378;
}
.newpacketpack_box .a_right{
  text-align: right;
}
@media screen and (max-width:767px){
  .newpacketpack_box{
    padding:20px 7px;
  }
}
@media screen and (max-width:320px){
  .newpacketpack_box .a_right{
    text-align: left;
  }
}
.mt{
  margin: 50px 0 0;
}
@media screen and (max-width:767px){
  .mt{
    margin: 30px 0 0;
  }
}

.cautions_note_split {
  color: #c03;
}
.link_online_shop {
  text-indent: 0;
}
a[target="_blank"].link_online_shop:link {
  color: #093475;
}
a[target="_blank"].link_online_shop:visited {
  color: #7600b3;
}
a[target="_blank"].link_online_shop:hover {
  color: #3374DA;
}

.link_basic_pack:visited {
  color : #7600b3 !important;
}

.link_basic_pack:hover{
  color : #3374da !important;
  text-decoration: underline !important;
}

.link_basic_pack{
  color : #093475 !important;
}

/*トップページ貼り付けバナー*/
.top_banner{
  margin: 10px 0 20px;
  position: relative;
}
.top_banner img{
  pointer-events: auto;
  box-shadow: 1px 2px 9px -1px #595959;
  width: 100%;
}
@media screen and (min-width:768px){
  .top_banner a{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 700px;
  }
  .top_banner .icon_blank:after{
    position: absolute;
    display: inline-block;
    right: 7px;
    bottom: 7px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(/images_osp/common/ico/ico_window03.png) no-repeat;
    background-size: contain;
    vertical-align: bottom;
  }
}
@media screen and (max-width:767px){
  .top_banner a:after{
    position: absolute;
    display: inline-block;
    right: 7px;
    bottom: 7px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(/images_osp/common/ico/ico_window03.png) no-repeat;
    background-size: contain;
    vertical-align: bottom;
  }
  .top_banner img{
    height: auto;
  }
}

.simulation_point{
  margin: 55px 0 40px;
  padding: 0 10px;
  font-size: 13px;
}
.simulation_point ._tit{
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  text-align: center;
}
.simulation_point ._tit:before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left:0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #76caff;
}
.simulation_point ._tit h3{
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}
.simulation_point ._tit h3 br{
  display: none;
}
.simulation_point ._list{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.simulation_point ._list li{
  position: relative;
  width: 290px;
  padding: 30px 20px 20px 20px;
  border: solid 1px #76caff;
}
.simulation_point ._list li::before{
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #76caff;
  padding: 5px 10px;
}
.simulation_point ._list li:nth-child(1)::before{
  content: 'ポイント1';
}
.simulation_point ._list li:nth-child(2)::before{
  content: 'ポイント2';
}
.simulation_point ._list li:nth-child(3)::before{
  content: 'ポイント3';
}
.simulation_point ._list li ._head{
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
.simulation_point ._list li ._img img{
  width: 100%;
}
.simulation_point ._list li:nth-child(1) ._img{
  padding: 20px 0;
}
.simulation_point ._list li:nth-child(2) ._img,
.simulation_point ._list li:nth-child(3) ._img{
  padding: 86px 0;
}
@media screen and (max-width:767px){
  .simulation_point{
    margin: 30px 0 15px;
  }
  .simulation_point ._list li{
    width: 100%;
    margin-bottom: 40px;
  }
  .simulation_point ._list li:last-child{
    margin-bottom: 0;
  }
  .simulation_point ._tit h3 br{
    display: block;
  }
  .simulation_point ._list li:nth-child(2) ._img,
  .simulation_point ._list li:nth-child(3) ._img{
    padding: 20px 0;
  }
}
/*==========================================================================================
0415以降
==========================================================================================*/
.u-em {
  color: #c03 !important; }

.u-fwB {
  font-weight: bold !important; }

.u-taR {
  text-align: right !important; }

.u-taC {
  text-align: center !important; }

.u-subtxt {
  font-size: 1.2rem; }

/* 包括グループ */
.group_level1 {
  margin: 40px 0; }

/* 矢印 */
.arrow_type1 {
  position: relative; }
  .arrow_type1::before {
    display: inline-block;
    content: "";
    margin-right: 6px;
    width: 6px;
    height: 8px;
    background: url(/images_osp/common/ico/ico_arrow_r01.png) no-repeat left top;
    background-size: contain; }

.box_type1 {
  border: 3px solid #76caff;
  padding: 35px 27px;
  border-radius: 5px; }

/* タイトル */
.tit_type01_wrap,
.tit_type02_wrap{
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 35px;
  letter-spacing: -1px;
}
  
  @media (max-width: 767px) {
    .tit_type01_wrap,
    .tit_type02_wrap{
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  @media (min-width: 768px) {
    .tit_type01_wrap,
    .tit_type02_wrap{
      margin-bottom: 40px;
    }
  }
  .tit_type01_wrap::before,
  .tit_type02_wrap::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #76caff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: -1;
  }
  .tit_type01_wrap .tit_type01,
  .tit_type02_wrap .tit_type02{
    font-size: 1.7rem;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0 20px;
  }
  @media (min-width: 768px) {
    .tit_type01_wrap .tit_type01,
    .tit_type02_wrap .tit_type02{
      font-size: 2.2rem;
      padding: 0 20px;
    }
  }
  .tit_type02_wrap::before{
    background: #fbc809;
  }

/* ボタン */
.section_btn01 {
  border-bottom: 3px solid #4192c7;
  background-color: #5dc0ff;
  text-shadow: 2px 2px 0px #5dc0ff; }

.top_btn {
  margin-top: 20px;
  font-size: 140% !important;
  max-width: 750px;
  width: 100%;
  margin: 20px auto auto;
  }
  .top_btn a:hover {
    color: #fff !important;
  }
  .top_btn.btn_ver02 .base_btn {
    border-bottom: 3px solid #8cbedf;
    background: #aedefd;
    text-shadow: 2px 2px 0px #aedefd;
    color: #4c4c4c;
  }
  .top_btn.btn_ver02  a.base_btn:hover {
    color: #4c4c4c !important;
  }
  
  .top_btn.btn_ver03 .base_btn {
    border-bottom: 3px solid #c9a007;
    background: #fbc809;
    text-shadow: 2px 2px 0px #f9c609;
    color: #fff;
  }
  .top_btn.btn_ver03 .base_btn:hover{
    background: #fbc809;
  }
  .top_btn.btn_ver04 .base_btn {
    border: 1px solid #4c4c4c;
    background: #FFF;
    color: #4c4c4c !important;
  }
  .top_btn.btn_ver04 .base_btn:hover{
    border: 1px solid #8c8c8c;
    color: #8c8c8c !important;
  }

.base_btn > span {
  width: 90%;
  font-size: 16px;
}

@media screen and (max-width:767px){
  .base_btn > span {
    width: 94%;
    font-size: 14px;
  }
}
/*==========================================================================================
0904以降
==========================================================================================*/
.box-cvn__foot {
  display: block;
  margin: 19px 0 0;
  padding: 0 30px 0;
}
.box-cvn__foot:empty {
  display: none;
}
.box-cvn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0 25px;
  background: #fafafa;
}

.box-cvn__inner {
width:100%;
}

/* 背景ホワイト */
.beta-mod-box-bgcolor--white {
background-color: #fff;
}


/*==========================================================================================
おすすめ！
==========================================================================================*/
/* Overwrite */
#simulation-recommend .corp-cmn-rwd-layout__area{
    background-color: #fff;
}
@media screen and (min-width:768px){
  #simulation-recommend .corp-cmn-rwd-layout__area{
    padding-right: 11px;
    padding-left: 11px;
  }
  #simulation-recommend .corp-cmn-rwd-layout__area .corp-cmn-rwd-layout__area__inner{
    max-width: 1020px;
  }
  #simulation-recommend.aem-GridColumn.aem-GridColumn--default--12{
    width: calc(100% + 22px);
    position: relative;
    left: -11px;
  }
  #simulation-recommend .corp-cmn-rwd-layout__area .corp-cmn-rwd-layout__area__inner{
    margin-top: 0;
    padding-right: 11px;
    padding-left: 11px;
  }
}
/* Overwrite */


#simulation-recommend{
  display: none;
}
#simulation-recommend.js-recommend-run{
  display: block;
}
#simulation-recommend.js-recommend-err,
#simulation-recommend.js-recommend-ng,
#simulation-recommend.js-recommend-non{
  display: none;
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel {
    display: flex;
    min-height: 276px;
    padding: 2px 0 8px;
    overflow-x: auto;
    transition: all .2s ease-in-out;
    margin: 24px 0 0 0;
    color: rgba(39,39,39,0);
    -webkit-text-fill-color: #272727;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@media screen and (min-width:768px){
  #simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel {
    margin:48px 0 0 0
  }
}

@media screen and (prefers-reduced-motion:reduce) {
    #simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel {
        transition: none
    }
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel::-webkit-scrollbar {
    visibility: hidden;
    height: 8px;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
  #simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel::-webkit-scrollbar {
      transition: none
  }
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel::-webkit-scrollbar-thumb {
    border-radius: 30px;
    box-shadow: inset 0 0 0 10px
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus {
    color: #272727;
    overflow-x: scroll;
    scrollbar-width: auto;
    -ms-overflow-style: auto
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover::-webkit-scrollbar,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus::-webkit-scrollbar {
    visibility: visible
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover::-webkit-scrollbar-thumb,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus::-webkit-scrollbar-thumb {
    background-color: #272727
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:hover::-webkit-scrollbar-track,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel:focus::-webkit-scrollbar-track {
    background: rgba(39,39,39,0.1);
    border-radius: 30px
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white {
    -webkit-text-fill-color: #fff
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:hover,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:focus {
    color: #fff
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:hover::-webkit-scrollbar-thumb,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel--text-color-white:focus::-webkit-scrollbar-thumb {
    background-color: #fff
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item {
    padding-right: 24px;
    width: 224px
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:first-child {
    margin-left: 24px
}

@media screen and (min-width:768px){
  #simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:first-child {
    margin-left:44px
  }
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:last-child {
    width: 224px;
    padding-right: 24px
}

@media screen and (min-width:768px){
  #simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__carousel__item:last-child {
    width:248px;
    padding-right: 44px
  }
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container {
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    display: grid;
    height: 200px;
    overflow: hidden;
    place-items: center;
    position: relative;
    width: 200px;
    z-index: 1
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container .corp-cmp-campaigneventtop__image {
    max-width: 100%;
    transition: transform .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    #simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container .corp-cmp-campaigneventtop__image {
        transition: none
    }
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__image-container .corp-cmp-campaigneventtop__new-window-icon {
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 4px;
    top: calc(45%);
    width: 14px
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel {
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    #simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel {
        transition: none
    }
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel .corp-cmp-campaigneventtop__text {
    display: -webkit-box;
    font-weight: 700;
    margin-top: 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-text-fill-color: inherit
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:hover .corp-cmp-campaigneventtop__image,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:focus .corp-cmp-campaigneventtop__image {
    transform: scale(1.1)
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:hover .corp-cmp-campaigneventtop__text,
#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop__campaign-panel:focus .corp-cmp-campaigneventtop__text {
    text-decoration: underline
}

#simulation-recommend .corp-cmp-campaigneventtop .corp-cmp-campaigneventtop-nocopy {
    pointer-events: none
}
