@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}	 
#top {margin: 0; padding: 0;}
a{color: #7e9aab; /*text-decoration: none;*/ /*font-weight: bold;*/}

#SC_wrapper {
	width:100%;
	max-width: 1200px;
	padding: 0;
	margin:0 auto;
	background-color: #fef8e0;
}

#SC_wrap {
	clear: both;
	width:100%;
	padding: 0 0 5%;
	margin:0 auto 3%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-family: 'Noto Serif JP', serif;*/
	color: #000;	
	/*background-color: #7e9aab;*/
}


#SC_wrap .main { width: 30%; margin:5% auto 7%;}

.cojicoji{width: 30%; margin: 5% auto 8%;}


.Lead_pc {
	width: 98%;
	margin: 0 auto 3%;
	display: block;
	text-align:center;
	font-size:22px;
	font-weight: 400;
	padding:0 ;
	line-height:2.5em;
}

.Lead_sp {display: none;}


.sp {display:none;}
.clear {clear:both;}
.pink{color: #ea5464;}
.sml{font-size: 90%; font-weight: 300;}
.bold {	font-size: 125%; font-weight: 500;}

.outline {
  display        : inline-block;
 /* color          : #ea5464;            
  font-size      : 36pt; */              
  letter-spacing : 4px;                
  text-shadow    : 
       2px  2px 0px #000000,
      -2px  2px 0px #000000,
       2px -2px 0px #000000,
      -2px -2px 0px #000000,
       2px  0px 0px #000000,
       0px  2px 0px #000000,
      -2px  0px 0px #000000,
       0px -2px 0px #000000;        /* 文字の影 */
}

.outline2 {
  display        : inline-block;
  letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
       2px  2px 0px #ff7f7f,
      -2px  2px 0px #ff7f7f,
       2px -2px 0px #ff7f7f,
      -2px -2px 0px #ff7f7f,
       2px  0px 0px #ff7f7f,
       0px  2px 0px #ff7f7f,
      -2px  0px 0px #ff7f7f,
       0px -2px 0px #ff7f7f;        /* 文字の影 */
}

h2{ font-size: 25px; letter-spacing: 1px; text-align: center; margin: 0 auto 2%;}
.txt_BOX{ width: 100%; margin: 5% auto 0;/* background-color: #fff; padding: 3% 3% 3%; color:#7e9aab; */font-size: 24px; text-align: center; font-weight: bold;/* border-radius: 30px;*/ line-height: 1.9em;}


.att{font-weight: normal; font-size: 14px; display: block; line-height: 1.9em; margin-top: 4%; text-align: center;}
.att2{font-weight: normal; font-size: 18px; display: block; margin-top: 1%; text-align: center;}
.att3{font-weight: 500; font-size: 14px; display: block; line-height: 1.9em; margin-top: 1%; text-align: center;}

.anime2 {
    animation: shake-up 3s infinite ease-in-out;
}


.bold2 { font-weight: 500;}

@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}


.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2.6px;
 /* background: #ea5464;*/
	background: #000;
	/*background: #f49e17;*/
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}



@media only screen and (max-width: 750px) {
	#SC_wrap {
		width:100%;
		margin:0 auto 10%;
		padding: 0;
	}
	#SC_wrap .main {
		width: 70%;
		margin:5% auto 10%;
	}
	.pc {display:none;}
	.sp {display:block;	}
	
	.att{font-weight: normal; font-size: 13px; }


	.Lead_pc {display: none;}

	.Lead_sp {
		width: 96%;
		display: block;
		text-align:center;
		font-size:15px;
		font-weight: 500;
		margin:0 auto 5%;
		line-height:2.5em;
	}
	
	.txt_BOX{ width: 100%; margin: 5% auto 0; font-size: 16px; }
	.cojicoji{width: 60%; margin: 5% auto 8%;}
	
	h2{ font-size: 19px; margin: 0 auto 2%;}

	.att{font-size: 13px;line-height: 1.9em; margin-top: 4%;}
	.att2{ font-size: 15px; margin-top: 1%; }
	.att3{font-size: 13px;line-height: 1.9em; margin-top: 2%;}
	
	.bold2 { font-weight: 500;}
	.Text-Span:after {
	  bottom: -6px;
	  width: 0%;
	  height: 1.5px;
	}
	
	.outline2 {
	  display        : inline-block;
	  letter-spacing : 2px;                /* 文字間 */
	  text-shadow    : 
		   1px  1px 0px #ff7f7f,
		  -1px  1px 0px #ff7f7f,
		   1px -1px 0px #ff7f7f,
		  -1px -1px 0px #ff7f7f,
		   1px  0px 0px #ff7f7f,
		   0px  1px 0px #ff7f7f,
		  -1px  0px 0px #ff7f7f,
		   0px -1px 0px #ff7f7f;        /* 文字の影 */
	}
}
