@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 901px){
  main.mercury[data-sb-module-pb='type01']{
    padding-bottom: 0px;
  }
  .mobile-page-u96-pink{
    padding: 90px 0;
    background-color:#fcf1d8;
  }
  .mobile-page-u96-flow-detail-white-box{
    max-width: 860px;
    margin: 40px auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 45px;
  }
  .mobile-page-u96-step{
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 950px;
    margin: 0 auto;
  }
  .mobile-page-u96-step-box{
    width: 290px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border: #497ce4 solid 2px;
    border-radius: 10px;
  }
  .mobile-page-u96-step-box-number{
    width: 80px;
    margin: 0 auto;
    background: #f18208;
    color: #fff;
    border-radius:10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
  }
  .mobile-page-u96-step-box-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color:#333;
  }
  .mobile-page-u96-step-box-text{
    font-size: 13px;
    text-align: center;
    color: #333;
  }
  .mobile-page-u96-chevron-down {
    display: block;
    color: #497ce4;
    line-height: 1;
    width: 14px;
    height: 14px;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: 10px auto 0;
    text-align: center;
  }

  .mobile-page-u96-step-big-number{
    width: 120px;
    margin: 0 auto;
    background: #f18208;
    color: #fff;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
  }
  .mobile-page-u96-step-big-title{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
  }
  .mobile-page-u96-step-big-text{
    font-size: 16px;
    text-align: center;
  }
  .internet-page-u96-stepAnchor__item{
    cursor: pointer;
  }

  .mobile-page-u96-flow-step{
    display: flex;
    justify-content: space-around;
    max-width: 870px;
    margin: 25px auto 0;
  }
  .mobile-page-u96-flow-step-box{
    width: 275px;
    background: #fff;
    box-sizing: border-box;
    border: #e0e0e0 solid 3px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobile-page-u96-flow-step-box-2col{
    width: 415px;
    background: #fff;
    box-sizing: border-box;
    border: #e0e0e0 solid 3px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobile-page-u96-flow-step-box-1col{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: #e0e0e0 solid 3px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobile-page-u96-flow-step-box-title{
    background: #333;
    height: 95px;
    margin-top: -10px;
    padding-top: 10px;
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .mobile-page-u96-flow-step-box-detail{
    padding: 20px;
  }
  .mobile-page-u96-flow-step-box-image{
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .mobile-page-u96-flow-step-box-sub-text{
    font-size: 14px;
    font-weight: bold;
    color: #999;
  }
  .mobile-page-u96-flow-step-line{
    width: 100%;
    height: 1px;
    padding: 20px 0 0;
    border-top: #dcdcdc solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .mobile-page-u96-flow-step-box-list-text{
    margin-left: 20px;
    list-style: disc;
    font-size: 16px;
    font-weight: bold;
  }
  .mobile-page-u96-flow-step-box-text{
    font-size: 14px;
  }
  .mobile-page-u96-flow-step-box-text-center{
    font-size: 14px;
    text-align: center;
  }
  .mobile-page-u96-flow-step-box-text-red{
    color: #f32f3e;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
  }
  .mobile-page-u96-flow-step-box-text-red::before{
    content: '※';
    position: absolute;
    left: 0;

  }
  .mobile-page-u96-flow-arrow{
    position: relative;
  }
  .mobile-page-u96-flow-arrow::before{
    content: '';
    position: absolute;
    top:-50px;
    left: 445px;
		background-image: url("/internet/set/data/moving/hikari_course/img/p/step_arrow_under.png");
    width: 60px;
    height: 60px;
  }
  .mobile-page-u96-thumb{
    display: flex;
    justify-content: center;
  }
  .mobile-page-u96-thumb-box{
    margin-top: 20px;
  }
  .mobile-page-u96-thumb-box:first-child{
    margin-right: 10px;
  }
  .mobile-page-u96-table-scroll-container {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
  }
  .mobile-page-u96-table-type01 {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-radius: 10px;
  }
  
  .mobile-page-u96-table-type01 thead th:first-child{
    border-radius: 20px 0 0 0; 
  }
  .mobile-page-u96-table-type01 thead th:last-child{
    border-radius:0 20px 0 0; 
  }
  .mobile-page-u96-table-type01 tbody tr:last-child th{
    border-radius:0 0 0 20px; 
  }
  .mobile-page-u96-border-radius-right-bottom{
    border-radius:0 0 20px 0; 
  }
  
  .table-type01_row:last-child .table-type01_header-lv1:not(.table-type01_header-lv1-border-bottom), .table-type01_row:last-child .table-type01_header-lv2:not(.table-type01_header-lv2-border-bottom), .table-type01_row:last-child .table-type01_data:not(.table-type01_data-border-bottom) {
    border-bottom: none;
  }
  .mobile-page-u96-table-type01[data-sb-module-theme-parent='gray02'] .mobile-page-u96-table-type01_header-lv1 {
    background-color: #fcf1d8;
  }
  
  .mobile-page-u96-table-type01_header-lv1 {
    padding: 20px 15px;
    background: #e0e0e0;
    font-weight: bold;
    position: relative;
  }
  .mobile-page-u96-table-type01_header-lv1::after {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    border-right: 1px solid #fcc800;
    height: 70%;
  }
  .mobile-page-u96-table-type01_header-lv1:last-child:after {
    border-right: none;
  }
  .mobile-page-u96-table-type01_header-lv1 {
    font-size: 20px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .mobile-page-u96-table-type01_data,
  .mobile-page-u96-table-type01_data_line {
    padding: 15px 25px;
    background: #fff;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
  }
  .mobile-page-u96-table-type01_data_gi{
    position: relative;
  }
  #sb-appshell-v1 td.mobile-page-u96-table-type01_data.mobile-page-u96-table-type01_data_gi:after{
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    border-right: 1px solid #d3d3d3;
    height: 70%;
  }
  
  td.mobile-page-u96-table-type01_data:after,
  .mobile-page-u96-table-type01_data_line:after {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    border-right: 1px solid #d3d3d3;
    height: 70%;
  }
  td.mobile-page-u96-table-type01_data:last-child:after{
    border-right: none;
  }
  td.mobile-page-u96-table-type01_data_line:last-child:after {
    border: none;
  }
  .mobile-page-u96-table-type01_header-lv2 {
    padding: 10px 25px;
    font-weight: bold;
    background: #fff;
    border-left: solid 3px #e0e0e0;
    font-size: 16px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
  }
  th.mobile-page-u96-table-type01_header-lv2:after {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    border-right: 1px solid #d3d3d3;
    height: 70%;
  }
  .mobile-page-u96-table-type01_row{
    border: solid 3px #e0e0e0;
  }
  .mobile-page-u96-font-bold{
    font-weight: bold;
  }
  
  td.mobile-page-u96-table-type01_data-right-border{
    border-right: 3px solid #e0e0e0;
  }
  
  .mobile-page-u96-table-type01_data-bottom-border{
    border-bottom: 3px solid #e0e0e0;
  }
}


@media screen and (max-width: 900px){
  main.mercury[data-sb-module-pb='type01']{
    padding-bottom: 0;
  }
  .section-container.mobile-page-u96-caution-last{
    padding-bottom: 20px;
  }
  .mobile-page-u96-pink{
    width: 101%; 
    margin-top: 10px;
    margin-left: -15px;
    padding: 50px 15px;
    background-color:#fcf1d8;
  }
  .mobile-page-u96-flow-detail-white-box{
    max-width: 860px;
    margin: 35px auto 0;
    border-radius: 20px;
    background-color: #fff;
    padding: 25px;
  }
  .mobile-page-u96-step{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 950px;
    margin: 0 auto;
  }
  .mobile-page-u96-step-box{
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    
    background: #fff;
    box-sizing: border-box;
    border: #497ce4 solid 2px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobile-page-u96-step-box-anchor{
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-page-u96-step-box-number{
    width: 100%;
    max-width: 64px;
    height: 60px;
    display: flex;
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
    background: #f18208;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .mobile-page-u96-step-box-title{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color:#333;
  }
  .mobile-page-u96-step-box-text{
    margin: 0;
    font-size: 13px;
    text-align: left;
    color:#333;
  }
  .mobile-page-u96-step-box-down{
    width: 59%;
    padding: 10px 0 10px 20px;
  }
  .mobile-page-u96-chevron-down {
    display: block;
    color: #497ce4;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: 20px auto 0;
    text-align: center;
  }

  .mobile-page-u96-step-big-number{
    width: 80px;
    margin: 0 auto;
    background: #f18208;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
  }
  .mobile-page-u96-step-big-title{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .mobile-page-u96-step-big-text{
    font-size: 16px;
    text-align: center;
  }

  .mobile-page-u96-flow-step{
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto 0;
  }
  .mobile-page-u96-flow-step-box{
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
    border: #e0e0e0 solid 3px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobile-page-u96-flow-step-box-2col{
    width: 415px;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
    border: #e0e0e0 solid 3px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobile-page-u96-flow-step-box-1col{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: #e0e0e0 solid 3px;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobile-page-u96-flow-step-box-title{
    background: #333;
    height: 35px;
    margin-top: -2px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .mobile-page-u96-flow-step-box-detail{
    padding: 20px;
  }
  .mobile-page-u96-flow-step-box-image{
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .mobile-page-u96-flow-step-box-sub-text{
    font-size: 14px;
    font-weight: bold;
    color: #999;
  }
  .mobile-page-u96-flow-step-line{
    width: 100%;
    height: 1px;
    padding: 0;
    border-top: #dcdcdc solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .mobile-page-u96-flow-step-box-list-text{
    margin-left: 20px;
    list-style: disc;
    font-size: 16px;
    font-weight: bold;
  }
  .mobile-page-u96-flow-step-box-text{
    font-size: 14px;
  }
  .mobile-page-u96-flow-step-box-text-center{
    font-size: 14px;
    text-align: center;
  }
  .mobile-page-u96-flow-step-box-text-red{
    color: #f32f3e;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
  }
  .mobile-page-u96-flow-step-box-text-red::before{
    content: '※';
    position: absolute;
    left: 0;

  }
  .mobile-page-u96-flow-arrow{
    position: relative;
  }
  .mobile-page-u96-flow-arrow::before{
    content: '';
    position: absolute;
    top:-44px;
    left: 44%;
		background-image: url("/internet/set/data/moving/hikari_course/img/s/step_arrow_under.png");
    width: 50px;
    height: 50px;
  }
  .mobile-page-u96-thumb{
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-page-u96-thumb-box{
    width: 100%;
    margin-top: 20px;
  }
  .mobile-page-u96-thumb-box:first-child{
    margin-top: 0px;
  }
  .mobile-page-u96-table-scroll-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
  }
  .mobile-page-u96-table-type01 {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-radius: 10px;
  }
  
  .mobile-page-u96-table-type01 tbody tr:last-child th{
    border-radius:0 0 0 10px; 
  }
  .mobile-page-u96-border-radius-right-bottom{
    border-radius:0 0 10px 0; 
  }
  .mobile-page-u96-border-radius-left-top-sp{
    border-radius:10px 10px 0 0; 
  }
  
  .table-type01_row:last-child .table-type01_header-lv1:not(.table-type01_header-lv1-border-bottom), .table-type01_row:last-child .table-type01_header-lv2:not(.table-type01_header-lv2-border-bottom), .table-type01_row:last-child .table-type01_data:not(.table-type01_data-border-bottom) {
    border-bottom: none;
  }
  .mobile-page-u96-table-type01[data-sb-module-theme-parent='gray02'] .mobile-page-u96-table-type01_header-lv1 {
    background-color: #fcf1d8;
  }
  
  .mobile-page-u96-table-type01_header-lv1 {
    padding: 5px;
    background: #e0e0e0;
    font-weight: bold;
    position: relative;
  }
  .mobile-page-u96-table-type01_header-lv1::after {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    border-right: 1px solid #fcc800;
    height: 70%;
  }
  .mobile-page-u96-table-type01_header-lv1:last-child:after {
    border-right: none;
  }
  .mobile-page-u96-table-type01_header-lv1 {
    font-size: 16px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .mobile-page-u96-table-type01_data {
    padding: 15px 10px;
    background: #fff;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
    border-right: 3px solid #d3d3d3;
    text-align: left;
  }
  
  .mobile-page-u96-table-type01_header-lv2 {
    padding: 15px 10px;
    font-weight: bold;
    background: #fff;
    border-left: solid 3px #e0e0e0;
    font-size: 15px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
  }
  th.mobile-page-u96-table-type01_header-lv2:after {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    border-right: 1px solid #d3d3d3;
    height: 70%;
  }

  .mobile-page-u96-table-type01_row{
    border: solid 3px #e0e0e0;
  }
  .mobile-page-u96-table-border-bottom{
    border-bottom: solid 3px #e0e0e0;
  }
  .mobile-page-u96-font-bold{
    font-weight: bold;
  }
  
  .mobile-page-u96-table-type01_data-right-border{
    border-right: 3px solid #e0e0e0;
  }
  
  .mobile-page-u96-table-type01_data-bottom-border{
    border-bottom: 3px solid #e0e0e0;
  }
  .mobile-page-u96-accordion-type03 {
    max-width: 100%;
  }
  .mobile-page-u96-accordion-type03_content {
    margin-top: 10px;
  }
  .mobile-page-u96-accordion-type03_content:first-child {
    margin-top: 0;
  }
  .mobile-page-u96-accordion-type03[data-sb-module-theme-parent='gray02'] .mobile-page-u96-accordion-type03_trigger {
    background-color: #fcf1d8;
  }

  .mobile-page-u96-accordion-type03_trigger {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    padding: 8px 44px 8px 15px;
    background-color: #e0e0e0;
    color: #333;

    border-radius:10px 10px 0 0;
  }
  .mobile-page-u96-accordion-type03_trigger-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
  }
  .mobile-page-u96-accordion-type03_trigger-icon {
    width: 12px;
    height: 12px;
  }
  .mobile-page-u96-accordion-type03_trigger-icon {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    right: 15px;
  }
  .mobile-page-u96-accordion-type03_trigger-icon::before, .mobile-page-u96-accordion-type03_trigger-icon::after {
    position: absolute;
    content: '';
    background-color: #333;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
  }
  .mobile-page-u96-accordion-type03_trigger-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .mobile-page-u96-accordion-type03_detail {
    height: 0;
    overflow: hidden;
  }
  .mobile-page-u96-width-100{
    width: 100%
  }
}

.mobile-page-u96-u-pc-w-60{
  width: 60%;
}
.mobile-page-u96-u-pc-w-30{
  width: 30%;
}
.mobile-page-u96-u-pc-w-38{
  width: 38%;
}