@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* style.css-- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }

body {
  width: 980px;
  padding: 0 40px;
  margin: 0 auto; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

section {
  width: 900px;
  padding-bottom: 40px;
  margin: 0 auto; }

/* HEADLINE-- */
.headline__img {
  padding: 25px 0 30px; }
  .headline__img img {
    width: 100%; }

.headline__txt {
  text-align: center;
  padding-bottom: 15px; }

.headline__txt--maincolor {
  color: #CF5C1B;
  font-size: 50px; }

.headline__link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.headline__link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 290px;
  word-break: break-all;
  padding: 20px 2px 35px;
  border: 3px solid #CF5C1B;
  text-align: center;
  text-decoration: none;
  color: #000000; }
  .headline__link p {
    font-size: 13px;
    font-weight: bold; }
  .headline__link::before {
    position: absolute;
    content: '';
    bottom: 10px;
    right: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-top: 4px solid #CF5C1B;
    border-right: 4px solid #CF5C1B;
    margin: 0 auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .headline__link:hover {
    opacity: .7; }

.headline__link__text {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px; }

.headline__link__text--maincolor {
  color: #CF5C1B; }

/* --HEADLINE */
/* SET-- */
.section__title {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 15px;
  border-left: 4px solid #CF5C1B;
  margin-bottom: 20px; }

.section__title--maincolor {
  color: #CF5C1B; }

.set__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px; }
  .set__wrapper::before {
    content: '';
    background-image: url(../../cablephone/service/image/plus.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45%;
    right: 432px; }
  .set__wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #CF5C1B transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto; }

.set__link__wrapper {
  text-align: left; }

.set__link--catv {
  padding-left: 11px; }
  .set__link--catv a {
    width: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    text-align: left;
    color: #06a;
    word-wrap: break-word;
    margin-top: 10px;
    vertical-align: middle; }
    .set__link--catv a:hover {
      text-decoration: underline; }

.set__link__last {
  position: relative;
  padding-right: 13px; }
  .set__link__last::before {
    position: absolute;
    content: '';
    background-image: url(../../cablephone/service/image/arrow_link.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 10px; }

.set__content {
  width: 410px;
  text-align: center;
  padding: 25px 14px; }

.set__catv {
  border: 1px solid #89bc36; }

.set__catv__headline {
  font-size: 28px;
  font-weight: bold; }

.set__catv__middle_head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px; }


.set__catv__headline--color {
  color: #89bc36;
  font-size: 30px;
  margin-right: 5px; }

.set__catv__img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 382px;
  height: 109px;
  margin: 20px auto 25px;
  text-align: center;
  position: relative; }
  .set__catv__img img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.set__catv__text {
  font-size: 16px;
  font-weight: bold; }

.set__catv__plan {
  width: 315px;
  height: 70px;
  padding: 7px 0;
  border: 2px solid #89bc36;
  margin: 10px auto;
  overflow: hidden; }
  .set__catv__plan img {
    width: 275px;
    height: 52px;
    overflow: hidden; }
  .set__catv__plan p {
    font-size: 16px; }

.set__au {
  border: 1px solid #CF5C1B;
  position: relative;
  margin-left: 80px; }

.set__au__headline {
  font-size: 28px;
  font-weight: bold; }
  .set__au__headline img {
    width: 76px;
    padding-right: 5px; }

.set__au__img {
  padding: 15px 0;
  height: 109px;
  margin: 20px auto 25px; }

.set__au__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 250px); }

.set__au__text--content {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

.set__au__text--star {
  position: relative;
  top: -3px;
  font-size: 10px;
  vertical-align: top; }

.set__au__text--star-note {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 10px; }

.set__au__note {
  font-size: 12px;
  line-height: 18px; }

.set__link--au {
  text-align: left;
  padding-left: 11px; }
  .set__link--au a {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #06a;
    word-wrap: break-word;
    padding-right: 13px;
    vertical-align: middle; }
    .set__link--au a::after {
      position: absolute;
      content: '';
      background-image: url(../../cablephone/service/image/arrow_link.png);
      background-repeat: no-repeat;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 6px;
      height: 10px; }
    .set__link--au a:hover {
      text-decoration: underline; }

.set__message {
  width: 100%;
  padding-top: 10px; }
  .set__message img {
    display: block;
    margin: 0 auto; }

.set__example {
  margin-top: 30px; }

.set__example__label {
  text-align: center;
  padding-bottom: 15px; }

.set__example__main img {
  width: 100%;
  display: block;
  margin: 0 auto; }

.set__example__text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px; }

.set__example__text--bold {
  font-weight: bold; }

.set__example__link {
  width: 100%;
  text-align: right;
  padding-top: 10px; }
  .set__example__link a {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #06a;
    word-wrap: break-word;
    padding-right: 13px;
    vertical-align: middle; }
    .set__example__link a::after {
      position: absolute;
      content: '';
      background-image: url(../../cablephone/service/image/arrow_link.png);
      background-repeat: no-repeat;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 6px;
      height: 10px; }
    .set__example__link a:hover {
      text-decoration: underline; }

.set__example__note {
  font-size: 12px;
  line-height: 20px;
  font-weight: lighter;
  padding: 15px 0 10px; }

.set__left {
  float: left; }

.family__set__example__note {
  font-size: 12px;
  line-height: 20px;
  font-weight: lighter;
  padding: 15px 0 10px; 
  margin:10px 0 50px 0;
}

.set__example__link--caution a {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #06a;
  word-wrap: break-word;
  padding-right: 13px;
  vertical-align: middle; }
  .set__example__link--caution a::after {
    position: absolute;
    content: '';
    background-image: url(../../cablephone/service/image/arrow_link_down.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 6px; }
  .set__example__link--caution a:hover {
    text-decoration: underline; }

/* --SET */
/* --FAMILY */
.family__headline {
  color: #CF5C1B;
  font-size: 36px;
  font-weight: bold;
  text-align: center; }

.family__wrapper {
  position: relative;
  padding: 35px 20px;
  border: 1px solid #E5E5E5;
  /*background-image: url(../../cablephone/service/image/family-bg.png);*/
  background-repeat: no-repeat;
  background-position: 20px 90px; }
.family__wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #CF5C1B transparent transparent transparent;
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
    margin: 0 auto; }

.family__text__example {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 100px; }

.family__list {
  display: -webkit-box;
  display: -ms-flexbox;
  /*! display: flex; */
  /*! width: 788px; */
  /*! text-align: center; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  margin: 0 auto;
  /*! margin-bottom: 130px; */ }

.family__item {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px; }

.family__text__item {
  font-size: 14px;
  padding-bottom: 5px; }

.family__text__maincolor {
  font-size: 11px;
  font-weight: bold;
    line-height: 16px; }

.family__figure__img img {
  display: block;
  margin: 0 auto; }

.family__summary {
  text-align: center;
  padding-top: 5px; }

.family__summary__label1 {
  padding: 10px 0 40px 0; }

.family__summary__label2 {
  margin-bottom: 30px; }

/* --FAMILY */
/* STEPS-- */
.steps__headline {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.steps__headline__number {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 115px;
  height: 50px;
  background: #CF5C1B;
  border: 1px solid #E5E5E5;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF; }

.steps__headline__title {
  position: relative;
  display: inline-block;
  width: 785px;
  height: 50px;
  background: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px 20px;
  border: 1px solid #E5E5E5;
  border-collapse: collapse; }

.steps__headline__link {
  position: absolute;
  color: #06a;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px; }
  .steps__headline__link a {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #06a;
    word-wrap: break-word;
    padding-right: 13px;
    vertical-align: middle; }
    .steps__headline__link a::after {
      position: absolute;
      content: '';
      background-image: url(../../cablephone/service/image/arrow_link.png);
      background-repeat: no-repeat;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 6px;
      height: 10px; }
    .steps__headline__link a:hover {
      text-decoration: underline; }

.steps__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 410px 490px;
      grid-template-columns: 410px 490px;
  -ms-grid-rows: 130px max-content 130px;
      grid-template-rows: 130px -webkit-max-content 130px;
      grid-template-rows: 130px max-content 130px; }

.steps__content__choice--left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  position: relative; }
  .steps__content__choice--left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22px;
    height: 30px;
    background: #F5DED1; }
  .steps__content__choice--left:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22px;
    height: 50px;
    background: #F5DED1; }

.steps__content__choice--right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  position: relative; }
  .steps__content__choice--right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22px;
    height: 30px;
    background: #E5E5E5; }
  .steps__content__choice--right:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 38px;
    height: 50px;
    background-image: url(../../cablephone/service/image/arrow_end_no.png);
    background-repeat: no-repeat; }

.steps__content__choice__text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 50px;
  padding: 12px 0;
  border: 1px solid #E5E5E5;
  margin: 30px auto 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.steps__content__choice__text--yes {
  color: #CF5C1B; }

.steps__content__choice__text--no {
  color: #000000; }

.steps__content__box--left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  position: relative; }
  .steps__content__box--left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22px;
    height: 100%;
    background: #F5DED1; }

.steps__content__box--right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  width: 490px;
  padding: 20px 20px 20px 20px;
  background: #FFFAE5;
  position: relative; }

.steps__box__service {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px; }

.steps__box__service__link {
  text-decoration: none;
  font-weight: normal;
  color: #06a; }
  .steps__box__service__link:hover {
    text-decoration: underline; }

.steps__box__service__text--large {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.steps__box__service__text--medium {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px; }

.steps__box__service__text--small {
  font-size: 14px;
  padding-bottom: 10px; }

.steps__box__service__button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 205px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CF5B1B), to(#C55110));
  background: linear-gradient(#CF5B1B, #C55110);
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 40px;
  margin: 5px 0 20px; }
  .steps__box__service__button:last-child {
    margin-left: 15px; }
  .steps__box__service__button::before {
    position: absolute;
    content: '';
    top: 16px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .steps__box__service__button:hover {
    opacity: .7; }

.steps__content__action--left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  position: relative; }
  .steps__content__action--left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22px;
    height: 80px;
    background: #F5DED1; }
  .steps__content__action--left:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 38px;
    height: 50px;
    background-image: url(../../cablephone/service/image/arrow_end_yes.png);
    background-repeat: no-repeat; }

.steps__content__action--right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  position: relative; }
  .steps__content__action--right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22px;
    height: 30px;
    background: #E5E5E5; }
  .steps__content__action--right:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 38px;
    height: 50px;
    background-image: url(../../cablephone/service/image/arrow_end_no.png);
    background-repeat: no-repeat; }

.steps__content__action__text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  border: 1px solid #CF5C1B;
  margin: 30px auto 50px;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  color: #CF5C1B;
  text-align: center; }

.steps__box__mnp {
  width: 100%;
  text-align: center;
  line-height: 20px; }

.steps__box__mnp__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em; }

.steps__box__mnp__button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 205px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CF5B1B), to(#C55110));
  background: linear-gradient(#CF5B1B, #C55110);
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 40px;
  width: 250px;
  font-weight: normal;
  margin: 5px 0 20px; }
  .steps__box__mnp__button:last-child {
    margin-left: 15px; }
  .steps__box__mnp__button::before {
    position: absolute;
    content: '';
    top: 16px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .steps__box__mnp__button:hover {
    opacity: .7; }

.steps__box__mnp__link a {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #06a;
  word-wrap: break-word;
  padding-right: 13px;
  vertical-align: middle; }
  .steps__box__mnp__link a::after {
    position: absolute;
    content: '';
    background-image: url(../../cablephone/service/image/arrow_link.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 10px; }
  .steps__box__mnp__link a:hover {
    text-decoration: underline; }

.steps__step3__text {
  padding: 20px 0 60px;
  font-size: 14px;
  line-height: 1.5em; }

.steps__step3__link {
  text-decoration: none;
  font-weight: normal;
  color: #06a; }
  .steps__step3__link:hover {
    text-decoration: underline; }

.steps__step3__box {
  width: 100%;
  padding: 20px 0 40px;
  border: 3px solid #CF5C1B;
  position: relative; }

.steps__step3__box__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center; }

.steps__step3__box__text--maincolor {
  color: #CF5C1B; }

.steps__step3__box__link {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px; }
  .steps__step3__box__link a {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #06a;
    word-wrap: break-word;
    padding-right: 13px;
    vertical-align: middle; }
    .steps__step3__box__link a::after {
      position: absolute;
      content: '';
      background-image: url(../../cablephone/service/image/arrow_link.png);
      background-repeat: no-repeat;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 6px;
      height: 10px; }
    .steps__step3__box__link a:hover {
      text-decoration: underline; }

/* --STEPS */
/* CAUTION-- */
.caution {
  border: 1px solid #E5E5E5; }

.caution__headline {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #E5E5E5; }

.caution__content {
  font-size: 12px;
  line-height: 20px;
  padding: 20px 20px 0 20px; }

.caution__content__title {
  font-weight: bold; }

.caution__content__link a {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #06a;
  word-wrap: break-word;
  padding-right: 13px;
  vertical-align: middle;
  height: 15px;
  font-size: 12px;
  line-height: 15px; }
  .caution__content__link a::after {
    position: absolute;
    content: '';
    background-image: url(../../cablephone/service/image/arrow_link.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 10px; }
  .caution__content__link a:hover {
    text-decoration: underline; }

/* --CAUTION */
.price-note {
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  padding-top: 10px;
  margin-right: 40px; }

.price-note--red {
  color: #FF0000; }

.note--red {
  color: #FF0000; }
