@charset "utf-8";

.contents_nav-item:nth-child(6) {
	background: #fff6b2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #fee101;
}

p a {
    color: #0033AA;
    text-decoration: none;
}


/*******************************************
流用元CSS
********************************************/

/****** 0:common setting *************************************/

#flow .not_mt {
  margin-top: 0!important;
}

#flow .indent100 {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#flow .indent120 {
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}

#flow .indent130 {
  padding: 0 0 0 1.3em;
  text-indent: -1.3em;
}

#flow .indent140 {
  padding: 0 0 0 1.4em;
  text-indent: -1.4em;
}

#flow .indent150 {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

#flow .indent200 {
  padding: 0 0 0 2em;
  text-indent: -2em;
}

#flow .note_font {
  font-size: 85.714286%;
}

#flow ul.disc {
  list-style: inside disc;
}

.lower #flow .sect_nav .sect_list {
  width: auto;
  margin-right: -17px;
}

#flow .sect_nav.column2 li {
  width: 468px;
  margin: 0 10px 0 0;
}

#flow .sect_nav.column4 .sect_list li {
  width: 231px;
  margin: 0 12px 0 0;
  font-size: 85.714286%;
}

#flow .sect_nav.column5 {
  margin: 0 0 20px;
}

#flow .sect_nav.column5 .sect_list li {
  width: 314px;
  margin: 0 9px 10px 0;
  font-size: 85.714286%;
}

#flow .customer_flow {
  margin: 50px 0 47px;
}

#flow .flow_step {
  overflow: hidden;
}

#flow .step_img {
  float: left;
  width: 98px;
  margin: 0 0 12px;
  padding: 0 17px 0 0;
  border-right: 1px solid #ddd;
  overflow: hidden;
}

#flow .step_detail {
  float: right;
  width: 750px;
  margin: 0 0 16px;
}

#flow .step_ttl {
  margin: 0 0 18px;
  padding: 4px 0 0;
  font-size: 142.857143%;
  font-weight: bold;
  line-height: 1.5em;
}

#flow .step_ttl span {
  margin: 0 20px 0 0;
  color: #83c24b;
  font-size: 150%;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

#flow .step_ttl strong {
  font-weight: bold;
}

#flow .step_explain ul {
  margin: 18px 0;
}

#flow .step_explain dl {
  margin: 16px 0 0;
}

#flow .step_explain .procedure {
  margin: 0;
}

#flow .step_explain .procedure dt {
  margin: 1.5em 0 10px;
}

#flow .step_explain .procedure dd {
  padding: 0 0 0 1.5em;
}

#flow .step_explain .link_txt {
  margin: 18px 0 0;
}

#flow .step_arrow {
  clear: both;
  width: 79px;
  margin: 9px auto;
}

#flow .switch_sect .introduce figure {
  margin: 16px 0;
  text-align: center;
}

#flow .switch_sect .introduce figure img {
  width: inherit;
  max-width: 100%;
  height: auto;
}

#flow .switch_sect .introduce .link_txt {
  text-align: right;
}

#flow .switch_sect .be_careful ol {
  margin: 22px 0;
}

#flow .switch_sect .be_careful ul {
  margin: 0 0 22px;
}

#flow .switch_sect .entry_box {
  margin: 10px 0 50px;
  padding: 17px 28px 16px;
  background: #eee;
}

#flow .switch_sect .entry_box dt {
  font-weight: bold;
}

#flow .switch_sect .entry_box .link_txt {
  margin: 0 0 13px;
}

#flow .switch_sect .sub_sect {
  margin: 0 0 36px;
}

#flow .switch_sect .sub_sect ul {
  margin: 12px 0;
}

#flow .txt_red {
  color:#D00;
}


/* for sp -------------------*/

@media screen and (max-width: 768px) {
    
    #flow .customer_flow {
      margin: 25px 0 50px;
    }

    #flow .flow_step {
      overflow: visible;
    }

    #flow .step_img {
      width: 25%;
      margin: 0 10px 0 0;
    }

    #flow .step_ttl {
      margin: 0 0 6px;
    }

    #flow .step_detail {
      float: none;
      width: auto;
    }

    #flow .switch_sect .introduce .link_txt {
      text-align: left;
    }

    #flow .switch_sect .be_careful ol,
    #flow .switch_sect .be_careful ul {
      margin: 12px 0;
    }

    #flow .switch_sect .entry_box {
      margin: 10px 0 25px;
      padding: 10px;
    }

    #flow .switch_sect .sub_sect {
      margin: 0 0 18px;
    }

}

/****** 1:flow_top *************************************/
/*-----------------------------------------------------------------------

STEP

-----------------------------------------------------------------------*/

.step__wrap {
	border-top: #c5c5c5 1px dotted;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-top: 35px;
	padding-bottom: 30px;
}
.step__wrap:first-child {
	border-top: none;
}

.step__img--step01,
.step__img--step02,
.step__img--step03,
.step__img--step04 {
    background-position: 30px 30px;
    background-repeat: no-repeat;
}

.step__img--step01 { background-image: url("../img/img_step01.jpg"); }
.step__img--step02 { background-image: url("../img/img_step02.jpg"); }
.step__img--step03 { background-image: url("../img/img_step03.jpg"); }
.step__img--step04 { background-image: url("../img/img_step04.jpg"); }

.step__ttl01 {
    font-size: 4.0rem;
    margin-left: 230px;
    padding-bottom: 5px;
    line-height: 1;
}

.step__ttl--num {
    font-size: 150%;
}

.step__ttl--ttl {
    font-size: 65%;
    padding-left: 20px;
}

.step__box01 {
    margin-left: 230px;
    margin-right: 30px;
}

.step__box02 {
    margin-left: 230px;
    margin-right: 30px;
    clear: both;
}

.step__lead {
    font-size: 2.2rem;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.step__lead02 {
    font-size: 2.6rem;
    color: #6794d4;
    margin-top: 30px;
    font-weight: bold;
}

.step__stl {
    margin-top: 30px;
    font-weight: bold;
}

.step__txt {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.step__txt--mb0 {
    font-size: 1.8rem;
}

.step__txt--mt20 {
    margin-top: 20px;
}

.step__txt--mt30 {
    margin-top: 30px;
}

.step__txt--pt20 {
    padding-top: 20px;
}

.step__txt02 {
    font-size: 1.8rem;
}

.clear {
    clear: both;
}

.notes__v1 {
    text-indent: -1em;
    padding-left: 1em;
}

.notes__v2 {
    margin-top: 5px;
    margin-left: 230px;
}

.notes__v3 {
    margin-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

.txt__red {
    color: #FF0004;
}

.txt__eohikarinet {
    color: #6794d4;
    font-weight: bold;
}

.txt__eohikaridenwa {
    color: #83c24b;
    font-weight: bold;
}

.txt__eohikaritv {
    color: #ee734b;
    font-weight: bold;
}

.txt__eodenki {
    color: #83C24B;
    font-weight: bold;
}

.txt__gas {
    color: #0075c2;
    font-weight: bold;
}

.txt__icon--eohikarinet,
.txt__icon--eohikaridenwa,
.txt__icon--eohikaritv,
.txt__icon--eodenki,
.txt__icon--gas {
    margin-bottom: 5px;
}

.txt__icon--eohikarinet span {
    color: #6794d4;
    border: 1px solid #6794d4;
}

.txt__icon--eohikaridenwa span {
    color: #83c24b;
    border: 1px solid #83c24b;
}

.txt__icon--eohikaritv span {
    color: #ee734b;
    border: 1px solid #ee734b;
}

.txt__icon--eodenki span {
    color: #83C24B;
    border: 1px solid #83C24B;
}

.txt__icon--gas span {
    color: #0075c2;
    border: 1px solid #0075c2;
}

.txt__icon--eohikarinet span,
.txt__icon--eohikaridenwa span,
.txt__icon--eohikaritv span,
.txt__icon--eodenki span,
.txt__icon--gas span {
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.step__attention {
    border: 1px solid #c5c5c5;
    margin-top: 50px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.step__attention--ttl {
    color: #FF0004;
    font-size: 1.25rem;
}

.step__attention--ttl span {
    color: #FFFFFF;
    background-color: #FF0004;
    border-radius: 80px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    margin-right: 10px;
}

.eohikarinet__bd { border: 1px solid #6794d4; }
.eohikaridenwa__bd { border: 1px solid #83c24b; }
.eohikaritv__bd { border: 1px solid #ee734b; }
.eodenki__bd { border: 1px solid #83C24B; }
.gas__bd { border: 1px solid #0075c2; }

.eohikarinet__bd,
.eohikaridenwa__bd,
.eohikaritv__bd {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.eodenki__bd,
.gas__bd {
    margin-top: 5px;
    margin-bottom: 45px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

/* for sp --------------------------------*/

@media screen and (max-width: 768px) {

    .step__wrap {
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .step__img--step01,
    .step__img--step02,
    .step__img--step03,
    .step__img--step04 {
        background-image: none;
    }

    .step__ttl01 {
        font-size: 2.4rem;
        margin-left: 0px;
    }
    
    .step__ttl--num {
        font-size: 150%;
    }

    .step__ttl--ttl {
        font-size: 80%;
        padding-left: 10px;
    }

    .step__box01 {
        width: 70%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
        float: left;
    }

    .step__box02 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .step__img {
        float: right;
        width: 28%;
    }

    .step__img img {
        width: 100%;
        padding-top: 30px;
    }

    .step__lead {
        font-size: 1.8rem;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .step__lead02 {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .step__txt {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .step__txt--mb0 {
        font-size: 1.6rem;
    }

    .step__txt--mt20 {
        margin-top: 10px;
    }

    .step__txt--mt30 {
        margin-top: 20px;
    }

    .step__txt--pt40 {
        padding-top: 30px;
    }

    .step__txt02 {
        font-size: 1.6rem;
    }

    .notes__v1 {
        text-indent: -1em;
        padding-left: 1em;
    }

    .notes__v2 {
        margin-top: 10px;
        margin-left: 0;
    }

    .notes__v2 li {
        text-indent: -1em;
        padding-left: 1em;
    }

    .notes__v3 {
        margin-top: 10px;
        text-indent: -1em;
        padding-left: 1em;
    }

    .txt__icon--eohikarinet span,
    .txt__icon--eohikaridenwa span,
    .txt__icon--eohikaritv span,
    .txt__icon--eodenki span,
    .txt__icon--gas span {
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
    }

    .step__attention {
        margin-top: 30px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .step__attention--ttl {
        color: #FF0004;
        font-weight: bold;
        font-size: 1.6rem;
    }

    .step__attention--ttl span {
        color: #FFFFFF;
        background-color: #FF0004;
        border-radius: 50%;
        padding-top: 0.1em;
        padding-left: 0.25em;
        padding-right: 0.25em;
        line-height: 1;
    }

}





#flow_top .sub_sect {
  margin: 0 0 50px;
}

#flow_top .mtop {
  margin: 1em 0 0;
}

#flow_top a:hover img {
  opacity: 1;
}

#flow_top .l_btn {
  margin: 24px auto 48px;
}

#flow_top .l_btn .btn_txt .small {
  font-size: 72.222222%;
}

#flow_top .l_btn strong {
  display: block;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

#flow_top .introduce {
  margin: 0 0 46px;
}

#flow_top .introduce p {
  line-height: 1.85714286;
}

#flow_top .introduce .indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#flow_top .flow_list {
  height: auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  background: url(../img/bg_flow_pc.gif) no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
}

#flow_top .flow_list li {
  position: relative;
  float: left;
  width: 191px;
  min-height: 228px;
  text-align: center;
  overflow: hidden;
}

#flow_top .flow_list li .flow_ttl {
  position: relative;
  margin: 0 0 132px;
  padding: 14px 0 0;
  color: #83c24b;
  font-size: 214.285%;
  font-weight: normal;
  line-height: 1;
}

#flow_top .flow_list li .flow_img {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 150px;
  margin: 0 0 0 -75px;
}

#flow_top .flow_list li.last .flow_img {
  margin: 0 0 0 -65px;
}

#flow_top .flow_list li .flow_lead {
  display: table-cell;
  position: relative;
  width: 191px;
  height: 33px;
  padding: 10px 0 4px;
  vertical-align: middle;
  font-size: 114.285%;
  line-height: 1.2;
}
#flow_top .flow_list li .flow_lead span {
  font-size: 75%;
}
#flow_top .flow_list li .flow_lead .attention {
  font-size: 62.5%;
  vertical-align: top;
}

#flow_top .flow_span {
  height: auto;
  margin: 0 0 10px;
  padding: 11px 0 10px;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  background: #f9f9f9;
}

#flow_top .flow_span p {
  width: 330px;
  margin: 0 auto;
  background: url(../../img/bg_flow_bottom_pc.gif) no-repeat center;
  color: #83c24b;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

#flow_top .flow_span p span {
  padding: 0 20px;
}

#flow_top .box {
  margin: 26px 0 48px;
  padding: 16px 18px;
  border: 1px solid #ccc;
}

#flow_top .box dt {
  font-weight: bold;
}

#flow_top .box .link_txt {
  margin: 14px 0 0;
}

#flow_top .link_list {
  padding: 0 16px;
}

#flow_top .link_list li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#flow_top .link_list .notes {
  margin: 0 0 10px;
}

#flow_top .sub_sect .m_btn {
  width: 460px;
  margin: 20px auto 0;
}
#flow_top .sub_sect .m_btn .btn {
  height: 50px;
}

#flow_top .sub_sect .m_btn .btn_txt {
  padding: 0 14px;
}

#flow_top sup {
  font-size: 60%;
  line-height: 1;
}

/* for sp --------------------------------*/

@media screen and (max-width: 768px) {

    #flow_top .sub_sect {
      margin: 0 0 25px;
    }

    #flow_top .l_btn {
      width: auto;
      margin: 14px 0 24px;
    }

    #flow_top .introduce {
      margin: 0 0 24px;
    }

    #flow_top .to_new_customer {
      margin: 0 0 30px;
    }

    #flow_top .flow_list {
      width: auto;
      height: auto;
      margin: 0 auto;
      background: none;
      border: 1px solid #ccc;
      border-bottom: none;
      border-radius: 5px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

    #flow_top .flow_list li {
      clear: both;
      float: none;
      width: auto;
      height: 32px;
      min-height: 0;
      padding: 10px 0 10px 82px;
      background: url(../../img/sp/bg_flow.gif) no-repeat center bottom;
      background-size: 100%;
      text-align: left;
    }

    #flow_top .flow_list li.last {
      height: 18px;
      border-bottom: 1px solid #ccc;
      background: none;
    }

    #flow_top .flow_list li .flow_ttl {
      display: inline-block;
      float: left;
      margin: 0 0.5em 0 0;
      padding: 4px 0 0;
      font-size: 100%;
      line-height: 1;
    }

    #flow_top .flow_list li .flow_img {
      top: 1px;
      left: 17px;
      width: 40px;
      margin: 0;
    }

    #flow_top .flow_list li .flow_lead {
      display: inline-block;
      float: left;
      width: auto;
      height: auto;
      padding: 3px 0 0;
      text-align: left;
      font-size: 100%;
      line-height: 1;
    }

    #flow_top .flow_list li.last .flow_ttl,
    #flow_top .flow_list li.last .flow_lead {
      padding: 0;
    }

    #flow_top .flow_list li .flow_lead span {
      font-size: 75%;
    }
    #flow_top .flow_list li .flow_lead .attention {
      position: relative;
      font-size: 75%;
      vertical-align: middle;
      margin: 0 0 0 2px;
    }

    #flow_top .flow_span {
      width: auto;
      height: auto;
      margin: 0 auto 10px;
      padding: 0;
      border: 1px solid #ccc;
      border-top: none;
      border-radius: 0 0 5px 5px;
      background: #f9f9f9;
    }

    #flow_top .flow_span p {
      width: auto;
      margin: 0;
      background: none;
      font-size: 115.384%;
      line-height: 2.5em;
      padding: 0;
    }

    #flow_top .box {
      margin: 14px 0 24px;
      padding: 11px 8px;
    }

    #flow_top .link_list {
      padding: 0 5px;
    }

    #flow_top .sub_sect .m_btn {
      width: auto;
    }

}

/****** 2:case01 *************************************/


/****** 3:case02 *************************************/


/****** 4:case03 *************************************/


/****** 5:notice *************************************/

#flow_notice sup {
  font-size: 60%;
  line-height: 1;
}

#flow_notice .mtop {
  margin-top: 1em;
}

#flow_notice .sub_sect {
  margin: 0 0 42px;
}

#flow_notice .sect_caption {
  margin-top: 18px;
}

#flow_notice p {
  line-height: 1.85714286;
}

#flow_notice .sect_txt {
  margin: 0 0 14px;
}

#flow_notice .notes {
  line-height: 1.5;
}

#flow_notice dl dd {
  margin: 0 0 1em;
}

#flow_notice .pdf_icon {
  vertical-align: text-top;
}

#flow_notice .mb_none {
  margin-bottom: 0;
}

#flow_notice .pdf_link {
  margin: 1em 0 0;
}

#flow_notice table {
  width: 100%;
  margin: 1em 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#flow_notice table th,
#flow_notice table td {
  padding: 10px 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

#flow_notice table th {
  font-weight: bold;
}

#flow_notice table thead th {
  background: #eee;
}

#flow_notice table .name {
  width: 52%;
}

#flow_notice table tbody th {
  padding-left: 46px;
  text-align: left;
}

#flow_notice table .pack {
  width: 24%;
}

/* for sp --------------------------------*/

@media screen and (max-width: 768px) {

    #flow_notice .sub_sect {
        margin: 0 0 20px;
    }

    #flow_notice table .name {
        padding: 10px 5px;
    }

}

/****** 6:terms *************************************/

#flow_terms sup {
  font-size: 60%;
  line-height: 1;
}

#flow_terms .mtop {
  margin: 1em 0 0;
}

#flow_terms ul.indent_list {
  list-style: outside disc;
  padding: 0 0 0 1.6em;
  text-indent: 0;
}

#flow_terms .indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

#flow_terms .ordered_indent {
  padding: 0 0 0 1.6em;
  text-indent: -1.6em;
}

#flow_terms .introduce {
  margin: 0 0 30px;
}

#flow_terms .main_sect {
  margin: 0 0 38px;
}

#flow_terms .sub_sect {
  margin: 0 0 30px;
}

#flow_terms .heading {
  margin: 16px 0 8px;
  font-weight: bold;
}

#flow_terms .inside {
  padding: 0 0 0 1em;
}

#flow_terms ul.disc {
  list-style: outside disc;
  padding: 0 0 0 1.5em;
}

#flow_terms .ordered_notes {
  padding: 0 0 0 2em;
  text-indent: -2em;
}

#flow_terms .notes .ordered_notes {
  margin: 0 0 0 -1em;
}

#flow_terms .disc > li {
  margin: 0 0 6px;
}

#flow_terms .alg_l {
  text-align: left;
}

#flow_terms .alg_c {
  text-align: center;
}

#flow_terms .alg_r {
  text-align: right;
}

#flow_terms .red {
  color: #ee445c;
}

#flow_terms table {
  width: 100%;
  margin: 20px 0 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#flow_terms table sup {
  font-size: 60%;
  line-height: 1;
}

#flow_terms table caption {
  padding: 0 0 10px;
  font-size: 85.714286%;
  line-height: 1;
  text-align: right;
}

#flow_terms table caption .table_name {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

#flow_terms table th,
#flow_terms table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  vertical-align: middle;
  word-break: break-all;
}

#flow_terms table thead th {
  padding: 10px 5px;
  background: #eee;
  font-weight: bold;
  text-align: center;
}

#flow_terms .nohead table th {
  background: #eee;
}

#flow_terms .celltype_fix {
  table-layout: fixed;
}

#flow_terms table .celltype01 {
  width: 10%;
}

#flow_terms table .celltype01_5 {
  width: 15%;
}

#flow_terms table .celltype02 {
  width: 20%;
}

#flow_terms table .celltype02_5 {
  width: 25%;
}

#flow_terms table .celltype03 {
  width: 30%;
}

#flow_terms table .celltype03_5 {
  width: 35%;
}

#flow_terms table .celltype04 {
  width: 40%;
}

#flow_terms table .celltype04_5 {
  width: 45%;
}

#flow_terms table .celltype05 {
  width: 50%;
}

#flow_terms table .celltype05_5 {
  width: 55%;
}

#flow_terms table .celltype06 {
  width: 60%;
}

#flow_terms table .celltype06_5 {
  width: 65%;
}

#flow_terms table .celltype07 {
  width: 70%;
}

#flow_terms table .celltype07_5 {
  width: 75%;
}

#flow_terms table .celltype08 {
  width: 80%;
}

#flow_terms table .celltype08_5 {
  width: 85%;
}

#flow_terms table .celltype09 {
  width: 90%;
}

#flow_terms table .celltype09_5 {
  width: 95%;
}

#flow_terms table .celltype10 {
  width: 100%;
}

#flow_terms .table_list dd {
  margin: 0 0 30px;
}

#flow_terms .table_list table {
  margin-top: 0;
}

#flow_terms #contact .btn_list {
  width: 916px;
  margin: 30px 0 0 -8px;
  text-align: center;
}

#flow_terms #contact .btn_item {
  display: inline-block;
  width: 290px;
  margin: 0 5px;
}

#flow_terms #service_contact .support {
  margin: 0 0 16px;
}

#flow_terms .pdf_link {
  margin: 10px 0 0;
}


#flow_terms .ngservice_table {
  margin: 20px 0 10px;
}

#flow_terms .ngservice_table table {
  table-layout: auto;
  width: 100%;
  margin: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#flow_terms .ngservice_table th,
#flow_terms .ngservice_table td {
  padding: 10px 14px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
}

#flow_terms .ngservice_table thead th {
  padding: 10px 2px;
}

#flow_terms .ngservice_table .short {
  width: 60px;
}

#flow_terms .ngservice_table .middle {
  width: 170px;
}

#flow_terms .ngservice_table .long {
  width: 184px;
}

#flow_terms .ngservice_table .notop {
  border-top: none;
}

#flow_terms .ngservice_table th,
#flow_terms .ngservice_table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

#flow_terms .ngservice_table thead th {
  background: #eee;
  font-weight: bold;
  text-align: center;
}

#flow_terms .callable_table,
#flow_terms .ip_table {
  margin: 20px 0 10px;
}

#flow_terms .callable_table table,
#flow_terms .ip_table table {
  margin: 0;
  border-top: none;
}

#flow_terms .callable_table table {
  table-layout: fixed;
  border-collapse: separate;
}

#flow_terms .callable_table table tbody th {
  font-weight: normal;
  text-align: left;
}

#flow_terms .callable_table .top_table,
#flow_terms .ip_table .top_table {
  border-top: 1px solid #ccc;
}

/* for sp --------------------------------*/

@media screen and (max-width: 768px) {

    #flow_terms .main_sect {
      margin: 0 0 18px;
    }

    #flow_terms .sub_sect {
      margin: 0 0 16px;
    }

    #flow_terms table {
      table-layout: fixed;
    }

    #flow_terms #contact .btn_list {
      width: auto;
      margin: 30px 0 0;
      text-align: left;
    }

    #flow_terms #contact .btn_item {
      display: block;
      width: auto;
      margin: 0 0 20px;
    }

    #flow_terms .ngservice_table .notop {
      border-top: 1px solid #ccc;
    }

    #flow_terms .ngservice_table dt {
      margin: 0 0 10px;
    }

    #flow_terms .ngservice_table dd {
      margin: 0 0 18px;
    }

    #flow_terms .ngservice_table table {
      table-layout: fixed;
    }

    #flow_terms .ngservice_table th,
    #flow_terms .ngservice_table td {
      width: auto;
      height: 29px;
      padding: 5px;
    }

    #flow_terms .ngservice_table .column3 th,
    #flow_terms .ngservice_table .column3 td {
      width: 33.333333333%;
    }

    #flow_terms .ngservice_table .column4 th,
    #flow_terms .ngservice_table .column4 td {
      width: 25%;
    }

    #flow_terms .callable_table table,
    #flow_terms .ip_table table {
      border-top: 1px solid #ccc;
    }

    #flow_terms .callable_table table th,
    #flow_terms .callable_table table td {
      width: 50%;
    }

    #flow_terms .callable_table dd,
    #flow_terms .ip_table dd {
      margin: 10px 0 30px;
    }

    #flow_terms .ip_table tbody td {
      width: auto;
    }

    #flow_terms .ip_table .top_table th,
    #flow_terms .ip_table .top_table td {
      width: 25%;
    }

    #flow_terms .ip_table .top_table .celltype04 {
      width: 50%;
    }

}

    
/****** 4:termsagreed *************************************/

.agree_header {
  padding-top: 100px;
  padding-bottom: 38px;
}

.agree_footer {
  padding-bottom: 26px;
}

.agree_footer .close_btn {
  margin-bottom: 26px;
}

.agree_footer .agree_notes {
  margin: 0 0 90px;
  font-size: 71.428571%;
  line-height: 1.5em;
  text-align: center;
}

/* for sp --------------------------------*/

@media screen and (max-width: 768px) {

    .close_btn {
        width: 100%;
    }

    .agree_header {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .agree_footer .agree_notes {
        margin-bottom: 50px;
        text-align: left;
    }

}
