@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
.sp {display:none;}
.Red {color: #FF0004;}
.clear {clear:both;}
.bold{font-weight: bold;}
.sml{font-size: 76%; display: block; }
.txt_C{text-align: center;}
#SC_wrap a{color: #000; text-decoration: none; text-align: center;}
a img:hover{opacity: 0.8;}
#SC_wrap a:hover{opacity: 0.8;}
/*#SC_CONTENT{width:100%; background-color: #E8E8E8;}*/
#SC_wrap {
	clear: both;
	width:100%;
	max-width: 650px;
	padding: 0 0 5%;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*color: #475056;	*/
	/*background-color: #F8E6E6;*/
}

#SC_wrap .main {width: 100%; margin:0 auto 5%;}

.Lead_pc {
	width: 100%;
	margin: 6% auto 15%;
	display: block;
	text-align:center;
	font-size:16px;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}

h1{font-size: 18px; letter-spacing: 1px; text-align: center;}

/*.fixbtn{ width: 8%; position: fixed; bottom: 10%; right: 10%; z-index: 100;}*/

/*item-----------------------*/
/*.item_wrap{	width: 70%; margin: 0 auto; position: relative;}*/
/*.credit{width: 98%; margin: 2% 2% 5% 0; font-size: 13px; line-height: 2em; text-align: right;}*/
.item_wrap1{ width: 100%; margin: 0 auto; position: relative;}
.item_box1{ width: 50%; margin: 0 auto 10%; position: relative;}
.txt_box{width: 100%; position: absolute; bottom: 3%;}

.item_wrap2{ width: 100%; margin: 0 auto 20%;}
.item_box2{ width: 100%; margin: 0 auto 2%; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-end;}


#SC_CONTENT table.credit{ width: 53%; margin: 0 0 0 47%;}

#SC_CONTENT table.credit th{ width: 83%; font-size: 12px; text-align: left;	font-weight: 400;}
#SC_CONTENT table.credit td{ width: 15%; line-height: 8px;}
table.credit.pd_L { padding-left: 2%;}
table.credit.pd_R { padding-right: 2%;}
.tax{font-size: 70%;}
.sml2{font-size: 10px;}


.credit_box{width: 90%; margin: 15% auto 10%; font-size: 14px; line-height: 1.9em; text-align: center;}
.foot_logo{width: 35%; margin: 0 auto 10%;}


 /*--スライダーの位置とサイズ調整--*/
  .slider{
	width:100%;
	margin:0 auto;
  }

  /*--------画像サイズ調整---------*/
  img{
	width:100%;
  }
  
  /*-----------height調整----------*/
  .slick-slide{
	  height:auto!important;
  }

  /*-----------矢印表示----------*/
  .slick-next{
    right:0!important;
  }
  .slick-prev{
    left:0!important;
  }
  .slick-arrow{
    z-index:2!important;
  }
/*------------------------------*/

.prev {
	position:absolute;
	top:45%;
	left:3%;
	font-size:20px;
	font-weight:bold;
	color: #eee;
	z-index: 100;
}
.next {
	position:absolute;
	top:45%;
	right:3%;
	font-size:20px;
	font-weight:bold;
	color: #eee;
}

.circle1 {
    width: 100px;
    height: 100px;
	border: 1px solid #00437c;
    border-radius: 50%;
    position: absolute;
    left: 15%;
    top: -13%;
	
}
.circle2 {
    width: 100px;
    height: 100px;
	border: 1px solid #00437c;
    border-radius: 50%;
    position: absolute;
    right: 15%;
    top: -13%;
	
}

.maru_ue{z-index:100;}
.maru_shita{z-index: 10;}

.move-img{	margin: 0 auto;}
.move-wrap{	display: flex;	align-items: center;	overflow: hidden;	margin: 2% 0;	column-gap: 10px;}	
.slideshow{
	display: flex;
	column-gap: 5px;
    animation: loop-slide 30s infinite linear 1s both;
}
.txt_img{ width: 420px;}
.txt_img2{ width: 310px;}
.txt_img img{ border-radius: 0px;}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* 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: 0 auto;
    padding: 4px 0px;
    font-size: 10px;
    color: #000;
	text-decoration-line: underline;
    /*background-color: #000;*/
}
.btn-2 {
	width: 50%;
    display: block;
    margin: 0 auto 5%;
    padding: 12px 0px;
    font-size: 16px;
    color: #fff;
    background-color: #00437c;border-radius: 20px;
}

.btn:hover {
	color: #000;
	background-color: #7D7D7D;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



@media only screen and (max-width: 750px) {
	#SC_wrap {width: 100%; padding: 0 0 5%;}
	#SC_wrap .main {width: 100%; margin:0 auto 6%; }
	.sp {display:block;}	
	.pc{display: none;}
	.Lead_pc {display: none;}

	.Lead_sp {
		width: 80%;
		display: block;
		text-align:left;
		font-size:14px;
		margin:8% auto 20%;
		line-height:1.9em;
	}

	/*.fixbtn{ width: 20%; position: fixed; bottom: 5%; right: 5%; }*/
	
/*item-------------------------------------*/
	
	.item_box1{ width: 60%; margin: 0 auto 10%; position: relative;}
	
	
	#SC_CONTENT table.credit{ width: 87%;	margin: 0 0 0 12%; padding-bottom: 2%;}
	#SC_CONTENT table.credit th{ width: 73%; font-size: 11px;}
	.sml2{font-size: 50%;}
	
	
	.credit_box{width: 90%; margin: 20% auto 10%; font-size: 12px; line-height: 1.9em; text-align: center;}
	.foot_logo{width: 50%; margin: 20% auto 10%;}
	
	.btn-2 { width: 80%;  margin: 0 auto 5%; padding:10px 0px; font-size: 14px; }
	
	.txt_img{ width: 320px;}
	.txt_img2{ width: 230px;}
	
	.circle1 {
    width: 100px;
    height: 100px;
    left: 5%;
    top: -18%;
	
}
.circle2 {
    width: 100px;
    height: 100px;
    right: 5%;
    top: -18%;
	
}
}
