@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
a{color: #000; text-decoration: none;}
a:hover{opacity: 0.7;}

#SC_wrap {
	clear: both;
	width:100%;
	/*max-width:1000px;*/
	padding: 0;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-family: 'Noto Serif JP', serif;*/
	color: #4b4948;	
	/*background-color: #b0bfa3;*/
}

.sp {display:none;}
.clear {clear:both;}
.sml2{font-size: 90%;}
.sml{font-size: 80%;}
.sml3{font-size: 13px;}

#SC_wrap .main {width: 45%; margin:3% auto 0;}

.Lead_pc {
	width: 100%;
	margin: 5% auto;
	padding:0 ;
	display: block;
	text-align:center;
	font-size:18px;
	line-height:1.7em;
	font-weight: bold;
}
.Lead_sp {display: none;}


.att{font-size: 70%; line-height: 1.6em; width: 70%; margin: 3% auto 0; text-align: center; font-weight: normal;}

/*.sub_ttl{width: 100%; margin: 2% auto 5%;}*/

h2{font-size: 30px; margin: 8% auto 3%; font-weight: 600; color: #4b4948; text-align: center;}

.line_y{background:linear-gradient(transparent 70%, #f3e600 70%);}

.item_box{width: 60%; margin: 7% auto 10%; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;}
.item1{	width: 48%;	margin: 0%;	box-sizing: border-box; /*position: relative; height: 600px;*/ position: relative;}
.item2{	width: 48%;	margin: 0%;	box-sizing: border-box; }
/*.item1{width: 48%; margin: 0 auto;}*/

.item_box:nth-child(2n+1) { flex-direction: row; } 
.item_box:nth-child(2n  ) { flex-direction: row-reverse; } 

.credit{width: 100%; margin: 0 auto 0;}
.item_n{font-size: 23px; font-weight: 500; text-align: center;}
.item_p{font-size: 20px; font-weight: 500; text-align: center; margin-top: 2%;}
.tax{font-size: 80%;}
/*.cmt{width: 100%; margin: 7% auto 0; text-align: center; font-size: 14px; line-height: 1.7em;}*/
.red{color: #E30306; font-weight: 500; display: inline-block; margin-bottom: 1%;}

.icon{width: 25%;  margin: 0 0 5%;  /*position: absolute; top: 0; left: 0;*/}

.circle {
    width: 120px;
    height: 120px;
    background-color: #f3e600;
    color: #4b4948;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
	line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    /* margin: 10px; */
    position: absolute;
    left: -8%;
    top: -6%;
	z-index: 100;
}

hr{width: 100%; margin: 1% auto 0; background-color:#f3e600; height: 20px; border: none;}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    color: #fff;
    background-color: #4b4948;
	border: 1px solid #4b4948;
}


/* Button 1 */
.btn-1 {
	width: 50%;
    display: block;
    margin: 10% auto 0;
    padding: 8px 0px;
    font-size: 17px;
	border-radius: 5px;
}
.btn-2 {
	width: 50%;
    display: block;
    margin: 5% auto 5%;
    padding: 10px 0px;
    font-size: 17px;
	border-radius: 8px;
}

.btn:hover {
	color: #4b4948;
	background-color: #fff;
	border: 1px solid #4b4948;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.anime1 {
	position: relative;
	/*width: 350px;*/
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

.image1 {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 4s infinite ;
	/*animation-timing-function: steps(1, end);*/
}

.image1:nth-of-type(1) {animation-delay: 0s;}
.image1:nth-of-type(2) {animation-delay: 2s;}
@keyframes change-img-anim {
	0% {opacity: 0;}
	0.001% {opacity: 1;}
	49.99% {opacity: 1;}
	50% {opacity: 0;}
}


@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}


@media only screen and (max-width: 750px) {
	#SC_wrap {width:100%; margin:0 auto -7%;}
	.pc {display:none;}
	.sp {display:block;}
	
	#SC_wrap .main {width: 100%; margin:4% auto 5%;}
	h2{font-size: 22px; margin: 10% auto 8%;}

	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:15px;
		margin:0 auto 10%;
		line-height:1.7em;
		font-weight: bold;
	}
	
	.att{font-size: 70%; line-height: 1.6em; width: 90%; margin: 5% auto 0; text-align: left;}
	
	.item_box{width: 98%; margin: 5% auto 15%; display: block;}
	.item1{width: 80%; margin: 0 auto 1%;}
	.item2{width: 100%; margin: 0 auto 1%;}
	
	.item_n{font-size: 20px; font-weight: 600;}
	.item_p{font-size: 18px; font-weight: 600;}
	.cmt{width: 100%; margin: 3% auto 0; font-size: 15px;}
	
	.icon {width: 21%; margin: 0 0 -10%;}

	.btn-1 {width: 70%; margin: 4% auto 0; padding: 7px 0px; font-size: 14px;}
	.btn-2 {width: 80%; margin: 4% auto 10%; padding: 7px 0px; font-size: 16px;}

	.anime1 { width: 100%; height: 98vw; margin: 0 auto;}
	
	.circle {
    width: 110px;
    height: 110px;
    font-size: 19px;
	line-height: 1.3em;
    position: absolute;
    left: -10%;
    top: -6%;
	z-index: 100;
}

}
