/* Index
---------------------------------------------------------- */

/* ----- key ----- */
.p-index_key {
  width: 100%;
  position: relative;
  padding-top: 130px;
  height: calc(100vh - 130px);
  min-height: 800px;
  margin-bottom: 130px;
}

.p-index_key::after {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background-color: #abd2e4;
  position: absolute;
  top: 15%;
  margin-top: 130px;
  z-index: -1;
}

.p-index_key_slider {
  position: absolute;
  width: 85%;
  right: 0;
}

.p-index_key_slider_01 {
  background: url(../img/index/img_key_01.jpg) no-repeat center;
  background-size: cover;
}

.p-index_key_slider_02 {
  background: url(../img/index/img_key_02.jpg) no-repeat center;
  background-size: cover;
}
.p-index_key_slider_03 {
  background: url(../img/index/img_key_03.jpg) no-repeat center;
  background-size: cover;
}

.p-index_key .slick-slide {
  width: 100%;
  height: calc(100vh - 130px);
  min-height: 800px;
}

.p-index_key .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: -12%;
  bottom: 15%;
}

.p-index_key .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.p-index_key .slick-dots .slick-active button {
  background-color: #353694;
}

.p-index_key .slick-dots li button {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border: solid 1px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0);
  text-indent: -9999px;
  appearance: none;
}

.p-index_key .slick-dots button:focus {
  outline: none;
}

.p-index_key_wrap {
  position: absolute;
  left: 5%;
  bottom: 80px;
  z-index: 2;
}

.p-index_key_wrap span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.p-index_key_copy {
  margin-bottom: 8px;
}

.p-index_key_copy span {
  font-family: A1 Mincho, serif;
  font-size: 36px;
  font-size: 3.6rem;
  padding: 0 17px 6px;
  letter-spacing: -0.05em;
  width: 790px;
}

.p-index_key_txt {
  text-shadow: #fff 0 0 5px, #fff 0 0 5px;
  ;
}



/* ----- area ----- */
.p-index_area {
  padding-top: 80px;
  margin-bottom: 80px;
}

.p-index_area_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-index_area_img {
  width: 60%;
  max-width: 580px;
  margin-bottom: 200px;
  padding-bottom: 200px;
}

.p-index_area_wrap .p-index_area_img img {
  position: absolute;
  width: 462px;
  height: 308px;
  top: 300px;
  left: 90px;
}

.p-index_area_wrap .p-index_area_img img:nth-of-type(2) {
  width: 396px;
  height: 264px;
  z-index: -1;
  left: -100px;
  top: 100px;
}

.p-index_area_inner {
  flex: 1;
}

.p-index_area_ttl {
  font-weight: bold;
  color: #16195c;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  padding-bottom: 35px;
}

.p-index_area_txt {
  max-width: 520px;
  text-align: justify;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-index_area_txt + p {
  max-width: 520px;
  text-align: justify;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.7rem;
  font-family: A1 Mincho, serif;
  letter-spacing: -.1px;
}

  .p-index_area_name {
    text-align: right;
    margin-top: 20px;
  }
  .p-index_area_name span {
    font-size: 1.4em;
    display: inline-block;
    margin-left: 10px;
  }
.p-index_area_wrap .l-cont_l {
  position: relative;
}

.p-index_area_wrap:nth-of-type(2) .l-cont_l::after {
  content: "";
  background: url(../img/index/bg_areamap.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 65%;
  min-height: 850px;
  position: absolute;
  bottom: -130px;
  z-index: -1;
  right: 0;
}

.p-index_area_wrap:nth-of-type(2) .p-index_area_txt {
  max-width: 600px;
  width: 600px;
}

.p-index_area_wrap:nth-of-type(even) .p-index_area_cont {
  flex-flow: row-reverse;
}

.p-index_area_link {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #f1f4f5;
  padding: 25px 30px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.p-index_area_link li {
  width: 25%;
}

.p-index_area_link li a {
  color: #353694;
  font-weight: bold;
}

.p-index_area_link li a::before {
  content: "›";
  font-size: 1.5em;
  display: inline-block;
  color: #888;
  margin-right: .3em;
}





/* ----- point ----- */
.p-index_point_wrap {
  background-color: #353694;
  width: calc(100% - 60px);
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.p-index_point .c-ttl_main {
  color: #fff;
}

.p-index_point .c-btn_bl {
  margin: auto;
  margin-top: 30px;
}

.p-index_point_mid {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
}



/* ----- technology ----- */
.p-index_technology {
  text-align: center;
}

.p-index_technology_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-index_technology_list li {
  width: 49%;
}

.p-index_technology_list li:nth-of-type(3) {
  width: 100%;
}

.p-index_technology_pos li {
  position: relative;
  margin-bottom: 50px;
}

.p-index_technology_pos p {
  display: inline-block;
  color: #888;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 90px;
  min-width: 280px;
  text-align: center;
  color: #fff;
  background-color: rgba(22, 25, 92, 0.2);
  position: absolute;
  bottom: -20px;
  right: 0;
  font-family: serif;
  padding: 0 20px;
}

.p-index_technology_list li:nth-of-type(3) .p-index_technology_txt {
  text-align: center;
}

.p-index_technology_list li img {
  margin-bottom: 20px;
}

.p-index_technology_ttl-main {
  font-weight: bold;
  color: #16195c;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
}

.p-index_technology_ttl-sub {
  font-weight: bold;
  color: #353694;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 15px;
  margin-top: -5px;
}

.p-index_technology_txt {
  text-align: left;
  width: 94%;
  margin: auto;
}

.p-index_technology_table {
  width: 700px;
  margin: 25px auto;
}
.p-index_technology_table + small {
  text-align: right;
  display: block;
  width: 700px;
  margin: auto;
  margin-top: -10px;
}

.p-index_technology_table th,
.p-index_technology_table td {
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  border: solid 1px #ddd;
}

.p-index_technology_table tr:nth-child(1) {
  background-color: #16195c;
  color: #fff;
}

.p-index_technology_table tr th:nth-of-type(1) {
  text-align: left;
  padding: 0 0 0 40px;
}

.p-index_technology_table tr td:nth-of-type(1) {
  background-color: #f1f4f5;
  width: 30%;
}

.p-index_technology_table tr td:nth-of-type(2) {
  background-color: #e1edf2;
  color: #353694;
  width: 30%;
}
.p-index_technology .slick-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.p-index_technology .slick-dots li {
  padding: 0;
  margin: 0;
  width: auto;
  margin: 0 4px;
}
.p-index_technology .slick-dots li button {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border: solid 1px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0);
  text-indent: -9999px;
  appearance: none;
}
.p-index_technology .slick-dots .slick-active button {
  background-color: #353694;
}



/* ----- case ----- */
.p-index_case {
  position: relative;
  height: 580px;
}

/*
.p-index_case_wrap {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
*/
.p-index_case::after {
  content: "";
  background: url(../img/index/bg_case.jpg);
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 60%;
  display: block;
  position: absolute;
  right: 0;

}

.p-index_case_inner {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px 60px 100px;
  right: 50%;
  top: 40%;
  z-index: 1;
  max-width: 720px;
}

.p-index_case_mid {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: .5em;
}

.p-index_case .c-btn_wt {
  margin-top: 30px;
}


/* ----- news ----- */
.p-index_news {
  background-color: #f1f4f5;
  padding-top: 100px;
}

.p-index_news .p-index_article_list {
  width: 80%;
  margin-left: 20%;
  height: 350px;
  overflow-y: scroll;
}

.p-index_article_date {
  color: #353694;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 6px;
  font-family: 'Roboto Condensed', sans-serif;
}

.p-index_article_cate {
  display: inline-block;
  color: #16195c !important;
  background-color: #e1edf2;
  padding: 0 10px;
  line-height: 18px;
}

.p-index_article_list dt {
  padding-top: 15px;
}

.p-index_article_list dd {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}

.p-index_article_list dd a {
  color: inherit;
}


/* ----- implant ----- */
.p-index_implant .l-cont_l {
  min-height: 530px;
  background: url(../img/index/bg_implant.jpg);
  background-size: cover;
  position: relative;
  display: flex;
}

.p-index_implant_cont {
  padding-left: 30px;
  width: 430px;
  position: absolute;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.p-index_implant .c-btn_wt {
  margin-top: 30px;
}
.p-index_implant_txt p:first-of-type{
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: .5em;
}

/* ----- about ----- */
.p-index_about {
  background-color: #353694;
}

.p-index_about * :not(.c-ttl_en) {
  color: #fff;
}

.p-index_about_cont {
  display: flex;
  justify-content: space-between;
}

.p-index_about_img {
  width: 60%;
  max-width: 580px;
  margin-bottom: 200px;
}

.p-index_about_wrap .p-index_about_img img {
  position: absolute;
  width: 396px;
  height: 264px;
  top: 240px;
  right: 90px;
  z-index: 0;
}

.p-index_about_wrap .p-index_about_img img:nth-of-type(2) {
  width: 462px;
  height: 308px;
  right: -100px;
  top: -30px;
  z-index: 1;
}

.p-index_about_inner {
  flex: 1;
}

.p-index_about_wrap .l-cont_l {
  position: relative;
}

.p-index_about_wrap:nth-of-type(odd) .p-index_about_cont {
  flex-flow: row-reverse;
}

.p-index_about_txt p:first-of-type {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: .6em;
}

.p-index_about .c-btn_bl {
  margin-top: 30px;
}

/* ----- act ----- */
.p-index_act .c-ttl_en {
  display: inline-block;
  margin-left: 25px;
}



/* ----- Q&A ----- */
.p-index_faq {
  background-color: #adcff3;
  color: #444;
}

.p-index_faq .l-cont_l {
  background: url(../img/index/bg_faq.jpg);
  background-size: cover;
}

.p-index_faq .c-ttl_en {
  display: inline-block;
  margin-left: 25px;
}

.p-index_faq_inner {
  width: 620px;
}

.p-index_faq_inner p:first-of-type {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: .6em;
}

/* ----- link ----- */
.p-index_link {
  background-color: #3f3f6c;
  padding: 20px 0;
}

.p-index_link ul {
  display: flex;
  justify-content: space-between;
  width: 1380px;
  margin: auto;
}

.p-index_link ul li {
  width: calc(50% - 10px);
  position: relative;
}

.p-index_link_txt {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  display: block;
  width: 224px;
  line-height: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-index_link_txt p {
  position: relative;
}

.p-index_link_txt p::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 13px;
  border: solid 2px #fff;
  border-right: none;
  position: absolute;
  left: 0;
}

.p-index_link_txt p::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 13px;
  border: solid 2px #fff;
  border-left: none;
  position: absolute;
  right: 0;
}

/* ----- risk ----- */
.p-index_risk_ttl {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1.5em;
}

.p-index_risk ul {
  text-indent: -.5em;
  margin-left: .5em;
}






/* =================================
 PC index
================================= */

@media screen and (min-width: 768px) {

  .p-index_area_wrap {
    margin-top: 80px;
  }
}


/* =================================
  IE index
================================= */

_:-ms-lang(x)::-ms-backdrop,
.xxxxx {}


/* =================================
  PC min index
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {}


/* =================================
  TAB index
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {}


/* =================================
 SP index
================================= */

@media screen and (max-width: 767px) {

  /* ----- key ----- */
  .p-index_key {
  width: 100%;
  position: relative;
  padding-top: 0px;
  height: 80vh;
  min-height: 80vh;
  margin-bottom: 0px;
}
  .p-index_key_slider {
  width: 90%;
  right: 0;
}

.p-index_key::after {
  content: "";
  display: block;
  width: 85%;
  height: 70%;
  background-color: #abd2e4;
  position: absolute;
  top: initial;
  bottom: -15%;
  margin-top: 0px;
  z-index: -1;
}

  
  .p-index_key_slider_01 {
    background: url(../img/index/img_key_01_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .p-index_key_slider_02 {
    background: url(../img/index/img_key_02_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .p-index_key_slider_03 {
    background: url(../img/index/img_key_03_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .p-index_key .slick-slide {
    height: 80vh;
    min-height: inherit;
  }

  .p-index_key .slick-dots {
    bottom: -45px;
    left: -6%;
  }

  .p-index_key .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .p-index_key .slick-dots li button {
    width: 6px;
    height: 6px;
  }

  .p-index_key_wrap {
    position: relative;
    left: 0;
    bottom: -60%;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 20px;
  }

  .p-index_key_wrap span {
    margin-bottom: 0;
    text-align: center;
    display: inline;
  }

  .p-index_key_copy {
    margin-bottom: 0;
  }

  .p-index_key_copy span {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -.05em;
    padding: 8px;
    display: block;
    width: 330px;
    margin-bottom: 2px;
  }

  .p-index_key_txt {
    margin-top: 20px;
    width: 85%;
    text-shadow: #fff 0 0 5px, #fff 0 0 5px,#fff 0 0 5px, #fff 0 0 5px,#fff 0 0 5px, #fff 0 0 5px;
  }

  .p-index_key_txt span {
    padding: 0;
  }





  /* ----- area ----- */
  .p-index_area {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .p-index_area_cont {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-index_area_img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0;
    height: 260px;
    position: relative;
  }

  .p-index_area_wrap .p-index_area_img img {
    position: absolute;
    width: 70%;
    height: auto;
    left: initial;
    right: 0;
    top: initial;
    bottom: 0;
  }

  .p-index_area_wrap .p-index_area_img img:nth-of-type(2) {
    width: 65%;
    height: auto;
    z-index: -1;
    left: 0px;
    top: 0;
    right: 0;
  }

  .p-index_area_inner {
    flex: 1;
  }

  .p-index_area_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }

  .p-index_area_txt,.p-index_area_txt + p {
    max-width: 520px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .p-index_area_wrap .l-cont_l {
    position: relative;
  }

  .p-index_area_wrap:nth-of-type(2) .l-cont_l::after {
    content: "";
    background: url(../img/index/bg_areamap.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    min-height: 400px;
    position: absolute;
    bottom: initial;
    top: -20px;
    z-index: -1;
    right: 0;
  }

  .p-index_area_wrap:nth-of-type(2) .p-index_area_txt {
    max-width: 100%;
    width: 100%;
  }

  .p-index_area_wrap:nth-of-type(even) .p-index_area_cont {
    flex-flow: row-reverse;
  }

  .p-index_area_link {
    width: 100%;
    justify-content: flex-start;
    padding: 20px 30px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .p-index_area_link li {
    width: 33%;
  }




/* ----- point ----- */
  .p-index_point_wrap {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 40px 5%;
}


.p-index_point .c-btn_bl {
  margin-top: 20px;
}

.p-index_point_mid {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}



/* ----- technology ----- */
.p-index_technology {
  text-align: center;
}

.p-index_technology_list {
  flex-direction: column;
}

.p-index_technology_list li {
  width: 100%;
}
.p-index_technology_list li:nth-child(1) {
  margin-bottom: 30px;
}

.p-index_technology_list > li:nth-of-type(3) {
  width: 100%;
  margin-top: 30px;
}

.p-index_technology_pos {
  position: relative;
  margin-bottom: 50px;
}

.p-index_technology_pos p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 44px;
  min-width: 120px;
}


.p-index_technology_list li img {
  margin-bottom: 20px;
}

.p-index_technology_ttl-main {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-index_technology_ttl-sub {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-top: -3px;
}

.p-index_technology_txt {
  text-align: left;
  width: 94%;
  margin: auto;
}

.p-index_technology_table {
  width: 100%;
  margin: 25px auto;
}
  
  .p-index_technology_table + small {
  text-align: right;
  width: 100%;
}

.p-index_technology_table th,
.p-index_technology_table td {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-index_technology_table tr:nth-child(1) {
  background-color: #16195c;
  color: #fff;
}

.p-index_technology_table tr th:nth-of-type(1) {
  padding: 0 0 0 1em;
}

.p-index_technology_table tr td:nth-of-type(1) {
  background-color: #f1f4f5;
  width: 30%;
}

.p-index_technology_table tr td:nth-of-type(2) {
  background-color: #e1edf2;
  color: #353694;
  width: 30%;
}
  
.p-index_technology .slick-dots li button {
  display: block;
  padding: 0;
  width: 6px;
  height: 6px;
}
.p-index_technology .slick-dots li {
  margin: 0 3px;
}



  /* ----- case ----- */
  .p-index_case {
    height: auto;
  }

  .p-index_case::after {
    height: 215px;
    width: 100%;
    top: 0;
  }

  .p-index_case_inner {
    position: static;
    background-color: #f1f4f5;
    padding: 245px 5% 30px;
    right: 50%;
    top: 40%;
    z-index: 1;
    max-width: none;
  }

  .p-index_case_mid {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-index_case .c-btn_wt {
    margin-top: 30px;
  }



  /* ----- news ----- */
  .p-index_news {
    padding-top: 10px;
  }

  .p-index_news .p-index_article_list {
    width: 100%;
    margin-left: 0%;
    height: 250px;
  }

  .p-index_article_date {
    font-size: 10px;
    font-size: 1rem;
  }

  .p-index_article_cate {
    font-size: 10px;
    font-size: 1rem;
  }

  .p-index_article_list dt {
    padding-top: 15px;
  }

  .p-index_article_list dd {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
  }

  .p-index_article_list dd a {
    color: inherit;
  }



  /* ----- implant ----- */
  .p-index_implant .l-cont_l {
    background: none;
    position: relative;
    min-height: 0;
  }

  .p-index_implant_cont {
    padding-left: 0px;
    width: 100%;
    left: 0;
    transform: none;
    position: initial;
    position: relative;
    padding-top: 250px;
  }
  .p-index_implant_cont::before {
    content: "";
    background: url(../img/index/bg_implant_sp.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    position: absolute;
    z-index: -1;
    top: 0;
  }

  .p-index_implant .c-btn_wt {
    margin-top: 30px;
  }
  
  .p-index_implant_txt p:first-of-type{
  font-size: 14px;
  font-size: 1.4rem;
}


  /* ----- about ----- */
  .p-index_about {}

  .p-index_about * :not(.c-ttl_en) {
    color: #ffff
  }

  .p-index_about_cont {
    display: block;
  }

  .p-index_about_img {
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 30px;
    display: flex;
    margin-left: -5vw;
    margin-top: -25px;
  }

  .p-index_about_wrap .p-index_about_img img {
    width: 50vw;
    height: 100%;
    position: static;
  }

  .p-index_about_wrap .p-index_about_img img:nth-of-type(2) {
    width: 50vw;
    height: 100%;
  }

  .p-index_about_inner {
    flex: 1;
  }

  .p-index_about_wrap .l-cont_l {
    position: relative;
  }

  .p-index_about_wrap:nth-of-type(odd) .p-index_about_cont {
    flex-flow: row-reverse;
  }

  .p-index_about_txt p:first-of-type {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-index_about .c-btn_bl {
    margin-top: 30px;
  }




  /* ----- Q&A ----- */
  .p-index_faq {
    overflow: hidden;
  }
  .p-index_faq .c-ttl_main  {
    position: relative;
    z-index: 1;
  }
  .p-index_faq .c-ttl_main::after  {
    content: "";
    position: absolute;
    background: url(../img/index/bg_faq.jpg);
    background-size: contain;
    width: 100%;
    height: 100px;
    background-color: #fff;
    display: block;
    top: -50px;
    right: -12%;
    z-index: -1;
  }

  .p-index_faq .l-cont_l {
    background: none;
    background-size: cover;
  }

  .p-index_faq .c-ttl_en {
    display: inline-block;
    margin-left: 25px;
  }

  .p-index_faq_inner {
    width: 100%;
  }

  .p-index_faq_inner p:first-of-type {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
  }



  /* ----- link ----- */
  .p-index_link {
    padding: 14px 0;
  }

  .p-index_link ul {
    display: block;
    width: 100%;
    margin: auto;
  }

  .p-index_link ul li {
    width: 90%;
    margin: auto;
  }

  .p-index_link ul li:first-child {
    margin-bottom: 12px;
  }

  .p-index_link_txt {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    width: 112px;
    line-height: 40px;
    height: 40px;
  }

  .p-index_link_txt p::before {
    width: 8px;
    border: solid 1px #fff;
    border-right: none;
  }

  .p-index_link_txt p::after {
    width: 8px;
    border: solid 1px #fff;
    border-left: none;
    position: absolute;
  }



  /* ----- risk ----- */
  .p-index_risk_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

  .p-index_risk ul {
    text-indent: -.5em;
    margin-left: .5em;
  }




}


/* =================================
 iphone5s,SE index
================================= */

@media screen and (max-width: 320px) {
    .p-index_key_copy span {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: -.06em;
    padding: 6px 0;
    display: block;
    width: 288px;
    margin-bottom: 2px;
  }

}