@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 768px){

html, body {
    font-size: 95%;
    line-height: 190%;
}
    
.sp-no {
	display: none;
}
.pc-no {
	display: inline;
}



/*見出し*/
.maintitle-area h1 .eng {
    font-size: 230%;
    margin-bottom: 8px;
}
.maintitle-area h1 .jp{
    font-size:  58%;
}
    
.main-area h2 {
    margin-bottom: 45px;
}



/*サブメインタイトル枠*/
.maintitle-area {
    height: 200px;
}

    
    
/*コンテンツ*/
.main-area {
    display: block;
}
.menu-area {
    position: initial;
    width: 100%;
    margin: 0 0 50px 0;
}



/*NEWS：お知らせ*/
ul.news-list li {
    display: block;
}
ul.news-list li .update_date {
    display: block;
    width: 100%;
    padding: 0;
}
ul.news-list li .title_link {
    width: 100%;
}

.news-date {
    margin: -40px 0 30px 0;
}

    
    
/*RESEARCH：研究について*/
strong.research-bold {
    color: #188890;
}

span.text-underline {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: rgba(241, 246, 214, 1); /* 線の色 */
  text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.main-content-area .research-content-box {
    padding: 0 6.5% 5.5%;
}
    

/*コンソーシアム*/
.consortium-image-diagram-area {
    width: 87%;
}    
    
ul.consortium-member-list {
    width: 85%;
}
ul.consortium-member-list li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}
ul.consortium-member-list li:after {
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
}

ul.consortium-join-step {
    flex-wrap: wrap !important;
}
ul.consortium-join-step li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
}
ul.consortium-join-step li:after{
    content: "";
    position: absolute;
    top: 95%;
    right: 47.1%;
    border-width: 15px 13px;
    border-color: transparent transparent transparent #E4EBB7;
    border-style: solid;
    transform: rotate(90deg);
}
    
/*アイコン付きリスト文字(太字)*/
ul.icon-list li {
    position: relative;
    margin:  0 0 15px 0;
    padding-left: 13px;
}
ul.icon-list li:last-child {
    margin:  0 0 30px 0;
}
ul.icon-list li:after {
    top: 12px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
}
ul.icon-list li img {
    width: 20px;
    margin: 0 0 0 5px;
}
    
/*コンソーシアム規約*/
.consortium-kiyaku-area {
    height: 240px;
}
    
/*コンソーシアム入会申込フォームボタン*/
.link-btn.consortium-join-btn a {
    width: 85%;
    max-width: 370px;
    margin: 0 auto;
    padding: 17px 10px;
    font-size: 115%;
}



/*ページトップへ戻るボタン*/
.pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
    display: none;
    z-index: 100;
}
.pagetop:before {
    display: block;
    content: "";
    position: absolute;
    top: 49%;
    left: 40%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    

/*footer*/
footer {
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
    opacity: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftr-area {
    padding: 70px 0 65px;
}
   
.ftr-maintext br.none {
    display: none;
}
    
.ftr-content-text {
    font-size: 100%;
}

ul.ftr-bnr {
    flex-wrap: wrap;
}
ul.ftr-bnr li {
    width: 150px;
    height: 60px;
    padding: 0 4%;
}
ul.ftr-bnr li a {
    padding: 0 8%;
}

}
