@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

.font--900 {
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}

.mainVisual {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  #page {
    max-width: inherit!important;
  }
  body {
    background: transparent;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }
  main * {
    box-sizing: border-box;
  }
  main img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  main sup {
    font-size: 45%;
    margin-left: -6px;
    display: inline-block;
    margin-top: 9px;
  }
  .pcHidden {
    display: none;
  }
  .mainVisual {
    position: relative;
  }
  .mainVisual .upperBlock {
    background-color: #EEEAE8;
    background-image: url("/sumai_create/syoukai/lp/08/img/index_bg01_pc.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto calc(659px - 80px);
    width: 100%;
    padding: 0 15px;
    height: 659px;
  }
  .mainVisual .upperBlock h1 {
    text-align: center;
    margin-top: 20px;
  }
  .mainVisual .upperBlock .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .mainVisual .lowerBlock {
    color: #45250b;
    margin: 0 auto;
    font-weight: 600;
    border: 1px solid #dfcea6;
    width: 900px;
    background-color: #fff;
    padding: 36px 0 25px;
    position: absolute;
    left: calc(50% - 450px);
    bottom: -67px;
  }
  .mainVisual .lowerBlock::after {
    content: "";
    display : inline-block;
    position: absolute;
    width: 898px;
    height: 4px;
    background-color: #dfcea6;
    left: 0;
    top: 2px;
  }
  .mainVisual .lowerBlock h2 {
    text-align: center;
  }
  .mainVisual .lowerBlock ul {
    font-size: 22px;
    color: #45250b;
    margin-top: 25px;
    padding-left: 40px;
  }
  .mainVisual .lowerBlock ul li + li {
    margin-top: 8px;
  }
  .conversionArea {
    margin: 147px 38px 100px;
  }
  .conversionArea-title {
    text-align: center;
    margin: 0 auto 30px;
  }
  .conversionArea .btnArea {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 976px;
    gap: 35px;
  }
  .conversionArea .btn {
    display: block;
    transition: opacity 0.2s ease;
  }
  .conversionArea > .btn {
    margin: 0 auto 50px;
    width: 816px;
  }
  .conversionArea .btn:hover {
    opacity: 0.6;
  }
  .conversionArea ul {
    font-size: 16px;
    color: #333;
    margin: 36px auto 0;
    text-indent: -16px;
    padding-left: 16px;
    width: 976px;
  }
  .conversionArea ul li + li {
    margin-top: 2px;
  }
  .caseColumn {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 976px;
  }
  .slideWrap {
    background-color: #eedbca;
    padding-bottom: 20px;
    width: 450px;
  }
  .caseSection {
    position: relative;
    margin-top: 92px;
  }
  .caseSection + .caseSection {
    margin-top: 80px;
  }
  .caseSection .caseCategory {
    width: 163px;
    margin: auto;
  }
  .caseSection + .caseSection .caseCategory {
    width: 117px;
    margin: auto;
    margin-bottom: 40px;
  }
  .caseSection .caseCategory {
    margin-bottom: 40px;
  }
  
  .caseSection .caseCategory::after {
    content: "";
    display : inline-block;
    position: absolute;
    width: 220px;
    height: 2px;
    background-color: #dfcea6;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
  }
  .caseSection .caseCategory img {
    z-index: 2;
    position: relative;
  }
  /*slick*/
  .slideItem list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 31px;
    height: 67px;
    z-index: 100;
    position: absolute;
    top: calc(50% - 94px);
    cursor: pointer;
  }
  .slick-prev {
    left: 0;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic06.png") no-repeat 0 0 / 31px 67px;
  }
  .slick-next {
    right: 0;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic07.png") no-repeat 0 0 / 31px 67px;
  }
  .slick-dots {
    margin-top: 14px;
    display: flex;
    justify-content: center;
  }
  .slick-dots li {
    font-size: 0;
    line-height: 0;
    margin: 0 10px;
  }
  .slick-dots li button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #fff;
    outline: 0;
    border-radius: 0;
    cursor: pointer;
    transform: rotate(45deg);
  }
  .slick-dots li.slick-active button {
    background-color: #665545;
  }
  .slick-dots li button::before {
    content: none;
  }
  .slideItem p {
    background-color: #f5e9df;
    font-size: 20px;
    padding: 17px 30px 17px;
    min-height: 94px;
    word-break: keep-all;
  }
  .slideWrap .costText {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: -0.6px;
  }
  .slideWrap .costText .strongText {
    font-size: 26px;
    font-weight: 500;
  }
  .slideWrap .costText .weakText {
    font-size: 12px;
  }
  .slideWrap .costText .cautionMark {
    font-size: 10px;
  }
  .caseCaution {
    font-size: 16px;
    color: #333;
    margin: 16px auto 0;
    width: 976px;
  }
  .caseCaution li + li {
    margin-top: 4px;
  }
  .caseCaution + .conversionArea {
    margin: 75px 38px 95px;
  }
  .stepSection {
    background-color: #f8f6f6;
    padding: 70px 15px;
  }
  .contentInner {
    width: 976px;
    margin: auto;
  }
  .stepSection .sectionTitle {
    width: 427px;
    margin: auto;
    position: relative;
  }
  .sectionTitle::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 4px;
    top: 55px;
    left: 0;
    right: 0;
    background-color: #bdab82;
    margin: auto;
  }
  .stepSection .leadText {
    font-size: 20px;
    font-weight: bold;
    margin: 75px 30px 30px;
    color: #333;
  }
  .stepSection .reformStep {
    margin: 0 30px;
  }
  .stepSection .oneStep {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    color: #333;
    display: flex;
    justify-content: space-between;
  }
  .stepSection .oneStep + .oneStep {
    margin-top: 30px;
  }
  .stepSection .stepContext {
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;

  }
  .stepSection .supportText {
    width: 202px;
    margin: 3px 18px 0 0;
  }
  .stepSection .supportList p + p {
    margin-top: 10px;
  }
  .stepSection + .conversionArea {
    margin: 75px 38px 95px;
  }
  .summarySection {
    background-color: #f8f2e8;
    padding: 70px 0;
  }
  .summarySection .sectionTitle {
    width: 567px;
    margin: auto;
    position: relative;
  }
  .summarySection .upperBlock {
    margin: 75px auto 0;
    background-color: #eedbca;
    border: 2px solid #eedbca;
    width: 807px
  }
  .summarySection .upperBlock .leadPart {
    width: 393px;
    margin: auto;
    margin-top: 30px;
  }
  .summarySection .upperBlock .upperTitle {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin: 20px 30px 30px;
    text-align: center;
  }
  .summarySection .upperBlock .upperList {
    background-color: #fff;
    padding: 34px 45px;
    color: #4e4e4e;
  }
  .summarySection .upperBlock .upperList .listTitle {
    text-align: center;
    font-size: 22px;
  }
  .summarySection .upperBlock .upperList ul {
    margin-top: 10px;
    font-size: 20px;
    text-indent: -20px;
    padding-left: 20px;
  }
  .summarySection .upperBlock .upperList ul li + li {
    margin-top: 10px;
  }
  .summarySection .upperBlock .upperList .listCaution {
    font-size: 20px;
    margin-top: 16px;
    text-align: center;
  }
  .summarySection .lowerBlock {
    margin-top: 65px;
  }
  .summarySection .lowerBlock .lowerTitle {
    width: 505px;
    margin: auto;
  }
  .summarySection .lowerBlock .satisfactionText {
    width: 529px;
    margin: 30px auto 13px;
  }
  .summarySection .lowerBlock .subText {
    font-size: 17px;
    color: #333;
    text-indent: -17px;
    padding-left: 17px;
    margin-left: 160px;
  }
  .opinionSection {
    background-color: #ecebe8;
    padding: 70px 0;
  }
  .opinionSection .sectionTitle {
    width: 177px;
    margin: auto;
    position: relative;
    margin-bottom: 74px;
  }
  .opinionSection .contentInner {
    display: flex;
    justify-content: space-between;
  }
  .opinionSection .oneColumn {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    color: #333;
  }
  .opinionSection .oneColumn + .oneColumn {
    margin-left: 76px;
  }
  .opinionSection .oneColumn .upperBlock {
    display: flex;
    align-items: center;
  }
  .opinionSection .oneColumn .upperBlock .columnTitle{
    font-size: 22px;
    font-weight: bold;
    word-break: keep-all;
    text-align: center;
    flex: 1;
  }
  .opinionSection .oneColumn .upperBlock figure {
    width: 196px;
    margin-left: 22px;
  }
  .opinionSection .oneColumn .columnText {
    margin-top: 26px;
    position: relative;
    font-size: 16px;
  }
  .opinionSection .oneColumn .columnText::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: -11px;
    left: 0;
    right: 0;
    background-color: #d1c09b;
    margin: auto;
  }
  .questionSection {
    background-color: #f6f0db;
    padding: 70px 0;
  }
  .questionSection .sectionTitle {
    width: 273px;
    margin: auto;
    position: relative;
    margin-bottom: 80px;
  }
  .questionSection .questionBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
  }
  .questionSection .questionBox + .questionBox {
    margin-top: 25px;
  }
  .questionSection .questionBox dt {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic08.png") no-repeat 4px 50% / 25px 21px;
    padding: 12px 40px 10px;
    cursor: pointer;
    color: #8c2424;
  }
  .questionSection .questionBox dt:hover {
    color: #c25e5e;
  }
  .questionBox dt:not(.open)::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #bcaa80;
    width: 3px;
    height: 20px;
    top: 50%;
    margin-top: -9.5px;
    right: 11px;
  }
  .questionBox dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #bcaa80;
    width: 20px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    right: 3px;
  }
  .questionBox dd {
    border-top: 2px solid #ccc;
    padding: 18px 10px 10px 40px;
    display: none;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic10.png") no-repeat 2px 22px / 26px 19px;
    font-size: 20px;
  }
  .questionBox dd p + .listTitle {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .questionBox dd li {
    text-indent: -16px;
    padding-left: 16px;
    font-size: 16px;
  }
  .questionBox p + p {
    font-size: 16px;
    text-indent: -16px;
    padding-left: 16px;
    margin-top: 5px;
  }
  .questionSection + .conversionArea {
    margin: 100px 25px 40px;
  }
  .cautionArea .panasonicText {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    word-break: keep-all;
  }
  .lineBt {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    pointer-events: none;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  html.touch-device body {
    min-width: inherit!important;
  }
  html.touch-device #page {
    min-width: inherit!important;    
  }
  #page {
    min-width: inherit!important;
  }
  body {
    background: transparent;
    font-family:  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }
  main * {
    box-sizing: border-box;
  }
  main img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  main sup {
    font-size: 60%;
    margin-left: -5px;
    display: inline-block;
    margin-top: 3px;
  }
  .mainVisual .upperBlock {
    background-image: url("/sumai_create/syoukai/lp/08/img/index_bg01.webp");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 375 / 300;
    margin-bottom: 20px;
  }
  .mainVisual .upperBlock .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding: 0 15px;
    background-color: #EEEAE8;
    line-height: 1;
  }
  .mainVisual .upperBlock h1 {
    padding: 15px 15px 0;
  }
  .mainVisual .lowerBlock {
    color: #45250b;
    margin: 0 15px;
    font-weight: 600;
    border: 1px solid #dfcea6;
    position: relative;
  }
  .mainVisual .lowerBlock::after {
    content: "";
    display : inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #dfcea6;
    left: 0;
    top: 2px;
  }
  .mainVisual h2 {
    width: 187px;
    margin: auto;
    position: absolute;
    top: -10px;;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .mainVisual .lowerBlock ul {
    margin: 27px 21px 18px;
    font-size: 15px;
    color: #45250b;
    text-indent: -15px;
    padding-left: 15px;
  }
  .mainVisual .lowerBlock ul li + li {
    margin-top: 8px;
  }
  .conversionArea {
    margin: 28px 15px 0;
  }
  .conversionArea-title {
    text-align: center;
    max-width: 252px;
    margin: 0 auto 16px;
  }
  .conversionArea .btn {
    display: block;
    margin-bottom: 24px;
  }
  .conversionArea > .btn {
    margin-bottom: 28px;
  }
  .conversionArea .btnArea {
    margin: auto;
  }

  .conversionArea ul {
    font-size: 12px;
    color: #333;
    margin-top: 16px;
    text-indent: -12px;
    padding-left: 12px;
  }
  .conversionArea ul li + li {
    margin-top: 2px;
  }
  
  .slideWrap {
    background-color: #eedbca;
    padding-bottom: 15px;
  }
  .slideWrap + .slideWrap {
    margin-top: 50px;
  }
  .caseSection {
    position: relative;
    margin-top: 46px;
  }
  .caseSection + .caseSection {
    margin-top: 70px;
  }
  .caseSection .caseCategory {
    width: 102px;
    margin: auto;
  }
  .caseSection + .caseSection .caseCategory {
    width: 74px;
    margin: auto;
    margin-bottom: 15px;
  }
  .caseSection .caseCategory {
    margin-bottom: 15px;
  }
  
  .caseSection .caseCategory::after {
    content: "";
    display : inline-block;
    position: absolute;
    width: 142px;
    height: 1px;
    background-color: #dfcea6;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
  }
  .caseSection .caseCategory img {
    z-index: 2;
    position: relative;
  }
  /*slick*/
  .slideItem list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 26px;
    height: 56px;
    z-index: 100;
    position: absolute;
    top: calc(50% - 70px);
  }
  .slick-prev {
    left: 0;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic06.png") no-repeat 0 0 / 26px 56px;
  }
  .slick-next {
    right: 0;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic07.png") no-repeat 0 0 / 26px 56px;
  }
  .slick-dots {
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }
  .slick-dots li {
    font-size: 0;
    line-height: 0;
    margin: 0 12px;
  }
  .slick-dots li button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #fff;
    outline: 0;
    border-radius: 0;
    cursor: pointer;
    transform: rotate(45deg);
  }
  .slick-dots li button::before {
    content: none;
  }
  .slick-dots li.slick-active button {
    background-color: #665545;
  }
  .slideItem p {
    background-color: #f5e9df;
    font-size: 17px;
    padding: 14px 28px 14px;
    min-height: 79px;
    word-break: keep-all;
  }
  .slideWrap .costText {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
  }
  .slideWrap .costText .strongText {
    font-size: 22px;
    font-weight: 500;
  }
  .slideWrap .costText .weakText {
    font-size: 11px;
  }
  .slideWrap .costText .cautionMark {
    font-size: 10px;

  }
  .caseCaution {
    font-size: 12px;
    color: #333;
    margin: 16px 15px 0;
    text-indent: -12px;
    padding-left: 12px;
  }
  .caseCaution li + li {
    margin-top: 4px;
  }
  .caseCaution + .conversionArea {
    margin: 25px 25px 55px;
  }
  .stepSection {
    background-color: #f8f6f6;
    padding: 35px 15px;
  }
  .stepSection .sectionTitle {
    width: 237px;
    margin: auto;
    position: relative;
  }
  .sectionTitle::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 3px;
    top: 34px;
    left: 0;
    right: 0;
    background-color: #bdab82;
    margin: auto;
  }
  .stepSection .leadText {
    font-size: 14px;
    font-weight: bold;
    margin: 43px 5px 25px;
    color: #333;
  }
  .stepSection .oneStep {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    color: #333;
  }
  .stepSection .oneStep + .oneStep {
    margin-top: 30px;
  }
  .stepSection .stepContext {
    font-size: 16px;
    font-weight: 600;
    word-break: keep-all;
    text-indent: -16px;
    padding-left: 16px;
  }
  .stepSection .supportText {
    margin-top: 9px;
    width: 151px;
  }
  .stepSection .supportList {
    display: flex;
  }
  .stepSection .supportList p + p {
    margin-left: 10px;
  }
  .stepSection + .conversionArea {
    margin: 25px 25px 55px;
  }
  .summarySection {
    background-color: #f8f2e8;
    padding: 35px 15px;
  }
  .summarySection .sectionTitle {
    width: 314.5px;
    margin: auto;
    position: relative;
  }
  .summarySection .upperBlock {
    margin-top: 46px;
    background-color: #eedbca;
    border: 1px solid #eedbca;
  }
  .summarySection .upperBlock .leadPart {
    width: 196.5px;
    margin: auto;
    margin-top: 10px;
  }
  .summarySection .upperBlock .upperTitle {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 5px 30px 10px;
    text-align: center;
  }
  .summarySection .upperBlock .upperList {
    background-color: #fff;
    padding: 15px 10px;
    color: #4e4e4e;
  }
  .summarySection .upperBlock .upperList .listTitle {
    text-align: center;
  }
  .summarySection .upperBlock .upperList ul {
    margin-top: 10px;
    font-size: 15px;
    text-indent: -15px;
    padding-left: 15px;
  }
  .summarySection .upperBlock .upperList ul li + li {
    margin-top: 12px;
  }
  .summarySection .upperBlock .upperList .listCaution {
    font-size: 15px;
    margin-top: 16px;
  }
  .summarySection .lowerBlock {
    margin-top: 35px;
  }
  .summarySection .lowerBlock .lowerTitle {
    width: 319.5px;
    margin: auto;
  }
  .summarySection .lowerBlock .satisfactionText {
    width: 228px;
    margin: 22px auto 13px;
  }
  .summarySection .lowerBlock .subText {
    font-size: 12px;
    color: #333;
    text-indent: -12px;
    padding-left: 12px;
  }
  .opinionSection {
    background-color: #ecebe8;
    padding: 35px 15px;
  }
  .opinionSection .sectionTitle {
    width: 99.5px;
    margin: auto;
    position: relative;
    margin-bottom: 47px;
  }
  .opinionSection .oneColumn {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    color: #333;
  }
  .opinionSection .oneColumn + .oneColumn {
    margin-top: 35px;
  }
  .opinionSection .oneColumn .upperBlock {
    display: flex;
    align-items: center;
  }
  .opinionSection .oneColumn .upperBlock .columnTitle{
    font-size: 16px;
    font-weight: bold;
    word-break: keep-all;
    text-align: center;
    flex: 1;
  }
  .opinionSection .oneColumn .upperBlock figure {
    width: 150px;
    margin-left: 25px;
  }
  .opinionSection .oneColumn .columnText {
    margin-top: 28px;
    position: relative;
  }
  .opinionSection .oneColumn .columnText::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: -15px;
    left: 0;
    right: 0;
    background-color: #d1c09b;
    margin: auto;
  }
  .questionSection {
    background-color: #f6f0db;
    padding: 35px 15px;
  }
  .questionSection .sectionTitle {
    width: 136.5px;
    margin: auto;
    position: relative;
    margin-bottom: 47px;
  }
  .questionSection .questionBox {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
  }
  .questionSection .questionBox + .questionBox {
    margin-top: 25px;
  }
  .questionSection .questionBox dt {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic08.png") no-repeat 0px 13px / 19.5px 16px;
    padding: 10px 30px;
    cursor: pointer;
    color: #8c2424;
  }
  .questionBox dt:not(.open)::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #bcaa80;
    width: 2px;
    height: 18px;
    top: 50%;
    margin-top: -8.5px;
    right: 11px;
  }
  .questionBox dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #bcaa80;
    width: 18px;
    height: 2px;
    top: 50%;
    margin-top: -1.5px;
    right: 3px;
  }
  .questionBox dd {
    border-top: 1px solid #ccc;
    padding: 10px 11px 10px 30px;
    display: none;
    background: url("/sumai_create/syoukai/lp/08/img/index_ic10.png") no-repeat -1px 12px / 20px 15px;
    font-size: 14px;
  }
  .questionBox dd p + .listTitle {
    margin-top: 20px;
    font-weight: bold;
  }
  .questionBox dd li {
    text-indent: -14px;
    padding-left: 14px;
  }
  .questionBox p + p {
    font-size: 12px;
    text-indent: -12px;
    padding-left: 12px;
    margin-top: 5px;
  }
  .questionSection + .conversionArea {
    margin: 25px 25px 45px;
  }
  .cautionArea .panasonicText {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    word-break: keep-all;
  }
  .lineBt {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 35px 15px 0;
  }
}

/* add */
.breakText {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin: 80px auto;
  padding: 0 40px;

  @media screen and (max-width: 640px) {
    font-size: 14px;
    margin: 50px auto;
    padding: 0 10px;
  }

  & > .only-sp {
    display: none;

    @media screen and (max-width: 640px) {
      display: block;
    }
  }
}