@charset "UTF-8";
/* スマホメニュー */
@media print, screen and (max-width: 767px) {
  header .header_nav.menu_open {
    overflow-y: scroll !important;
    height: 100%;
    background-color: #ffffff !important;
  }
  header .header_nav.menu_open .spview {
    background-color: #ffffff !important;
    padding: 22px 0 100px;
  }
  .sp_menu_tel {
    width: 90%;
    margin: 0 auto 17px;
  }
  .sp_menu_tel dt {
    width: 100%;
    height: 30px;
    border-radius: 5px 5px 0 0;
    background: #1b568e;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
  }
  .sp_menu_tel dd {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px #1b568e solid;
    border-left: 1px #1b568e solid;
    border-right: 1px #1b568e solid;
    padding: 10px 0 12px;
  }
  .sp_menu_tel_num {
    margin: 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_menu_tel_num::before {
    content: url(images/menu_icon_tel.png);
    margin: 5px 5px 0 0;
  }
  .sp_menu_tel_num a {
    text-decoration: none;
    font-weight: bold;
    color: #1b568e;
    font-size: 32px;
    line-height: 1;
  }
  .sp_menu_tel_time {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
  .sp_menu_contact {
    width: 90%;
    height: 50px;
    border-radius: 5px;
    background: #1b568e;
    margin: 0 auto 20px;
  }
  .sp_menu_contact a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
  }
  .sp_menu_contact a::before {
    content: url(images/menu_icon_contact.png);
    margin: 3px 6px 0 0;
  }
  .sp_menu01 a,
  .sp_menu02 a,
  .sp_menu03 a {
    color: #000000 !important;
    border-style: none !important;
    padding: 0 10px 0 20px !important;
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .sp_menu01 {
    width: 100%;
    border-top: 1px #bababa solid;
    display: flex;
    flex-wrap: wrap;
  }
  .sp_menu01 li {
    width: 50%;
    height: 50px;
    border-bottom: 1px #bababa solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_menu_voice,
  .sp_menu_plan {
    border-right: 1px #bababa solid;
  }
  .sp_menu_works {
    width: 100% !important;
    height: 60px !important;
  }
  .sp_menu_works a {
    font-weight: bold;
    font-size: 20px !important;
    line-height: 1 !important;
    justify-content: center;
  }
  .sp_menu_voice a,
  .sp_menu_faq a,
  .sp_menu_plan a,
  .sp_menu_first a {
    font-weight: bold;
    font-size: 18px !important;
    line-height: 1 !important;
  }
  .sp_menu_works a::before {
    content: url(images/menu_icon_works.png);
    margin: 3px 5px 0 0;
  }
  .sp_menu_voice a::before {
    content: url(images/menu_icon_voice.png);
    margin: 3px 5px 0 0;
  }
  .sp_menu_faq a::before {
    content: url(images/menu_icon_faq.png);
    margin: 3px 3px 0 0;
  }
  .sp_menu_plan a::before {
    content: url(images/menu_icon_plan.png);
    margin: 3px 5px 0 0;
  }
  .sp_menu_first a::before {
    content: url(images/menu_icon_first.png);
    margin: 3px 5px 0 0;
  }
  .sp_menu02 {
    width: 100%;
    display: flex;
  }
  .sp_menu02 li {
    width: 33.3% !important;
    height: 60px;
    border-bottom: 1px #bababa solid;
    text-align: left !important;
  }
  .sp_menu02 li:first-child {
    border-right: 1px #bababa solid;
  }
  .sp_menu02 li:last-child {
    border-left: 1px #bababa solid;
  }
  .sp_menu02 li a {
    font-weight: bold;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
  .sp_menu02 li a::before {
    content: url(images/menu_icon_arrow.png);
    margin: 0 5px 0 0;
  }
  .sp_menu03 {
    width: 100%;
    display: flex;
    border-bottom: 1px #bababa solid;
  }
  .sp_menu03 li {
    height: 50px;
    border-bottom: 1px #bababa solid;
  }
  .sp_menu03 li:nth-child(odd) {
    border-right: 1px #bababa solid;
  }
  .sp_menu03 li:last-child {
    width: 100% !important;
    border-right: none;
    border-bottom: none;
  }
  .sp_menu03 li a {
    font-weight: bold;
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .sp_menu03 li a::before {
    content: url(images/menu_icon_arrow.png);
    margin: 0 4px 3px 0;
  }
}
@media print, screen and (max-width: 320px) {
  .sp_menu_tel_num a {
    font-size: 28px;
  }
  .sp_menu_tel_time {
    font-size: 12px;
  }
  .sp_menu01 a,
  .sp_menu02 a,
  .sp_menu03 a {
    padding: 0 7px !important;
  }
  .sp_menu_voice a,
  .sp_menu_faq a,
  .sp_menu_plan a,
  .sp_menu_first a {
    font-size: 15px !important;
  }
}
/* 外装一筋！多数の信頼と実績あり */
@media print, screen and (min-width: 768px) {
  .top_jisseki {
    width: 100%;
    background: #f2f2f2;
    margin: 0 0 25px;
  }
  .top_jisseki h2 {
    background: #1b568e;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
  }
  .top_jisseki_h2_color {
    color: #ffe200 !important;
  }
  .top_jisseki_h2_small {
    font-size: 80%;
  }
  .top_jisseki_cnt {
    width: 98%;
    max-width: 900px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  .top_jisseki_l {
    width: 22%;
    order: 1;
  }
  .top_jisseki_year {
    margin: 0 0 10px !important;
    text-align: center;
  }
  .top_jisseki_promise {
    text-align: center;
    color: #344d85;
    font-size: 17px;
    margin: 0 !important;
  }
  .top_jisseki_r {
    width: 78%;
    order: 2;
  }
  .top_jisseki_r ul {
    display: flex;
  }
  .top_jisseki_year_sp {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_jisseki_br_tb {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .top_jisseki_cnt {
    padding: 10px 0;
  }
  .top_jisseki_l {
    width: 20%;
  }
  .top_jisseki_promise {
    font-size: 14px;
  }
  .top_jisseki_r {
    width: 80%;
  }
}
@media print, screen and (max-width: 767px) {
  .top_jisseki {
    width: 100%;
    background: #f2f2f2;
    margin: 0 0 25px;
  }
  .top_jisseki h2 {
    background: #1b568e;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 3px 0;
  }
  .top_jisseki_h2_color {
    color: #ffe200 !important;
  }
  .top_jisseki_h2_small {
    font-size: 80%;
  }
  .top_jisseki_cnt {
    width: 100%;
  }
  .top_jisseki_year {
    display: none;
  }
  .top_jisseki_promise {
    width: 100%;
    background: #1b568e;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 0 !important;
    padding: 5px 0;
  }
  .top_jisseki_promise br {
    display: none;
  }
  .top_jisseki_r ul {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 3px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top_jisseki_r ul li {
    width: 50%;
    text-align: center;
  }
  .top_jisseki_year_sp {
    width: 100% !important;
    text-align: center;
  }
}
/* Googleクチコミ */
@media print, screen and (min-width: 768px) {
  .top_kuchikomi {
    width: 100%;
    margin: 50px 0 80px;
  }
  .top_kuchikomi_ggl {
    width: 100%;
    background: #4cceed;
    padding: 12px 0;
    position: relative;
  }
  .top_kuchikomi_ggl p {
    width: 170px;
    height: 50px;
    background: #ffffff;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_kuchikomi_ggl div {
    width: 30px;
    height: 16px;
    line-height: 0;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top_kuchikomi_cnt {
    width: 100%;
    border-bottom: 1px #707070 solid;
    border-left: 1px #707070 solid;
    border-right: 1px #707070 solid;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .top_kuchikomi_cnt h2 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 20px;
  }
  .top_kuchikomi_total_data {
    width: 94%;
    max-width: 750px;
    border-bottom: 1px #707070 solid;
    margin: 0 auto;
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .top_kuchikomi_total_value {
    font-weight: bold;
    color: #707070;
    font-size: 22px;
    line-height: 1;
    margin: 0;
  }
  .top_kuchikomi_total_data div {
    color: #bababa;
    font-size: 35px;
    line-height: 1;
    margin: 0 30px;
  }
  .top_kuchikomi_total_num {
    font-weight: bold;
    color: #707070;
    font-size: 22px;
    line-height: 1;
    margin: 0;
  }
  .top_kuchikomi_list {
    width: 94%;
    max-width: 750px;
    margin: 0 auto;
  }
  .top_kuchikomi_list li {
    border-bottom: 1px #707070 dotted;
    padding: 35px 0;
  }
  .top_kuchikomi_list li:last-child {
    border-bottom: none !important;
  }
  .top_kuchikomi_info {
    margin: 0 0 10px;
    display: flex;
    align-items: flex-end;
  }
  .top_kuchikomi_info div {
    color: #bababa;
    font-size: 22px;
    line-height: 1;
    margin: 0 15px 0 0;
  }
  .top_kuchikomi_time {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 0 10px 0 0;
  }
  .top_kuchikomi_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 0;
  }
  .top_kuchikomi_txt {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    transition-duration: 0.2s;
    position: relative;
  }
  .top_kuchikomi_more {
    width: 150px;
    height: 35px;
    background: url(images/top_kuchikomi_open.png) no-repeat right 15px center
      #4cceed;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 10px auto 0;
  }
  .top_kuchikomi_more:hover {
    opacity: 0.8;
  }
  .top_kuchikomi_more span {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .top_kuchikomi_total_value {
    font-size: 18px;
  }
  .top_kuchikomi_total_star {
    margin: 0 20px;
  }
  .top_kuchikomi_total_num {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_kuchikomi {
    width: 100%;
    margin: 50px 0 80px;
  }
  .top_kuchikomi_ggl {
    width: 100%;
    background: #4cceed;
    padding: 12px 0;
    position: relative;
  }
  .top_kuchikomi_ggl p {
    width: 170px;
    height: 50px;
    background: #ffffff;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_kuchikomi_ggl div {
    width: 30px;
    height: 16px;
    line-height: 0;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top_kuchikomi_cnt {
    width: 100%;
    border-bottom: 1px #707070 solid;
    padding: 20px 0;
  }
  .top_kuchikomi_cnt h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 10px;
  }
  .top_kuchikomi_total_data {
    width: 96%;
    border-bottom: 1px #707070 solid;
    margin: 0 auto;
    padding: 0 0 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .top_kuchikomi_total_value {
    width: 50%;
    text-align: right;
    font-weight: bold;
    color: #707070;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0 5px 0 0;
    flex-shrink: 0;
  }
  .top_kuchikomi_total_data div {
    width: 50%;
    text-align: left;
    color: #bababa;
    font-size: 22px;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 5px;
    flex-shrink: 0;
  }
  .top_kuchikomi_total_num {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #707070;
    font-size: 18px;
    line-height: 1;
    margin: 15px 0 0;
    flex-shrink: 0;
  }
  .top_kuchikomi_list {
    width: 96%;
    margin: 0 auto;
  }
  .top_kuchikomi_list li {
    border-bottom: 1px #707070 dotted;
    padding: 20px 0;
  }
  .top_kuchikomi_list li:last-child {
    border-bottom: none !important;
  }
  .top_kuchikomi_info {
    margin: 0 0 10px;
    display: flex;
    align-items: flex-end;
  }
  .top_kuchikomi_info div {
    color: #bababa;
    font-size: 18px;
    line-height: 1;
    margin: 0 10px 0 0;
  }
  .top_kuchikomi_time {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    margin: 0 10px 0 0;
  }
  .top_kuchikomi_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 0;
  }
  .top_kuchikomi_txt {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    transition-duration: 0.2s;
    position: relative;
  }
  .top_kuchikomi_more {
    width: 150px;
    height: 35px;
    background: url(images/top_kuchikomi_open.png) no-repeat right 15px center
      #4cceed;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 10px auto 0;
  }
  .top_kuchikomi_more span {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
  }
}
/* クチコミ 星の数５：top_kuchikomi_score_05 */
.top_kuchikomi_score_05 span:nth-child(1),
.top_kuchikomi_score_05 span:nth-child(2),
.top_kuchikomi_score_05 span:nth-child(3),
.top_kuchikomi_score_05 span:nth-child(4),
.top_kuchikomi_score_05 span:nth-child(5) {
  color: #fcaf2f;
}

/* クチコミ 星の数４：top_kuchikomi_score_04 */
.top_kuchikomi_score_04 span:nth-child(1),
.top_kuchikomi_score_04 span:nth-child(2),
.top_kuchikomi_score_04 span:nth-child(3),
.top_kuchikomi_score_04 span:nth-child(4) {
  color: #fcaf2f;
}

/* クチコミ 星の数３：top_kuchikomi_score_03 */
.top_kuchikomi_score_03 span:nth-child(1),
.top_kuchikomi_score_03 span:nth-child(2),
.top_kuchikomi_score_03 span:nth-child(3) {
  color: #fcaf2f;
}

/* クチコミ 星の数２：top_kuchikomi_score_02 */
.top_kuchikomi_score_02 span:nth-child(1),
.top_kuchikomi_score_02 span:nth-child(2) {
  color: #fcaf2f;
}

/* クチコミ 星の数１：top_kuchikomi_score_01 */
.top_kuchikomi_score_01 span:nth-child(1) {
  color: #fcaf2f;
}

.google-review {
  margin: 4em 0;
}
.google-review h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  background-color: #344D85;
  padding: 0.5em;
}
.google-review h2 .title-inner {
  background-color: #fff;
  padding: 0.2em 2em;
  margin: 0.5em 0;
  border-radius: 100px;
}
.google-review h2 .text-google {
  font-size: 42px;
}
.google-review h2 .text-google .g-blue {
  color: #4285F4;
}
.google-review h2 .text-google .g-red {
  color: #EA4335;
}
.google-review h2 .text-google .g-yellow {
  color: #FBBC05;
}
.google-review h2 .text-google .g-green {
  color: #34A853;
}
.google-review h2 .divider::before {
  content: " ";
}
.google-review h2 .review-score {
  color: #EA4335;
  font-size: 48px;
}
.google-review .review-container p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .google-review h2 {
    font-size: 24px;
  }
  .google-review h2 .text-google {
    font-size: 32px;
  }
  .google-review h2 .review-score {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .google-review h2 {
    font-size: 28px;
    color: #000;
  }
  .google-review h2 .title-inner {
    background-color: #fff;
    padding: 0.2em 1em;
    display: block;
    margin: 0 auto;
    line-height: 1;
  }
  .google-review h2 .text-google {
    font-size: 40px;
  }
  .google-review h2 .review-score {
    font-size: 40px;
  }
  .google-review h2 .divider::before {
    content: "\A";
    white-space: pre;
  }
  .google-review .review-container p {
    font-size: 16px;
  }
}


/* 最新の外壁塗装・屋根リフォーム施工事例 */
@media print, screen and (min-width: 768px) {
  .top_reform .col4_wrap {
    margin: 0 0 30px;
  }
  .top_reform_list {
    background: #f5f5f5;
    border: 1px #e0e0e0 solid;
    padding: 0 0 57px;
    box-sizing: border-box;
    position: relative;
  }
  .top_reform_list a {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 5px 5px 0;
    text-decoration: none;
    box-sizing: border-box;
  }
  .top_reform_list .image {
    margin: 0 0 10px;
  }
  .top_reform_list .image img:hover {
    opacity: 1;
  }
  .nevada .top_reform_list .text {
    color: #344d85;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 !important;
    padding: 0 !important;
  }
  .top_reform_list a:hover .text {
    text-decoration: underline;
  }
  .top_reform_btn {
    width: 92%;
    max-width: 154px;
    height: 35px;
    background: url(images/top_btn_arrow.png) no-repeat right 10px center
      #344d85;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1200px) {
  .top_reform_list .text {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .top_reform_list .text {
    font-size: 12px;
  }
  .top_reform_btn {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_reform {
    margin: 0 0 70px;
  }
  .top_reform .col4_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_reform_list {
    width: 49% !important;
    background: #f5f5f5;
    border: 1px #e0e0e0 solid;
    margin: 0 0 10px !important;
    padding: 0 0 54px;
    box-sizing: border-box;
    position: relative;
  }
  .top_reform_list a {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 5px 5px 0;
    text-decoration: none;
    box-sizing: border-box;
  }
  .top_reform_list .image {
    margin: 0 0 10px;
  }
  .nevada .top_reform_list .text {
    color: #344d85;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 !important;
    padding: 0 !important;
  }
  .top_reform_list a:hover .text {
    text-decoration: underline;
  }
  .top_reform_btn {
    width: 92%;
    max-width: 154px;
    height: 35px;
    background: url(images/top_btn_arrow.png) no-repeat right 10px center
      #344d85;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    margin: 0 auto 30px;
    /*	position: absolute;*/
    /*	bottom: 12px;*/
    /*	left: 0;*/
    /*	right: 0;*/
  }
  #smp-conts .top_reform_btn a {
    color: #fff;
    font-weight: bold;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 767px) {
  .top_reform .col4_wrap {
    margin: 0 !important;
  }
  .top_reform_list {
    margin: 0 0 12px !important;
  }
}
/* 工事費コミの人気外壁塗装プラン */
@media print, screen and (min-width: 768px) {
  .top_plan {
    margin: 80px 0 60px;
  }
  .top_ttl p,
  .top_plan_ttl_arrow {
    display: none;
  }
  .top_plan_list {
    background: #f4f4f4;
    border: 1px #c6c6c6 solid;
    margin-bottom: 25px !important;
    position: relative;
  }
  .top_plan_list a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 15px 90px;
  }
  .top_plan_list a:hover {
    text-decoration: none !important;
  }
  .top_plan_img {
    width: 100%;
    margin: 0 0 5px;
    display: flex;
    justify-content: space-between;
  }
  .top_plan_img:hover img {
    opacity: 1;
  }
  .top_plan_img div:first-child {
    width: 60%;
    max-width: 245px;
  }
  .top_plan_img div:last-child {
    width: 37.8%;
    max-width: 154px;
  }
  .top_plan_list h3 {
    font-size: 31px;
    line-height: 1.2;
  }
  .top_plan_limited {
    width: 100%;
    height: 28px;
    background: #000000;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    line-height: 28px;
    margin: 3px 0 5px;
  }
  .top_plan_price_wrap {
    display: flex;
  }
  .top_plan_price_l {
    margin: 0 20px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-shrink: 0;
    position: relative;
    bottom: -3px;
  }
  .top_plan_price {
    color: #e21111;
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
    margin: 0;
  }
  .top_plan_price_unit {
    width: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #e21111;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    bottom: 5px;
  }
  .top_plan_price_r {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .top_plan_price_r p {
    width: 100%;
    height: 32px;
    background: #3eab66;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    margin: 4px 0 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_plan_price_c {
    width: 100%;
    height: 32px;
    background: #3eab66;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    margin: 4px 0 -5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_plan_score_wrap {
    width: 100%;
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .top_plan_score_wrap dl {
    width: 31%;
    height: 25px;
    display: flex;
  }
  .top_plan_score_wrap dl:last-child {
    width: 36%;
  }
  .top_plan_score_wrap dl dt {
    background: linear-gradient(to bottom, #4cceed, #1c7a91);
    border-radius: 100px 0 0 100px;
    border-top: 1px #bababa solid;
    border-bottom: 1px #bababa solid;
    border-left: 1px #bababa solid;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    padding: 0 5px 0 8px;
    flex-shrink: 0;
  }
  .top_plan_score_wrap dl dd {
    width: 100%;
    background: #ffffff;
    border-radius: 0 100px 100px 0;
    border-top: 1px #bababa solid;
    border-bottom: 1px #bababa solid;
    border-right: 1px #bababa solid;
    text-align: center;
    color: #bababa;
    font-size: 13px;
    line-height: 22px;
  }
  .top_plan_note {
    width: 100%;
    margin: 12px 0 0;
  }
  ul.top_plan_note li {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top_plan_btn {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .top_plan_btn p {
    width: 100%;
    height: 50px;
    background: url(images/top_btn_arrow.png) no-repeat right 10px center
      #344d85;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    margin: 0;
  }
  .top_plan_ranking {
    width: 98px;
    height: 120px;
    background: url(images/top_plan_ranking.png) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .top_plan_ranking dl {
    text-align: center;
  }
  .top_plan_ranking dt {
    color: #344d85;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 5px;
    text-shadow: 0 0 5px #ffffff;
  }
  .top_plan_ranking dd {
    color: #e21111;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 20px;
    text-shadow: 0 0 5px #ffffff;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .top_plan_price_wrap {
    display: block;
  }
  .top_plan_list a {
    padding: 20px 10px 90px;
  }
  .top_plan_list h3 {
    font-size: 28px;
  }
  .top_plan_limited {
    font-size: 16px;
  }
  .top_plan_price_l {
    width: 100%;
    margin: 0 0 5px;
    display: flex;
    justify-content: center;
  }
  .top_plan_price {
    font-size: 60px;
  }
  .top_plan_price_c {
    height: auto;
    min-height: 32px;
    line-height: 1.2;
    padding: 5px 5px;
  }
  .top_plan_score_wrap {
    display: block;
  }
  .top_plan_score_wrap dl {
    width: 100% !important;
    margin: 0 0 5px;
  }
  .top_plan_score_wrap dl dt {
    width: 30%;
    text-align: center;
  }
  .top_plan_ranking {
    width: 73.5px;
    height: 90px;
    top: 3px;
    left: 0;
  }
  .top_plan_ranking dt {
    font-size: 12px;
    margin: 0 0 3px;
  }
  .top_plan_ranking dd {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_plan {
    margin: 0 0 60px;
  }
  .top_plan .top_ttl {
    border-bottom: none;
    background: #334c84;
    text-align: center;
    margin: 0 0 18px;
    padding: 15px 0;
    position: relative;
  }
  .top_plan .top_ttl p {
    color: #ffffff;
    font-size: 100%;
    line-height: 1;
    margin: 0 0 10px;
  }
  .top_plan .top_ttl h2 {
    background: none;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .top_plan_ttl_arrow {
    width: 25px;
    height: 15px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top_plan_ttl_arrow img {
    vertical-align: top;
  }
  .top_plan_list {
    width: 100%;
    max-width: none !important;
    background: #f4f4f4;
    border: 1px #c6c6c6 solid;
    margin-bottom: 12px !important;
    position: relative;
  }
  .top_plan_list a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 3% 70px;
  }
  .top_plan_list a:hover {
    text-decoration: none !important;
  }
  .top_plan_img {
    width: 100%;
    margin: 0 0 5px;
    display: flex;
    justify-content: space-between;
  }
  .top_plan_img img {
    width: 100%;
  }
  .top_plan_img:hover img {
    opacity: 1;
  }
  .top_plan_img div:first-child {
    width: 60%;
  }
  .top_plan_img div:last-child {
    width: 37.8%;
  }
  .top_plan_list h3 {
    font-size: 26px;
    line-height: 1.2;
  }
  .top_plan_limited {
    width: 100%;
    height: 28px;
    background: #000000;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin: 5px 0 5px;
  }
  .top_plan_price_wrap {
    display: flex;
  }
  .top_plan_price_l {
    margin: 0 10px 0 0;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
    position: relative;
    bottom: -3px;
  }
  .top_plan_price {
    color: #e21111;
    font-weight: bold;
    font-size: 65px;
    line-height: 1;
    margin: 0;
  }
  .top_plan_price_unit {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #e21111;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 5px;
    position: relative;
    bottom: 5px;
  }
  .top_plan_price_r {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .top_plan_price_r p {
    width: 100%;
    height: 25px;
    background: #3eab66;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    margin: 4px 0 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
  }
  .top_plan_price_c {
    width: 100%;
    height: 25px;
    background: #3eab66;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    margin: 4px 0 -5px;
    display: flex;
    justify-content: center;
  }
  .top_plan_score_wrap {
    width: 100%;
    margin: 15px 0 0;
  }
  .top_plan_score_wrap dl {
    width: 50%;
    height: 25px;
    margin: 0 0 5px;
    display: flex;
  }
  .top_plan_score_wrap dl dt {
    width: 40%;
    background: linear-gradient(to bottom, #4cceed, #1c7a91);
    border-radius: 100px 0 0 100px;
    border-top: 1px #bababa solid;
    border-bottom: 1px #bababa solid;
    border-left: 1px #bababa solid;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    flex-shrink: 0;
  }
  .top_plan_score_wrap dl dd {
    width: 100%;
    background: #ffffff;
    border-radius: 0 100px 100px 0;
    border-top: 1px #bababa solid;
    border-bottom: 1px #bababa solid;
    border-right: 1px #bababa solid;
    text-align: center;
    color: #bababa;
    font-size: 15px;
    line-height: 22px;
  }
  .top_plan_note {
    width: 100%;
    margin: 12px 0 0;
  }
  .top_plan_note li {
    width: 100%;
    max-width: none !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top_plan_btn {
    width: 100%;
    height: 40px;
    padding: 0 3%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .top_plan_btn p {
    width: 100%;
    height: 40px;
    background: url(images/top_btn_arrow.png) no-repeat right 10px center
      #344d85;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    margin: 0;
  }
  .top_plan_ranking {
    width: 73.5px;
    height: 90px;
    background: url(images/top_plan_ranking.png) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .top_plan_ranking dl {
    text-align: center;
  }
  .top_plan_ranking dt {
    color: #344d85;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 3px;
    text-shadow: 0 0 5px #ffffff;
  }
  .top_plan_ranking dd {
    color: #e21111;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 20px;
    text-shadow: 0 0 5px #ffffff;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 767px) {
  .top_plan .col2_wrap {
    margin: 0 0 50px !important;
  }
  .top_plan_list {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto 12px !important;
  }
}
@media print, screen and (max-width: 320px) {
  .top_plan .top_ttl h2 {
    font-size: 19px;
  }
  .top_plan_price {
    font-size: 60px;
  }
  .top_plan_price_c,
  .top_plan_price_r p {
    font-size: 12px;
  }
}
/* プラン 星の数５：top_plan_score_05 */
.top_plan_score_05 span:nth-child(1),
.top_plan_score_05 span:nth-child(2),
.top_plan_score_05 span:nth-child(3),
.top_plan_score_05 span:nth-child(4),
.top_plan_score_05 span:nth-child(5) {
  color: #fcaf2f;
}

/* プラン 星の数４：top_plan_score_04 */
.top_plan_score_04 span:nth-child(1),
.top_plan_score_04 span:nth-child(2),
.top_plan_score_04 span:nth-child(3),
.top_plan_score_04 span:nth-child(4) {
  color: #fcaf2f;
}

/* プラン 星の数３：top_plan_score_03 */
.top_plan_score_03 span:nth-child(1),
.top_plan_score_03 span:nth-child(2),
.top_plan_score_03 span:nth-child(3) {
  color: #fcaf2f;
}

/* プラン 星の数２：top_plan_score_02 */
.top_plan_score_02 span:nth-child(1),
.top_plan_score_02 span:nth-child(2) {
  color: #fcaf2f;
}

/* プラン 星の数１：top_plan_score_01 */
.top_plan_score_01 span:nth-child(1) {
  color: #fcaf2f;
}

#smp-conts .top_reform .reform_link a {
  display: block;
  border: #5678bb solid 1px;
  border-radius: 15px;
  color: #fff;
  background: #5678bb;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
} /*# sourceMappingURL=add.css.map */
