body, html{
    margin: 0;
    padding: 0;
}
#lp01_contents{
    max-width: 1060px;
    margin: auto;
}
.pc_hidden{
    display: none;
}
/* メイン */
.lp01_header{
    position: relative;
    margin-top: 60px;
}
picture.main_white_paper{
    max-width: 957px;
    margin: 30px auto;
    display: block;
}
.main_label_download{
    position: absolute;
    width: 190px;
    height: auto;
    bottom: 280px;
    right: 70px;
}
.lp01_report_save_time_and_effort picture{
    max-width: 666px;
    height: auto;
    margin: 30px auto;
    display: block;
}
/* 課題・効果 */
.lp01_kadai-kouka{
    position: relative;
    margin-top: 60px;
    
}
.lp01_kadai-kouka_block{
    display: flex;
    justify-content:space-around;
    /* align-items: center; */
    max-width: 1000px;
    margin-top: 30px;
    box-sizing: border-box;
}
.lp01_kadai-kouka_block .content_block_text{
    width:58%;
    background: url(/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/arrow.png) no-repeat center top;
    background-size: 34px 20px;
    padding-top: 50px;
}
.lp01_kadai-kouka_block .content_block_image{
    width: 35%;
}
.lp01_kadai-kouka_block .content_block_text p{
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
}
.lp01_kadai-kouka_block .content_block_text p span{
    color: #CC0033;
}
.lp01_kadai-kouka_block .content_block_text ul{
    padding-left: 20px;
    box-sizing: border-box;
}
.lp01_kadai-kouka_block .content_block_text li{
    list-style: disc;
    margin-bottom:6px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    box-sizing: border-box;
}
.lp01_kadai-kouka_block .content_block_text li::marker{
    color:#f4a77b;
}
/* CVボタン */
.lp01_cv_button{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 530px;
    height: 80px;
    margin: 80px auto;
    background: #CC0033;
    line-height: 1;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.15);
}
.lp01_cv_button:hover{
    opacity: 0.8;
}
.lp01_cv_button picture{
    width: 479px;
    height: auto;
    align-self:center;
}

/* よくある質問 */
h2.lp01_faq_title{
  position: relative;
  color: transparent; 
  width: 254px;
  height: 68px;
  margin: 80px auto 60px;
}

h2.lp01_faq_title::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  background: url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/title_faq.png") no-repeat center / contain;
}
.lp01_qa-cards {
  padding: 0;
}

.lp01_qa-wrap {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 28px;
}

.lp01_qa-card {
  border: 1px solid #666;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.lp01_qa-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: #555;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 80px;
}

.lp01_qa-q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #d40055;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1;
  flex-shrink: 0;
}

.lp01_qa-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.lp01_qa-body {
  padding: 18px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.lp01_qa-body p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

/* RINK紹介 */
#lp01_column{
}
.lp01_column_section {
      margin: 80px auto;
    padding: 80px 20px;
    background-color: #f2f2f2;
}
.lp01_column_wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.lp01_column_hero {
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: center;
  gap: 22px;
  margin-bottom: 40px;
}
.lp01_column_heroTxt h2 {
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.lp01_column_heroTxt p {
  margin: 0;
  color: #333;
}
.lp01_column_heroImg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}


.lp01_column_ctrl { margin: 22px 0; }
.lp01_column_toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 20px 30px;
  background: #fff;
  color: #222;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.lp01_column_toggle:hover { box-shadow: 0 5px 14px rgba(0,0,0,0.08); }
.lp01_column_toggle:focus-visible { outline: 2px solid #ff4a6a; outline-offset: 3px; }

.lp01_column_toggleIcon {
  flex: 0 0 auto;
  font-size: 20px;
  width: 28px;
  text-align: center;
}

.lp01_column_panel {
  overflow: hidden;
  transition: grid-template-rows .35s ease, opacity .25s ease;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
}
.lp01_column_panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}
.lp01_column_panelInner {
  max-width: 1000px; 
  min-height: 0;
  margin: auto;
  padding: 0px;
  display: grid;
  justify-content: center;
}
.lp01_column_panel.is-open > .lp01_column_panelInner{
    padding: 24px 0 10px;
}

.lp01_column_contents1{
    
}
.lp01_column_contents1_wrap{
    display: flex;
    justify-content: space-between;
    width: 1000px;
}
.lp01_column_contents1_column{
    width: 31.6%;
}
.lp01_column_contents1_column h3{
    min-width: 316px;
    border: 1px solid #cccccc;
    margin: 0px 0 18px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
}
.lp01_column_contents1_column ul{
    list-style: disc;
    padding-left: 24px;
}
.lp01_column_contents1_column li{
    font-size: 15px;
    padding: 4px 0;
}
.contents1_text1_wrap{
    margin: 45px 0 20px 0;
    align-items:flex-end;
}
.lp01_column_contents1_text1{
    width: 650px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #CC0033;
}
.lp01_column_contents1_text2{
    width: 300px;
    text-align: right;
    color: #CC0033;
}
.lp01_column_contents1_text2 a{
    color: #CC0033;
    text-decoration: underline;
}


.lp01_column_contents2{
    display: grid;
    grid-template-columns: 1fr 634px;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
}
.lp01_column_boxImg img {
  display: block;
  width: 100%;
  height: auto;
}
.lp01_column_text1 {
  margin: 18px 0 35px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.lp01_column_text1 span{
    color: #CC0033;
}
.lp01_column_text2{
    font-size: 18px;
}
.lp01_column_contents3{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 100%;
    margin: 40px 0 ;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}
.lp_column_compornent_title{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #CC0033;
}
.lp_column_compornent_text{
    width: 450px;
}
.lp_column_compornent_text h4{
    margin: 20px 0 10px;
    font-size: 16px;
    color: #CC0033;
    font-weight: bold;
}
.lp_column_compornent_text h4:first-child{
    margin-top: 0;
}
.lp01_column_contents4{
    margin: 60px 0 0;
    text-align: center;
}
.lp01_column_contents4 p{
    margin-top: 60px;
}
.lp01_column_contents4 a{
    color: #CC0033;
    text-decoration: underline;
}
.lp01_column_toggle[aria-expanded="true"] .lp01_column_toggleIcon { content: "－"; }
.lp01_column_toggle[aria-expanded="true"] .lp01_column_toggleIcon::before { content: "－"; }
.lp01_column_toggle[aria-expanded="false"] .lp01_column_toggleIcon::before { content: "＋"; }




/* アンケート */
.lp01_survey { background:#f5f5f5; padding:20px 16px; }
.lp01_surveyWrap { max-width:1060px; margin:0 auto; }

.lp01_head { text-align:center; margin-bottom:20px; }
.lp01_badge {
  display:inline-block; background:#b11; color:#fff; font-weight:700;
  padding:6px 14px; border-radius:999px; margin-bottom:10px; font-size:14px;
}
h2.lp01_title { max-width:875px; width:875px; height: 44px; line-height:1; margin:0 auto 4px; color: transparent;
background:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_title.png")no-repeat center top;
background-size: cover; 
}
.lp01_icon.icon1.is-off { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_1_off.png") }

/* ステップアイコン */
.lp01_icons { display:flex; gap:8px; justify-content:center; margin-top:6px; }
.lp01_icon { width:36px; height:30px; display:inline-block; background-size:contain; background-repeat:no-repeat; }
.lp01_icon.icon1.is-on  { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_1_on.png"); }
.lp01_icon.icon1.is-off { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_1_off.png"); }
.lp01_icon.icon2.is-on  { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_2_on.png"); }
.lp01_icon.icon2.is-off { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_2_off.png"); }
.lp01_icon.icon3.is-on  { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_3_on.png"); }
.lp01_icon.icon3.is-off { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_3_off.png"); }
.lp01_icon.icon4.is-on  { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_4_on.png"); }
.lp01_icon.icon4.is-off { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_4_off.png"); }
.lp01_icon.icon5.is-on  { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_5_on.png"); }
.lp01_icon.icon5.is-off { background-image:url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_num_5_off.png"); }

/* 行レイアウト */
.lp01_row { display:flex; align-items:flex-start; gap:28px; margin:20px 0 0px; }
.lp01_avatar { width:100px; height:100px; object-fit:cover; border-radius:12px; flex:0 0 auto; }

/* 吹き出し（担当 / ユーザー） */
.lp01_balloon { position:relative; background:#fff; border-radius:12px; padding: 13px 24px 12px 22px; filter: drop-shadow(rgba(0,0,0,0.15) 1px 2px 3px);}
.lp01_balloon p { margin:0; font-size: 17px; font-weight: bold; line-height:1.3; color: #CC0033; }
.lp01_balloon--agent { max-width:760px; }
.lp01_balloon--agent::after {
  content:""; position:absolute; left:-22px; top:14px;
  border-width:8px 22px 8px 0; border-style:solid;
  border-color:transparent #fff transparent transparent;
}
.lp01_balloon--agent::before {
  content:""; position:absolute; left:-10px; top:14px;
  border-width:7px 11px 7px 0; border-style:solid;
  border-color:transparent #fff transparent transparent;
}
.lp01_operator .lp01_read {
  /* position:absolute; left:-48px; top:30px;  */
  display: inline-block;
  margin-bottom: 0px;
  color:#777; font-size:13px; transform:translateY(-25%);
}
/* ユーザー側 */
.lp01_row--a { justify-content:flex-end; gap:28px; margin: 10px 0;}
.lp01_balloon--user { max-width:720px; margin-right:8px; }
.lp01_balloon--user p {font-size: 14px; font-weight: normal; line-height: 1.4; color: #333;}
.lp01_balloon--user::after {
  content:""; position:absolute; right:-22px; top:14px;
  border-width:8px 0 8px 22px; border-style:solid;
  border-color:transparent transparent transparent #fff;
}
.lp01_balloon--user::before {
  content:""; position:absolute; right:-10px; top:14px;
  border-width:7px 0 7px 11px; border-style:solid;
  border-color:transparent transparent transparent #fff;
}
/* 既読 */
.lp01_user{
    position: relative;
}
.lp01_user .lp01_read {
  position:absolute; left:-40px; top:22px; color:#777; font-size:13px; transform:translateY(-50%);
}

/* 回答ブロック */
.lp01_answers { display:flex; justify-content:center; margin:0px 0 12px; }
.lp01_answersWrap {
  width:800px; display:grid;
  grid-template-columns: 375px 375px;
  grid-auto-rows: 50px;
  column-gap:30px; row-gap:9px;
}
.lp01_answerBtn {
  width:395px; height:50px;
  border-radius:999px; border:1px solid #d9d9d9;
  background:#fff; color:#333; font-size:14px;
  display:inline-flex; align-items:center; 
  padding:0 22px; text-align:left; line-height:1.3; font-weight: bold;
  overflow:hidden; cursor: pointer;
}
/* ON（選択） */
.lp01_answerBtn.is-on {
  background:#d40055 url('/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_icon_check.png')no-repeat 20px center ; border-color:#d40055; color:#fff; font-weight:700; padding-left: 40px;
  background-size: 16px 9px;
}

/* 操作ボタン */
.lp01_actions { display:flex; justify-content:space-between; gap:12px; margin-top:8px; }
.lp01_btn {
    border: none;
  /* min-width:120px; height:40px; border-radius:8px; font-size:14px; */
  display:inline-flex; align-items:center; justify-content:center; 
  /* border:1px solid transparent; */
}
.lp01_btn--edit   {color:#333; cursor: pointer; background-color: transparent; font-size: 13px; }
.lp01_btn--edit::after{ display: block; content:""; margin-left:5px; width:34px; height: 34px; background:url('/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_icon_rewrite.png')no-repeat;
background-size: cover;}
.lp01_btn--next { width: 72px; height: 34px; cursor: pointer; 
    background:url('/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_icon_next.png')no-repeat;
    background-size: 72px 34px; color: transparent;
}
.lp01_btn:hover{
    opacity: 0.8;
}



/* ダウンロード */
.lp01_download { background:#f5f5f5; padding:60px 16px; }
.lp01_downloadWrap { max-width:1060px; margin:0 auto; }
.lp01_downloadWrap h2{
    font-size: 38px; font-weight: bold; text-align: center;
}
.lp01_download_block{
    display: flex;
    justify-content:space-between;
    margin-top: 60px;
}
.lp01_download_image{
    /* max-width: 550px; */
    width: 51.8%;
    /* margin: auto; */
}
.lp01_download_image img{
    max-width: 550px;
     width:100%;
     height: auto;
    border: 1px solid #ccc;
}
.lp01_download_text{
    /* max-width: 460px; */
    width: 43.4%;
     /* margin: auto; */
}
.papaer_text{
    margin-top: 30px;
    font-weight: bold;
}
.papaer_text span{
    font-size: 18px;
}
.lp01_download_cv{
    margin-top: 30px;
}
.lp01_download_cv p{
    font-size: 13px;
    text-align: center;
}

.lp01_download_button{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    height: 80px;
    margin: 10px auto;
    background:#CC0033 url('/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/whitepaper-download.png')no-repeat center;
    background-size: 324px 22px;
    line-height: 1;
    border: 2px solid #fff;
    border-radius: 40px;
    cursor: pointer;
    color: transparent;
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.15);
}
.lp01_download_button:hover{
    opacity: 0.8;
    color: transparent;
}

@media (max-width: 890px) {
    h2.lp01_title{width: 700px; height: 35px; margin: auto;}
}
@media (max-width: 820px){
  .lp01_answersWrap { width:100%; grid-template-columns:1fr; grid-auto-rows:50px; margin:12px 0 12px; }
  .lp01_answerBtn { width:100%; }
  .lp01_row--a, .lp01_row--q { position: relative; flex-direction:row; }
}
@media (max-width: 1024px) {
  .lp01_qa-wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
  }
  .lp01_column_hero { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
   #lp01_contents{
    max-width: 640px;
    margin: auto;
    padding: 0 20px;
    }
    .sp_hidden{
        display: none;
    }
    .pc_hidden{
        display: block;
    }
    /* メイン */
.main_label_download{
    width: 138px;
    right:20px;
}
.lp01_report_save_time_and_effort{
    margin-top: 50px;
}
/* 課題・効果 */
.lp01_kadai-kouka{
}
.lp01_kadai-kouka_block{
    display: block;
}
.lp01_kadai-kouka_block .content_block_text{
    width:100%;
}
.lp01_kadai-kouka_block .content_block_image{
    width: 100%;
    max-width: 254px;
    margin: 20px auto 0;
}
.lp01_kadai-kouka_block .content_block_text p{
    font-size: 18px;
}

/* よくある質問 */
h2.lp01_faq_title{
  width: 204px;
  height: 55px;
  margin: 60px auto 40px;
}
h2.lp01_faq_title::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  background: url("/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/title_faq_sp.png") no-repeat center / contain;
}
  .lp01_qa-wrap {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 20px;
}
/* CVボタン */
.lp01_cv_button{
    width: 350px;
    height: 64px;
    margin: 60px auto;
    border-radius: 32px;
    cursor: pointer;
}
.lp01_cv_button picture{
    width: 284px;
    height: auto;
    align-self:center;
}
/* RINK紹介 */
.lp01_column_heroTxt h2{
    text-align: center;
}
.lp01_column_heroImg{
    max-width: 600px;
    margin: auto;
}
.lp01_column_toggle { 
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    padding: 14px 30px;
}
.lp01_column_panelInner{
    display: block;
    max-width: none;
    width: 94%;
    margin: auto;
    box-sizing: border-box;
}
.lp01_column_contents1_wrap{
    display: block;
}
.lp01_column_contents1_column{
    width: 100%;
    margin-top: 30px;
}
.lp01_column_contents1_column:first-child{
    margin-top: 0px;
}
.lp01_column_contents1_wrap{
    width: 100%;
}
.lp01_column_contents1_column h3{
    min-width: none;
}
.lp01_column_contents1_text1{
    width: 100%;
}
.lp01_column_contents1_text2{
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.lp01_column_contents2{
    display: block;
}
.lp01_column_text1{
    text-align: center;
}
.lp01_column_contents3{
    display: block;
}
.lp01_column_contents4 p{
    margin-top: 30px;
}
.lp_column_compornent_text{
    width: 100%;
}
.lp01_column_contents3 .lp_column_compornent_text + .lp_column_compornent_text{
    margin-top:20px;
}
/* アンケート */
h2.lp01_title {
    max-width: 350px;
    width: 350px;
    height: 82px;
    line-height: 1;
    margin: 0 auto 15px;
    color: transparent;
    background: url(/content/dam/nttcom/hq/jp/business/services/rink/img/lp01/questionnaire_title_sp.png) no-repeat center top;
    background-size: cover;
}
.lp01_user .lp01_read {
  position:relative; left:unset; top:unset; right:20px; bottom:0px; color:#777; text-align: right; display: grid; line-height: 1;
}
.lp01_avatar {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 12px;
    flex: 0 0 auto;
}


/* ダウンロード */
.lp01_downloadWrap h2{
    line-height: 1.3;
}
.lp01_download_block{
    display: block;
    margin-top: 40px;
}
.lp01_download_image{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.lp01_download_image img{
    max-width: 600px;
    width: 100%;
    height: auto;
}
.lp01_download_text{
    width: 100%;
}
.papaer_text{
    text-align: center;
}

}