@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* デフォルトのマージンを削除、作成するCSSの制御を改善するため */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.3;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/*h1, h2,
h3, h4 {
  text-wrap: balance;
}
*/
/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  /*display: block;*/
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 0;
}

.whitepaper_main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(165, 109, 105, 0.25);
          box-shadow: 0 5px 15px rgba(165, 109, 105, 0.25);
  background-color: #fff;
  text-align: left;
}
.whitepaper_main h2 {
  text-align: left !important;
  font-size: 32px;
  font-weight: 600;
  margin: 40px 0 20px;
}
.whitepaper_main h3 {
  color: #f7665d;
  font-size: 17px;
  letter-spacing: 0;
  padding: 16px 0;
}

/*-- -------------------------- -->
<---           Base             -->
<--- -------------------------- -*/
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #141414;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.5px;
}

a {
  color: #141414;
  text-decoration: none;
}
a:hover, a:active {
  color: #636363;
}
a:hover img {
  opacity: 0.6;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1,
h2 {
  font-weight: normal;
}

h2,
h3,
h4 {
  letter-spacing: 1.5px;
}

.keep-all {
  word-break: keep-all;
}

.bg_pinkgrade {
  background: linear-gradient(145deg, rgb(255, 243, 242) 0%, rgb(253, 209, 206) 100%);
}

.contents {
  padding-bottom: 30px;
}

#kenpolp .main {
  width: 92vw;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
#kenpolp img {
  width: 100%;
  height: auto;
}
#kenpolp h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
#kenpolp h2 strong {
  font-size: 40px;
}
#kenpolp #jirei h2 strong,
#kenpolp #merit h2 strong {
  color: #ff463a;
}
#kenpolp section {
  padding: 60px 0;
}
#kenpolp section .main {
  text-align: center;
}
#kenpolp section.btn_sec {
  padding: 40px 0;
  text-align: center;
}
#kenpolp .btn_sec a {
  margin: 10px auto 0;
  display: block;
  cursor: pointer;
}
#kenpolp .btn_sec img {
  max-width: 500px;
  width: 80vw;
  margin: 0 auto;
}
#kenpolp.top footer {
  margin-top: auto;
  padding-bottom: 90px;
}

@media screen and (max-width: 1079.9px) {
  .pc_only {
    display: none;
  }
  .sp_only,
  .sptab_only {
    display: block !important;
  }
  #kenpolp h2 {
    font-size: 22px;
  }
  #kenpolp h2 strong {
    font-size: 28px;
  }
  #kenpolp.top footer {
    padding-bottom: 81px;
  }
  #kenpolp section.btn_sec {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1080px) {
  .sptab_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}
/*-- -------------------------- -->
<---        Line Button         -->
<--- -------------------------- -*/
#kenpolp a.line-friend_btn {
  display: inline-block;
  background-color: #06c755;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 24px);
  padding: 0 20px 0;
  border-radius: 50px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
          box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#kenpolp a.line-friend_btn img {
  width: auto;
  height: 72px;
  margin-right: 20px;
}
#kenpolp a.line-friend_btn img.arrow-icon {
  height: 32px;
  width: auto;
}
#kenpolp a.line-friend_btn:hover {
  background-color: #05b34d;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
}
#kenpolp a.line-friend_btn:hover img {
  opacity: 1;
}

/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/
#kenpolp .mainimg_area .form_area {
  position: relative;
  padding-top: 84px;
  width: 380px;
}
#kenpolp .mainimg_area .form_area .form_tit {
  position: absolute;
  top: 0;
  max-width: 380px;
}
@media screen and (min-width: 1080px) {
  #kenpolp .mainimg_area .form_area.line-version {
    bottom: 48px;
  }
}
#kenpolp .mainimg_area .form_box {
  width: 380px;
}
#kenpolp .mainimg_area.test-hero {
  background-image: url("../img/kenpo-agent_hero.jpg");
}
#kenpolp .form_box {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  padding: 24px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kenpolp .form_box p {
  line-height: 1.5;
  margin-bottom: 16px;
}
#kenpolp .form_box a.line-friend_btn {
  font-size: 18px;
}

@media screen and (max-width: 1079.9px) {
  #kenpolp .mainimg_area {
    background: #f8f8f8 url("../img/kv_sp.jpg") no-repeat top/100% auto;
    padding-bottom: 40px;
  }
  #kenpolp .mainimg_area .main {
    position: relative;
    width: 100%;
  }
  #kenpolp .mainimg_area .logo {
    margin: 0 auto 40px;
    width: 160px;
  }
  #kenpolp .mainimg_area .lead {
    display: none;
  }
  #kenpolp .mainimg_area .leadsp {
    width: 86%;
    margin: 0 auto;
  }
  #kenpolp .mainimg_area .leadsp2 {
    margin-top: 220px;
    width: 96%;
  }
  #kenpolp .mainimg_area .form_area {
    margin: 0 auto;
  }
  #kenpolp .mainimg_area.test-hero {
    background-image: url("../img/kenpo-agent_hero-sp.jpg");
  }
}
@media screen and (min-width: 500px) and (max-width: 1079.9px) {
  #kenpolp .mainimg_area .leadsp2 {
    margin-top: 450px;
  }
}
@media screen and (min-width: 1080px) {
  #kenpolp .mainimg_area {
    background: url("../img/kv_pc.jpg") no-repeat center/auto 650px;
  }
  #kenpolp .mainimg_area .leadsp {
    display: none;
  }
  #kenpolp .mainimg_area .main {
    position: relative;
    height: 650px;
  }
  #kenpolp .mainimg_area .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
  }
  #kenpolp .mainimg_area .lead {
    width: 720px;
    position: absolute;
    left: 0;
    bottom: 25px;
  }
  #kenpolp .mainimg_area .form_area {
    width: 380px;
    position: absolute;
    right: calc((100vw - 1080px) / 2 * -1);
    bottom: -50px;
    margin-left: 0;
  }
  #kenpolp .mainimg_area .form_box {
    width: 380px;
  }
}
@media screen and (min-width: 1480px) {
  #kenpolp .mainimg_area .form_area {
    right: -12vw;
  }
}
@media screen and (max-width: 440px) {
  #kenpolp .mainimg_area .form_area {
    margin: 0 auto;
    padding-left: 0;
  }
  #kenpolp .form_box {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 340px) {
  #kenpolp .mainimg_area .form_area {
    width: 320px;
  }
  #kenpolp .mainimg_area .form_area .form_tit {
    max-width: 300px;
  }
  #kenpolp .mainimg_area .form_box {
    width: 300px;
  }
  #kenpolp .form_box {
    padding: 24px 10px;
  }
}
/*-- -------------------------- -->
<---           Jirei            -->
<--- -------------------------- -*/
#kenpolp #jirei .jirei_detail {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px #a56d69;
          box-shadow: 0 5px 15px #a56d69;
}
#kenpolp #jirei .jirei_detail1 figure {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
#kenpolp #jirei .jirei_detail1 .name_area {
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  margin-bottom: 5px;
}
#kenpolp #jirei .jirei_detail1 p {
  font-size: 16px;
  padding: 0;
}
#kenpolp #jirei .jirei_detail2 {
  background-position: center;
}
#kenpolp #jirei .jirei_detail2 .text_box {
  border-radius: 8px;
  overflow: hidden;
}
#kenpolp #jirei .jirei_detail2 .text_box.tensyokumae {
  background-color: #e1e3e5;
}
#kenpolp #jirei .jirei_detail2 .text_box ul {
  padding: 16px 10px 8px;
}
#kenpolp #jirei .jirei_detail2 .text_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 36px;
  color: #6f7680;
}
#kenpolp #jirei .jirei_detail2 .text_box li .midasi {
  background-color: #fff;
  border-radius: 4px;
  width: 5em;
  margin-right: 5px;
  color: #141414;
}
#kenpolp #jirei .jirei_detail2 .text_box li strong {
  font-size: 32px;
  font-weight: 800;
}
#kenpolp #jirei .jirei_detail2 .tensyokumae h4 {
  background-color: #9ca1aa;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
#kenpolp #jirei .jirei_detail2 .tensyokuato h4 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
#kenpolp #jirei .arrowbox {
  height: 42px;
  display: block;
  position: relative;
  background-color: #fff;
}
#kenpolp #jirei .arrowbox::after {
  content: "";
  display: block;
  width: 32px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#kenpolp #jirei .keiken01 figure {
  border: 3px solid #fdd1ce;
}
#kenpolp #jirei .keiken01 .name_area {
  background-color: #fdd1ce;
}
#kenpolp #jirei .keiken01 .tensyokuato {
  background-color: #fff3f2;
}
#kenpolp #jirei .keiken01 .jirei_detail2 {
  background: url("../img/icon-arrow-pink.png") no-repeat;
  background-size: 32px auto;
  background-position: center;
}
#kenpolp #jirei .keiken01 .jirei_detail2 .tensyokuato h4 {
  background-color: #f7665d;
}
#kenpolp #jirei .keiken01 .jirei_detail2 .text_box.tensyokuato li .naiyou {
  color: #ff463a;
}
#kenpolp #jirei .keiken01 .arrowbox::after {
  background: url("../img/icon-arrow-pink.png") no-repeat center/32px auto;
}
#kenpolp #jirei .keiken02 figure {
  border: 3px solid #bce8ed;
}
#kenpolp #jirei .keiken02 .name_area {
  background-color: #bce8ed;
}
#kenpolp #jirei .keiken02 .tensyokuato {
  background-color: #e7f9fb;
}
#kenpolp #jirei .keiken02 .jirei_detail2 {
  background: url("../img/icon-arrow-blue.png") no-repeat;
  background-size: 32px auto;
  background-position: center;
}
#kenpolp #jirei .keiken02 .jirei_detail2 .tensyokuato h4 {
  background-color: #2baab7;
}
#kenpolp #jirei .keiken02 .jirei_detail2 .text_box.tensyokuato li .naiyou {
  color: #2baab7;
}
#kenpolp #jirei .keiken02 .arrowbox::after {
  background: url("../img/icon-arrow-blue.png") no-repeat center/32px auto;
}
#kenpolp #jirei .keiken03 figure {
  border: 3px solid #e8daf0;
}
#kenpolp #jirei .keiken03 .name_area {
  background-color: #e8daf0;
}
#kenpolp #jirei .keiken03 .tensyokuato {
  background-color: #f7f3f8;
}
#kenpolp #jirei .keiken03 .jirei_detail2 {
  background: url("../img/icon-arrow-purp.png") no-repeat;
  background-size: 32px auto;
  background-position: center;
}
#kenpolp #jirei .keiken03 .jirei_detail2 .tensyokuato h4 {
  background-color: #ac84c3;
}
#kenpolp #jirei .keiken03 .jirei_detail2 .text_box.tensyokuato li .naiyou {
  color: #ac84c3;
}
#kenpolp #jirei .keiken03 .arrowbox::after {
  background: url("../img/icon-arrow-purp.png") no-repeat center/32px auto;
}
#kenpolp #jirei .keiken04 figure {
  border: 3px solid #c2e9cf;
}
#kenpolp #jirei .keiken04 .name_area {
  background-color: #c2e9cf;
}
#kenpolp #jirei .keiken04 .tensyokuato {
  background-color: #ebf5ee;
}
#kenpolp #jirei .keiken04 .jirei_detail2 {
  background: url("../img/icon-arrow-gree.png") no-repeat;
  background-size: 32px auto;
  background-position: center;
}
#kenpolp #jirei .keiken04 .jirei_detail2 .tensyokuato h4 {
  background-color: #56b576;
}
#kenpolp #jirei .keiken04 .jirei_detail2 .text_box.tensyokuato li .naiyou {
  color: #56b576;
}
#kenpolp #jirei .keiken04 .arrowbox::after {
  background: url("../img/icon-arrow-gree.png") no-repeat center/32px auto;
}

@media screen and (max-width: 1079.9px) {
  #kenpolp #jirei .jirei_detail2 h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
  #kenpolp #jirei .jirei_detail2 .text_box ul {
    padding: 16px 16px 8px;
    display: inline-block;
    margin: 0 auto;
  }
  #kenpolp #jirei .jirei_detail2 .text_box li {
    margin-bottom: 8px;
    line-height: 36px;
    height: 36px;
  }
  #kenpolp #jirei .jirei_detail2 .text_box li .midasi {
    margin-right: 10px;
  }
  #kenpolp #jirei .jirei_detail1 p {
    text-align: left;
    padding-top: 16px;
  }
  #kenpolp #jirei .jirei_detail1 .name_area {
    position: absolute;
    display: inline-block;
    width: 10em;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #kenpolp #jirei .jirei_detail1 figure {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #kenpolp #jirei .jirei_detail {
    padding: 16px;
    margin-bottom: 16px;
    position: relative;
    padding-top: 135px;
  }
}
@media screen and (min-width: 1080px) {
  #kenpolp #jirei .jireibox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #kenpolp #jirei .jirei_detail {
    width: calc((100% - 32px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kenpolp #jirei .jirei_detail1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 16px;
  }
  #kenpolp #jirei .jirei_detail1 figure {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #kenpolp #jirei .jirei_detail2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kenpolp #jirei .jirei_detail2 .text_box {
    width: calc((100% - 55px) / 2);
  }
  #kenpolp #jirei .arrowbox {
    display: none;
  }
}
/*-- -------------------------- -->
<---        CTA Banner          -->
<--- -------------------------- -*/
#kenpolp section.btn_sec.line_add.line_bg {
  background-color: #f7665d;
  color: #ffffff;
}
#kenpolp section.btn_sec.line_add .add-friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kenpolp section.btn_sec.line_add .add-friend p {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 400px) {
  #kenpolp section.btn_sec.line_add .add-friend p {
    font-size: 18px;
  }
}
/*-- -------------------------- -->
<---           Merit            -->
<--- -------------------------- -*/
#kenpolp #merit .merit_box h3 {
  margin-bottom: 16px;
}
#kenpolp #merit .merit_box h3 strong {
  color: #ff463a;
}
#kenpolp #merit .merit_box h3 img {
  width: 140px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1079.9px) {
  #kenpolp #merit .merit_box {
    margin-top: 50px;
  }
  #kenpolp #merit .merit_box:not(:last-child) {
    margin-bottom: 24px;
  }
  #kenpolp #merit .merit_box h3 {
    text-align: center;
    font-size: 24px;
  }
  #kenpolp #merit .merit_box h3 img {
    width: 100px;
    margin: 0 auto 10px;
  }
  #kenpolp #merit .merit_box p {
    text-align: left;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1080px) {
  #kenpolp #merit .merit_box {
    position: relative;
    height: 302px;
    margin-bottom: 40px;
  }
  #kenpolp #merit .merit_box h3 {
    font-size: 30px;
    padding-top: 16px;
  }
  #kenpolp #merit .merit_box h3,
  #kenpolp #merit .merit_box p {
    text-align: left;
    width: calc(100% - 530px);
  }
  #kenpolp #merit .merit_box figure {
    width: 500px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  #kenpolp #merit .merit_box:nth-child(odd) h3,
  #kenpolp #merit .merit_box:nth-child(odd) p {
    width: 100%;
    padding-left: 530px;
  }
  #kenpolp #merit .merit_box:nth-child(odd) figure {
    left: 0;
    right: auto;
  }
}
/*-- -------------------------- -->
<---            Flow            -->
<--- -------------------------- -*/
#kenpolp #flow .step_area {
  text-align: left;
  border-bottom: 2px solid #f7665d;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
#kenpolp #flow .step_area img {
  height: 23px;
  width: auto;
}
#kenpolp #flow .flow_box h3 {
  color: #f7665d;
  font-size: 16px;
  letter-spacing: 0;
  padding: 16px 0;
}
#kenpolp #flow .flow_box p {
  text-align: left;
}
#kenpolp #flow .flow_box span {
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 1079.9px) {
  #kenpolp #flow .flow_box:not(:last-child) {
    margin-bottom: 32px;
  }
  #kenpolp #flow figure {
    margin-bottom: 8px;
  }
  #kenpolp #flow .step_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  #kenpolp #flow .step_area h3 {
    padding: 0 0 0 16px;
    margin: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 1079.9px) {
  #kenpolp #flow figure {
    height: auto;
  }
  #kenpolp #flow figure img {
    -o-object-fit: inherit;
       object-fit: inherit;
    width: 100%;
    max-height: none;
  }
}
@media screen and (min-width: 1080px) {
  #kenpolp #flow .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #kenpolp #flow .flow_list .flow_box {
    padding-right: 24px;
    width: 100%;
    position: relative;
  }
  #kenpolp #flow .flow_list .flow_box:not(:last-child)::after {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #f7665d;
    display: block;
    position: absolute;
    top: 120px;
    right: 5px;
  }
}
/*-- -------------------------- -->
<---          Line Add          -->
<--- -------------------------- -*/
#kenpolp section#lineAdd {
  background-color: #d8f7d8;
  padding: 32px 0 0;
}
#kenpolp section#lineAdd .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 0.5fr 0 1fr 0 0.7fr;
  grid-template-rows: 0.5fr 1fr 0.7fr;
      grid-template-areas: "applicant line-label" "applicant chat-bubble" "applicant add-friend";
  width: 92vw;
  max-width: 960px;
  margin: 0 auto;
  gap: 0;
}
#kenpolp section#lineAdd .applicant {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: applicant;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#kenpolp section#lineAdd .applicant img {
  height: 500px;
  width: auto;
}
#kenpolp section#lineAdd .line-label {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: line-label;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}
#kenpolp section#lineAdd .chat-bubble {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: chat-bubble;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}
#kenpolp section#lineAdd .chat-bubble .bubble-container {
  position: relative;
  background: #fff;
  padding: 24px;
  width: 390px;
  height: 232px;
  text-align: left;
  border-radius: 12px;
}
#kenpolp section#lineAdd .chat-bubble .bubble-container.left-in::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  top: 38px;
  border: 12px solid;
  border-color: white white transparent transparent;
}
#kenpolp section#lineAdd .add-friend {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: add-friend;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kenpolp section#lineAdd .add-friend p {
  font-size: 18px;
  font-weight: 600;
}
#kenpolp section#lineAdd h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
  word-break: keep-all;
}
#kenpolp section#lineAdd h2 span {
  color: #06c755;
  font-size: 40px;
}
#kenpolp section#lineAdd p {
  font-size: 14px;
  text-align: left;
  padding-bottom: 0.7em;
}

@media screen and (max-width: 940px) {
  #kenpolp section#lineAdd .main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px 200px 310px 150px;
    grid-template-rows: 100px 200px 310px 150px;
        grid-template-areas: "line-label" "chat-bubble" "applicant" "add-friend";
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #kenpolp section#lineAdd .applicant {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    padding: 0 16px;
  }
  #kenpolp section#lineAdd .applicant img {
    height: 305px;
  }
  #kenpolp section#lineAdd .chat-bubble .bubble-container {
    width: 90vw;
    max-width: 390px;
  }
  #kenpolp section#lineAdd .chat-bubble .bubble-container.left-in::after {
    left: auto;
    right: 80px;
    top: auto;
    bottom: -20px;
    border-color: white transparent transparent white;
  }
  #kenpolp section#lineAdd .applicant {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #kenpolp section#lineAdd .line-label {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #kenpolp section#lineAdd .chat-bubble {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #kenpolp section#lineAdd .add-friend {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 500px) {
  #kenpolp section#lineAdd h2 {
    font-size: 24px;
  }
  #kenpolp section#lineAdd h2 span {
    font-size: 36px;
  }
}
/*-- -------------------------- -->
<---       Floating CTA         -->
<--- -------------------------- -*/
#kenpolp .cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 8px 0 3px;
  z-index: 10;
}
#kenpolp #lastbox {
  padding: 16px 0 30px;
}
#kenpolp #lastbox.floating-cta {
  padding: 9px 0;
}
#kenpolp #lastbox.floating-cta > .add-friend {
  padding: 0;
  margin: 0;
}
#kenpolp #lastbox.floating-cta > .add-friend a {
  margin: 0;
}
#kenpolp #lastbox .add-friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/
#kenpolp footer .main {
  padding: 60px 0;
  text-align: center;
}
#kenpolp footer img {
  width: 240px;
  margin: 0 auto 15px;
}
#kenpolp footer p {
  text-align: center;
}
#kenpolp footer p.footer_cr {
  font-size: 10px;
  color: #fff;
  background-color: #e5414d;
}
#kenpolp footer a {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */