@charset "UTF-8";




#s_supporter_status_complete {
    display: block;
    justify-content: center;
    align-items: center;

    position: relative;

}



#s_supporter_status_complete div.sidelogo {
    position: absolute;
    right: 0px;
}

#s_supporter_status_complete div.sidelogo p.en1 {
	width: 1100px;
	/*height: 40px;*/
	position: absolute;
	/*top: 12%;*/
	right: 2%;

	margin:  540px -500px 0px 0px;
    /*transform: translate(-50%, 0%);*/

	
	transform: rotate(90deg); 

	color: #F7F1EB; /* テキスト色を指定 */
	font-size: 76px; /* フォントサイズを指定 */
	font-weight: bold;
    letter-spacing: 27px;
    
}


#s_supporter_status_complete div.logo {
	/*position: absolute;*/
	/*top: 28%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, 0%);*/
	/*margin: 0;*/


    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 170px;

    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);

}
#s_supporter_status_complete div.logo img{
	height: 110px;

    pointer-events: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: black;
    position: absolute;
    top: 0%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%);*/

}

#s_supporter_status_complete h1.title {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin: 0;

	pointer-events: none;
	text-align: center;
	/*height: 50px;*/
    width: 400px;

}
#s_supporter_status_complete h1.title p.en{
	display: block; /* pタグをブロック要素に設定 */
	margin: 0;
	/*height: 32px;*/
	font-size: 36px;
	color: black; /* 文字色を設定 */
}
#s_supporter_status_complete h1.title p.jp{
	display: block; /* pタグをブロック要素に設定 */
	margin: 0 0 0 0;
	/*height: 30px;*/
	font-size: 15px;
	color: black; /* 文字色を設定 */
}



/* #region メインコンテンツ(問い合わせフォーム) */
#s_supporter_status_complete .linkUl {
    margin-bottom: 35px;

    display: flex;
    justify-content: center;
    align-items: center;

    /*border: 1px solid #CC2222;*/  /*デバッグ*/

    background-color: #E3D1BD;
    position: absolute;

    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);


    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;


  }
  ol, ul {
    list-style: none;
  }


  #s_supporter_status_complete .linkUl li {

    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 10px 5px 10px;

    width: 230px;
    float: left;
    text-align: center;
    position: relative;
  }
  #s_supporter_status_complete .linkUl li.on a {
    /*background-color: #D5E5DB;*/
    border-bottom: 3px solid rgba(195, 65, 65, 1);

  }
  #s_supporter_status_complete .linkUl li a {
    padding: 9px 5px 10px;
    display: block;
    background-color: #F1F1F1;

    width: 100%;
    font-size: 14px;
    line-height: 1.857;
    border-collapse: collapse;
  }
  #s_supporter_status_complete .linkUl li a:link {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  
  }

  #s_supporter_status_complete .linkUl li:not(:last-child):after {
    width: 8px;
    height: 14px;
    position: absolute;
    right: -15px;
    top: 12px;
    background: url(../../images/vector_right01.jpg) no-repeat left top;
    content: '';
  }


  #s_supporter_status_complete .space {

    height: 50px;

  }


  /*未使用*/
  #s_supporter_status_complete .contactform {

    position: absolute;

    top: 55%;
    left: 50%;
    transform: translate(-50%, 0%);

    display: flex;
    justify-content: center;
    align-items: center;

  }
  


/* #endregion ページ */

