@charset "UTF-8";

/* ! CSSの構成 ○○とは ================================================== 

○○とはA
研究の方法
よくあるご質問
  
-------------------------------------------------- */

/* ! ○○とはA ================================================== */
section .container > h2{
  text-align: center;
  font: 400 20px/1.4em 'noto sans japanese';
  border-bottom: 1px dotted #7555B2;
  padding: 0 0 24px;
  margin: 0 0 50px;
}
section .container > h2 span{
  color: #7555B2;
  font: 600 26px/1.4em 'noto sans japanese';
  padding: 0 5px;
}
section .container > p{
  color: #222;
  font: 400 14px/1.7em 'noto sans japanese';
  opacity: .93;
}
section .container > p + p{
  margin: 16px 0 0;
}

@media screen and (max-width: 768px){
  section .container > h2{
    font: 400 18px/1.4em 'noto sans japanese';
    padding: 0 0 20px;
    margin: 0 0 30px;
  }
  section .container > h2 span{
    font: 600 24px/1.4em 'noto sans japanese';
  }
}
@media screen and (max-width: 480px){
  section .container > h2{
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
  section .container > h2 span{
    font: 600 20px/1.4em 'noto sans japanese';
  }
  section .container > p{
    font: 300 13px/1.7em 'noto sans japanese';
  }
}

/* ! 研究の方法 ================================================== */
/* 準備中 */
.comming_soon p{
  text-align: center;
  font: 400 16px/1.7em 'noto sans japanese';
}

@media screen and (max-width: 480px){
  .comming_soon p{
    font: 400 14px/1.7em 'noto sans japanese';
  }
}


/*  */
.howto_detail .container > article{
  display: flex;
}
.howto_detail .container > article + article{
  margin: 50px 0 0;
}
.howto_detail .container > article > p{
  color: #7555B2;
  font: 600 24px/1em 'Futura', 'noto sans japanese';
  flex: 0 0 40px;
}
.howto_detail article .main{
  border-left: 3px solid #7555B2;
  padding: 0 0 0 36px;
}
.howto_detail article .main h3{
  font: 500 20px/1em 'noto sans japanese';
  margin: 0 0 16px;
}
.howto_detail article .main h3 span{
  color: #444;
  font: 600 13px/1em 'noto sans japanese';
  padding: 0 16px;
}
.howto_detail article .main h3 span span{
  color: #7555B2;
  font: 600 23px/1em 'Futura', 'noto sans japanese';
  padding: 0 3px;
}


.howto_detail article .main p{
  color: #323232;
  font: 400 14px/1.7em 'noto sans japanese';
}

@media screen and (max-width: 768px){
  .howto_detail .container > article{
    display: block;
  }
  .howto_detail article .main{
    border-left: none;
    border-top: 2px solid #7555B2;
    padding: 30px 0 0;
  }
  .howto_detail .container > article > p{
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 480px){
  .howto_detail article .main p{
    font: 400 13px/1.7em 'noto sans japanese';
  }
  .howto_detail article .main h3 {
    font: 500 18px/1em 'noto sans japanese';
    margin: 0 0 12px;
  }
  .howto_detail article .main{
    padding: 20px 0 0;
  }
  .howto_detail .container > article > p{
    font: 600 18px/1em 'Futura', 'noto sans japanese';
  }
  .howto_detail article .main h3 span{
    font: 600 12px/1em 'noto sans japanese';
    padding:10px 0 0;
    display: block;
  }
  .howto_detail article .main h3 span span{
    font: 600 16px/1em 'Futura', 'noto sans japanese';
    display: inline-block;
  }
}


/* 対象となる方 */
.howto_detail .target ul{
  margin-top: 20px;
}
.howto_detail .target li{
  display: flex;
  flex-direction: column;
}
.howto_detail .target li article{
  text-align: center;
  background: #F8F8FA;
  border:  1px solid #7555B2;
  border-radius: 50%;
  height: 300px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 10px;
  position: relative;
  padding: 90px 10px 40px;
}
/*
.howto_detail .target li article:after{
  content: '';
  display: block;
  padding-top: 100%;
}
*/
.howto_detail .target li article:before{
  content: "";
  background: url(../img/ico_target01.svg) no-repeat center center !important;
  background-size: contain !important; 
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}
.howto_detail .target li.network article:before{
  background: url(../img/ico_target02.svg) no-repeat center center !important;
  background-size: contain !important;
}
.howto_detail .target li.mail article:before{
  background: url(../img/ico_target03.svg) no-repeat center center !important;
  background-size: contain !important;
}
.howto_detail .target li article p{
  color: #222;
  opacity: 1;
}
.howto_detail .target li article p strong{
  font: 600 20px/2em 'noto sans japanese';
}

@media screen and (max-width: 1080px){
  .howto_detail .target ul{
    margin-top: 10px;
  }
  .howto_detail .target li article{
    border-radius: 8px;
    height: auto;
    padding: 90px 10px 30px;
  }
  .howto_detail .target li article:before{
    top: 30px;
    width: 40px;
    height: 40px;
  }
  .howto_detail .target li article p strong{
    font: 600 18px/2em 'noto sans japanese';
  }
}
@media screen and (max-width: 600px){
  .howto_detail .target li article{
    padding: 20px 10px 20px 100px;
  }
  .howto_detail .target li article:before{
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  .howto_detail .target article p{
    text-align: left;
  }
}
@media screen and (max-width: 480px){
  .howto_detail .target li article{
    padding: 20px 10px 20px 90px;
  }
  .howto_detail .target li article:before{
    left: 30px;
    width: 30px;
    height: 30px;
  }
  .howto_detail .target li article p strong{
    font: 600 16px/1.7em 'noto sans japanese';
  }
}



/* 研究の方法 */
.howto_research .border{
  border: 1px solid #B198C8;
  border-radius: 8px;
  padding: 40px;
  margin: 20px 0 0;
}
.howto_research .border > ul > li + li{
  margin: 30px 0 0;
}
.howto_research h4{
  color: #111;
  font: 500 18px/1.5em 'noto sans japanese';
  margin: 0 0 8px;
}
.howto_research h4 span{
  color: #444;
  font: 500 13px/2em 'noto sans japanese';
  padding: 0 16px;
}
.howto_research .border li{
  color: #323232;
  font: 400 13px/1.7em 'noto sans japanese';
}
.howto_detail .list_dots li{
  padding: 0 0 0 12px;
  position: relative;
}
.howto_detail .list_dots li:before{
  content: "";
  background: #7555B2;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 11px;
}
.howto_detail .list_dots > li + li{
  margin: 8px 0 0;
}

@media screen and (max-width: 768px){
  .howto_research .border{
    padding: 30px;
  }
  .howto_research h4{
    font: 500 16px/1.5em 'noto sans japanese';
  }
}
@media screen and (max-width: 480px){
  .howto_research .border{
    padding: 24px;
  }
  .howto_research h4{
    font: 500 15px/1.5em 'noto sans japanese';
  }
}



/* 予想される利益と不利益 */
.howto_detail .list_info li + li{
  margin: 20px 0 0;
}
.howto_detail .list_info h4{
  color: #7555B2;
  font: 500 16px/1em 'Futura', 'noto sans japanese';
  margin: 0 0 8px;
}

@media screen and (max-width: 768px){
  .howto_detail .list_info h4{
    font: 500 16px/1em 'Futura', 'noto sans japanese';
  }
}


/* ご協力をお願いすること */
.howto_detail .list_number{
  margin: 10px 0 0;
}
.howto_detail .list_number > li{
  color: #000;
  font: 500 16px/1.7em 'noto sans japanese';
}
.howto_detail .list_number{
  counter-reset:count1; /* 数字のカウントをリセットする */
}
.howto_detail .list_number > li:before {
counter-increment: count1; /* 任意の名前を付ける（もちろん英語で） */
content: counter(count1)'.'; /* 名前を付けたカウンターをcontentで発動！ */
}

@media screen and (max-width: 480px){
  .howto_detail .list_number{
    margin: 5px 0 0;
  }
  .howto_detail .list_number > li{
    font: 500 13px/1.7em 'noto sans japanese';
  }
}

/* その他研究に関する注意事項 */
.howto_detail .note .main{
  border: none;
  padding: 0;
}
.howto_detail .note .scroll{
  background: #F6F4F8;
  padding: 40px 50px;
  max-height: 560px;
  overflow-y: auto;
}
.list_note > li + li{
  margin: 40px 0 0;
}
.list_note h4{
  font: 400 17px/1.7em 'noto sans japanese';
  padding: 0 0 10px;
  border-bottom: 1px dotted #663392;
  margin: 0 0 18px;
}
.list_note > li p{
  font: 300 13px/1.5em 'noto sans japanese';
}
.list_note > li p + p{
  margin: 8px 0 0;
}
.list_note .list_number{
  margin: 20px 0 0;
}
.list_note .list_number > li{
  font: 500 14px/1.7em 'noto sans japanese';
}
.list_organization{
  margin: 20px 0 0; 
}
.list_organization h5{
  font: 500 14px/1.7em 'noto sans japanese';
}
.list_organization > li + li{
  margin: 8px 0 0;
}
.howto_detail .list_organization > li p{
  font: 400 12px/1.5em 'noto sans japanese';
}
.list_organization > li p + p{
  margin: 0;
}

@media screen and (max-width: 768px){
  .howto_detail .note .scroll{
    padding: 30px;
  }
}
@media screen and (max-width: 480px){
  .howto_detail .note .scroll{
    padding: 24px;
  }
}

.howto_detail [class*="btnarea"] {
  margin: 30px 0 0;
}
@media screen and (max-width: 480px){
  .howto_detail [class*="btnarea"] {
    margin: 20px 0 0;
  }
  .howto_detail [class*="btn_"] {
    font-size: 16px;
    padding-left: 3em;
    padding-right: 3em;
  }
}


/* ! よくあるご質問 ================================================== */
section.question article + article{
  margin: 50px 0 0;
}
section.question article > p span{
  font: 500 16px/1.5em 'Futura','noto sans japanese';
  margin: 0 8px 0 0;
}
section.question article > p{
  color: rgba(95,54,124,1);
  font: 500 15px/1.5em 'noto sans japanese';
  margin: 0 0 16px;
}
.list_question > li p{
  font: 500 18px/1.5em 'noto sans japanese';
  padding: 0 0 0 35px;
  position: relative;
}
.list_question > li .qu{
  margin: 0 0 5px;
}
.list_question > li .an{
  color: #666;
  font: 400 15px/1.5em 'noto sans japanese';
}
.list_question > li p:before{
  content: "Q.";
/*   color: #663391; */
  color: rgba(95,54,124,1);
  font: 600 18px/1.5em 'Futura','noto sans japanese';
  position: absolute;
  left: 0;
  top: 0px;
}
.list_question > li p.an:before{
  content: "A.";
  color: rgba(95,54,124,.3);
}


@media screen and (max-width: 480px){
  section.question article + article{
    margin: 40px 0 0;
  }
  section.question article > p{
    margin: 0 0 14px;
  }
  .list_question > li p{
    font: 500 16px/1.5em 'noto sans japanese';
    padding: 0 0 0 30px;
  }
  .list_question > li .an{
    font: 400 13px/1.5em 'noto sans japanese';
  }
  .list_question > li p:before{
    font: 600 16px/1.5em 'Futura','noto sans japanese';
  }
}










