@media only screen and (max-width: 760px) {


.header{
	width:100%;
	margin:0 auto;
	background:url(../images/header_back_sp.jpg) no-repeat top center;
	background-size: cover;
}

.hidden_box label[for="label1"] {
    width:40%;
	display:block;
	position:absolute;
	top:5px;
	right:10px;
	padding:5px 0;
	margin-top:13px;
    background: #3CAD6C;
    border-radius: 20px;
    cursor: pointer;
}

.r_login_area{
	position: fixed;
	top:100px;
	right:0px;
	color:#FFF;
	width:90%;
	padding:40px 0;
	background-color: rgba(0,0,0,0.9);
	transition: all 0.5s;
}

.l_form_box input[type="text"] {
	width: 80%;
	height: 45px;
	padding: 7px;
	font-size: 14px;
	color: #000000;
	margin:10px auto 0;
	background:#FAE7AB;
	font-weight: bold;
	border: 2px solid #000;
}

.button {
	cursor: pointer;
	display: inline-block;
	width: 95%;
	height: 100%;
	padding:30px 0;
	margin:10px auto 0;
	background:#FF0000;
	border:4px solid #FFF;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:1.2rem;
	color: #ffffff;
	line-height: 50px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

ul.footer_menu {
    display: -webkit-flex;
    display: list-item;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding:1rem 0;
    margin:0;
}

ul.footer_menu li{
	padding:0.5rem 0;
}


.th_support_box p{
	font-size:0.7rem;
}

.th_text_box{
	width:90%;
	background:#EEE;
	margin:10px auto;
	padding:5px 0;
	text-align:center;
}

.th_text_top_box2{
	width:90%;
	background:#F10000;
	margin:10px auto;
	padding:5px 0;
	text-align:center;
	border:2px solid #000;
}

.th_text_box2{
	width:90%;
	background:#FFEEEE;
	margin:10px auto;
	padding:5px 0;
	text-align:center;
	border:2px solid #000;
}

.th_text_box2 p{
	font-size:0.8rem;
}

.l_form_box_text_area p{
	width:90%;
	max-width:980px;
	margin:0 auto;
	font-size:0.6rem;
}



	/***********************************************
	スライダー
	***********************************************/

	body .slide_content {
	  width: 300px;
	  height: 189.61px;
	}

	body .slideshow {
	  display: flex;
	  animation: loop-slide 45s infinite linear 1s both;
	animation-name: loop-slide;　　　　　　/* アニメーション名 */
	animation-duration: 45s;　　　　　　　　/* 開始から終了までの所要時間 */
	animation-iteration-count: infinite;　/* アニメーションのループ回数 */
	animation-timing-function: linear;　　/* 動きの加減速 */
	animation-delay: 1s;　　　　　　　　　 　/* アニメーションが開始するまでの遅延時間 */
	animation-fill-mode: both;            /* アニメーション開始前・終了後の挙動 */
	}

	body .slideshow li{
		margin:0 0.5rem;
		box-shadow: 0 0 8px white;
	}


	body .slideshow li:hover{
		opacity:1;
		box-shadow: 0 0 10px #ff334b;
	}

	@keyframes loop-slide {
	  from {
	    transform: translateX(0);
	  }
	  to {
	    transform: translateX(-100%);
	  }
	} 

	body .wrap {
	  overflow: hidden;
	  display: flex;
	  align-items: center;
	  height: 250px; 
	  overflow: hidden;
	  margin-bottom: 10px;
	}

	body .wrap img{
		width:300px;
	}

	body .slide-paused:hover .slideshow {
	  animation-play-state: paused;
	}

	body .content-hover {
	  transition: all 0.2s;
	}

	body .content-hover:hover {
	  transform: translateY(-20px);
	  border-radius: 0 10%;
	  box-shadow: 0 3px 10px 0 #333;
	  opacity: 0.8;
	  cursor: pointer;
	}























}


