@charset "utf-8";

/* -------------------------------------------------------------------- 
 2018.7.10 デビュー割申し込み完了ページ制作
-------------------------------------------------------------------- */
#ui3108{
	color: #1a1a1a;
	font-size: 140%;
	line-height: 1.4;
	text-align: center;
	width: 1160px;
	margin: 0 auto;
}
#ui3108 h1{
	margin: 0 0 35px 0;
	font-size: 150%;
	font-weight: bold;
}
#ui3108 .section{
	text-align: center;
}
#ui3108 h2{
	margin-bottom: 5px;
	font-size: 125%;
	font-weight: normal;
}
#ui3108 .loginKey{
	padding: 2px 0;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	color: #2E5F03;
	font-size: 250%;
	font-weight: bold;
  width: 800px;
  margin: 20px auto;
}
#ui3108 .loginKey span{
	display: block;
	padding: 7px 0;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
}
#ui3108 .figureTxt{
	margin-bottom: 12px;
}
#ui3108 .figure{
	margin-bottom: 30px;
}
#ui3108 .figure img{
	width: 70%;
	height: auto;
	border: 1px solid #262626;
}
#ui3108 .blueBtn{
  display: inline-block;
}
#ui3108 .blueBtn a{
  display: block;
  padding: 16px 75px 13px;
  border: 2px solid #689e38;
  background: #689e38;
  color: #ffffff;
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
}
#ui3108 .blueBtn a:hover{
  background: #ffffff;
  color: #689e38;
}
#ui3108 .blueBtn a::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 2px 2px 0;
  border: 4px solid transparent;
  border-left: 7px solid #ffffff;
}
#ui3108 .blueBtn a:hover::before{
  border-left: 7px solid #2E5F03;
}






/* -------------------------------------------------------------------- 
 2018.7.10 デビュー割申し込み完了ページスマホ版
-------------------------------------------------------------------- */
#spUi3102 #corporatesymbol p{
    margin:0 10px 10px;
}
#spUi3102 #corporatesymbol p a img{
    width:250%;
    height:auto;
}
#spUi3102 p.webmartLogo{
    top:50px !important;
    left:55%;
}
#spUi3102 p.webmartLogo img{
    width:100%;
    height:auto;
}
#spUi3102 .contentsarea.clearfix {
    margin: 0 !important;
    width: 100% !important;
}
#spUi3102 h1.textcenter {
    margin-left: 50px !important;
    font-size: 280% !important;
}
#spUi3102 ul.textleft {
    margin: 10px !important;
}
#spUi3102 ul.textleft {
    font-size: 220%;
}
#spUi3102 .textcenter {
    width: 100%;
    display: flex;
    margin:40px 0 10px!important;
}
#spUi3102 .textcenter a {
    display: block;
    width: 100%;
    height: 100%;
}
#spUi3102 img#pre {
    width: 60%;
    height: auto;

}
#spUi3102 img#next {
    width: 60%;
    height: auto;
}
#spUi3102 #creditline{
    float:none;;
    margin-top:20px;
    font-size:250%;
}
#spUi3102 #creditline p{
    text-align:center;
}
#spUi3102 #permanentmenu{
	display: none;
}
#spUi3102 .footer{
	position: fixed;
	bottom: 0;
}


/*スマホ対応----------*/
#spUi3102 h1{
	margin: 30px 0 50px;
  font-size: 300%;
	font-weight: normal;
}
#spUi3102 .section{
  padding: 0 10px;
  text-align: center;
	font-size: 250%;
}
#spUi3102 h2{
	margin: 0 0 15px;
}
#spUi3102 .loginKey{
  margin: 0 10% 60px;
	padding: 5px 0;
	border-top: 5px dashed;
  border-bottom: 5px dashed;
}
#spUi3102 .loginKey span{
	padding: 25px;
	border-top: 5px dashed;
  border-bottom: 5px dashed;
}
#spUi3102 .figureTxt{
  margin-bottom: 20px;
}
#spUi3102 .figure{
	margin: 0 auto 50px;
}
#spUi3102 .figure img{
	width: 90%;
  height: auto;
}
#spUi3102 .blueBtn{
  width: 90%;
  margin-bottom: 150px;
}
#spUi3102 .blueBtn a{
  padding: 30px 0 27px;
  font-weight: normal;
}
#spUi3102 .blueBtn a::before{
  margin: 0 3px 4px 0;
  border: 11px solid transparent;
  border-left: 15px solid #ffffff;
}
#spUi3102 .blueBtn a:hover::before{
  border-left: 15px solid #2E5F03;
}

@media screen and (max-width: 767px) {
  #ui3108{
	width: 100%;
}
  #ui3108 .section {
   padding: 0 10px;
}
  #ui3108 .loginKey{
  width: 100%;
}
  #ui3108 .blueBtn a {
    padding: 20px;
}
}