body{
	width: 100%;
	font-family: notosans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	line-height: 33px;
	color: #333333;
}

a:hover{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
a:hover img{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
input[name="image"]:hover { opacity:0.9; filter:alpha(opacity=70); }

.movie{
	width: 720px;
	margin: 0px auto 20px;
	display: block;
}

/*___________________ 文字 _____________________*/
.aka{
	font-weight: bold;
	color: #CB004C;
}
.aka_m{
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	color: #CB004C;
}
.kiaka{
	background: linear-gradient(transparent 60%, #ffff73 60%);
	font-weight: bold;
	color: #CB004C;
}
.m{
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
}
.kiiro{
    background: linear-gradient(transparent 60%, #ffff73 60%);
	font-weight: bold;
}
.naka{
    text-align: center;
    color: #100BC0;
    display: block;
}
.migimoji{
    width: 830px;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
    color: #AAA;
    margin: -20px auto 80px;
	display: block;
}
.pc{
	display: none;
}
/*___________________ コンテンツ _____________________*/


.box{
	width: 800px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
.box p{
	width: 800px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
.box2{
	width: 800px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}


.check{
	width: 650px;
	font-size: 25px;
	line-height: 35px;
	list-style-type: none;
	margin: 0px auto 0px;
	overflow: hidden;
	display: block;
}
.check li{
	background-image: url(../images/check.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	width: 600px;
	border-bottom: solid 1px #CCC;
	padding: 0px 0 13px 50px;
	margin: 0px auto 15px;
	display: block;
}
.check li:last-child{
    border-bottom:none;
}

/*___________________ フォーム _____________________*/

.kome{
    background-color: #F0F0E1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 790px;
	height: 55px;
	font-size: 14px;
	line-height:  20px;
	color: #333;
	padding: 10px;
	margin: 0 auto 30px;
	overflow-y: scroll;
-webkit-overflow-scrolling: touch;
transform: translateZ(0);
	display: block;
}
/*--------- フッター -----------*/

#foot{
	width: 860px;
	font-size: 17px;
	line-height: 27px;
	color: #1F1F1F;
	text-align: center;
	padding-top: 12px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}
#foot ul{
	text-align: center;
	list-style-type: none;
	margin: 0 auto 0px;
	display: block;
}
#foot ul li{
	display: inline;
}
#foot ul li a{
	color: #1F1F1F;
	text-decoration: none;
}
#foot small{
	font-size: 16px;
}

/*___________________ トップ _____________________*/

#page-top {
	background-color: #333333;
	width: 80px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 3px 3px;
	border-radius: 5px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 84px;
	text-align: center;
	display: block;
	border-radius: 10px;
	opacity:0.8;
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}
