﻿@charset "utf-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
   共通事項
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/





/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
   PC版
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.fv{
	width:100%;
	min-width:1000px;
	position:relative;
	margin:0 0 30px 0;
}

.fv .page_t{
	position:absolute;
	width:300px;
	top:49%;
	left:0;
	right:0;
	margin:0 auto;
	font-size:30px;
	color:#ffffff;
	text-align:center;
}

#content{
	width:900px;
	margin:55px auto 85px auto;
}
h3{
	width:900px;
	margin:0 auto 20px auto;
}

#content li{
	width:90%;
	padding:10px 0 10px 70px;
	background:url(../img/arrow.gif);
	background-size:11px 14px;
    	background-position:50px center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #92542b;
}

#content li a{
	font-size:16px;
	color:#92542b;
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#content li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
   スマホ版
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (max-width:768px){

h1{
	padding-top:42%;
	z-index:5000;
}

.fv{
	width:100%;
	min-width:100%;
	margin:0 0 23% 0;
}

.fv .page_t{
	position:absolute;
	width:303px;
	top:49%;
	left:0;
	right:0;
	margin:0 auto;
	font-size:30px;
	color:#ffffff;
	text-align:center;
}


#content{
	width:100%;
	margin:0 auto 20px auto;
}

h3{
	width:97%;
	margin:0 auto 20px auto;
}
#content ul{
	width:90%;
	margin:0 auto 0px auto;
}

#content li{
	width:90%;
	padding:10px 0 10px 40px;
	background:url(../img/arrow.gif);
	background-size:11px 14px;
    	background-position:20px center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #92542b;
}

#content li a{
	font-size:16px;
	color:#92542b;
  display:block;
  transition: .0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#content li a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}


}

/* リスト幅・文字フォント */
@media screen and (max-width:500px){
.fv .page_t{
	position:absolute;
	width:303px;
	top:49%;
	left:0;
	right:0;
	margin:0 auto;
	font-size:20px;
	color:#ffffff;
	text-align:center;
}

#content li{
	width:85%;
}


}
