﻿/*--------------------------------------------------*/
/* 基本設定 */
/*--------------------------------------------------*/
html {}

body {
}

img {
	width: 100%;
}

a {
	display: block;
	width: 100%;
	height: 100%
}

a:link,
a:visited {
	color: #666666;
}

a:link {
	text-decoration: none;
}

/*--------------------------------------------------*/
/* コンテンツ */
/*--------------------------------------------------*/
.container {
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 4%;

	background: url(../img/comment/bg_frame.jpg) repeat;
}

main {
	display: block;
	width: 100%;
	background-color: #fff;
}

.key {
	width: 100%;
}

.title {
	width: 50.72%;
	margin: 5% auto 0;
}

.box {
	margin: 10% auto;
}

.box.last {
	margin: 0 auto;
}

.name {
	color: #545454;
	font-size: 14px;
	font-size: 3.8vw;
	text-align: center;
}

.name span {
	color: #dd0000;
	font-size: 23.5px;
	font-size: 6.3vw;
	font-weight: bold;
}

.text {
	width: 85.5%;
	color: #4a4a4a;
	font-size: 16px;
	font-size: 4.27vw;
	margin: 9% auto 0;
	padding-bottom: 10%;
	line-height: 1.8;
	border-bottom: 1px solid #dd0000;
}

.box.last .text {
	border: none;
}

/*--------------------------------------------------*/
/* フッター */
/*--------------------------------------------------*/
footer {
	width: 100%;
	background-color: transparent;
}

.to-top {
	width: 43.47%;
	margin: 10% auto 10%;
}