@charset "UTF-8";
/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
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, 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,
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, 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; }

html {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
  font-size: 10px;
  color: #242424; }

a {
  text-decoration: none; }

.header {
  width: 100%;
  background-color: #d42134; }

.header__body {
  display: table;
  *zoom: 1; }
  .header__body:after {
    content: "";
    display: table;
    clear: both; }

.header__ci {
  width: 34.375%;
  display: table-cell; }
  .header__ci img {
    width: 100%; }

.header__logo {
  width: 65.625%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .header__logo img {
    width: 71.428%; }

.footer {
  padding: 15px 16px 0;
  background-color: #000000;
  font-size: 1.1rem;
  line-height: 1.8;
  box-sizing: border-box; }

.footer__list {
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  *zoom: 1; }
  .footer__list:after {
    content: "";
    display: table;
    clear: both; }
  .footer__list a {
    color: #fff; }

.footer__item {
  float: left; }
  .footer__item:after {
    padding: 0 13px;
    content: "|";
    color: #fff; }
  .footer__item:last-child:after {
    padding: 0;
    content: ""; }

.footer__copyright {
  padding: 10px 0;
  display: block;
  color: #fff; }

.menu {
  width: 100%;
  border-top: 1px solid #a20415;
  *zoom: 1; }
  .menu:after {
    content: "";
    display: table;
    clear: both; }

.menu__item, .menu__item--sub {
  width: 50%;
  float: left;
  box-sizing: border-box;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #a20415;
  background-color: #bb0a1d; }
  .menu__item:nth-child(2n + 1), .menu__item--sub:nth-child(2n + 1) {
    border-right: 1px solid #a20415; }
  .menu__item.isActive, .isActive.menu__item--sub, .menu__item.onActive, .onActive.menu__item--sub {
    background: url(/jiyuuka/sp/images/menu_active.png) center bottom no-repeat #bb0a1d;
    background-size: 16px auto; }
  .menu__item a, .menu__item--sub a {
    color: #fff;
    padding: 1.5rem 0;
    display: block; }

.menu__item--sub {
  margin-top: -1px;
  background-color: #e67985;
  border-bottom: none;
  display: none; }
  .menu__item--sub:nth-child(2n + 1) {
    border-right: 1px solid #d66370; }

.lead {
  margin-bottom: 24px;
  padding: 16px;
  background-image: url(/jiyuuka/sp/images/top_img_mv01_01.jpg);
  background-size: cover;
  box-sizing: border-box;
  background-position: -80px 0; }

.lead__area {
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7); }

.lead__catch {
  margin-bottom: 9px;
  font-weight: bold; }

.lead__title {
  margin-bottom: 9px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #d42134; }

.lead__sentence {
  margin-bottom: 7px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5454; }

.lead_button a {
  width: auto;
  display: inline-block;
  padding: 10px 40px;
  background-color: #c82432;
  box-shadow: 0 2px 0 0 #a11d28;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem; }

.aboutPlan, .aboutFree {
  padding-top: 50px;
  width: 50%;
  float: left;
  background-size: auto 40px;
  background-repeat: no-repeat;
  box-sizing: border-box; }

.aboutPlan__title, .aboutFree__title {
  margin-bottom: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3125;
  text-align: center; }

.aboutPlan__sentence, .aboutFree__sentence, .standard__index .standard__price .standard__price__ex .standard__price__ex__sentence, .power__index .power__price .power__price__ex .power__price__ex__sentence, .power__index .power__customer .power__customer__sentence, .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__sentence {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center; }

.about_top {
  margin-bottom: 40px;
  padding: 0 16px; }

.about_top:after {
  content: "";
  display: table;
  clear: both; }

.aboutContract,
.beginnerContract {
  margin-bottom: 24px;
  padding-bottom: 12px;
  background-color: #ffedbc; }

.aboutPlan {
  margin-bottom: 17px;
  background-image: url(/jiyuuka/sp/images/top_bg_about_tepco.png);
  background-position: 45px 0;
  padding-right: 14px;
  border-right: 1px solid #d5d7df; }

@media (min-width: 321px) {
  .aboutPlan {
    background-position: center 0; } }

.aboutPlan__title {
  color: #d42134;
  width: 100%;
  min-height: 4.2rem;
  display: table; }
  .aboutPlan__title span {
    display: table-cell;
    vertical-align: middle; }

.aboutPlan__button {
  text-align: center; }
  .aboutPlan__button a {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    background-color: #c82432;
    box-shadow: 0 2px 0 0 #a11d28;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem; }

.aboutFree {
  margin-bottom: 17px;
  background-image: url(/jiyuuka/sp/images/about-free.png);
  background-position: center 0;
  padding-left: 13px; }

.aboutFree__title {
  color: #df5924; }

.aboutFree__button {
  text-align: center; }
  .aboutFree__button a {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    background-color: #df5924;
    box-shadow: 0 2px 0 0 #b3471d;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem; }

.aboutBusiness {
  clear: both;
  text-align: left;
  margin-top: 10px; }
  .aboutBusiness .link__inner {
    padding-right: 15px;
    background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
    background-size: contain;
    color: #d42134;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: underline; }

.caution {
  margin: 0 16px 44px;
  padding-bottom: 5px;
  background: url(/jiyuuka/sp/images/caution_bg.png) 0 0 repeat; }

.caution__title {
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: #c72432;
  text-align: center; }
  .caution__title span {
    color: #ffec50; }

.caution__body {
  margin: 0 5px;
  padding: 13px 16px;
  background-color: #fff; }

.caution__item {
  margin-bottom: 8px;
  padding-left: 1.7rem;
  font-size: 1.2rem;
  line-height: 1.5; }
  .caution__item:first-letter {
    margin-left: -1.7rem; }
  .caution__item:before {
    margin-right: 5px;
    content: "●";
    color: #c82432; }

.caution_agency {
  margin-bottom: 10px; }
  .caution_agency .link__outer {
    padding-right: 18px;
    background: url(/jiyuuka/sp/images/link-outer.png) right center no-repeat;
    background-size: contain;
    color: #d42134;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: underline; }

.caution__sentenct {
  margin-bottom: 14px;
  font-size: 1.2rem;
  line-height: 1.5; }

.caution__codicil {
  padding: 12px 14px;
  padding-left: 50px;
  background: url(/jiyuuka/sp/images/caution.png) 12px 14px no-repeat #ffedbc;
  background-size: 28px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #d42134;
  line-height: 1.5; }

.aboutContract .detail-area {
  display: none;
  padding: 0 14px 12px 50px; }

.aboutContract .detail-area .doc-text {
  font-size: 1.2rem;
  line-height: 1.5em; }

.aboutContract .detail-area .doc-text a u {
  color: #d42134; }

.aboutContract .close {
  text-align: center; }

.beginnerContract .caution__codicil {
  padding: 12px 14px;
  padding-left: 50px;
  background: url(/jiyuuka/sp/images/beginner.png) 12px 14px no-repeat #ffedbc;
  background-size: 28px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d42134;
  line-height: 1.5; }
  .beginnerContract .caution__codicil span {
    font-size: 1.2rem; }
  .beginnerContract .caution__codicil a {
    color: #d42134;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: underline; }
  .beginnerContract .caution__codicil a.link__inner {
    padding-right: 20px;
    background: url(/jiyuuka/sp/images/link-outer.png) right center no-repeat;
    background-size: contain;
    color: #d42134;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: underline; }

.work-caution01__txt {
  width: 90%;
  margin: 22px auto 0; }

.work-caution01__txt h3 {
  padding-left: 30px;
  background: url(/jiyuuka/sp/images/caution.png) no-repeat left top;
  background-size: 24px;
  color: #d42134;
  font-weight: bold;
  font-size: 2.5rem; }

.work-release__list {
  width: 95%;
  margin: 22px auto 0; }
  .work-release__list li {
    font-size: 1.2rem;
    position: relative;
    padding: 8px 0 12px 25%;
    border-bottom: 1px solid #b8b8b8;
    line-height: 1.5em;
    }
    .work-release__list li span {
      position: absolute;
      top: 14px;
      left: 0; }
    .work-release__list li a {
      color: #d42134;
      text-decoration: underline;
      }

.inquiries {
  margin-bottom: 16px;
  padding: 17px;
  border: 2px solid #f0f0f0;
  text-align: center; }

.inquiries__title {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.5; }

.inquiries__number {
  margin-bottom: 10px; }
  .inquiries__number a {
    padding-left: 27px;
    background: url(/jiyuuka/sp/images/call.png) 5% 50% no-repeat;
    background-size: 15px 15px;
    font-size: 2rem;
    color: #d42134;
    text-decoration: underline; }

.inquiries__sentence {
  font-size: 1.2rem;
  line-height: 1.5; }
  .inquiries__sentence span {
    padding-left: 5em; }

.change {
  margin: 0 16px 30px; }

.change__title {
  margin-bottom: 13px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center; }

.change__separater {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 8.75%;
  height: 2px;
  background-color: #bbb;
  border-style: none; }

.change__body {
  margin: 0 auto 28px;
  width: 41.875%;
  text-align: center; }
  .change__body img {
    width: 100%; }

.change_detail {
  text-align: center; }
  .change_detail .link__inner {
    padding-right: 15px;
    background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
    background-size: contain;
    color: #d42134;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: underline; }

.information {
  padding: 27px 16px;
  background-color: #f0f0f0; }

.information__title {
  margin-bottom: 13px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center; }

.information__separater {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 8.75%;
  height: 2px;
  background-color: #bbb;
  border-style: none; }

.information__list {
  font-size: 1.2rem;
  line-height: 1.5; }

.information__body {
  margin-bottom: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bbb; }
  .information__body:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .information__body a {
    color: #242424;
    text-decoration: underline; }

.pageTop {
  position: fixed;
  right: 0;
  bottom: 120px;
  width: 13%; }

.pageTop img {
  width: 100%; }

.about__index .about__lead {
  padding: 16px 0 30px;
  background-image: url(/jiyuuka/sp/images/main.png);
  background-size: cover;
  box-sizing: border-box; }
  .about__index .about__lead .about__lead__title {
    padding: 16px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    text-align: center; }
  .about__index .about__lead .about__lead__sentence {
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.5454;
    text-align: center;
    font-weight: bold; }

.about__index .life {
  padding: 27px 16px; }
  .about__index .life .life__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .about__index .life .life__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .about__index .life .life__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #242424; }
  .about__index .life .life__area {
    margin: 24px 0; }
  .about__index .life .lifeBefore, .about__index .life .lifeAfter {
    float: left;
    width: 50%;
    text-align: center;
    padding: 14px 0;
    font-weight: bold; }
  .about__index .life .lifeAfter {
    color: #d42134; }
  .about__index .life .lifeBefore__title, .about__index .life .lifeAfter__title {
    font-size: 1.5rem;
    line-height: 1.5; }
  .about__index .life .lifeBefore__sentence, .about__index .life .lifeAfter__sentence {
    font-size: 1.0rem;
    line-height: 1.5; }
  .about__index .life .life__choice {
    margin: 0 -16px; }
  .about__index .life .life__choice img {
    width: 100%; }

.about__index .happy {
  padding: 27px 16px 82px;
  background: url(/jiyuuka/sp/images/bottom.png) #f0f0f0 repeat-x center bottom; }
  .about__index .happy .happy__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .about__index .happy .happy__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .about__index .happy .happy__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #242424; }
  .about__index .happy .happy__catch {
    color: #d42134;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 16px 0; }
  .about__index .happy .happy__choice {
    background: url(/jiyuuka/sp/images/choice.png) no-repeat center bottom;
    background-size: cover; }
  .about__index .happy .happy__text {
    background: #d42134;
    font-size: 1.2rem;
    line-height: 2.0;
    color: #fff;
    padding: 8px;
    font-weight: bold; }
  .about__index .happy .happy__image {
    width: 100%;
    margin: 0 auto; }
  .about__index .happy .happy__image img {
    width: 100%;
    zoom: 0.5; }

.about__index .service {
  padding: 27px 16px; }
  .about__index .service .service__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .about__index .service .service__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .about__index .service .service__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #242424; }
  .about__index .service .service__detail {
    text-align: center; }
    .about__index .service .service__detail a {
      width: 50%;
      display: inline-block;
      padding: 14px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .about__index .service .service__item {
    display: table;
    width: 100%;
    margin-bottom: 16px; }
    .about__index .service .service__item:last-child {
      margin-bottom: 25px; }
  .about__index .service .service__item li {
    display: table-cell;
    font-size: 1.2rem;
    line-height: 1.5;
    background-size: contain;
    height: 88px;
    vertical-align: middle;
    padding: 0 0 0 100px;
    width: 100%;
    color: #242424; }
  .about__index .service .service__item_1 {
    background: url(/jiyuuka/sp/images/service_01.png) no-repeat left center; }
  .about__index .service .service__item_2 {
    background: url(/jiyuuka/sp/images/service_02.png) no-repeat left center; }
  .about__index .service .service__item_3 {
    background: url(/jiyuuka/sp/images/service_03.png) no-repeat left center; }

.about__index .qanda {
  padding: 27px 16px;
  background-color: #f0f0f0; }
  .about__index .qanda .qanda__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .about__index .qanda .qanda__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .about__index .qanda .qanda__detail {
    text-align: center; }
    .about__index .qanda .qanda__detail a {
      width: 50%;
      display: inline-block;
      padding: 14px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .about__index .qanda dl {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold; }
  .about__index .qanda dt {
    color: #4688c7;
    padding: 10px 10px 10px 44px;
    background: url(/jiyuuka/sp/images/icon_q.png) #FFF no-repeat 16px center;
    background-size: 17px 18px; }
  .about__index .qanda dd {
    color: #d42134;
    padding: 10px 10px 10px 44px;
    background: url(/jiyuuka/sp/images/icon_a.png) no-repeat 16px center;
    background-size: 17px 18px; }

.faq__index .faq__body .faq__body__title, .corporate__index .plan .plan__area__title, .service__index .service__plan__category__body .service__plan__category__body__title, .plan__index .plan .plan__area__title {
  background: #777;
  font-size: 1.3rem;
  color: #FFF;
  padding: 10px 16px;
  overflow: hidden;
  cursor: pointer; }

.faq__index .faq__body .faq__body__title h3, .corporate__index .plan .plan__area__title h3, .service__index .service__plan__category__body .service__plan__category__body__title h3, .plan__index .plan .plan__area__title h3 {
  width: 84%;
  float: left;
  padding: 6px 0 0; }

.faq__index .faq__body .faq__body__title .faq__body__title__open, .corporate__index .plan .plan__area__title .plan__area__title__open, .service__index .service__plan__category__body .service__plan__category__body__title .service__plan__category__body__title__open, .plan__index .plan .plan__area__title .plan__area__title__open {
  display: block;
  float: right;
  width: 10%;
  text-align: right; }

.faq__index .faq__body .faq__body__title .faq__body__title__open a, .corporate__index .plan .plan__area__title .plan__area__title__open a, .service__index .service__plan__category__body .service__plan__category__body__title .service__plan__category__body__title__open a, .plan__index .plan .plan__area__title .plan__area__title__open a {
  width: 26px;
  display: inline-block;
  padding: 6px 2px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #e8eaec;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  font-weight: bold; }

.faq__index .faq__lead {
  padding: 16px 0 30px;
  background: #f0f0f0;
  box-sizing: border-box; }
  .faq__index .faq__lead .faq__lead__title {
    padding: 16px 0 8px;
    font-size: 1.8rem;
    line-height: 1.5454;
    font-weight: bold;
    color: #252525;
    text-align: center; }
  .faq__index .faq__lead .faq__lead__sentence {
    color: #252525;
    font-size: 1.1rem;
    line-height: 1.5454;
    text-align: center;
    font-weight: bold; }

.faq__index .faq__body {
  padding: 27px 0; }
  .faq__index .faq__body li {
    margin-bottom: 1px; }
  .faq__index .faq__body .faq__body__description__list {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 12px 16px;
    display: none; }
  .faq__index .faq__body dt {
    color: #4688c7;
    padding: 10px 0 10px 0;
    background: url(/jiyuuka/sp/images/icon_q.png) #EAF1F8 no-repeat 16px center;
    background-size: 17px 18px;
    border-radius: 3px;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer; }
    .faq__index .faq__body dt p {
      display: table-cell;
      width: 90%;
      padding: 0 16px 0 44px;
      vertical-align: middle; }
    .faq__index .faq__body dt .faq__body__q__open {
      display: table-cell;
      width: 10%;
      vertical-align: middle;
      text-align: right;
      padding-right: 12px; }
      .faq__index .faq__body dt .faq__body__q__open a {
        width: 26px;
        display: inline-block;
        padding: 6px 2px;
        background-color: #fff;
        box-shadow: 0 2px 0 0 #e8eaec;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
        color: #000;
        font-weight: bold; }
  .faq__index .faq__body dd {
    padding: 10px 10px 18px 44px;
    background: url(/jiyuuka/sp/images/icon_a.png) no-repeat 16px 10px;
    background-size: 17px 18px;
    display: none; }
    .faq__index .faq__body dd span {
      color: #d42134; }
    .faq__index .faq__body dd .txt-note {
      display: block;
      padding-left: 1.5em;
      padding-top: 10px;
      text-indent: -1.5em; }
    .faq__index .faq__body dd .link__inner {
      padding-right: 16px;
      background: url(/jiyuuka/sp/images/link-outer.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline;
      background-size: 12px; }
    .faq__index .faq__body dd p {
      margin-top: 1.5rem; }
    .faq__index .faq__body dd p:last-child {
      margin-bottom: 1.5rem; }
    .faq__index .faq__body dd .about-faq-table {
      border-collapse: separate;
      border-spacing: 2px;
      margin: 0 auto;
      width: 100%; }
      .faq__index .faq__body dd .about-faq-table th {
        background: #f0f0f0 none repeat scroll 0 0;
        text-align: center;
        vertical-align: middle;
        padding: 2%;
        font-size: 1.2rem;
        font-weight: 700; }
      .faq__index .faq__body dd .about-faq-table th.w20 {
        width: 20%; }
      .faq__index .faq__body dd .about-faq-table td {
        background: #fcfcfc none repeat scroll 0 0;
        padding: 2%;
        vertical-align: middle;
        text-align: center;
        width: 19%;
        font-size: 1.2rem; }

.work.faq__index .faq__body dt {
  background: url(/jiyuuka/sp/images/icon_q_gray.png) #e6e6e6 no-repeat 16px center;
  background-size: 17px 18px;
  color: #242424; }

.corporate__index .corporate__lead {
  padding: 16px 0 30px;
  background-image: url(/jiyuuka/sp/images/main_corporate.png);
  background-size: cover;
  box-sizing: border-box; }
  .corporate__index .corporate__lead .corporate__lead__logo {
    padding: 16px 0 4px;
    text-align: center; }
    .corporate__index .corporate__lead .corporate__lead__logo img {
      width: 157px; }
  .corporate__index .corporate__lead .corporate__lead__title {
    padding: 0 0 4px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #FFF;
    text-align: center; }
  .corporate__index .corporate__lead .corporate__lead__sentence {
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.5454;
    text-align: center;
    font-weight: bold; }

.corporate__index .corporate__contract {
  margin: 16px 16px 0; }

.corporate__index .choice {
  padding: 27px 16px; }
  .corporate__index .choice .choice__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .corporate__index .choice .choice__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .corporate__index .choice .choice__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #242424; }
  .corporate__index .choice .choice__area {
    background: #f0f0f0;
    padding: 16px;
    margin: 0 0 23px; }
    .corporate__index .choice .choice__area:last-child {
      margin-bottom: 0; }
    .corporate__index .choice .choice__area h4 {
      color: #d42134;
      font-size: 1.4rem;
      line-height: 1.5;
      text-align: center;
      font-weight: bold; }
    .corporate__index .choice .choice__area .choice__area__image {
      padding: 15px 0; }
    .corporate__index .choice .choice__area .choice__area__image img {
      width: 100%; }

.corporate__index .plan {
  padding: 27px 16px;
  background: #f0f0f0; }
  .corporate__index .plan .plan__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .corporate__index .plan .plan__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .corporate__index .plan .plan__detail {
    clear: both;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 22px; }
    .corporate__index .plan .plan__detail .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }
  .corporate__index .plan .plan__area {
    padding-bottom: 2px; }
  .corporate__index .plan .plan__area__title {
    margin: 0 -16px; }
  .corporate__index .plan .plan__area__item__detail {
    text-align: center; }
    .corporate__index .plan .plan__area__item__detail a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .corporate__index .plan .plan__area__item__plan {
    text-align: center; }
    .corporate__index .plan .plan__area__item__plan a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/corporate/icon_outlink.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .corporate__index .plan .plan__area__item__block {
    display: none;
    padding-bottom: 20px; }
  .corporate__index .plan .plan__area__item {
    background: #FFF;
    margin: 25px 0 0; }
    .corporate__index .plan .plan__area__item:before {
      content: "";
      display: block;
      height: 6px;
      background: -moz-linear-gradient(left, #0068b6 0%, #0068b6 50%, #f08300 51%, #f08300 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #0068b6 0%, #0068b6 50%, #f08300 51%, #f08300 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #0068b6 0%, #0068b6 50%, #f08300 51%, #f08300 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .corporate__index .plan .plan__area__item:nth-child(2):before {
      background: #773e20; }
    .corporate__index .plan .plan__area__item:nth-child(3):before {
      background: #f08300; }
    .corporate__index .plan .plan__area__item:nth-child(4):before {
      height: 0; }

.corporate__index .plan .plan__area__item .bisiness {
      background: url(/jiyuuka/sp/images/icon_biz.png) no-repeat left top;
      background-size: 90px;
      color: #0068b6;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 7px 0 8px 95px;
      margin-bottom: 16px;

}

.corporate__index .plan .plan__area__item .standerd,.corporate__index .plan .plan__area__item .standerd_x, .standerd_sl,.corporate__index .plan .plan__area__item .power, .corporate__index .plan .plan__area__item .plan__list {
      background: url(/jiyuuka/sp/images/icon_biz.png) no-repeat left top;
      background-size: contain;
      color: #0068b6;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 7px 0 8px 76px;
      margin-bottom: 16px; }
    .corporate__index .plan .plan__area__item .standerd {
      background-image: url(/jiyuuka/sp/images/icon_standerd.png);
      padding-left: 112px; }
    .corporate__index .plan .plan__area__item .standerd_x {
      background-image: url(/jiyuuka/sp/images/icon_standard_x.png);
      padding-left: 0;
      text-align: center; }
    .corporate__index .plan .plan__area__item .standerd_sl {
      background-image: url(/jiyuuka/sp/images/icon_standard_sl.png);
      padding-left: 76px; }
    .corporate__index .plan .plan__area__item .power, .corporate__index .plan .plan__area__item .plan__list {
      background-image: url(/jiyuuka/sp/images/icon_power.png);
      color: #f08300;
      padding-left: 0;
      text-align: center; }
    .corporate__index .plan .plan__area__item .plan__list {
      background-image: url(/jiyuuka/sp/images/icon_plan.png); }
    .corporate__index .plan .plan__area__item .plan__area__item__inner {
      padding: 16px; }
    .corporate__index .plan .plan__area__item p {
      font-size: 1.2rem;
      line-height: 1.8;
      color: #242424; }
    .corporate__index .plan .plan__area__item .plan__area__item__title {
      font-weight: bold; }
    .corporate__index .plan .plan__area__item .plan__area__item__sentence__attention {
      margin-top: 10px; }
    .corporate__index .plan .plan__area__item .plan__area__item__recommend {
      background: #f0f0f0;
      padding: 16px;
      margin: 16px 0 16px;
      text-align: center; }
      .corporate__index .plan .plan__area__item .plan__area__item__recommend h5 {
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: bold;
        padding-bottom: 4px; }
      .corporate__index .plan .plan__area__item .plan__area__item__recommend p {
        background: url(/jiyuuka/sp/images/icon_check.png) no-repeat left top;
        background-size: 15px 15px;
        width: 200px;
        margin: 0 auto;
        line-height: 1.5;
        font-size: 1.2rem; }
    .corporate__index .plan .plan__area__item .plan__area__item__smart {
      clear: both;
      text-align: center;
      font-size: 1.2rem;
      border: 2px solid #666;
      padding: 10px 5px;
      width: 220px;
      margin: 0 auto 16px; }
      .corporate__index .plan .plan__area__item .plan__area__item__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline;
        padding-right: 20px; }

.corporate__index .plan__attention {
  font-size: 1.2rem;
  margin-top: 22px;
  padding: 0 16px; }
  .corporate__index .plan__attention h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px; }
  .corporate__index .plan__attention h3 {
    font-weight: bold;
    text-align: center;
    line-height: 1.6rem;
    margin-bottom: 12px; }
  .corporate__index .plan__attention p {
    line-height: 1.6rem; }
  .corporate__index .plan__attention .plan__attention__body {
    background: #F0F0F0;
    padding: 16px; }
    .corporate__index .plan__attention .plan__attention__body a {
      color: #FF0000;
      text-decoration: underline; }

.corporate__index .plan__inquiries {
  font-size: 1.2rem;
  margin: 22px 16px;
  padding: 15px;
  border: 2px solid #F0F0F0; }
  .corporate__index .plan__inquiries .inquiries__number {
    text-align: center;
    margin-bottom: 14px; }

.standard__index .standard__lead {
  padding: 0 0 90px 16px;
  background-image: url(/jiyuuka/sp/images/bg_head_2.png);
  background-position: left bottom;
  background-size: cover;
  box-sizing: border-box; }
  .standard__index .standard__lead .standard__lead__area {
    padding: 16px 0 12px;
    background-image: url(/jiyuuka/sp/images/bg_white.png);
    border-radius: 0 0 0 50px / 0 0 0 50px; }
  .standard__index .standard__lead .standard__lead__logo {
    padding: 8px 0 4px;
    text-align: center; }
    .standard__index .standard__lead .standard__lead__logo img {
      width: 157px; }
  .standard__index .standard__lead .standard__lead__catch {
    padding: 0 0 4px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center; }
  .standard__index .standard__lead .standard__lead__title {
    padding: 0 0 4px;
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    color: #0068b7;
    text-align: center; }
  .standard__index .standard__lead .standard__lead__icon, .standard__index .standard__lead .standard__lead__icon_x{
    padding: 6px 0 0px;
    text-align: center; }
    .standard__index .standard__lead .standard__lead__icon img {
      width: 133px; }
    .standard__index .standard__lead .standard__lead__icon_x img {
      width: 41px; }
  .standard__index .standard__lead .standard__lead__icon .standard__lead__icon--slx {
    width: auto;
    height: 62px;
  }

.standard__index .standard__area {
  padding: 27px 16px;
  background: #f0f0f0; }
  .standard__index .standard__area .standard__area__item {
    margin-bottom: 12px;
    text-align: center; }
    .standard__index .standard__area .standard__area__item a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #777;
      box-shadow: 0 2px 0 0 #5f5f5f;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
    .standard__index .standard__area .standard__area__item:last-child {
      margin-bottom: 0; }
  .standard__index .standard__area .standard__area__item.active {
    text-align: center; }
    .standard__index .standard__area .standard__area__item.active a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.standard__index .standard__catch {
  padding: 27px 16px; }
  .standard__index .standard__catch .standard__catch__title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px; }
  .standard__index .standard__catch p {
    font-size: 1.2rem; }

.standard__index .standard__feature {
  padding: 27px 16px;
  background: #CEE8FA; }
  .standard__index .standard__feature .standard__feature__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .standard__index .standard__feature .standard__feature__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #6CA6D6;
    border-style: none; }
  .standard__index .standard__feature .standard__feature__item {
    background: #FFF;
    padding: 13px 13px 13px 80px;
    margin-bottom: 15px;
    background: url(/jiyuuka/sp/images/icon_s.png) #FFF no-repeat 13px 13px;
    background-size: 48px 48px; }
    .standard__index .standard__feature .standard__feature__item:last-child {
      margin-bottom: 0; }
    .standard__index .standard__feature .standard__feature__item:nth-child(4) {
      background-image: url(/jiyuuka/sp/images/icon_l.png); }
    .standard__index .standard__feature .standard__feature__item:nth-child(5), .standard__index .standard__feature .standard__feature__item.standard__x {
      background-image: url(/jiyuuka/sp/images/icon_x.png); }
    .standard__index .standard__feature .standard__feature__item.standard__a{
      background: url(/jiyuuka/sp/images/icon_standard_a.png) #FFF no-repeat 13px 13px;
      background-size: 48px auto;
    }
    .standard__index .standard__feature .standard__feature__item h4 {
      font-size: 1.4rem;
      color: #0068b7;
      font-weight: bold;
      margin-bottom: 6px; }
    .standard__index .standard__feature .standard__feature__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .standard__index .standard__feature .standard__feature__item .standard__feature__item__smart {
      clear: both;
      text-align: center;
      font-size: 1.2rem;
      border: 2px solid #666;
      padding: 10px;
      width: 100px;
      margin: 13px 0 0; }
      .standard__index .standard__feature .standard__feature__item .standard__feature__item__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline;
        padding-right: 20px; }
  .standard__index .standard__feature .standard__feature__bottom__border {
    border: 2px solid #AED2EB;
    margin-top: 27px; }

.standard__index .standard__price {
  padding: 0 16px 27px;
  background: #CEE8FA; }
  .standard__index .standard__price .standard__price__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .standard__index .standard__price .standard__price__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #6CA6D6;
    border-style: none; }
  .standard__index .standard__price .standard__price__menu {
    padding: 0 0 18px;
    width: 100%; }
    .standard__index .standard__price .standard__price__menu .standard__price__menu__item {
      margin-bottom: 12px; }
      .standard__index .standard__price .standard__price__menu .standard__price__menu__item a {
        width: 100%;
        display: inline-block;
        padding: 8px 0;
        /* background-color: $bgColor; */
        background: url(/jiyuuka/sp/images/icon_down.png) #fff 90% center no-repeat;
        background-size: 12px 9px;
        box-shadow: 0 2px 0 0 #e5e5e5;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        background-size: 15px 15px;
        background-position: 95% center;
        color: #000; }
        .standard__index .standard__price .standard__price__menu .standard__price__menu__item a img {
          vertical-align: middle;
          width: 28px;
          padding-right: 8px;
          padding-left: 8px; }
  .standard__index .standard__price .standard__price__item {
    margin-bottom: 30px; }
    .standard__index .standard__price .standard__price__item h4 {
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .standard__index .standard__price .standard__price__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }
    .standard__index .standard__price .standard__price__item .tanka {
      font-size: 1.4rem;
      background-color: #6CA6D6;
      color: #FFF;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 16px; }
      .standard__index .standard__price .standard__price__item .tanka span {
        font-size: 1.0rem; }
    .standard__index .standard__price .standard__price__item dl {
      overflow: hidden;
      margin-bottom: 13px; }
    .standard__index .standard__price .standard__price__item dt {
      background-color: #FFF;
      color: #c82432;
      font-size: 1.3rem;
      text-align: center;
      padding: 16px 0;
      margin-bottom: 2px; }
      .standard__index .standard__price .standard__price__item dt span {
        display: block;
        margin-top: 5px;
        font-size: 1.0rem; }
    .standard__index .standard__price .standard__price__item dd {
      font-size: 1.2rem;
      text-align: center;
      background-color: #F5FAFE;
      padding: 16px 0;
      margin-bottom: 2px; }
      .standard__index .standard__price .standard__price__item dd strong {
        font-weight: bold; }
      .standard__index .standard__price .standard__price__item dd.harf {
        width: 50%;
        float: left; }
      .standard__index .standard__price .standard__price__item dd.harf:nth-child(odd) {
        width: 49%;
        float: right; }
    .standard__index .standard__price .standard__price__item .standard__price__item__ex {
      text-align: center; }
      .standard__index .standard__price .standard__price__item .standard__price__item__ex a {
        width: 100%;
        display: inline-block;
        padding: 16px 0;
        /* background-color: $bgColor; */
        background: url(/jiyuuka/sp/images/icon_downw.png) #c82432 90% center no-repeat;
        background-size: 12px 9px;
        box-shadow: 0 2px 0 0 #a11d28;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        background-size: 15px 15px;
        background-position: 95% center; }
    .standard__index .standard__price .standard__price__item .standard__feature__item__smart {
      clear: both;
      text-align: center;
      font-size: 1.2rem;
      border: 2px solid #666;
      padding: 10px;
      width: 100px;
      margin: 0 auto 13px; }
      .standard__index .standard__price .standard__price__item .standard__feature__item__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline;
        padding-right: 20px; }
    .standard__index .standard__price .standard__price__item .standard__price__item__attention h2 {
      font-size: 1.2rem;
      font-weight: bold; }
    .standard__index .standard__price .standard__price__item .standard__price__item__attention li {
      position: relative;
      font-size: 1.2rem;
      line-height: 1.5em;
      padding: 11px 0 0 14px; }
    .standard__index .standard__price .standard__price__item .standard__price__item__attention li::after {
      display: block;
      content: '';
      position: absolute;
      top: 14px;
      left: 0em;
      width: 12px;
      height: 12px;
      background-color: #242424;
      border-radius: 100%; }
    .standard__index .standard__price .standard__price__item .standard__price__item__attention .standard__price__item__attention__smart {
      margin-top: 11px; }
      .standard__index .standard__price .standard__price__item .standard__price__item__attention .standard__price__item__attention__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline; }
  .standard__index .standard__price .standard__price__ex .standard__price__ex__title {
    font-size: 1.4rem;
    background-color: #6CA6D6;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 16px; }
    .standard__index .standard__price .standard__price__ex .standard__price__ex__title span {
      font-size: 1.0rem; }
  .standard__index .standard__price .standard__price__ex .standard__price__ex__sentence {
    margin-bottom: 16px;
    text-align: left; }
  .standard__index .standard__price .standard__price__ex .standard__price__ex__calc {
    margin-bottom: 18px; }
    .standard__index .standard__price .standard__price__ex .standard__price__ex__calc img {
      width: 100%; }
  .standard__index .standard__price .standard__price__ex p.standard__price__ex__attention {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-bottom: 8px; }
  .standard__index .standard__price .standard__price__ex ul.standard__price__ex__attention {
    line-height: 1.5rem;
    margin-bottom: 6px; }
  .standard__index .standard__price .standard__price__ex ul.standard__price__ex__attention li {
    padding-left: 1em;
    text-indent: -1em; }
  .standard__index .standard__price .standard__price__ex .standard__price__ex__en {
    margin-top: 10px;
    margin-bottom: 6px; }
    .standard__index .standard__price .standard__price__ex .standard__price__ex__en .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/icon_outer.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }
  .standard__index .standard__price .standard__price__ex .standard__price__ex__yakkan {
    margin-bottom: 6px; }
    .standard__index .standard__price .standard__price__ex .standard__price__ex__yakkan .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }

.standard__index .standard__go__plan {
  padding: 27px 16px; }
  .standard__index .standard__go__plan .standard__go__plan__link {
    text-align: center; }
    .standard__index .standard__go__plan .standard__go__plan__link a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.power__index .power__lead {
  padding: 0 0 90px 16px;
  background-image: url(/jiyuuka/sp/images/bg_head.png);
  background-position: left bottom;
  background-size: cover;
  box-sizing: border-box; }
  .power__index .power__lead .power__lead__area {
    padding: 16px 0 12px;
    background-image: url(/jiyuuka/sp/images/bg_white.png);
    border-radius: 0 0 0 50px / 0 0 0 50px; }
  .power__index .power__lead .power__lead__logo {
    padding: 8px 0 4px;
    text-align: center; }
    .power__index .power__lead .power__lead__logo img {
      width: 157px; }
  .power__index .power__lead .power__lead__catch {
    padding: 0 0 4px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center; }
  .power__index .power__lead .power__lead__title {
    padding: 0 0 4px;
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    color: #ea5504;
    text-align: center; }
  .power__index .power__lead .power__lead__icon {
    padding: 6px 0 0px;
    text-align: center; }
    .power__index .power__lead .power__lead__icon img {
      width: 41px; }

.power__index .power__area {
  padding: 27px 16px;
  background: #f0f0f0; }
  .power__index .power__area .power__area__item {
    margin-bottom: 12px;
    text-align: center; }
    .power__index .power__area .power__area__item a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #777;
      box-shadow: 0 2px 0 0 #5f5f5f;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
    .power__index .power__area .power__area__item:last-child {
      margin-bottom: 0; }
  .power__index .power__area .power__area__item.active {
    text-align: center; }
    .power__index .power__area .power__area__item.active a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.power__index .power__catch {
  padding: 27px 16px; }
  .power__index .power__catch .power__catch__title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px; }
  .power__index .power__catch p {
    font-size: 1.2rem;
    line-height: 1.5em; }

.power__index .power__price {
  padding: 27px 16px;
  background: #FFEDC0; }
  .power__index .power__price .power__price__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .power__index .power__price .power__price__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #FDA057;
    border-style: none; }
  .power__index .power__price .power__price__item {
    margin-bottom: 30px; }
    .power__index .power__price .power__price__item h4 {
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .power__index .power__price .power__price__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }
    .power__index .power__price .power__price__item .tanka {
      font-size: 1.4rem;
      background-color: #FDA057;
      color: #FFF;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 16px; }
      .power__index .power__price .power__price__item .tanka span {
        font-size: 1.0rem; }
    .power__index .power__price .power__price__item dl {
      overflow: hidden;
      margin-bottom: 13px; }
    .power__index .power__price .power__price__item dt {
      background-color: #FFF;
      color: #c82432;
      font-size: 1.3rem;
      text-align: center;
      padding: 16px 0;
      margin-bottom: 2px; }
      .power__index .power__price .power__price__item dt span {
        font-size: 1.0rem; }
    .power__index .power__price .power__price__item dd {
      font-size: 1.2rem;
      line-height: 1.8rem;
      text-align: center;
      background-color: #FFFBF3;
      padding: 10px 0;
      margin-bottom: 2px; }
      .power__index .power__price .power__price__item dd strong {
        font-weight: bold; }
    .power__index .power__price .power__price__item .power__price__item__ex {
      text-align: center; }
      .power__index .power__price .power__price__item .power__price__item__ex a {
        width: 100%;
        display: inline-block;
        padding: 16px 0;
        background-color: #c82432;
        box-shadow: 0 2px 0 0 #a11d28;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem; }
  .power__index .power__price .power__price__ex .power__price__ex__title {
    font-size: 1.4rem;
    background-color: #FDA057;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 16px; }
    .power__index .power__price .power__price__ex .power__price__ex__title span {
      font-size: 1.0rem; }
  .power__index .power__price .power__price__ex .power__price__ex__sentence {
    text-align: left;
    margin-bottom: 17px; }
  .power__index .power__price .power__price__ex .power__price__ex__calc {
    margin-bottom: 18px; }
    .power__index .power__price .power__price__ex .power__price__ex__calc img {
      width: 100%; }
  .power__index .power__price .power__price__ex p.power__price__ex__attention {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-bottom: 8px; }
  .power__index .power__price .power__price__ex ul.power__price__ex__attention {
    line-height: 1.5rem;
    margin-bottom: 6px; }
  .power__index .power__price .power__price__ex ul.power__price__ex__attention li {
    padding-left: 1em;
    text-indent: -1em; }
  .power__index .power__price .power__price__ex .power__price__ex__en {
    margin-top: 10px;
    margin-bottom: 6px; }
    .power__index .power__price .power__price__ex .power__price__ex__en .link__inner {
      padding-right: 16px;
      background: url(/jiyuuka/sp/images/link-outer.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline;
      background-size: 12px; }
  .power__index .power__price .power__price__ex .power__price__ex__yakkan {
    margin-bottom: 6px; }
    .power__index .power__price .power__price__ex .power__price__ex__yakkan .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }

.power__index .power__customer {
  padding: 27px 16px; }
  .power__index .power__customer .power__customer__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .power__index .power__customer .power__customer__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #FDA057;
    border-style: none; }
  .power__index .power__customer .power__customer__image {
    margin-bottom: 12px; }
    .power__index .power__customer .power__customer__image img {
      width: 100%; }
  .power__index .power__customer .power__customer__sentence {
    text-align: left; }

.power__index .power__go__plan {
  padding: 0 16px 27px; }
  .power__index .power__go__plan .power__go__plan__link {
    text-align: center; }
    .power__index .power__go__plan .power__go__plan__link a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.service__index .service__lead .service__lead__logo {
  padding: 16px 0 4px;
  text-align: center; }
  .service__index .service__lead .service__lead__logo img {
    width: 157px; }

.service__index .service__lead .service__lead__title {
  padding: 0 0 4px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #242424;
  font-weight: bold;
  text-align: center; }

.service__index .service__plan__before {
  padding: 20px 16px 0; }
  .service__index .service__plan__before .service__plan__before__title {
    background: #C23700;
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    padding: 12px 0; }
  .service__index .service__plan__before .service__plan__before_inner {
    background: #FFF4EF;
    padding: 12px; }
  .service__index .service__plan__before h3 {
    color: #df5924;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 12px; }
  .service__index .service__plan__before p {
    padding-left: 42px;
    background: url(/jiyuuka/sp/images/icon_bikkuri.png) no-repeat left top;
    background-size: 30px 30px;
    font-size: 1.2rem;
    line-height: 1.5; }
    .service__index .service__plan__before p span {
      color: #df5924; }

.service__index .service__plan__new {
  padding: 20px 16px; }
  .service__index .service__plan__new .service__plan__new__title {
    background: #B10013;
    color: #FFF;
    font-size: 1.4rem;
    padding: 0;
    text-align: center; }
    .service__index .service__plan__new .service__plan__new__title img {
      width: 20%;
      vertical-align: middle;
      margin-bottom: 5px; }
  .service__index .service__plan__new .service__plan__new__inner {
    background: #FFF5F6;
    padding: 12px; }
  .service__index .service__plan__new h3 {
    color: #B10013;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 12px; }
  .service__index .service__plan__new .service__plan__new__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 18px;
    text-align: center; }
  .service__index .service__plan__new .service__plan__new__tepco {
    margin-bottom: 18px; }
    .service__index .service__plan__new .service__plan__new__tepco img {
      width: 100%; }
  .service__index .service__plan__new hr {
    margin: 0 auto;
    height: 2px;
    background-color: #EBCDD0;
    border-style: none; }
  .service__index .service__plan__new .service__plan__new__list {
    margin-bottom: 12px;
    text-align: center; }
    .service__index .service__plan__new .service__plan__new__list a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .service__index .service__plan__new .service__plan__new__tieup {
    margin-bottom: 12px;
    text-align: center; }
    .service__index .service__plan__new .service__plan__new__tieup a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #777;
      box-shadow: 0 2px 0 0 #5f5f5f;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.service__index .service__plan__go {
  padding: 0 16px; }
  .service__index .service__plan__go .service__plan__go__inner {
    position: relative;
    background: #F0f0f0;
    padding: 17px 16px 17px 117px;
    background-image: url(/jiyuuka/sp/images/img_plan.png);
    background-repeat: no-repeat;
    background-size: auto 100%; }
    .service__index .service__plan__go .service__plan__go__inner h2 {
      color: #B10013;
      font-size: 1.4rem;
      line-height: 1.5;
      padding-bottom: 8px; }
    .service__index .service__plan__go .service__plan__go__inner p {
      font-size: 1.2rem;
      line-height: 1.5; }
  .service__index .service__plan__go .second {
    margin-top: 20px;
    background-image: url(/jiyuuka/sp/images/img_web.png);
    padding: 52px 16px 28px 117px; }
    .service__index .service__plan__go .second h2 {
      text-align: center; }
    .service__index .service__plan__go .second .service__plan__go__sentence {
      text-align: center; }
    .service__index .service__plan__go .second .service__plan__go__flag {
      width: 100%;
      position: absolute;
      top: -11px;
      left: 0;
      text-align: center; }
      .service__index .service__plan__go .second .service__plan__go__flag img {
        padding: 0 0 0 112px;
        width: 168px;
        height: 45px; }
  .service__index .service__plan__go .service__plan__go__list {
    text-align: center;
    padding: 12px;
    background: #F7F7F7; }
    .service__index .service__plan__go .service__plan__go__list a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }
      .service__index .service__plan__go .service__plan__go__list a img {
        vertical-align: middle;
        width: 28px;
        padding-right: 8px;
        padding-left: 8px; }

.service__index .plan__inquiries {
  font-size: 1.2rem;
  margin: 22px 16px;
  padding: 15px;
  border: 2px solid #F0F0F0; }
  .service__index .plan__inquiries .inquiries__number {
    text-align: center;
    margin-bottom: 14px; }

.service__index .service__plan__moving {
  padding: 27px 16px;
  margin: 0 16px;
  background: #F0F0F0; }
  .service__index .service__plan__moving .service__plan__moving__title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5; }
  .service__index .service__plan__moving .service__plan__moving__link {
    text-align: center;
    padding: 12px 0; }
    .service__index .service__plan__moving .service__plan__moving__link a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #777777 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #5f5f5f;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }
  .service__index .service__plan__moving .service__plan__moving__sentence {
    font-size: 1.2rem;
    line-height: 1.5; }

.service__index .service__plan__check {
  padding: 27px 16px; }
  .service__index .service__plan__check .service__plan__check__sentence {
    font-size: 1.2rem;
    line-height: 1.5; }
  .service__index .service__plan__check .service__plan__check__link {
    margin-top: 10px;
    margin-bottom: 6px; }
    .service__index .service__plan__check .service__plan__check__link .link__inner {
      padding-right: 20px;
      background: url(/jiyuuka/sp/images/link_out.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }

.service__index .service__plan__description {
  padding: 27px 16px;
  margin-top: 22px;
  background: #f0f0f0; }

  .service__index .service__plan__description h4.low {
   padding-left:5px;
   margin-bottom: 10px;
   font-size: 1.56rem;
   font-weight: bold;
   border-left :3px solid #d42134;
   color: #d42134 }

.service__index .service__plan__description p.sub {
   font-size: 1.2rem;
   line-height: 1.3rem;
   margin: 10px 0
    }

.service__index .service__index-sub-ttl {
  font-size: 15px;
  border-bottom: 2px solid #000;
  display: inline;
  font-weight: bold
}

.work-index-time{
  background-color: #FFF;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.work-index-note{
  font-weight: bold;
  font-size: 13px;
}

.work-index-contact{
  background-color: #FFF;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 10px;
}

  .service__index .service__plan__description .service__plan__description__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .service__index .service__plan__description .service__plan__description__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .service__index .service__plan__description .service__plan__description__item {
    background: #FFF;
    padding: 13px;
    margin-bottom: 15px;
    background-size: 48px 48px; }
    .service__index .service__plan__description .service__plan__description__item h4 {
      font-size: 1.4rem;
      color: #d42134;
      font-weight: bold;
      margin-bottom: 16px;
      text-align: center; }
    .service__index .service__plan__description .service__plan__description__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .service__index .service__plan__description .service__plan__description__item .service__plan__description__img img {
      width: 100%;
      margin-bottom: 16px; }
    .service__index .service__plan__description .service__plan__description__item .service__plan__description__link {
      font-size: 1.2rem;
      margin: 6px 0 0; }
      .service__index .service__plan__description .service__plan__description__item .service__plan__description__link .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline; }
  .service__index .service__plan__description .service__plan__description__list {
    text-align: center;
    margin: 20px 0; }
    .service__index .service__plan__description .service__plan__description__list a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
    .service__index .service__plan__description .service__plan__description__new {
    text-align: center;
    margin: 20px 0; }
    .service__index .service__plan__description .service__plan__description__new a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background: url(/jiyuuka/sp/images/link_out_white.png) #df5924 90% center no-repeat;
      background-size: 12px 9px;
      background-color: #c82432;
      background-size: 15px 15px;
      background-position: 95% center;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .service__index .service__plan__description .service__plan__description__calc {
    text-align: center; }
    .service__index .service__plan__description .service__plan__description__calc a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #df5924 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #b3471d;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }

.service__index .service__plan__add {
  padding: 27px 16px; }
  .service__index .service__plan__add .service__plan__add__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .service__index .service__plan__add .service__plan__add__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .service__index .service__plan__add .service__plan__add__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center; }
  .service__index .service__plan__add .service__plan__add__img img {
    width: 100%;
    margin: 12px 0 20px; }



  .plan__premium__index .service__plan__add .service__plan__add__item＿non {
    margin-bottom: 12px; }
    .plan__premium__index .service__plan__add .service__plan__add__item＿non h4 {
      background: #c23700;
      color: #FFF;
      font-size: 1.4rem;
      line-height: 1.4;
      padding: 8px 0 8px 80px;
      background-image: url(/jiyuuka/sp/images/spe1.png);
      background-repeat: no-repeat;
      background-size: auto 20px;
      background-position: 16px center; }
    .plan__premium__index .service__plan__add .service__plan__add__item＿non p {
      padding: 5px 0;
      font-size: 1.2rem;
      line-height: 1.5; }

  .plan__premium__index .service__plan__add .service__plan__add__item＿non img {
      width: 100%;
      padding: 5px 0;}












  .service__index .service__plan__add .service__plan__add__item {
    margin-bottom: 12px; }
    .service__index .service__plan__add .service__plan__add__item h4 {
      background: #c23700;
      color: #FFF;
      font-size: 1.4rem;
      line-height: 1.4;
      padding: 8px 0 8px 80px;
      background-image: url(/jiyuuka/sp/images/spe1.png);
      background-repeat: no-repeat;
      background-size: auto 20px;
      background-position: 16px center; }
    .service__index .service__plan__add .service__plan__add__item p {
      background: #f0f0f0;
      background-image: url(/jiyuuka/sp/images/icon_p.png);
      background-repeat: no-repeat;
      background-size: 54px auto;
      background-position: 16px center;
      padding: 16px 0 16px 80px;
      font-size: 1.2rem;
      line-height: 1.5; }
  .service__index .service__plan__add .service__plan__add__item.second h4 {
    background-image: url(/jiyuuka/sp/images/spe2.png); }
  .service__index .service__plan__add .service__plan__add__item.second p {
    background-image: url(/jiyuuka/sp/images/icon_pc.png); }
  .service__index .service__plan__add .service__plan__add__item_attention {
    margin-bottom: 12px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4; }
  .service__index .service__plan__add .service__plan__add__point__use {
    margin: 25px 0 15px;
    color: #c82432;
    font-size: 22px;
    font-weight: 700;
    text-align: center; }
  .service__index .service__plan__add .service__plan__add__description {
    background: #f0f0f0; }
    .service__index .service__plan__add .service__plan__add__description img {
      width: 100%; }
    .service__index .service__plan__add .service__plan__add__description .service__plan__add__description__sentence {
      font-size: 1.2rem;
      line-height: 1.5;
      padding: 16px; }
  .service__index .service__plan__add .service__plan__add__list {
    text-align: center;
    margin: 20px 0; }
    .service__index .service__plan__add .service__plan__add__list a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.service__index .service__plan__category {
  padding: 27px 16px;
  background: #f0f0f0; }
  .service__index .service__plan__category .service__plan__category__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .service__index .service__plan__category .service__plan__category__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .service__index .service__plan__category .service__plan__category__sentence {
    font-size: 1.2rem;
    line-height: 1.5; }

.service__index .service__plan__category__body {
  background: #f0f0f0; }
  .service__index .service__plan__category__body .service__plan__category__body__title {
    margin-bottom: 2px; }
  .service__index .service__plan__category__body .service__plan__category__body__item {
    display: none;
    padding: 27px 16px; }
    .service__index .service__plan__category__body .service__plan__category__body__item li {
      background: #FFF;
      padding: 16px;
      margin-bottom: 16px; }
      .service__index .service__plan__category__body .service__plan__category__body__item li:last-child {
        margin-bottom: 0; }
      .service__index .service__plan__category__body .service__plan__category__body__item li h4 {
        margin-top: 10px;
        margin-bottom: 6px; }
        .service__index .service__plan__category__body .service__plan__category__body__item li h4 .link__inner {
          padding-right: 20px;
          background: url(/jiyuuka/sp/images/link_out.png) right center no-repeat;
          background-size: contain;
          color: #d42134;
          font-size: 1.2rem;
          line-height: 1.5;
          text-decoration: underline;
          font-weight: bold;
          color: #242424; }
      .service__index .service__plan__category__body .service__plan__category__body__item li .service__plan__category__body__item__image {
        border-bottom: 2px solid #d5d7df; }
      .service__index .service__plan__category__body .service__plan__category__body__item li img {
        width: 100%; }
      .service__index .service__plan__category__body .service__plan__category__body__item li .service__plan__category__body__item__sentence {
        font-size: 1.2rem;
        line-height: 1.5; }
      .service__index .service__plan__category__body .service__plan__category__body__item li .link__inner.pdf {
        padding-right: 14px;
        background: url(/jiyuuka/sp/images/icon_pdf.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline;
        background-size: 11px; }

.service__index .service__plan__agency__list {
  text-align: center;
  padding: 16px 16px 27px; }
  .service__index .service__plan__agency__list a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    /* background-color: $bgColor; */
    background: url(/jiyuuka/sp/images/link_pdf.png) #777777 90% center no-repeat;
    background-size: 12px 9px;
    box-shadow: 0 2px 0 0 #5f5f5f;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    background-size: 18.5px 21px;
    background-position: 95% center; }

.service__index .service__plan__agree {
  margin: 27px 16px;
  padding: 20px 16px 4px;
  border: 2px solid #f1b5bb;
  background: #fff5f6; }
  .service__index .service__plan__agree .service__plan__agree__title {
    color: #d42134;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-align: center; }
  .service__index .service__plan__agree .service__plan__agree__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 16px; }
    .service__index .service__plan__agree .service__plan__agree__sentence a {
      color: #d42134;
      text-decoration: underline; }
    .service__index .service__plan__agree .service__plan__agree__sentence .link__inner {
      padding-right: 20px;
      background: url(/jiyuuka/sp/images/link_out.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }
  .service__index .service__plan__agree .catch {
    text-align: center; }
  .service__index .service__plan__agree .service__plan__agree__list {
    text-align: center;
    margin-bottom: 16px; }
    .service__index .service__plan__agree .service__plan__agree__list a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }
  .service__index .service__plan__agree .service__plan__agree__calc {
    text-align: center;
    margin-bottom: 12px; }
    .service__index .service__plan__agree .service__plan__agree__calc a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #df5924;
      box-shadow: 0 2px 0 0 #b3471d;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.plan__index .plan__lead {
  padding: 16px 0 30px;
  background-image: url(/jiyuuka/sp/images/main.png);
  background-size: cover;
  box-sizing: border-box; }
  .plan__index .plan__lead .plan__lead__logo {
    padding: 16px 0 4px;
    text-align: center; }
    .plan__index .plan__lead .plan__lead__logo img {
      width: 157px; }
  .plan__index .plan__lead .plan__lead__title {
    padding: 0 0 4px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #FFF;
    text-align: center; }
  .plan__index .plan__lead .plan__lead__sentence {
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.5454;
    text-align: center;
    font-weight: bold; }

.plan__index .plan__agree__head {
  padding: 27px 16px 5px; }

.plan__index .plan__agree {
  margin: 27px 16px;
  padding: 20px 16px 4px;
  border: 2px solid #f1b5bb;
  background: #fff5f6; }

.plan__index .plan__agree__title {
  color: #d42134;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-align: center; }

.plan__index .plan__agree__sentence {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 16px; }
  .plan__index .plan__agree__sentence a {
    color: #d42134;
    text-decoration: underline; }
  .plan__index .plan__agree__sentence .link__inner {
    padding-right: 7%;
    background: url(/jiyuuka/sp/images/link_out.png) right center no-repeat;
    background-size: contain;
    color: #d42134;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: underline; }

.plan__index .catch {
  text-align: center; }

.plan__index .plan__agree__list {
  text-align: center;
  margin-bottom: 16px; }
  .plan__index .plan__agree__list a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    /* background-color: $bgColor; */
    background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
    background-size: 12px 9px;
    box-shadow: 0 2px 0 0 #a11d28;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    background-size: 15px 15px;
    background-position: 95% center; }

.plan__index .plan__agree__calc {
  text-align: center;
  margin-bottom: 12px; }
  .plan__index .plan__agree__calc a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    /* background-color: $bgColor; */
    background: url(/jiyuuka/sp/images/corporate/icon_outlink.png) #df5924 90% center no-repeat;
    background-size: 12px 9px;
    box-shadow: 0 2px 0 0 #b3471d;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    background-size: 15px 15px;
    background-position: 95% center;
    background-image: none; }

.plan__index .plan {
  padding: 27px 16px;
  background: #f0f0f0; }
  .plan__index .plan .plan__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__index .plan .plan__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .plan__index .plan .plan__detail {
    clear: both;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 22px; }
    .plan__index .plan .plan__detail .link__inner {
      padding-right: 5%;
      background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }
  .plan__index .plan .plan__area {
    padding-bottom: 2px; }
  .plan__index .plan .plan__area__title {
    margin: 0 -16px; }
  .plan__index .plan .plan__area__item__detail {
    text-align: center;
    margin-bottom: 12px; }
    .plan__index .plan .plan__area__item__detail a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #df5924;
      box-shadow: 0 2px 0 0 #b3471d;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .plan__index .plan .plan__area__item__order {
    text-align: center; }
    .plan__index .plan .plan__area__item__order a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }
  .plan__index .plan .plan__area__item__block {
    display: none;
    padding-bottom: 20px; }
  .plan__index .plan .plan__area__item__title {
    font-size: 1.6rem;
    text-align: center;
    padding: 25px 0; }
  .plan__index .plan .plan__item__recommend {
    margin-bottom: 24px; }
    .plan__index .plan .plan__item__recommend .plan__item__recommend__title {
      background: #a0a0a0;
      color: #FFF;
      text-align: center;
      padding: 11px 0; }
      .plan__index .plan .plan__item__recommend .plan__item__recommend__title .plan__item__recommend__title_2 {
        font-size: 1.6rem;
        padding: 6px 0; }
      .plan__index .plan .plan__item__recommend .plan__item__recommend__title .plan__item__recommend__title_3 {
        font-size: 1.3rem; }
    .plan__index .plan .plan__item__recommend .plan__item__recommend__plan {
      background: #fff;
      padding: 16px;
      border-bottom: 2px solid #d7d7d7; }
      .plan__index .plan .plan__item__recommend .plan__item__recommend__plan:last-child {
        border-bottom: none; }
      .plan__index .plan .plan__item__recommend .plan__item__recommend__plan .plan__item__recommend__ex {
        padding-bottom: 16px;
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: center; }
      .plan__index .plan .plan__item__recommend .plan__item__recommend__plan .plan__item__recommend__go {
        text-align: center;
        margin-bottom: 12px; }
        .plan__index .plan .plan__item__recommend .plan__item__recommend__plan .plan__item__recommend__go a {
          width: 100%;
          display: inline-block;
          padding: 16px 0;
          /* background-color: $bgColor; */
          background: url(/jiyuuka/sp/images/link_under.png) #c82432 90% center no-repeat;
          background-size: 12px 9px;
          box-shadow: 0 2px 0 0 #a11d28;
          border-radius: 3px;
          color: #fff;
          font-size: 1.2rem;
          background-size: 15px 15px;
          background-position: 95% center; }
  .plan__index .plan .plan__area__item {
    background: #FFF;
    margin: 25px 0 0; }
    .plan__index .plan .plan__area__item:before {
      content: "";
      display: block;
      height: 6px; }
    .plan__index .plan .plan__area__item.premium:before {
      background: #521713; }
    .plan__index .plan .plan__area__item.smartlife:before {
      background: #c82933; }
    .plan__index .plan .plan__area__item.yorutoku:before {
      background: #413993; }
    .plan__index .plan .plan__area__item.standard:before {
      background: #0068b6; }
    .plan__index .plan .plan__area__item.plan__list p {
      margin-bottom: 16px; }
    .plan__index .plan .plan__area__item h3 {
      background: url(/jiyuuka/sp/images/icon_premium.png) no-repeat left top;
      background-size: contain;
      color: #413993;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 8px 0 8px 3em;
      margin-bottom: 16px; }
    .plan__index .plan .plan__area__item.premium h3 {
      color: #521713; }
    .plan__index .plan .plan__area__item.smartlife h3 {
      background-image: url(/jiyuuka/sp/images/icon_smart.png);
      padding: 0 0 0 110px;
      color: #c82933; }
    .plan__index .plan .plan__area__item.yorutoku h3 {
      background-image: url(/jiyuuka/sp/images/icon_yorutoku.png);
      padding: 8px 0 8px 80px;
      color: #413993; }
    .plan__index .plan .plan__area__item.standard h3 {
      background-image: url(/jiyuuka/sp/images/icon_standard.png);
      padding: 8px 0 8px 112px;
      color: #0068b6; }
    .plan__index .plan .plan__area__item.standard_sl h3 {
      background-image: url(/jiyuuka/sp/images/icon_standard_sl.png);
      padding: 8px 0 8px 80px;
      color: #0068b6; }
    .plan__index .plan .plan__area__item.standard_x h3 {
      background-image: url(/jiyuuka/sp/images/icon_standard_x.png);
      padding: 8px 0 80px 3em;
      color: #0068b6; }
    .plan__index .plan .plan__area__item.standard_ax h3 {
      background-image: url(/jiyuuka/sp/images/icon_standard_ax.png);
      padding: 8px 0 8px 80px;
      color: #0068b6; }
    .plan__index .plan .plan__area__item.premium_all h3 {
      background-image: url(/jiyuuka/sp/images/icon_premium_all.png);
      background-size: auto 30px;
      padding: 8px 0 8px 112px;
      color: #521713; }
    .plan__index .plan .plan__area__item.premium_sl h3 {
      background-image: url(/jiyuuka/sp/images/icon_premium_sl.png);
      background-size: auto 30px;
      padding: 8px 0 8px 80px;
      color: #521713; }
    .plan__index .plan .plan__area__item.plan__list h3 {
      background-image: url(/jiyuuka/sp/images/icon_etc.png); }
    .plan__index .plan .plan__area__item h4 {
      clear: both;
      font-size: 1.2rem;
      line-height: 1.8;
      color: #242424;
      font-weight: bold; }
    .plan__index .plan .plan__area__item .plan__area__item__inner {
      padding: 16px; }
      .plan__index .plan .plan__area__item .plan__area__item__inner .point__text {
        text-align: center;
        margin-bottom: 15px; }
    .plan__index .plan .plan__area__item p {
      font-size: 1.2rem;
      line-height: 1.8;
      color: #242424; }
    .plan__index .plan .plan__area__item .plan__area__item__title {
      font-weight: bold; }
    .plan__index .plan .plan__area__item .plan__area__item__sentence__attention {
      margin-top: 10px; }
    .plan__index .plan .plan__area__item .plan__area__item__recommend {
      background: #f0f0f0;
      padding: 16px;
      margin: 16px 0 16px;
      text-align: center; }
      .plan__index .plan .plan__area__item .plan__area__item__recommend h5 {
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: bold;
        padding-bottom: 4px; }
      .plan__index .plan .plan__area__item .plan__area__item__recommend p {
        margin: 0 auto;
        line-height: 1.5;
        font-size: 1.2rem;
        background: url(/jiyuuka/sp/images/icon_check.png) no-repeat left top;
        background-size: 15px 15px;
        width: 95%; }
      .plan__index .plan .plan__area__item .plan__area__item__recommend .w_75 {
        width: 75%; }
      .plan__index .plan .plan__area__item .plan__area__item__recommend .w_85 {
        width: 85%; }
      .plan__index .plan .plan__area__item .plan__area__item__recommend .w_90 {
        width: 90%; }
    .plan__index .plan .plan__area__item .plan__area__item__present {
      text-align: center;
      margin: 0 0 16px; }
      .plan__index .plan .plan__area__item .plan__area__item__present img {
        width: 168px; }
    .plan__index .plan .plan__area__item .plan__area__item__smart {
      text-align: center;
      border: 2px solid #666;
      padding: 10px 0;
      width: 46%;
      margin: 0 0 16px;
      float: right; }
      .plan__index .plan .plan__area__item .plan__area__item__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline;
        font-size: 1.0rem; }
    .plan__index .plan .plan__area__item .plan__area__item__smart.line2 {
      padding: 5px 5px 5px 5px;
      text-align: left; }
      .plan__index .plan .plan__area__item .plan__area__item__smart.line2 .link__inner {
        display: block;
        background-size: 13px 13px;
        background-position: right center; }
    .plan__index .plan .plan__area__item .plan__area__item__add {
      clear: both;
      text-align: center;
      font-size: 1.0rem;
      border: 2px solid #666;
      padding: 13px 0;
      width: 46%;
      margin: 0 0 16px;
      float: left; }
    .plan__index .plan .plan__area__item .plan__area__item__add.line2 {
      padding: 15px 0; }

.plan__index .plan__attention {
  font-size: 1.2rem;
  margin-top: 22px;
  padding: 0 16px; }
  .plan__index .plan__attention h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px; }
  .plan__index .plan__attention h3 {
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 12px; }
  .plan__index .plan__attention p {
    line-height: 1.5; }
  .plan__index .plan__attention .plan__attention__body {
    background: #F0F0F0;
    padding: 16px; }

.plan__index .plan__inquiries {
  font-size: 1.2rem;
  margin: 22px 16px;
  padding: 15px;
  border: 2px solid #F0F0F0; }
  .plan__index .plan__inquiries .inquiries__number {
    text-align: center;
    margin-bottom: 14px; }

.plan__standard__index .standard__lead {
  padding: 0 0 90px 16px;
  background-image: url(/jiyuuka/sp/images/bg_head_standard.png);
  background-position: left bottom;
  background-size: cover;
  box-sizing: border-box; }
  .plan__standard__index .standard__lead .standard__lead__area {
    padding: 16px 0 12px;
    background-image: url(/jiyuuka/sp/images/bg_white.png);
    border-radius: 0 0 0 50px / 0 0 0 50px; }
  .plan__standard__index .standard__lead .standard__lead__catch {
    padding: 12px 0 4px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center; }
  .plan__standard__index .standard__lead .standard__lead__title {
    padding: 0 0 4px;
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    color: #0068b7;
    text-align: center; }
  .plan__standard__index .standard__lead .standard__lead__icon, .plan__standard__index .standard__lead .standard__lead__icon_ls {
    padding: 6px 0 30px;
    text-align: center; }
    .plan__standard__index .standard__lead .standard__lead__icon img {
      width: 133px; }

.plan__standard__index .plan__agree__head {
  padding: 27px 16px 13px;
  background: linear-gradient(#d3eaf8, #ffffff, #ffffff); }

.plan__standard__index .plan__agree {
  margin: 27px 16px;
  padding: 20px 16px 4px;
  border: 2px solid #f1b5bb;
  background: #fff5f6; }

.plan__standard__index .plan__agree__title {
  color: #d42134;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5; }

.plan__standard__index .plan__agree__sentence {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 16px; }
  .plan__standard__index .plan__agree__sentence a {
    color: #d42134;
    text-decoration: underline; }
  .plan__standard__index .plan__agree__sentence .link__inner {
    padding-right: 20px;
    background: url(/jiyuuka/sp/images/link_out.png) right center no-repeat;
    background-size: contain;
    color: #d42134;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: underline; }

.plan__standard__index .catch {
  text-align: center; }

.plan__standard__index .plan__agree__list {
  text-align: center;
  margin-bottom: 16px; }
  .plan__standard__index .plan__agree__list a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    /* background-color: $bgColor; */
    background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
    background-size: 12px 9px;
    box-shadow: 0 2px 0 0 #a11d28;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    background-size: 15px 15px;
    background-position: 95% center; }

.plan__standard__index .plan__agree__list__detail {
  text-align: center; }
  .plan__standard__index .plan__agree__list__detail a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    /* background-color: $bgColor; */
    background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
    background-size: 12px 9px;
    box-shadow: 0 2px 0 0 #a11d28;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    background-size: 15px 15px;
    background-position: 95% center; }

.plan__standard__index .plan__agree__present {
  text-align: center;
  margin-bottom: 16px; }
  .plan__standard__index .plan__agree__present a {
    width: 100%;
    display: inline-block;
    padding: 12px 0;
    /* background-color: $bgColor; */
    background: url(/jiyuuka/sp/images/icon_down.png) #ffffff 90% center no-repeat;
    background-size: 12px 9px;
    box-shadow: 0 2px 0 0 #e1e1e1;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    border: 1px solid #e1e1e1;
    color: #d42134;
    background-size: 15px 15px;
    background-position: 95% center; }
    .plan__standard__index .plan__agree__present a img {
      width: 64px;
      vertical-align: middle;
      padding-left: 10px; }

.plan__standard__index .service__plan__add {
  padding: 27px 16px 0; }
  .plan__standard__index .service__plan__add .service__plan__add__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__standard__index .service__plan__add .service__plan__add__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }
  .plan__standard__index .service__plan__add .service__plan__add__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center; }
  .plan__standard__index .service__plan__add .service__plan__add__img {
    text-align: center; }
    .plan__standard__index .service__plan__add .service__plan__add__img img {
      width: 67px;
      margin: 12px 0 20px; }
  .plan__standard__index .service__plan__add .service__plan__add__item {
    margin-bottom: 12px; }
    .plan__standard__index .service__plan__add .service__plan__add__item h4 {
      background: #c23700;
      color: #FFF;
      font-size: 1.4rem;
      line-height: 1.4;
      padding: 8px 0 8px 80px;
      background-image: url(/jiyuuka/sp/images/spe1.png);
      background-repeat: no-repeat;
      background-size: auto 20px;
      background-position: 16px center; }
    .plan__standard__index .service__plan__add .service__plan__add__item p {
      background: #f0f0f0;
      background-image: url(/jiyuuka/sp/images/icon_p.png);
      background-repeat: no-repeat;
      background-size: 54px auto;
      background-position: 16px center;
      padding: 16px 0 16px 80px;
      font-size: 1.2rem;
      line-height: 1.5; }
    .service__plan__add .service__plan__add__item.forth p,.service__plan__add .service__plan__add__item.third2 p {
      background: #f0f0f0;
      padding: 16px 15px;
      font-size: 1.2rem;
      line-height: 1.5;
    background-image: none!important;
 }
     .plan__standard__index .service__plan__add .service__plan__add__item h4.third {
           background-image: url(/jiyuuka/sp/images/spe3.png); }






  .plan__standard__index .service__plan__add .service__plan__add__item.second h4 {
    background-image: url(/jiyuuka/sp/images/spe2.png); }
  .plan__standard__index .service__plan__add .service__plan__add__item.second p {
    background-image: url(/jiyuuka/sp/images/icon_p.png); }
  .plan__standard__index .service__plan__add .service__plan__add__item.second p.icon_pc {
    background-image: url(/jiyuuka/sp/images/icon_pc.png); }
  .service__plan__add .service__plan__add__item.third h4,.service__plan__add .service__plan__add__item.third2 h4 {
    background-image: url(/jiyuuka/sp/images/spe3.png); }
  .service__plan__add .service__plan__add__item.forth h4 {
    background-image: url(/jiyuuka/sp/images/spe4.png); }
  .plan__standard__index .service__plan__add .service__plan__add__item.third p {
    background-image: url(/jiyuuka/sp/images/icon_pc.png); }
  .service__plan__add .service__plan__add__item.forth p,.service__plan__add .service__plan__add__item.third2 p {
    background-image: none; }
  .plan__standard__index .service__plan__add .service__plan__add__item_attention {
    margin-bottom: 12px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4; }
  .plan__standard__index .service__plan__add .service__plan__add__description {
    background: #f0f0f0; }
    .plan__standard__index .service__plan__add .service__plan__add__description img {
      width: 100%; }
    .plan__standard__index .service__plan__add .service__plan__add__description .service__plan__add__description__sentence {
      font-size: 1.2rem;
      line-height: 1.5;
      padding: 16px; }
  .plan__standard__index .service__plan__add .service__plan__add__list {
    text-align: center;
    margin: 20px 0; }
    .plan__standard__index .service__plan__add .service__plan__add__list a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
  .plan__standard__index .service__plan__add .service__plan__present {
    width: 100%;
    margin-bottom: 12px; }
    .plan__standard__index .service__plan__add .service__plan__present img {
      width: 100%; }
  .plan__standard__index .service__plan__add .service__plan__present_comment {
    margin-bottom: 12px; }
  .plan__standard__index .service__plan__add .service__plan__service {
    width: 100%;
    margin-bottom: 12px; }
    .plan__standard__index .service__plan__add .service__plan__service img {
      width: 100%; }
  .plan__standard__index .service__plan__add .service__plan__service_comment {
    margin-bottom: 12px; }

.plan__standard__index .plan__agree__calc {
  text-align: center;
  margin-bottom: 12px; }
  .plan__standard__index .plan__agree__calc a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    /* background-color: $bgColor; */
    background: url(/jiyuuka/sp/images/link_out_white.png) #df5924 90% center no-repeat;
    background-size: 12px 9px;
    box-shadow: 0 2px 0 0 #b3471d;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    background-size: 15px 15px;
    background-position: 95% center; }

.plan__standard__index .standard__area {
  padding: 27px 16px;
  background: #f0f0f0; }
  .plan__standard__index .standard__area .standard__area__item {
    margin-bottom: 12px;
    text-align: center; }
    .plan__standard__index .standard__area .standard__area__item a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #777;
      box-shadow: 0 2px 0 0 #5f5f5f;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
    .plan__standard__index .standard__area .standard__area__item:last-child {
      margin-bottom: 0; }
  .plan__standard__index .standard__area .standard__area__item.active {
    text-align: center; }
    .plan__standard__index .standard__area .standard__area__item.active a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.plan__standard__index .standard__catch {
  padding: 27px 16px; }
  .plan__standard__index .standard__catch .standard__catch__title {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px;
    line-height: 1.5; }
  .plan__standard__index .standard__catch p {
    font-size: 1.2rem;
    line-height: 1.5; }
  .plan__standard__index .standard__catch .attention {
    font-size: 1.0rem;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 1em; }
  .plan__standard__index .standard__catch .standard__catch__anchor {
    margin-top: 12px;
    font-size: 1.4rem; }
    .plan__standard__index .standard__catch .standard__catch__anchor a {
      width: 100%;
      display: inline-block;
      padding: 10px 40px;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/icon_down.png) #ffffff 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #e1e1e1;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      padding: 12px 0 12px 12px;
      box-sizing: border-box;
      border: 1px solid #e1e1e1;
      color: #d42134;
      background-size: 15px 15px;
      background-position: 95% center; }
      .plan__standard__index .standard__catch .standard__catch__anchor a img {
        width: 64px;
        vertical-align: middle;
        padding-left: 10px; }

.plan__standard__index .standard__feature {
  padding: 27px 16px;
  background: #CEE8FA; }
  .plan__standard__index .standard__feature .standard__feature__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__standard__index .standard__feature .standard__feature__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #6CA6D6;
    border-style: none; }
  .plan__standard__index .standard__feature .standard__feature__item {
    background: #FFF;
    padding: 13px 13px 13px 80px;
    margin-bottom: 15px;
    background: url(/jiyuuka/sp/images/icon_s.png) #FFF no-repeat 13px 13px;
    background-size: 48px 48px; }
    .plan__standard__index .standard__feature .standard__feature__item:last-child {
      margin-bottom: 0; }
    .plan__standard__index .standard__feature .standard__feature__item:nth-child(4) {
      background-image: url(/jiyuuka/sp/images/icon_l.png); }
    .plan__standard__index .standard__feature .standard__feature__item:nth-child(5), .plan__standard__index .standard__feature .standard__feature__item.standard__x {
      background-image: url(/jiyuuka/sp/images/icon_x.png); }
    .plan__standard__index .standard__feature .standard__feature__item h4 {
      font-size: 1.4rem;
      color: #0068b7;
      font-weight: bold;
      margin-bottom: 6px; }
    .plan__standard__index .standard__feature .standard__feature__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .plan__standard__index .standard__feature .standard__feature__item .standard__feature__item__smart {
      clear: both;
      text-align: center;
      font-size: 1.2rem;
      border: 2px solid #666;
      padding: 10px;
      width: 100px;
      margin: 13px 0 0; }
      .plan__standard__index .standard__feature .standard__feature__item .standard__feature__item__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline; }
  .plan__standard__index .standard__feature .standard__feature__bottom__border {
    border: 2px solid #AED2EB;
    margin-top: 27px; }

.plan__standard__index .standard__price {
  padding: 27px 16px;
  background: #CEE8FA; }
  .plan__standard__index .standard__price .standard__price__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__standard__index .standard__price .standard__price__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #6CA6D6;
    border-style: none; }
  .plan__standard__index .standard__price .standard__price__menu {
    padding: 0 0 18px;
    width: 100%; }
    .plan__standard__index .standard__price .standard__price__menu .standard__price__menu__item {
      margin-bottom: 12px; }
      .plan__standard__index .standard__price .standard__price__menu .standard__price__menu__item a {
        width: 100%;
        display: inline-block;
        padding: 8px 0;
        /* background-color: $bgColor; */
        background: url(/jiyuuka/sp/images/icon_down.png) #fff 90% center no-repeat;
        background-size: 12px 9px;
        box-shadow: 0 2px 0 0 #e5e5e5;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        background-size: 15px 15px;
        background-position: 95% center;
        color: #000; }
        .plan__standard__index .standard__price .standard__price__menu .standard__price__menu__item a img {
          vertical-align: middle;
          width: 28px;
          padding-right: 8px;
          padding-left: 8px; }
  .plan__standard__index .standard__price .standard__price__item {
    margin-bottom: 30px; }
    .plan__standard__index .standard__price .standard__price__item h4 {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .plan__standard__index .standard__price .standard__price__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }
    .plan__standard__index .standard__price .standard__price__item .tanka {
      font-size: 1.4rem;
      background-color: #6CA6D6;
      color: #FFF;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 16px; }
      .plan__standard__index .standard__price .standard__price__item .tanka span {
        font-size: 1.0rem; }
    .plan__standard__index .standard__price .standard__price__item dl {
      overflow: hidden;
      margin-bottom: 13px; }
    .plan__standard__index .standard__price .standard__price__item dt {
      background-color: #FFF;
      color: #c82432;
      font-size: 1.3rem;
      text-align: center;
      padding: 16px 0;
      margin-bottom: 2px; }
      .plan__standard__index .standard__price .standard__price__item dt span {
        font-size: 1.0rem; }
    .plan__standard__index .standard__price .standard__price__item dd {
      font-size: 1.2rem;
      text-align: center;
      background-color: #F5FAFE;
      padding: 16px 0;
      margin-bottom: 2px; }
      .plan__standard__index .standard__price .standard__price__item dd strong {
        font-weight: bold; }
      .plan__standard__index .standard__price .standard__price__item dd.harf {
        width: 50%;
        float: left; }
      .plan__standard__index .standard__price .standard__price__item dd.harf:nth-child(odd) {
        width: 49%;
        float: right; }
    .plan__standard__index .standard__price .standard__price__item .standard__price__item__ex {
      text-align: center; }
      .plan__standard__index .standard__price .standard__price__item .standard__price__item__ex a {
        width: 100%;
        display: inline-block;
        padding: 16px 0;
        background-color: #c82432;
        box-shadow: 0 2px 0 0 #a11d28;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem; }
    .plan__standard__index .standard__price .standard__price__item .standard__feature__item__smart {
      clear: both;
      text-align: center;
      font-size: 1.2rem;
      border: 2px solid #666;
      padding: 10px;
      width: 100px;
      margin: 0 auto 13px; }
      .plan__standard__index .standard__price .standard__price__item .standard__feature__item__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline; }
    .plan__standard__index .standard__price .standard__price__item .standard__price__item__attention h2 {
      font-size: 1.2rem;
      font-weight: bold; }
    .plan__standard__index .standard__price .standard__price__item .standard__price__item__attention li {
      position: relative;
      font-size: 1.2rem;
      line-height: 1.5em;
      padding: 11px 0 0 14px; }
    .plan__standard__index .standard__price .standard__price__item .standard__price__item__attention li::after {
      display: block;
      content: '';
      position: absolute;
      top: 14px;
      left: 0em;
      width: 12px;
      height: 12px;
      background-color: #242424;
      border-radius: 100%; }
    .plan__standard__index .standard__price .standard__price__item .standard__price__item__attention .standard__price__item__attention__smart {
      margin-top: 11px; }
      .plan__standard__index .standard__price .standard__price__item .standard__price__item__attention .standard__price__item__attention__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline; }
  .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__title {
    font-size: 1.4rem;
    background-color: #6CA6D6;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 16px; }
    .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__title span {
      font-size: 1.0rem; }
  .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__sentence {
    margin-bottom: 16px;
    text-align: left; }
  .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__calc {
    margin-bottom: 18px; }
    .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__calc img {
      width: 100%; }
  .plan__standard__index .standard__price .standard__price__ex p.standard__price__ex__attention {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-bottom: 8px; }
  .plan__standard__index .standard__price .standard__price__ex ul.standard__price__ex__attention {
    line-height: 1.5rem;
    margin-bottom: 6px; }
  .plan__standard__index .standard__price .standard__price__ex ul.standard__price__ex__attention li {
    padding-left: 1em;
    text-indent: -1em; }
  .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__en {
    margin-top: 10px;
    margin-bottom: 6px; }
    .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__en .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/icon_outer.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }
  .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__yakkan {
    margin-bottom: 6px; }
    .plan__standard__index .standard__price .standard__price__ex .standard__price__ex__yakkan .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }

.plan__standard__index .standard__go__plan {
  padding: 0 16px 27px; }
  .plan__standard__index .standard__go__plan .standard__go__plan__link {
    text-align: center; }
    .plan__standard__index .standard__go__plan .standard__go__plan__link a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.plan__standard__index .standard__go__plan__detail {
  padding: 0 0 27px; }
  .plan__standard__index .standard__go__plan__detail .standard__go__plan__link {
    text-align: center; }
    .plan__standard__index .standard__go__plan__detail .standard__go__plan__link a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }

.plan__standard__index .plan__attention {
  font-size: 1.2rem;
  margin-top: 22px;
  padding: 0 16px; }
  .plan__standard__index .plan__attention h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px; }
  .plan__standard__index .plan__attention h3 {
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 12px; }
  .plan__standard__index .plan__attention p {
    line-height: 1.5; }
  .plan__standard__index .plan__attention .plan__attention__body {
    background: #F0F0F0;
    padding: 16px; }

.plan__standard__index .plan__inquiries {
  font-size: 1.2rem;
  margin: 22px 16px;
  padding: 15px;
  border: 2px solid #F0F0F0; }
  .plan__standard__index .plan__inquiries .inquiries__number {
    text-align: center;
    margin-bottom: 14px; }

.plan__standard__index .plan__inquiries_tal {
  text-align: center; }

.plan__premium__index .standard__lead {
  background-image: url(/jiyuuka/sp/images/bg_head_premium.png); }
  .plan__premium__index .standard__lead .standard__lead__logo {
    text-align: center; }
    .plan__premium__index .standard__lead .standard__lead__logo img {
      width: 139px; }
  .plan__premium__index .standard__lead .standard__lead__title {
    color: #491010; }
  .plan__premium__index .standard__lead .standard__lead__icon img {
    width: 60px; }

  .plan__premium__index .standard__lead .standard__lead__icon_ls img {
    width: 133px; }

.plan__premium__index .plan__agree__head {
  background: linear-gradient(#EEEAD5, #ffffff, #ffffff); }

.plan__premium__index .premium__feature {
  padding: 27px 16px;
  background: #f2eed6; }
  .plan__premium__index .premium__feature .premium__feature__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__premium__index .premium__feature .premium__feature__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #d8cba5;
    border-style: none; }
  .plan__premium__index .premium__feature .premium__feature__item {
    background: #FFF;
    padding: 13px;
    margin-bottom: 15px; }
    .plan__premium__index .premium__feature .premium__feature__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .plan__premium__index .premium__feature .premium__feature__item .attention {
      font-size: 1.0rem;
      padding-top: 1em;
      padding-left: 1em;
      text-indent: -1em; }
  .plan__premium__index .premium__feature .premium__feature__img {
    margin-bottom: 20px; }
    .plan__premium__index .premium__feature .premium__feature__img img {
      width: 100%; }

.plan__premium__index .standard__price {
  background: #f2eed6; }
  .plan__premium__index .standard__price .standard__price__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #d8cba5;
    border-style: none; }
  .plan__premium__index .standard__price .standard__price__item .tanka {
    background-color: #bea875; }
  .plan__premium__index .standard__price .standard__price__item dd {
    background-color: #fcfcf7;
    line-height: 1.5; }
  .plan__premium__index .standard__price .standard__price__ex .standard__price__ex__title {
    background-color: #bea875; }

  .plan__premium__index .standard__price .standard__price__item {
    margin-bottom: 30px; }
    .plan__premium__index .standard__price .standard__price__item h4 {
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .plan__premium__index .standard__price .standard__price__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }



/* Premium icon*/

.plan__premium__index .premium__feature .premium__feature__item_box {
    background: #FFF;
    padding: 13px 13px 13px 80px;
    margin-bottom: 15px;
    background: url(/jiyuuka/sp/images/icon_pre.png) #FFF no-repeat 13px 13px;
    background-size: 48px 48px; }
    .plan__premium__index .premium__feature .premium__feature__item_box:last-child {
      margin-bottom: 0; }
    .plan__premium__index .premium__feature .premium__feature__item_box:nth-child(3) {
      background-image: url(/jiyuuka/sp/images/icon_pre_s.png); }
    .plan__premium__index .premium__feature .premium__feature__item_box:nth-child(4) {
      background-image: url(/jiyuuka/sp/images/icon_pre_l.png); }
    .plan__premium__index .premium__feature .premium__feature__item_box h4 {
      font-size: 1.4rem;
      color: #491010;
      font-weight: bold;
      margin-bottom: 6px; }
    .plan__premium__index .premium__feature .premium__feature__item_box p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .plan__premium__index .premium__feature .premium__feature__item_box .premium__feature__item_box__smart {
      clear: both;
      text-align: center;
      font-size: 1.2rem;
      border: 2px solid #666;
      padding: 10px;
      width: 100px;
      margin: 13px 0 0; }
      .plan__premium__index .premium__feature .premium__feature__item_box .premium__feature__item_box__smart .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline;
        padding-right: 17px; }

/* */


/* Premium menu */

  .plan__premium__index .standard__price .premium__price__menu_box {
    padding: 0 0 18px;
    width: 100%; }
    .plan__premium__index .standard__price .premium__price__menu_box .premium__price__menu__item {
      margin-bottom: 12px; }
      .plan__premium__index .standard__price .premium__price__menu_box .premium__price__menu__item a {
        width: 100%;
        display: inline-block;
        padding: 8px 0;
        /* background-color: $bgColor; */
        background: url(/jiyuuka/sp/images/icon_down.png) #fff 90% center no-repeat;
        background-size: 12px 9px;
        box-shadow: 0 2px 0 0 #e5e5e5;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        background-size: 15px 15px;
        background-position: 95% center;
        color: #000; }
        .plan__premium__index .standard__price .premium__price__menu_box .premium__price__menu__item a img {
          vertical-align: middle;
          width: 28px;
          padding-right: 8px;
          padding-left: 8px; }

  .plan__premium__index .standard__price .premium__price__item {
    margin-bottom: 30px; }
    .plan__premium__index .standard__price .premium__price__item h4 {
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .plan__premium__index .standard__price .premium__price__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }
    .plan__premium__index .standard__price .premium__price__item .tanka {
      font-size: 1.4rem;
      background-color: #bea875;
      color: #FFF;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 16px; }
      .plan__premium__index .standard__price .premium__price__item .tanka span {
        font-size: 1.0rem; }
    .plan__premium__index .standard__price .premium__price__item dl {
      overflow: hidden;
      margin-bottom: 13px; }
    .plan__premium__index .standard__price .premium__price__item dt {
      background-color: #FFF;
      color: #c82432;
      font-size: 1.3rem;
      text-align: center;
      padding: 16px 0;
      margin-bottom: 2px; }
      .plan__premium__index .standard__price .premium__price__item dt span {
        display: block;
        margin-top: 5px;
        font-size: 1.0rem; }
    .plan__premium__index .standard__price .premium__price__item dd {
      font-size: 1.2rem;
      text-align: center;
      background-color: #F5FAFE;
      padding: 16px 0;
      margin-bottom: 2px; }
      .plan__premium__index .standard__price .premium__price__item dd strong {
        font-weight: bold; }
      .plan__premium__index .standard__price .premium__price__item dd.harf {
        width: 50%;
        float: left; }
      .plan__premium__index .standard__price .premium__price__item dd.harf:nth-child(odd) {
        width: 49%;
        float: right; }
    .plan__premium__index .standard__price .premium__price__item .premium__price__item__ex,    .plan__premium__index .standard__price .standard__price__item .premium__price__item__ex {
      text-align: center; }
      .plan__premium__index .standard__price .premium__price__item .premium__price__item__ex a,    .plan__premium__index .standard__price .standard__price__item .premium__price__item__ex a {
        width: 100%;
        display: inline-block;
        padding: 16px 0;
        /* background-color: $bgColor; */
        background: url(/jiyuuka/sp/images/icon_downw.png) #c82432 90% center no-repeat;
        background-size: 12px 9px;
        box-shadow: 0 2px 0 0 #a11d28;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        background-size: 15px 15px;
        background-position: 95% center; }



/* */

/* Premium Point */

.plan__premium__index .premium__point {
  background: #FFF; }
  .plan__premium__index .premium__point .premium__point__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #d8cba5;
    border-style: none; }
  .plan__premium__index .premium__point .premium__point__item .tanka {
    background-color: #bea875; }
  .plan__premium__index .premium__point .premium__point__item dd {
    background-color: #fcfcf7;
    line-height: 1.5; }
  .plan__premium__index .premium__point .premium__point__ex .premium__point__ex__title {
    background-color: #bea875; }
  .plan__premium__index .premium__point .premium__point__item {
    margin-bottom: 30px; }
    .plan__premium__index .premium__point .premium__point__item h4 {
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .plan__premium__index .premium__point .premium__point__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }
          .plan__standard__index .premium__point .premium__point__item {
    margin-bottom: 30px; }
    .plan__standard__index .premium__point .premium__point__item h4 {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .plan__standard__index .premium__point .premium__point__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }
    .plan__standard__index .premium__point .premium__point__item .tanka {
      font-size: 1.4rem;
      background-color: #6CA6D6;
      color: #FFF;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 16px; }
      .plan__standard__index .premium__point .premium__point__item .tanka span {
        font-size: 1.0rem; }
    .plan__standard__index .premium__point .premium__point__item dl {
      overflow: hidden;
      margin-bottom: 13px; }
    .plan__standard__index .premium__point .premium__point__item dt {
      background-color: #f1b5bb;
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      padding: 5px 0;
      margin-bottom: 2px; }
      .plan__standard__index .premium__point .premium__point__item dt span {
        font-size: 1.0rem; }
    .plan__standard__index .premium__point .premium__point__item dd {
      font-size: 1.2rem;
      text-align: center;
      background-color: #fff5f6;
      padding: 16px 0;
      margin-bottom: 2px; }

/* */

/* Yakkan */

.plan__premium__index .yakkan__lead {
  padding: 16px 0 30px;
  background: #f0f0f0;
  box-sizing: border-box; }
  .plan__premium__index .yakkan__lead .yakkan__lead__title {
    padding: 16px 0 8px;
    font-size: 1.8rem;
    line-height: 1.5454;
    font-weight: bold;
    color: #252525;
    text-align: center; }

  .plan__standard__index .yakkan .service__plan__add__title {
    margin: 13px 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__standard__index .yakkan .service__plan__add__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #bbb;
    border-style: none; }

  .plan__premium__index .yakkan .premium__price__item {
    margin-bottom: 30px; }
    .plan__premium__index .yakkan .premium__price__item h4 {
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 16px; }
      .plan__premium__index .yakkan .premium__price__item h4 img {
        width: 30px;
        vertical-align: middle;
        padding-right: 10px; }
    .plan__premium__index .yakkan .premium__price__item .tanka {
      font-size: 1.4rem;
      background-color: #bea875;
      color: #FFF;
      text-align: center;
      padding: 15px 0;
      margin-bottom: 16px; }
      .plan__premium__index .yakkan .premium__price__item .tanka span {
        font-size: 1.0rem; }
    .plan__premium__index .yakkan .premium__price__item dl {
      overflow: hidden;
      margin-bottom: 13px; }
    .plan__premium__index .yakkan .premium__price__item dt {
      background-color: #FFF;
      color: #c82432;
      font-size: 1.3rem;
      text-align: center;
      padding: 16px 0;
      margin-bottom: 2px; }
      .plan__premium__index .yakkan .premium__price__item dt span {
        display: block;
        margin-top: 5px;
        font-size: 1.0rem; }
    .plan__premium__index .yakkan .premium__price__item dd {
      font-size: 1.2rem;
      text-align: center;
      padding: 16px 0;
      margin-bottom: 2px; }
      .plan__premium__index .yakkan .premium__price__item dd img{
      width: 12%;
       }
      .plan__premium__index .yakkan .premium__price__item dd strong {
        font-weight: bold; }
      .plan__premium__index .yakkan .premium__price__item dd.harf {
        width: 50%;
        display: table;
        float: left;
        background-color: #F5FAFE;
        min-height: 60px;
        }
      .plan__premium__index .yakkan .premium__price__item dd.harf p{
        display: table-cell;
		vertical-align: middle
        }
      .plan__premium__index .yakkan .premium__price__item dd.harf:nth-child(odd) {
        width: 49%;
        float: right;
        background-color: #FFF; }
    .plan__premium__index .yakkan .premium__price__item .premium__price__item__ex,    .plan__premium__index .yakkan .yakkan__item .premium__price__item__ex {
      text-align: center; }
      .plan__premium__index .yakkan .premium__price__item .premium__price__item__ex a,    .plan__premium__index .yakkan .yakkan__item .premium__price__item__ex a {
        width: 100%;
        display: inline-block;
        padding: 16px 0;
        /* background-color: $bgColor; */
        background: url(/jiyuuka/sp/images/icon_downw.png) #c82432 90% center no-repeat;
        background-size: 12px 9px;
        box-shadow: 0 2px 0 0 #a11d28;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        background-size: 15px 15px;
        background-position: 95% center; }


     #add.yakkan {
     	padding: 27px 16px;
     	font-size: 1.2rem;
     	line-height: 1.5;
     	margin-bottom: 16px
     	}

     #add.yakkan ul{
     	margin: 10px 0;
     	padding-left: 1em
     	}

     #add.yakkan ul{
     	list-style-type: disc;
     	margin-left: 1em
     	}

/* */

.plan__smartlife__index .standard__lead {
  background-image: url(/jiyuuka/sp/images/bg_head_smartlife.png); }
  .plan__smartlife__index .standard__lead .standard__lead__logo {
    text-align: center; }
    .plan__smartlife__index .standard__lead .standard__lead__logo img {
      width: 139px; }
  .plan__smartlife__index .standard__lead .standard__lead__title {
    color: #c92933; }
  .plan__smartlife__index .standard__lead .standard__lead__icon img {
    width: 60px; }

.plan__smartlife__index .plan__agree__head {
  background: linear-gradient(#f8e2e5, #ffffff, #ffffff); }

.plan__smartlife__index .smartlife__feature {
  padding: 27px 16px;
  background: #fee7eb; }
  .plan__smartlife__index .smartlife__feature .smartlife__feature__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__smartlife__index .smartlife__feature .smartlife__feature__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #ed868e;
    border-style: none; }
  .plan__smartlife__index .smartlife__feature .smartlife__feature__item {
    position: relative;
    background: #FFF;
    padding: 13px;
    margin-bottom: 15px; }
    .plan__smartlife__index .smartlife__feature .smartlife__feature__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .plan__smartlife__index .smartlife__feature .smartlife__feature__item .attention {
      font-size: 1.0rem;
      padding-top: 1em;
      padding-left: 1em;
      text-indent: -1em; }
    .plan__smartlife__index .smartlife__feature .smartlife__feature__item .plan__smartlife_absolute-boxTxt1 {
      position: absolute;
      top: 17px;
      left: 195px;
      color: #fff; }
    .plan__smartlife__index .smartlife__feature .smartlife__feature__item .plan__smartlife_absolute-boxTxt2 {
      position: absolute;
      top: 205px;
      left: 25px;
      color: #fff; }
  .plan__smartlife__index .smartlife__feature .smartlife__feature__img {
    margin-bottom: 20px; }
    .plan__smartlife__index .smartlife__feature .smartlife__feature__img img {
      width: 100%; }

.plan__smartlife__index .standard__price {
  background: #fee7eb; }
  .plan__smartlife__index .standard__price .standard__price__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #ed868e;
    border-style: none; }
  .plan__smartlife__index .standard__price .standard__price__item .tanka {
    background-color: #ed868e; }
  .plan__smartlife__index .standard__price .standard__price__item dd {
    background-color: #fffafb;
    line-height: 1.5; }
  .plan__smartlife__index .standard__price .standard__price__ex .standard__price__ex__title {
    background-color: #ed868e; }

.plan__smartlife__index .service__plan__add .service__plan__add__item p {
  background-image: url(/jiyuuka/sp/images/icon_set.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item p.third {
  background-image: url(/jiyuuka/sp/images/icon_pc.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item.first {
  margin-bottom: 0; }

.plan__smartlife__index .service__plan__add .service__plan__add__item__add {
  margin-bottom: 12px;
  background: #f0f0f0;
  padding: 0 12px 12px 12px; }
  .plan__smartlife__index .service__plan__add .service__plan__add__item__add h5 {
    background: #FFF;
    text-align: center;
    font-size: 1.2rem;
    padding: 16px 0;
    color: #c84f23; }
  .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 16px 0; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__sentence dl {
      width: 100%;
      overflow: hidden; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__sentence dt {
      float: left;
      width: 30%;
      box-sizing: border-box;
      line-height: 1.5em; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__sentence dd {
      float: left;
      width: 70%;
      box-sizing: border-box;
      line-height: 1.5em; }
  .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item_attention {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 16px 0 16px 1em; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item_attention a {
      color: #d42134;
      text-decoration: underline; }
  .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__list {
    overflow: hidden;
    margin-bottom: 12px; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__list .service__plan__add__item__add__item {
      width: 48%;
      float: left;
      background: #ede0da;
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: center;
      min-height: 115px;
      padding: 15px 0; }
      .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__list .service__plan__add__item__add__item .title {
        font-weight: bold;
        padding: 0 0 8px; }
      .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__list .service__plan__add__item__add__item .body span {
        color: #c23700;
        font-weight: bold; }
      .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__list .service__plan__add__item__add__item:nth-child(2) {
        float: right; }
  .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__tel {
    border: 2px solid #CCC;
    margin: 12px 0 0;
    padding: 12px 0;
    text-align: center; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__tel .center {
      margin-bottom: 8px;
      font-size: 1.2rem; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__tel .tel a {
      padding-left: 27px;
      background: url(/jiyuuka/sp/images/call.png) left top no-repeat;
      background-size: contain;
      font-size: 2rem;
      color: #d42134;
      text-decoration: underline; }
    .plan__smartlife__index .service__plan__add .service__plan__add__item__add .service__plan__add__item__add__tel .navi {
      font-size: 14px;
      padding-top: 10px; }

.plan__smartlife__index .service__plan__add .service__plan__add__item.first h4 {
  background-image: url(/jiyuuka/sp/images/spe1.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item.first p {
  background-image: url(/jiyuuka/sp/images/icon_p.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item.first p.smart {
  background-image: url(/jiyuuka/sp/images/icon_p_smart.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item.second h4 {
  background-image: url(/jiyuuka/sp/images/spe2.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item.second p {
  background-image: url(/jiyuuka/sp/images/icon_p.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item.third h4 {
  background-image: url(/jiyuuka/sp/images/spe2.png); }

.plan__smartlife__index .service__plan__add .service__plan__add__item.third p {
  background-image: url(/jiyuuka/sp/images/icon_pc.png); }

.plan__smartlife__index .service__plan__add .service__area__item__detail {
  text-align: center;
  margin-bottom: 12px; }
  .plan__smartlife__index .service__plan__add .service__area__item__detail a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    background-color: #df5924;
    box-shadow: 0 2px 0 0 #b3471d;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem; }

.plan__smartlife__index .smartlife__catch {
  padding: 8px 16px 16px 16px;
  background: #f0f0f0; }
  .plan__smartlife__index .smartlife__catch .smartlife__catch__sentence {
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: 11px;
    padding-left: 1em;
    text-indent: -1em }
    .plan__smartlife__index .smartlife__catch .smartlife__catch__sentence .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }

.plan__yorutoku__index .standard__lead {
  background-image: url(/jiyuuka/sp/images/bg_head_yorutoku.png); }
  .plan__yorutoku__index .standard__lead .standard__lead__logo {
    text-align: center; }
    .plan__yorutoku__index .standard__lead .standard__lead__logo img {
      width: 139px; }
  .plan__yorutoku__index .standard__lead .standard__lead__title {
    color: #413993; }
  .plan__yorutoku__index .standard__lead .standard__lead__icon img {
    width: 66px; }

.plan__yorutoku__index .plan__agree__head {
  background: linear-gradient(#f8e2e5, #ffffff, #ffffff); }

.plan__yorutoku__index .yorutoku__feature {
  padding: 27px 16px;
  background: #e6e2f1; }
  .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #938dc1;
    border-style: none; }
  .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__item {
    position: relative;
    background: #FFF;
    padding: 13px;
    margin-bottom: 15px; }
    .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__item h4 {
      font-size: 1.6rem;
      text-align: center;
      font-weight: bold;
      color: #5c55a1; }
      .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__item h4 ruby {
        ruby-position: after; }
    .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__item .yorutoku__feature__img {
      margin-top: 20px;
      margin-bottom: 20px; }
      .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__item .yorutoku__feature__img img {
        width: 100%; }
    .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__item .plan__yorutoku_absolute-boxTxt1 {
      position: absolute;
      top: 26.3%;
      right: 14%;
      color: #fff;
      font-size: 12px; }
    .plan__yorutoku__index .yorutoku__feature .yorutoku__feature__item .plan__yorutoku_absolute-boxTxt2 {
      position: absolute;
      top: 68%;
      left: 18%;
      color: #fff;
      font-size: 12px; }

.plan__yorutoku__index .standard__price {
  background: #e6e2f1; }
  .plan__yorutoku__index .standard__price .standard__price__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #938dc1;
    border-style: none; }
  .plan__yorutoku__index .standard__price .standard__price__item .tanka {
    background-color: #938dc1; }
  .plan__yorutoku__index .standard__price .standard__price__item dd {
    background-color: #faf9fc;
    line-height: 1.5; }
  .plan__yorutoku__index .standard__price .standard__price__ex .standard__price__ex__title {
    background-color: #938dc1; }

.plan__yorutoku__index .yorutoku__catch {
  padding: 8px 16px 16px 16px;
  background: #f0f0f0; }
  .plan__yorutoku__index .yorutoku__catch .yorutoku__catch__sentence {
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: 11px; }
    .plan__yorutoku__index .yorutoku__catch .yorutoku__catch__sentence .link__inner {
      padding-right: 15px;
      background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }

.agreement-mainvisual {
  height: 75px;
  background: #f0f0f0; }

.agreement-mainvisual h1 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 0px;
  text-align: center;
  line-height: 2em; }

.agreement-mainvisual__caption {
  text-align: center;
  font-size: 12px; }

.hdg-section {
  margin-bottom: 15px;
  padding: 20px 0;
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: url(/jiyuuka/sp/images/common_bg_hdg_section.png) no-repeat 50% 100%; }

.agreement-table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 2px; }
  .agreement-table th {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f0f0f0;
    font-size: 14px; }
  .agreement-table td {
    width: 100%;
    float: left;
    background: #fcfcfc;
    padding: 20px 20px 20px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .agreement-table td .left {
      width: 60%;
      height: 41px;
      float: left;
      text-align: left;
      font-size: 12px;
      position: relative; }
      .agreement-table td .left .absolute {
        position: absolute;
        top: 50%;
        left: 5px;
        margin: -0.5em; }
    .agreement-table td .left.lh {
      line-height: 1.5em; }
    .agreement-table td .right {
      width: 40%;
      float: left;
      padding-top: 10px;
      text-align: center; }
      .agreement-table td .right img {
        margin-right: 5px;
        vertical-align: middle;
        width: 18.5px;
        height: 21px; }
      .agreement-table td .right a:link {
        color: #d42134;
        text-decoration: underline; }

a.btn01, a.btn01:visited {
  background-image: url(/sp/images/common_btn_red.png);
  display: block;
  width: 225px;
  margin: 21px 0 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  background-position: left top;
  background-repeat: no-repeat; }

.constraction__index .constraction__lead {
  padding: 16px 0 30px;
  background: #f0f0f0;
  box-sizing: border-box; }
  .constraction__index .constraction__lead .constraction__lead__title {
    padding: 16px 0 8px;
    font-size: 1.8rem;
    line-height: 1.5454;
    font-weight: bold;
    color: #252525;
    text-align: center; }

.constraction__index .constraction__about {
  padding: 5px 16px;
  overflow: hidden; }
  .constraction__index .constraction__about .constraction__about__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .constraction__index .constraction__about .constraction__about__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }
    .constraction__index .constraction__about p {
      font-size: 1.2rem;
      line-height: 1.5em;
      margin-bottom: 30px;
  }
  .constraction__index .constraction__about .constraction__about__item {
    margin-top: 15px;
    background: url(/jiyuuka/sp/images/about_1.png) #FFF no-repeat center top;
    background-size: 60px 60px;
    padding: 80px 0 0;
    width: 48%;
    float: left; }
    .constraction__index .constraction__about .constraction__about__item:last-child {
      margin-bottom: 0;
      background: url(/jiyuuka/sp/images/about_2.png) #FFF no-repeat center top;
      background-size: 60px 60px; }
    .constraction__index .constraction__about .constraction__about__item h4 {
      font-size: 1.4rem;
      color: #d42134;
      font-weight: bold;
      margin-bottom: 6px;
      text-align: center; }
    .constraction__index .constraction__about .constraction__about__item p {
      text-align: center;
      font-size: 1.2rem;
      line-height: 1.5em; }



.constraction__index .constraction__possible {
  background: #F0F0F0;
  padding: 10px 16px; }
  .constraction__index .constraction__possible .constraction__possible__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .constraction__index .constraction__possible .constraction__possible__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }
  .constraction__index .constraction__possible .constraction__possible__item {
    background: #FFFFFF;
    padding: 17px 13px; }
    .constraction__index .constraction__possible .constraction__possible__item h4 {
      text-align: center;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 1.0em; }
    .constraction__index .constraction__possible .constraction__possible__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
      .constraction__index .constraction__possible .constraction__possible__item p.list {
        padding-left: 1em;
        text-indent: -1em; }
        .constraction__index .constraction__possible .constraction__possible__item p.list .link__inner {
          padding-right: 20px;
          background: url(/jiyuuka/sp/images/link-outer.png) right center no-repeat;
          background-size: contain;
          color: #d42134;
          font-size: 1.2rem;
          line-height: 1.5;
          text-decoration: underline;
          background-size: 12px; }
      .constraction__index .constraction__possible .constraction__possible__item p.attention {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 1.0rem;
        margin-top: 1.0em; }
  .constraction__index .constraction__possible .constraction__possible__new_plan {
    text-align: center;
    margin: 12px 0 24px; }
    .constraction__index .constraction__possible .constraction__possible__new_plan a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }
  .constraction__index .constraction__possible .constraction__possible__old_plan {
    text-align: center;
    margin: 12px 0 0; }
    .constraction__index .constraction__possible .constraction__possible__old_plan a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }

.constraction__index .constraction__flow {
  padding: 27px 16px; }
  .constraction__index .constraction__flow .constraction__flow__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .constraction__index .constraction__flow .constraction__flow__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }

  .constraction__index .constraction__flow .constraction__flow__item ul {
  	margin: 10px 0;
  	}

  .constraction__index .constraction__flow .constraction__flow__item ul li {
  	padding-left: 1em;
  	text-indent: -1em;
  	font-size: 1.1rem;
  	line-height: 1.5em
  	}

  .constraction__index .constraction__flow .constraction__flow__item {
    background: #F0F0F0;
    padding: 17px 13px;
    margin: 13px 0; }
    .constraction__index .constraction__flow .constraction__flow__item h4 {
      font-size: 1.4rem;
      line-height: 1.5em;
      text-align: center;
      font-weight: bold;
      margin-bottom: .5em; }
    .constraction__index .constraction__flow .constraction__flow__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .constraction__index .constraction__flow .constraction__flow__item .open {
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: .5em; }
    .constraction__index .constraction__flow .constraction__flow__item .constraction__possible__pdf {
      margin: 12px 0 24px; }
    .constraction__index .constraction__flow .constraction__flow__item .constraction__possible__xls {
      margin: 12px 0; }
  .constraction__index .constraction__flow .constraction__possible__pdf {
    text-align: center;
    margin: 12px 0; }
    .constraction__index .constraction__flow .constraction__possible__pdf a {
      width: 100%;
      display: inline-block;
      padding: 10px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/icon_pdf.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 18px 21px;
      background-position: 95% center;
      line-height: 1.5em; }
  .constraction__index .constraction__flow .constraction__possible__xls {
    text-align: center;
    margin: 12px 0 24px; }
    .constraction__index .constraction__flow .constraction__possible__xls a {
      width: 100%;
      display: inline-block;
      padding: 10px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/icon_xls.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 20px 21px;
      background-position: 95% center;
      line-height: 1.5em; }
  .constraction__index .constraction__flow .constraction__flow__contact {
    padding: 16px 16px;
    border: solid 2px #CCCCCC;
    text-align: center; }
    .constraction__index .constraction__flow .constraction__flow__contact .ttl {
      font-size: 1.4em;
      line-height: 1.5em; }
    .constraction__index .constraction__flow .constraction__flow__contact .fax {
      margin-top: 12px;
      font-size: 1.2em;
      line-height: 1.5em; }
    .constraction__index .constraction__flow .constraction__flow__contact .mail {
      font-size: 1.2em;
      line-height: 1.5em; }
      .constraction__index .constraction__flow .constraction__flow__contact .mail a {
        color: #d42134;
        text-decoration: underline; }
    .constraction__index .constraction__flow .constraction__flow__contact .attention {
      line-height: 1.5em;
      margin-top: 12px; }
  .constraction__index .constraction__flow .constraction__possible__faq {
    text-align: center;
    margin: 12px 0 0; }
    .constraction__index .constraction__flow .constraction__possible__faq a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #c82432;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }
 .constraction__index .constraction__flow .constraction__flow__contact .filled {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 16px 16px;
    text-align: left;}
.constraction__index .constraction__energy {
  padding: 27px 16px;
  background: #F0F0F0; }
  .constraction__index .constraction__energy .constraction__energy__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .constraction__index .constraction__energy .constraction__energy__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }
  .constraction__index .constraction__energy .constraction__energy__item {
    background: #FFFFFF;
    padding: 17px 13px;
    margin: 13px 0; }
    .constraction__index .constraction__energy .constraction__energy__item h4 {
      font-size: 1.4rem;
      line-height: 1.5em;
      text-align: center;
      font-weight: bold;
      margin-bottom: .5em; }
    .constraction__index .constraction__energy .constraction__energy__item h5 {
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1.5em; }
    .constraction__index .constraction__energy .constraction__energy__item p {
      font-size: 1.2rem;
      line-height: 1.5em;
      padding-bottom: 0.2em; }
    .constraction__index .constraction__energy .constraction__energy__item .list {
      padding-left: 1em;
      text-indent: -1em; }
    .constraction__index .constraction__energy .constraction__energy__item .flow {
      padding-left: 2em; }
    .constraction__index .constraction__energy .constraction__energy__item a {
      color: #d42134;
      text-decoration: underline; }
    .constraction__index .constraction__energy .constraction__energy__item .link__inner {
      padding-right: 14px;
      background: url(/jiyuuka/sp/images/link-outer.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline;
      background-size: 12px; }
    .constraction__index .constraction__energy .constraction__energy__item .link__inner.pdf {
      padding-right: 14px;
      background: url(/jiyuuka/sp/images/icon_pdf.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline;
      background-size: 11px; }
  .constraction__index .constraction__energy .constraction__energy__new_plan {
    text-align: center;
    margin: 12px 0 0; }
    .constraction__index .constraction__energy .constraction__energy__new_plan a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }
  .constraction__index .constraction__energy .constraction__energy__old_plan {
    text-align: center;
    margin: 12px 0 0; }
    .constraction__index .constraction__energy .constraction__energy__old_plan a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }

.constraction__index .constraction__no {
  padding: 27px 16px; }
  .constraction__index .constraction__no .constraction__no__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .constraction__index .constraction__no .constraction__no__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }
  .constraction__index .constraction__no .constraction__no__item {
    background: #F0F0F0;
    padding: 17px 13px;
    margin: 13px 0; }
    .constraction__index .constraction__no .constraction__no__item h4 {
      font-size: 1.2rem;
      padding-bottom: 17px;
      line-height: 1.2em; }
    .constraction__index .constraction__no .constraction__no__item a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      text-align: center;
      background-size: 15px 15px;
      background-position: 95% center; }
    .constraction__index .constraction__no .constraction__no__item .attention {
      padding-top: 17px;
      font-size: 1.0rem;
      line-height: 1.4em; }

.smart__index .smart__lead {
  padding: 16px 0 30px;
  background: #f0f0f0;
  box-sizing: border-box; }
  .smart__index .smart__lead .smart__lead__title {
    padding: 16px 0 8px;
    font-size: 1.8rem;
    line-height: 1.5454;
    font-weight: bold;
    color: #252525;
    text-align: center; }
  .smart__index .smart__lead .smart__lead__catch {
    font-size: 1.2rem;
    color: #252525;
    text-align: center; }

.smart__index .smart__area {
  padding: 27px 16px; }
  .smart__index .smart__area .smart__area__item {
    margin-bottom: 12px;
    text-align: center; }
    .smart__index .smart__area .smart__area__item a {
      width: 100%;
      display: inline-block;
      padding: 16px 0;
      background-color: #777;
      box-shadow: 0 2px 0 0 #5f5f5f;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem; }
    .smart__index .smart__area .smart__area__item:last-child {
      margin-bottom: 0; }

.smart__index .smart__about {
  padding: 0 16px 27px; }
  .smart__index .smart__about .smart__about__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .smart__index .smart__about .smart__about__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }
  .smart__index .smart__about h4 {
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    background: #818181;
    line-height: 1.5em;
    padding: 8px 0; }
  .smart__index .smart__about .smart__about__item {
    background: #f0f0f0;
    padding: 16px;
    margin-bottom: 25px; }
    .smart__index .smart__about .smart__about__item:last-child {
      margin-bottom: 0; }
    .smart__index .smart__about .smart__about__item h5 {
      color: #d42134;
      font-size: 1.4rem;
      margin-bottom: 12px; }
    .smart__index .smart__about .smart__about__item p {
      font-size: 1.2rem;
      line-height: 1.5em; }
    .smart__index .smart__about .smart__about__item .about {
      text-align: center;
      margin-bottom: 0; }
      .smart__index .smart__about .smart__about__item .about img {
        width: 140px; }
    .smart__index .smart__about .smart__about__item .breaker {
      text-align: center;
      margin-top: 14px;
      margin-bottom: 22px; }
      .smart__index .smart__about .smart__about__item .breaker img {
        width: 105px; }
    .smart__index .smart__about .smart__about__item .smart {
      text-align: center;
      margin-top: 14px;
      margin-bottom: 22px; }
      .smart__index .smart__about .smart__about__item .smart img {
        width: 115px; }
    .smart__index .smart__about .smart__about__item hr {
      margin: 16px 0;
      height: 2px;
      background-color: #FFFFFF;
      border-style: none; }

.smart__index .smart__merit {
  padding: 0 16px 27px; }
  .smart__index .smart__merit .smart__merit__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .smart__index .smart__merit .smart__merit__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }
  .smart__index .smart__merit h4 {
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    background: #818181;
    line-height: 1.5em;
    padding: 8px 0; }
  .smart__index .smart__merit .smart__merit__item {
    background: #f0f0f0;
    padding: 16px;
    margin-bottom: 25px; }
    .smart__index .smart__merit .smart__merit__item:last-child {
      margin-bottom: 0; }
    .smart__index .smart__merit .smart__merit__item .merit {
      text-align: center;
      margin-top: 14px;
      margin-bottom: 22px; }
      .smart__index .smart__merit .smart__merit__item .merit img {
        width: 141px; }
    .smart__index .smart__merit .smart__merit__item h5 {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5em; }
    .smart__index .smart__merit .smart__merit__item .er {
      border: 1px solid #d42134;
      font-size: 1.2rem;
      color: #d42134;
      line-height: 1.5em;
      padding: 8px 19px;
      margin: 16px 0; }
    .smart__index .smart__merit .smart__merit__item .attention {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 1.0rem;
      line-height: 1.3em; }
    .smart__index .smart__merit .smart__merit__item .smart__merit__detail {
      margin-top: 10px;
      margin-bottom: 6px; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__detail .link__inner {
        padding-right: 15px;
        background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
        background-size: contain;
        color: #d42134;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: underline; }
    .smart__index .smart__merit .smart__merit__item .smart__merit__item__inner .description {
      font-size: 1.2rem;
      line-height: 1.5em;
      margin-bottom: 1em; }
    .smart__index .smart__merit .smart__merit__item .smart__merit__peak {
      position: relative;
      font-size: 1.05rem;
      line-height: 1.3em;
      width: 256px;
      margin: 2em auto 0; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__peak .main_img {
        width: 256px; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__peak .watt {
        color: #d42134;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__peak .balloon1 {
        position: absolute;
        top: 181px;
        left: 12px;
        width: 85px; }
        .smart__index .smart__merit .smart__merit__item .smart__merit__peak .balloon1 .watt {
          line-height: 1em;
          padding-top: 7px; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__peak .balloon2 {
        position: absolute;
        top: 181px;
        left: 127.5px;
        width: 95px; }
        .smart__index .smart__merit .smart__merit__item .smart__merit__peak .balloon2 .watt {
          line-height: 1em;
          padding-top: 7px; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__peak .balloon3 {
        position: absolute;
        top: 311.5px;
        left: 12px;
        width: 230px; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__peak .note1 {
        position: absolute;
        top: 393px;
        left: 12px;
        width: 230px;
        font-size: 1.2rem;
        line-height: 2.3em; }
        .smart__index .smart__merit .smart__merit__item .smart__merit__peak .note1 span {
          color: #d42134; }
      .smart__index .smart__merit .smart__merit__item .smart__merit__peak .note2 {
        position: absolute;
        top: 515px;
        left: 12px;
        width: 230px;
        font-size: 1.2rem;
        line-height: 2.3em; }
        .smart__index .smart__merit .smart__merit__item .smart__merit__peak .note2 span {
          color: #d42134; }

.smart__index .smart__close {
  margin-bottom: 12px;
  text-align: center;
  padding: 0 16px; }
  .smart__index .smart__close a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    background-color: #777;
    box-shadow: 0 2px 0 0 #5f5f5f;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem; }

/* 171030 */

.smart__index .smart__lead {
	padding: 16px 0 30px;
	background: #f0f0f0;
	box-sizing: border-box
	}

	.smart__lead .smart__lead__area .smart__lead__title {
		padding: 16px 0 8px;
		font-size: 1.8rem;
		line-height: 1.5454;
		font-weight: bold;
		color: #252525;
		}

.smart__index .smart {
	padding: 27px 16px;
	background: #f0f0f0
	}

	.smart__index .smart .smart__area {
		padding-bottom: 2px;
		background: #FFF
		}

	.smart__index .smart .smart__area .smart__area__item {
		line-height: 1.5em
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner {
		text-align: left
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner h3.calo01{
		font-size: 140%;
		padding: 15px;
		text-align: center;
		font-weight: bold
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner h4{
		padding: 5px;
		font-weight: bold
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner .smart__box{
		margin-bottom: 20px
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner .smart__box p.check{
		text-indent: -1em;
		padding-left: 2em;
		margin-bottom: 10px
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner .smart__box img{
		width: 100%
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner .smart__box ul{
		margin: 20px 0
		}

	.smart__index .smart .smart__area__item .smart__area__item__inner .smart__box ul li{
		list-style-type: none;
		padding-left: 2em;
		text-indent: -1em
		}

	.smart__index .smart .smart__area__item a.check{
		text-align: center;
		background: #bb0a1d;
		font-weight: bold;
		margin: 20px 0
		}

	.smart__price {
		background: #fee7eb;
		padding: 27px 16px
		}

	.smart__price h3.smart__price__title {
		margin-bottom: 13px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.375;
		text-align: center
		}

	.smart__price .smart__price__separater {
		margin: 0 auto;
		margin-bottom: 14px;
		width: 8.75%;
		height: 2px;
		background-color: #ed868e;
		border-style: none
		}

	.smart__price .smart__price__menu_box {
		padding: 0 0 18px;
		width: 100%
		}

	.smart__price .smart__price__menu_box .smart__price__menu__item {
		margin-bottom: 12px
		}

	.smart__price .smart__price__menu_box .smart__price__menu__item a{
		width: 100%;
		display: inline-block;
		padding: 8px 0;
		background: url(/jiyuuka/sp/images/icon_down.png) #fff 90% center no-repeat;
		box-shadow: 0 2px 0 0 #e5e5e5;
		border-radius: 3px;
		font-size: 1.2rem;
		background-size: 15px 15px;
		background-position: 95% center;
		color: #000;
	}

	.smart__price .smart__price__menu_box .smart__price__menu__item a img{
		vertical-align: middle;
		width: 28px;
		padding-right: 8px;
		padding-left: 8px
	}

	.smart__price .smart__price__item {
		margin-bottom: 30px
		}

	.smart__price .smart__price__item h4 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 16px
		}

	.smart__price .smart__price__item h4 img{
		width: 30px;
		vertical-align: middle;
		padding-right: 10px
		}

	.smart__price .smart__price__item .tanka {
		font-size: 1.4rem;
		background-color: #ed868e;
		color: #FFF;
		text-align: center;
		padding: 15px 0;
		margin-bottom: 16px
		}

	.smart__price .smart__price__item dl {
		overflow: hidden;
		margin-bottom: 13px
		}

	.smart__price .smart__price__item dd.harf {
		width: 50%;
		float: left
		}

	.smart__price .smart__price__item dd.harf:nth-child(odd) {
		width: 49%;
		float: right
		}

	.smart__price .smart__price__item dd {
		font-size: 1.2rem;
		text-align: center;
		background-color: #fffafb;
		padding: 16px 0;
		margin-bottom: 2px
		}

	.smart__price .smart__price__item dd strong {
		font-weight: bold
		}

	.smart__price .smart__price__item .smart__price__item__attention h2 {
		font-size: 1.2rem;
		font-weight: bold
		}

	.smart__price .smart__price__item .smart__price__item__attention ul {
		list-style: none
		}

	.smart__price .smart__price__item .smart__price__item__attention ul li {
		position: relative;
		font-size: 1.2rem;
		line-height: 1.5em;
		padding: 11px 0 0 14px
		}

	.smart__price .smart__price__item .smart__price__item__attention .link__inner {
		padding-right: 15px;
		background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
		background-size: contain;
		color: #d42134;
		font-size: 1.2rem;
		line-height: 1.5;
		text-decoration: underline
		}

	.smart__price .smart__price__ex {}

	.smart__price .smart__price__ex .smart__price__ex__title{
		background-color: #ed868e;
		font-size: 1.4rem;
		color: #FFF;
		text-align: center;
		padding: 15px 0;
		margin-bottom: 16px
		}

	.smart__price .smart__price__ex .smart__price__ex__sentence {
		margin-bottom: 16px;
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.5
		}

	.smart__price .smart__price__ex .smart__price__ex__calc{
		margin-bottom: 18px
		}

	.smart__price .smart__price__ex .smart__price__ex__calc img {
		width: 100%
		}

	.smart__price .smart__price__ex .smart__price__ex__attention {
		line-height: 1.5rem;
		margin-bottom: 6px
		}

	.smart__price .smart__price__ex .smart__price__ex__attention li {
		padding-left: 1em;
		text-indent: -1em
		}

	.smart__price .smart__price__ex .smart__price__ex__en {
		margin-top: 10px;
		margin-bottom: 6px
		}

	.smart__price .smart__price__ex .smart__price__ex__en .link__inner{
		padding-right: 15px;
		background: url(/jiyuuka/sp/images/icon_outer.png) right center no-repeat;
		background-size: contain;
		color: #d42134;
		font-size: 1.2rem;
		line-height: 1.5;
		text-decoration: underline
		}

	.smart__price .smart__price__ex .smart__price__ex__yakkan{
		margin-bottom: 6px
		}

	.smart__price .smart__price__ex .smart__price__ex__yakkan .link__inner{
		padding-right: 15px;
		background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
		background-size: contain;
		color: #d42134;
		font-size: 1.2rem;
		line-height: 1.5;
		text-decoration: underline
		}

	.plan__standard__index .standard__lead .smart__lead__icon {
		padding: 6px 0 30px;
		text-align: center
		}

.area__index .area__lead {
  padding: 16px 0 30px;
  background: #f0f0f0;
  box-sizing: border-box; }
  .area__index .area__lead .area__lead__title {
    padding: 16px 0 8px;
    font-size: 1.8rem;
    line-height: 1.5454;
    font-weight: bold;
    color: #252525;
    text-align: center; }

.area__index .area_block {
  padding: 27px 16px 0; }
  .area__index .area_block .area_block__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center; }
  .area__index .area_block .area_block__separater {
    margin: 0 auto;
    margin-bottom: 14px;
    width: 8.75%;
    height: 2px;
    background-color: #BBBBBB;
    border-style: none; }
  .area__index .area_block h4 {
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    background: #818181;
    line-height: 1.5em;
    padding: 8px 0; }
  .area__index .area_block p {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center; }

.area__index .area__close {
  margin-top: 27px;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 16px; }
  .area__index .area__close a {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
    background-color: #777;
    box-shadow: 0 2px 0 0 #5f5f5f;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem; }

.nav-sns {
  width: 90%;
  margin: 30px auto;
  *zoom: 1; }
  .nav-sns:after {
    content: "";
    display: table;
    clear: both; }
  .nav-sns li {
    float: left;
    margin-right: 3%; }
  .nav-sns .gp {
    width: 25%; }

/* 20190822NEW 料金バナー追加*/

h3.areaapply {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px
	}

table.areaapply  {
	margin: 10px 0
	}

table.areaapply tr th{
	background-color: #ffffff;
	padding: 10px;
	text-align: center
	}

table.areaapply tr td{
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	padding: 10px
	}

table.areaapply tr td ul li {
	text-indent: -1em;
	padding-left: 1em
	}

table.areaapply tr td:first-child{
	text-align: center
	}



@media screen and (min-width: 415px) and (max-width: 736px) {
  .plan__index .plan .plan__area__item.yorutoku h3 {
    padding: 8px 0 8px 95px; }
  .plan__index .plan .plan__area__item.standard h3 {
    padding: 8px 0 8px 140px; } }

.box-recommend{margin:0 auto;padding:15px; margin-top: 20px;background:#fff5f6;border:3px solid #f1b5bb}

.corporate__lead__agree{margin: 27px 16px;
  padding: 20px 16px 4px;
  border: 2px solid #f1b5bb;
  background: #fff5f6; }

.corporate__lead__agree .corporate__lead__agree__title {
    color: #d42134;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-align: center; }


.corporate__lead__agree .corporate__lead__agree__sentence {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 16px; }
.corporate__lead__agree .service__plan__agree__sentence a {
      color: #d42134;
      text-decoration: underline; }
.corporate__lead__agree .coporate__lead__agree__sentence .link__inner {
      padding-right: 20px;
      background: url(/jiyuuka/sp/images/link_out.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline; }

.corporate__lead__agree .catch {
    text-align: center; }
.corporate__lead__agree .corporate__lead__agree__list {
    text-align: center;
    margin-bottom: 16px; }

.corporate__lead__agree .corporate__lead__agree__list a {
width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }

.corporate__lead__agree__list a {
width: 100%;
      display: inline-block;
      padding: 16px 0;
      /* background-color: $bgColor; */
      background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
      background-size: 12px 9px;
      box-shadow: 0 2px 0 0 #a11d28;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 15px 15px;
      background-position: 95% center; }

#wrap_box {
	BORDER-RIGHT: #aaa 2px solid; BORDER-TOP: #aaa 2px solid; MARGIN: 10px auto; BORDER-LEFT: #aaa 2px solid; WIDTH: 100%
}

#wrap_va {
	FONT-SIZE: 12px; MARGIN: 20px auto 0px; WIDTH: 100%; TEXT-ALIGN: center
}
.title_a {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 2px; WIDTH: 50%; PADDING-TOP: 2px; BORDER-BOTTOM: #aaa 2px solid; BACKGROUND-COLOR: #aaa; line-height: 1.3em;
}
.title_b {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 110%; FLOAT: left; PADDING-BOTTOM: 2px; WIDTH: 50%; PADDING-TOP: 2px; BORDER-BOTTOM: #aaa 2px solid; BACKGROUND-COLOR: #ccc
}
.title_c {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 110%; FLOAT: left; PADDING-BOTTOM: 2px; WIDTH: 50%; PADDING-TOP: 2px; BORDER-BOTTOM: #aaa 2px solid; BACKGROUND-COLOR: #fff
}


.plan__index .plan .plan__area__item h3.calo01 {
      background: url(/jiyuuka/sp/images/plan_calorifier_img01.png) no-repeat left top;
      background-size: contain;
      color: #242424;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 8px 0 8px 6em;
      margin-bottom: 16px; }

.plan__index .plan .plan__area__item h3.calo02 {
      background: url(/jiyuuka/sp/images/plan_calorifier_img02.png) no-repeat left top;
      background-size: contain;
      color: #242424;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 8px 0 8px 6em;
      margin-bottom: 16px;
      }

.plan__index .plan .plan__area__item h3.calo03 {
      background: url(/jiyuuka/sp/images/plan_calorifier_img03.png) no-repeat left top;
      background-size: contain;
      color: #242424;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 8px 0 8px 6em;
      margin-bottom: 16px;
      }

.plan__index .plan .plan__area__item h3.calo04 {
      background: url(/jiyuuka/sp/images/plan_calorifier_img04.png) no-repeat left top;
      background-size: contain;
      color: #242424;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 8px 0 8px 6em;
      margin-bottom: 16px;
      }

.plan__index .plan .plan__area__item ul li,.plan__index .plan .plan__area__item {
      line-height: 1.5em;
 }

.plan__index .plan .plan__area__title {
      margin-bottom: 2px;
 }

.plan__index .plan .plan__area__item .u-mgr--15 {
      margin-right: 10px; }

.section-wrapper-gray {
 padding: 5px 0 15px;
}

.section {
 width: 100%;
}

.emergency-cotent-wrapper .emergency-content {
 padding: 15px;
 margin-top: 10px;
}

.emergency-moving .emergency-moving-column1 {
 display: block;
 padding: 0;
 width: auto;
}

.emergency-moving .emergency-moving-column1 h3 {
 color: #d42134;
 font-size: 1.6rem;
 font-weight: bold;
 padding: 10px;
 line-height: 1.3125;
}

.emergency-moving .emergency-moving-column1 p {
 padding: 0 10px;
 color:#242424;
 font-size: 1.2rem;
}

.emergency-moving .emergency-moving-column2 {
 margin-top: 20px;
 text-align: center;
}

.emergency-moving .emergency-moving-column2 img{
 max-width: 100%;
 height: auto;
 }

/*2017.5.9 ガス自由化*/

.lead__title {
  position: relative;
  line-height: 1.2;
  color: #004ea2;
}

.lead__title>span {
  position: absolute;
  display: inline-block;
  margin-left: 0.8em;
  padding-bottom: 5px;
  background: url(/jiyuuka/sp/images/bg_balloon_arrow_bottom.png) center bottom no-repeat;
  top: -25px;
  font-size: 0.7em;
}

.lead__title>span>span {
  display: inline-block;
  padding: 2px;
  border: 1px solid #004ea2;
  border-bottom: none;
}

.lead_button a {
  background-color: #004ea2;
  box-shadow: 0 2px 0 0 #002b69;
}

.emergency-gasjiyuuka-top {
  padding: 10px 10px 0;
}

.emergency-gasjiyuuka-top .emergency-gasjiyuuka-column1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  text-align: center;
}

.emergency-gasjiyuuka-top .emergency-gasjiyuuka-column1 p a {
  position: relative;
  padding-left: 10px;
  color: #d41522;
  font-size: 1.4rem;
  font-weight: bold;
}

.emergency-gasjiyuuka-top .emergency-gasjiyuuka-column1 p a::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #d41522;
  vertical-align: middle;
}

.emergency-gasjiyuuka-top .emergency-gasjiyuuka-column2 {
  margin-top: 5px;
  text-align: center;
}

.emergency-gasjiyuuka-top .emergency-gasjiyuuka-column2 p {
  line-height: 1.5;
  font-size: 1.4rem;
}

.emergency-gasjiyuuka-top .emergency-gasjiyuuka-column2 p span {
  font-size: 0.85em;
}

.plan-aboutContract {
  padding: 10px;
}

.plan-aboutContract .section-wrapper-gray {
  padding: 0;
}

.emergency-gasjiyuuka-plan {
  padding: 15px 10px 10px;
  background: #fff;
  text-align: center;
}

.emergency-gasjiyuuka-plan .emergency-gasjiyuuka-txt1 {
  margin-bottom: 9px;
  font-weight: bold;
}

.emergency-gasjiyuuka-plan h3 {
  position: relative;
  margin-bottom: 9px;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: bold;
  color: #004ea2;
}

.emergency-gasjiyuuka-plan h3>span {
  position: absolute;
  display: inline-block;
  margin-left: 0.8em;
  padding-bottom: 5px;
  background: url(/jiyuuka/sp/images/bg_balloon_arrow_bottom.png) center bottom no-repeat;
  top: -25px;
  font-size: 0.7em;
}

.emergency-gasjiyuuka-plan h3>span>span {
  display: inline-block;
  padding: 2px;
  border: 1px solid #004ea2;
  border-bottom: none;
}

.emergency-gasjiyuuka-plan .emergency-gasjiyuuka-txt2 {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}

.emergency-gasjiyuuka-plan .emergency-gasjiyuuka-txt3 {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #000;
  line-height: 1.3;
  font-size: 1.2rem;
}

.emergency-gasjiyuuka-plan .emergency-gasjiyuuka-column2 {
  margin-top: 9px;
}

.emergency-gasjiyuuka-plan .emergency-gasjiyuuka-column2 a {
  width: auto;
  display: inline-block;
  padding: 10px 40px;
  background-color: #004ea2;
  box-shadow: 0 2px 0 0 #002b69;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
}


/*20180223ビジネスガスバナー追加*/

.bnr-gas-business {
	padding: 15px 16px;
	background: #e2e5eb;
	text-align: center;
}
.bnr-gas-business p a img {
	max-width: 100%;
	height: auto;
}


.model-case {
 margin: 0px 16px 16px 20px;
}

.model-case p {
 margin-top: 20px;
}
.model-case img {
 width: 100%;
}

ul.note-list2 {
	margin-top: 5px;
	font-size: 9px;
}

ul.note-list2 li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

ul.note-list2 li:last-of-type {
	margin-bottom: 0;
}

/* 20190822NEW 料金バナー追加*/

p.days {
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	font-size: 14px
	}

/* parts
---------------------------------------------*/

#kaketsuke {
	margin: 15px 0;
	}

#kaketsuke.block1 {
	padding: 0px 16px 0;
}

#kaketsuke img {
	margin-bottom: 15px;
	width: 102%;
	margin-left: -10px;
	}

#kaketsuke .plan__agree__list {
	text-align: center;
	margin-bottom: 16px;
	}

#kaketsuke .plan__agree__list a {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  /* background-color: $bgColor; */
  background: url(/jiyuuka/sp/images/link_out_white.png) #c82432 90% center no-repeat;
  background-size: 12px 9px;
  box-shadow: 0 2px 0 0 #a11d28;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background-size: 15px 15px;
  background-position: 95% center;
  text-decoration: none;
}

.mb30 {
	margin-bottom: 30px!important
	}

/* work-low */

.constraciton__navi {
	padding: 27px 16px;
	}

.constraciton__navi h3 {
	border-left: 3px solid #d42134;
	padding-left: 10px;
	font-size: 1.6rem;
	color: #d42134;
	font-weight: bold;
	}

.constraction__navi p {
	font-size: 1.2rem;
	line-height: 1.5em;
	}

.constraction__navi a.link__inner__ora {
	width: 100%;
	display: inline-block;
	background: url(/jiyuuka/images/link_out_white.png) #df5924 90% center no-repeat;
	box-shadow: 0 2px 0 0 #b3471d;
	border-radius: 3px;
	color: #fff;
	font-size: 1.2rem;
	background-size: 15px 15px;
	background-position: 95% center
	}

/* work-about */

	#about.contents {
		font-size: 1.3em;
		line-height: 1.5em;
		}

	#about.contents .constraciton__navi {
		margin-bottom: 25px;
		padding: 0 16px;
		}

	#about.contents .constraciton__navi.first {
		margin-top: 25px;
		}

	#about.contents .constraciton__navi p {
		margin-top: 15px;
		}

	#about.contents .constraciton__navi ul {
		margin: 10px 0;
		padding: 15px 10px;
		}

	#about.contents .constraciton__navi ul li {
		text-indent: -1em;
		padding-left: 1em;
		}

	#about.contents .constraciton__navi ul.att {
		margin: 0;
		padding: 0;
		}

	#about.contents .constraciton__navi ul.att li {
		text-indent: -2em;
		padding-left: 2em;
		}

	#about.contents .constraciton__navi ul.box p {
		margin-top: 0;
		margin-bottom: 10px;
		}

	#about.contents .constraciton__navi ul.box {
		padding: 10px 20px;
		background: #ffedbc;
		border-radius: 10px;
		}

	#about.contents .constraciton__navi ul.box li{
		padding-top: 5px;
		padding-bottom: 5px
		}



	#about.contents .constraciton__navi ul li span {
		color: #d42134;
		text-decoration: underline;
		}

	#about.contents .contents__imgbox {
		margin-bottom: 25px;
		padding: 0 16px;
		}

	#about.contents .contents__imgbox img {
		width: 100%;
		}


	#about.contents .contents__imgbox p {
		margin: 5px 0;
		line-height: 1.5em;
		}

/*      head-btn */

	.btn_yakkan{
		text-align: center;
		padding-bottom: 10px
	}

	.btn_yakkan a {
		padding-right: 28px;
		background: url(/jiyuuka/sp/images/link_out.png) right center no-repeat;
		background-size: contain;
		color: #d42134;
		font-size: 1.2rem;
		line-height: 1.5;
		text-decoration: underline;
	}

	.btn_important {
		text-align: center;
		padding-bottom: 10px
	}


	.btn_important a {
		padding-right: 20px;
		background: url(/jiyuuka/sp/images/link-inner.png) right center no-repeat;
		background-size: contain;
		color: #d42134;
		font-size: 1.2rem;
		line-height: 1.5;
		text-decoration: underline;
	}

/* 20200403 */

h5.ttl {
	font-size: 1.26rem;
	font-weight: 700
	}

#saiene h4 {
	margin: 30px 0 10px 0
	}

#saiene ul{
	margin: 10px 0
	}

#saiene ul li {
	font-size: 1.2rem;
	line-height: 1.5em;
	margin-bottom: 10px;
	}

#saiene p {
	margin-bottom: 10px
	}

.sub {
	margin: 10px 0 5px 0
	}

.link__inner.pdf{
	padding-right: 14px;
      background: url(/jiyuuka/sp/images/icon_pdf.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline;
      background-size: 11px;
      }
.link__inner.xls{
	padding-right: 14px;
      background: url(/jiyuuka/sp/images/icon_xls.png) right center no-repeat;
      background-size: contain;
      color: #d42134;
      font-size: 1.2rem;
      line-height: 1.5;
      text-decoration: underline;
      background-size: 11px;
      }

.constraction__index .constraction__flow .constraction__possible__pdf.blue a {
	background: url(/jiyuuka/sp/images/icon_pdf.png) #0080ca 90% center no-repeat;
	box-shadow:0 2px 0 0 #004166;
      background-size: 12px 9px;
      border-radius: 3px;
      color: #fff;
      font-size: 1.2rem;
      background-size: 18px 21px;
      background-position: 95% center;
      line-height: 1.5em;
	}

.check {
	padding-left: 2em;
	line-height: 1.6;
	}

.copy {
	border:1px solid #333333;
	padding: 10px;
	margin: 10px
	}

.address {
	text-align: center;
	color: #c82432;
	font-weight: 700
	}

/* custom */

.plan__area__item.plan-premium {
  background: #773e20;
}

.plan-premium + .plan__area__item:before {
  background: #0068b6;
}

.corporate__index .plan .plan__area__item.plan-premium .plan__area__item__recommend p {
  width: 280px;
  background: none;
}
.corporate__index .plan .plan__area__item.plan-premium .plan__area__item__recommend p:before {
  content: "";
  position: relative;
  top: 4px;
  left: -4px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/jiyuuka/sp/images/icon_check.png) no-repeat center center;
  background-size: 15px 15px;
}

.corporate__index .plan .plan__area__item.plan-standard:before {
  background: #0068b6;
}

.plan__area__item__sentence--kome {
  padding-left: 12px;
  position: relative;
  padding-bottom: 20px;
}
.plan__area__item__sentence--kome:before {
  content: "＊";
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}
.plan__area__item__sentence--kome a, .plan__area__item__sentence--kome label {
  color: #d52626;
  text-decoration: underline;
}

.plan__area__item__recommend2 {
  background: #f0f0f0;
  padding: 16px;
  margin: 16px 0 16px;
  text-align: center;
}

.plan__area__item__recommend2-text1 {
  color: #d42134;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 4px;
}

.plan__area__item__recommend2-text2 {
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: left;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 370px) {
  .plan__area__item__recommend2 {
    padding: 16px 20px;
  }
  .plan__area__item__recommend2-text2 br {
    display: none;
  }
}

.plan__area__item__recommend2-text2:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/jiyuuka/sp/images/icon_check.png) no-repeat center center;
  background-size: 15px 15px;
}


.plan-premium .premium_p,
.plan-premium .premium_sl,
.plan-premium .premium_slp,
.plan-standard .standard_ax {
  background: url(/jiyuuka/sp/images/icon_premium_sl.png) no-repeat left top;
  background-size: contain;
  color: #773e20;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 7px 0 8px 76px;
  margin-bottom: 16px;
}
.plan-premium .premium_slp {
  background: url(/jiyuuka/sp/images/icon_premium_slp.png) no-repeat left top;
  background-size: contain;
  padding-left: 112px;
}
.plan-premium .premium_p {
  background: url(/jiyuuka/sp/images/icon_premium_p.png) no-repeat left top;
  background-size: contain;
}

.plan-standard .standard_ax {
  color: #0068b6;
  background: url(/jiyuuka/sp/images/icon_standard_ax.png) no-repeat left top;
  background-size: contain;
}

.corporate__lead__agree a {
  color: #c82432;
  text-decoration: underline;
}


.box-note04 {
  width: auto;
  margin: 27px 16px;
  background: #f0f0f0;
  text-align: left;
  border: 2px solid #909196;
  font-size: 1.2rem;
  line-height: 16px;
}

.box-note04__caption {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.box-note04__inner {
  padding: 30px
}

.box-note04 a {
  color: #c82432;
  text-decoration: underline;
}
.entry-btn {
  width: 100%;
  display: block;
}
.entry-btn img {
  width: 100%;
}



/* 202106 テーブルレイアウト追加 */

@media screen and (max-width: 767px){
.table_work .section {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}
}
@media screen and (max-width: 767px){
.table_work .section table {
    width: 100%;
}

.table_work .tbl-type01 {
    margin-bottom: 15px;
    width: 100%;
}
}
@media screen and (max-width: 767px){
.table_work .section {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}
}
@media screen and (max-width: 767px){
.table_work .section table th, .table_work .section table td {
    font-size: 3.1721vw;
    vertical-align: top;
}

.table_work .section table th, .table_work .section table td {
    /*width: 33%!important;*/
}

.table_work .tbl-type01 th {
    background: #f5f6f8;
    text-align: left;
    font-weight: normal;
    color: #333;
    border: 1px solid #ececec;
    padding: 10px;
}

.table_work .tbl-type01 td {
    border: 1px solid #ececec;
    padding: 10px;
}
}
@media screen and (max-width: 767px){
.table_work .section table th, .table_work .section table td {
    font-size: 3.1721vw;
    vertical-align: top;
}
}
 /* ------------------------------------------------------
   * nentyojyougen20220630 
  ------------------------------------------------------ */

.coution {
  margin: 30px 10px;
  font-size: 14px;
  border:solid 2px #FF0000;
}

.coution.coution-news {
  border:solid 2px #000;
}

.coution h3 {
margin: 15px 0px 0px ;
font-size: 16px;
padding: 0;
color:red;
font-weight:bold;
text-align:center;
display: block;
}

.coution-news h3{
  color: #000;
}

.coution ul {
  padding: 1.2em 2.2em 2.2em;
}

.coution li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.6;
  margin-bottom: 5px;
}

.coution li:last-child {
  margin-bottom: 0px;
}

.coution li span {
  position: absolute;
  top: 0;
  left: 0;
}

.box-btns__index__item.box-news{
  width: 100%;
  margin-left: 0;
}

#box-news-ttl{
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  border-left: none;
  margin-bottom: 10px;
}

.box-news-wrap{
  margin-bottom: 15vh;
}

.box-news-item{
  width: 85vw;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 15px;
}

.box-news-item:nth-of-type(n+2){
  margin-top: 50px;
}

.box-news-date{
  font-weight: bold;
  font-size: 13px;
}

.box-news-item-ttl{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.box-news-txt{
  font-size: 14px;
  line-height: 1.35;
}

.box-news-note{
  margin-top: 15px;
}

.box-news-txt.box-news-ul{
  margin-left: 20px;
}

.box-news-note.box-news-ul{
  margin-top: 15px;
}

.box-news-txt-li{
  position: relative;
}

.box-news-txt-number{
  position: absolute;
  top: 0;
  left: -20px;
}
/* 2023.05追加 */
.low4{
	margin: 0 10px;
	font-size: 14px;
	line-height: 16px;
	padding: 20px 5px;
	background: #f0f0f0;
	text-align: center;
}
.low4 a{
	text-decoration: underline;
	color: #c82432;
}
.btn-juutaku{
	
}
.btn-juutaku a{
	width: 100%;
	border:2px solid #999999;
	border-radius: 5px;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
	background: rgb(204,204,204);
background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
	text-align: center;
	color: #333333;
}

.sent-bg-gray {
        background-color:#f0f0f0;
}