@charset "utf-8";
html {font-size: 62.5%;  padding: 0;}
body{padding: 0; margin: 0;}
a{color: #fff; text-decoration: none;}
a img:hover{opacity: 0.8;}
#SC_content {
	clear: both;
	width: 100%;
	/*background-color: #F2F2E4;*/
}

#SC_wrap {
	clear: both;
	width: 100%;
	max-width: 1000px;
	/*min-width: 450px;*/
	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;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*font-family: "Klee One", cursive;*/
	/*font-family: "Hina Mincho", serif;*/
	color: #000000;	
	background-color: #fff;
}


.main {	width: 100%; margin: 0 auto 4%; padding: 0;}

/*.main01{width: 50%; position: absolute; top:0; right: 0; z-index: 100;}
.main02{width: 35%; position: absolute; top:5%; left: 0; z-index: 1;}
.main03{width: 35%; position: absolute; bottom: 0; left: 20%; z-index: 10;}*/


.Lead_pc {
	width: 100%;
	margin: 5% auto 12%;
	display: block;
	text-align:center;
	font-size:17px;
	padding:0 ;
	line-height: 2em;
	font-weight: 600;
}

.Lead_sp {display: none;}


.sp {display:none;}
.clear {clear:both;}
.bold {font-size: 125%; font-weight: bold; margin-bottom: 3%;}
.sml{font-size: 80%; }
.tax{font-size: 70%; }

/*#SC_wrap ul{width: 100%; margin: 5% auto; display:flex;	flex-wrap:wrap;	justify-content: space-between; list-style: none; padding: 0; align-items: center; gap: 16px 2%;}
#SC_wrap ul li{width: 32%; margin: 5% auto; padding: 3% 0; height: 50px; font-size: 24px; font-weight: 600; line-height: 1.5em; text-align: center; background-color: #cf000e; color: #fff; justify-content: center; }*/

.cate_box{	width: 100%;	margin: 5% auto 0;	display:flex;	flex-wrap:wrap;	justify-content: space-between; align-items: center; align-items: stretch; gap: 2% 0;}
.cate1{	width: 30%;	margin: 0 auto 5%;/* padding: 1% 0;*/ font-size: 24px; font-weight: 600;  text-align: center; /* background-color: #cf000e; color: #fff;	box-sizing: border-box; align-items: center; display: flex;*/}

/*.btn1 a {
            display: flex;
            align-items: center;  縦方向の中央揃え 
            justify-content: center;  横方向の中央揃え 
            width: 100%;
            padding: 15px 10px;  押しやすさを確保するパディング（相対値かpx） 
            font-size: 1.5rem;  画面サイズに応じた可変フォントサイズ 
            font-weight: 600;
            text-align: center;
            color: #fff;
            text-decoration: none;  リンクの下線を消す 
            min-height: 4.5rem;  テキスト複数行時でも潰れない最小の高さを確保 
        }

.btn1:hover{background-color: #E77173; color: #F7DEDE;}*/

/* 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;
	/*text-transform: uppercase;*/
	
}


/* Button 1 */
.btn-1 {
	width: 100%;
    display: block;
    margin: -4% auto ;
    padding: 18px 0px;
    font-size: 18px;;
    color: #fff;
    background-color: #cf000e;
	letter-spacing: 1px;
}
.btn-2 {
	width: 90%;
    display: block;
    margin: 6% auto 15% ;
    padding: 12px 0px;
    font-size: 18px;;
    color: #fff;
    background-color: #cf000e;
	letter-spacing: 1px;
}

.btn:hover {
	color: #F7DEDE;
	background-color:  #E77173;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media only screen and (max-width: 600px) {
	html {background-color: #fff;}
	#SC_wrap {width:100%; margin:0 auto -8%;; padding: 0;}
	/*#SC_wrap .main {width: 100%; margin:0 auto;}*/

	.pc {display:none;}
	.sp {display:block;}
	
	
	
	.main {width: 100%; margin:0 auto 6%; padding: 0;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:8% auto 12%;
		line-height: 2em;
		font-weight: 600;
	}
	
	.Lead_pc {display: none;}
	
	.cate_box{	width: 96%;	margin: 5% auto 0; align-items: stretch; gap: 2% 0;}
	.cate1{	width: 44%;	margin: 0 auto 5%;/* padding: 1% 0;*/ font-size: 14px; }
	

	.btn-1 {
		width: 100%;
		display: block;
		margin: -4% auto ;
		padding: 12px 0px;
		font-size: 16px;
		color: #fff;
		background-color: #cf000e;
		letter-spacing: 1px;
	}

	/*.btn1{	width: 30%;	margin: 0 auto 5%; font-size: 16px;}
	.btn1 a {padding: 10px 5px;
            min-height: 3.5rem;  テキスト複数行時でも潰れない最小の高さを確保 
        }*/
}
