@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {	margin: 0;
	padding: 0; }

body { 
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
	font-family: 'Noto Sans JP';
	font-feature-settings: "pkna";
	font-feature-settings: "palt";
	background: #FFFFFF;
}
p{
	margin: 0 100px;
	font-size: 18px;
	line-height: 180%;
	text-align: left;
	color: #323232;
}
.wrap {
	overflow: hidden;
}
.smh{ display: none;}

.mds img {
	height: auto;
	max-width: 100%;
	margin: 100px auto 0;
}
.photo{
	width: 32%;
	margin-right: 6%;
	margin-left: 3%;
	float: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a{
	color: #0645ad;
	text-decoration:underline; }
a:hover{
	color: #ff8000;
	text-decoration:underline; }
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

img{
	max-width: 100%;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0; 
	vertical-align:bottom;
	display:inline-block;
}
a img {
	border: none; }
.imgl {
	padding: 0px 20px 20px 40px;
	float: left; }
.imgr {
	padding: 0px 20px 20px 40px;
	float: right; }
table.func-box p.imgl {
	margin: 0;
	padding: 0 20px 20px 110px;
	float: left; }
table.func-box p.imgr {
	margin: 0;
	padding: 0 110px 20px 10px;
	float: right; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.mizu { color: #0066FF; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.black { color: #333}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 {font-size: 14px;}
.size15 {font-size: 15px;}
.size16 {font-size: 16px;}
.size17 {font-size: 17px;}
.size18 {font-size: 18px;}
.size19 {font-size: 19px;}
.size20 {font-size: 20px;}
.size21 {font-size: 21px;}
.size22 {font-size: 22px;}
.size23 {font-size: 23px;}
.size24 {font-size: 24px;}
.size25 {font-size: 25px;}
.size26 {font-size: 26px;}
.size28 {font-size: 28px;}
.size30 {font-size: 30px;}
.size32 {font-size: 32px;}
.size34 {font-size: 34px;}
.size36 {font-size: 36px;}
.size38 {font-size: 38px;}
.size40 {font-size: 40px;}
.size48 { font-size: 48px; }
.size60 { font-size: 60px; }
.size72 { font-size: 72px; }

.b { font-weight: bold; }
.strong{ font-weight: bold; }
.em{ font-weight: bold; }
.yline { background: #FFFF00; }
.u{text-decoration: underline;}
.center {
	text-align: center;
	padding: 5px 0px 0px 0px; }
.left {
	text-align: left;
	padding: 5px 5px 0px 0px; }
.right {
	text-align: right;
	padding: 5px 0px 0px 5px; }
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right; }
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right; }
blockquote {
	width: 750px;
	font-size: 16px;
	line-height: 180%;
	margin: 15px auto;
	padding: 30px 0;
	text-align: left;
	border: 1px solid #CCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	background: #F7F7F7 url("image/blockquote.png") no-repeat scroll 0px 0px;
	clear: both;
}
blockquote p {
	margin-left: 50px;
	margin-right: 50px;
}
.text-right {
	font-size: 8px;
	color: #3d3737;
	text-align: right;
	padding-bottom: 10px;
	line-height: 130%;
}
.sample_page {
	line-height:180%;
	text-align:right;
	text-justify:inter-ideograph; 
	margin: -20px 90px 30px;
	padding:0;
}

.line-red {background: #ffadad;}
.line-blue {background: #a8eaff;}
.line-brown {background: #cc9966;}
.line-green {background: #b2ffb2;}
.line-yellow {background: #fff799;}
.line-orange {background: #ffe0c1;}
.line-h-red {background: linear-gradient(transparent 60%, #ffadad 50%);}
.line-h-blue {background: linear-gradient(transparent 60%, #a8eaff 50%);}
.line-h-brown {background: linear-gradient(transparent 60%, #cc9966 50%);}
.line-h-green {background: linear-gradient(transparent 60%, #b2ffb2 50%);}
.line-h-yellow {background: linear-gradient(transparent 60%, #fff799 50%);}
.line-h-orange {background: linear-gradient(transparent 60%, #ffe0c1 50%);}
.line-hh-red {background: linear-gradient(transparent 75%, #ffadad 50%);}
.line-hh-blue {background: linear-gradient(transparent 75%, #a8eaff 50%);}
.line-hh-brown {background: linear-gradient(transparent 75%, #cc9966 50%);}
.line-hh-green {background: linear-gradient(transparent 70%, #b2ffb2 50%);}
.line-hh-yellow {background: linear-gradient(transparent 70%, #fff799 50%);}
.line-hh-orange {background: linear-gradient(transparent 70%, #ffe0c1 50%);}
.border-red {border-bottom: 2px solid #ff7f7f;}
.border-blue {border-bottom: 2px solid #a8eaff;}
.border-brown {border-bottom: 2px solid #cc9966;}
.border-green {border-bottom: 2px solid #7fff7f;}
.border-yellow {border-bottom: 2px solid #ffdc00;}
.border-orange {border-bottom: 2px solid #ffbf7f;}
.border-d-red {border-bottom: 4px double #ff7f7f;}
.border-d-blue {border-bottom: 4px double #a8eaff;}
.border-d-brown {border-bottom: 4px double #cc9966;}
.border-d-green {border-bottom: 4px double #7fff7f;}
.border-d-yellow {border-bottom: 4px double #ffdc00;}
.border-d-orange {border-bottom: 4px double #ffbf7f;}

.underline1 {
	text-decoration: none;
	background: linear-gradient(transparent 60%, #fff799 50%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 1.5s;
}
.underline2 {
	text-decoration: none;
	background: linear-gradient(transparent 60%, #a8eaff 50%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 1.5s;
}
.underline3 {
	text-decoration: none;
	background: linear-gradient(transparent 60%, #b2ffb2 50%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 1.5s;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 間隔調整 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.midashi {
	text-align: center;
	margin: 80px auto;
	padding: 0;
}
.margin-bottom5 { margin-bottom: 5px;}
.margin-bottom10 { margin-bottom: 10px;}
.margin-bottom15 { margin-bottom: 15px;}
.margin-bottom20 { margin-bottom: 20px;}
.margin-bottom25 { margin-bottom: 25px;}
.margin-bottom30 { margin-bottom: 30px;}
.margin-bottom35 { margin-bottom: 35px;}
.margin-bottom40 { margin-bottom: 40px;}
.margin-bottom45 { margin-bottom: 45px;}
.margin-bottom50 { margin-bottom: 50px;}
.margin-bottom60 { margin-bottom: 60px;}
.margin-bottom70 { margin-bottom: 70px;}
.margin-bottom80 { margin-bottom: 80px;}
.margin-bottom90 { margin-bottom: 90px;}
.margin-bottom100 { margin-bottom: 100px;}

.margin-top5 { margin-top: 5px;}
.margin-top10 { margin-top: 10px;}
.margin-top15 { margin-top: 15px;}
.margin-top20 { margin-top: 20px;}
.margin-top25 { margin-top: 25px;}
.margin-top30 { margin-top: 30px;}
.margin-top35 { margin-top: 35px;}
.margin-top40 { margin-top: 40px;}
.margin-top45 { margin-top: 45px;}
.margin-top50 { margin-top: 50px;}
.margin-top60 { margin-top: 60px;}
.margin-top70 { margin-top: 70px;}
.margin-top80 { margin-top: 80px;}
.margin-top90 { margin-top: 90px;}
.margin-top100 { margin-top: 100px;}

.padding-bottom5 { padding-bottom: 5px;}
.padding-bottom10 { padding-bottom: 10px;}
.padding-bottom15 { padding-bottom: 15px;}
.padding-bottom20 { padding-bottom: 20px;}
.padding-bottom25 { padding-bottom: 25px;}
.padding-bottom30 { padding-bottom: 30px;}
.padding-bottom35 { padding-bottom: 35px;}
.padding-bottom40 { padding-bottom: 40px;}
.padding-bottom45 { padding-bottom: 45px;}
.padding-bottom50 { padding-bottom: 50px;}

.padding-top5 { padding-top: 5px;}
.padding-top10 { padding-top: 10px;}
.padding-top15 { padding-top: 15px;}
.padding-top20 { padding-top: 20px;}
.padding-top25 { padding-top: 25px;}
.padding-top30 { padding-top: 30px;}
.padding-top35 { padding-top: 35px;}
.padding-top40 { padding-top: 40px;}
.padding-top45 { padding-top: 45px;}
.padding-top50 { padding-top: 50px;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出しの距離 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mds_mrgin{
	margin: 30px 0 60px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 光るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.button_wrap {
	padding: .5em 0 0;
	overflow: hidden;
	position: relative;
}
.btn-cv{
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px auto 20px;
	padding: .4em 0 .3em;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
.btn-cv img {
	vertical-align: middle;
}
.btn-cv:after {
	content: ' ' !important;
}

/* 緑ボタン */
.btn-cv.sb_green {
	background: -webkit-linear-gradient(#6FE918, #2A9204);
	background: linear-gradient(#6FE918, #2A9204);
	text-shadow: 2px 2px 0 #2A9204;
	border: 3px solid #2A9204;
}
/* オレンジボタン */
.btn-cv.sb_green:hover {
	background: -webkit-linear-gradient(#FFAF38, #FF6000);
	background: linear-gradient(#FFAF38, #FF6000);
	text-shadow: 2px 2px 0 #FF6000;
	border: 3px solid #FF6000;
}
/* ボタンの光沢 */
.is-reflection {
	overflow: hidden;
}
.is-reflection ::after, .button_wrap::after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 3s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
@keyframes is-reflection {
	0% {transform: scale(0) rotate(45deg);opacity: 0;}
	80% {transform: scale(0) rotate(45deg);opacity: 0.5;}
	81% {transform: scale(4) rotate(45deg);opacity: 1;}
	100% {transform: scale(50) rotate(45deg);opacity: 0;}
}
@-webkit-keyframes is-reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.4; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* MediaQuery : スマホ対応 */
@media only screen and (max-width: 767px) {
/* コンバージョンボタン */
	.btn-cv {
	font-size: 1.3em;
	width: 80%;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイマー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.timer2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #333;
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
}
.timer2_in {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 13px;
}
.timer2_in, x:-moz-any-link {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 13px;
}

#CDT, #CDT2 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 34px;
	color: #FFF;
	font-weight: bold;
	background: url(img/blue.png) repeat;
	margin: 30px 0;
	padding: 10px 0 13px;
}
#CDT .number-wrapper, #CDT2 .number-wrapper {
	color: #FFF;
	margin: 3px;
	clear: both;
}
#CDT .line, #CDT2 .line {
	color: #FFF;
	float: left;
}
#CDT .mess {
	font-size: 34px;
}
#CDT .ymd {
	font-size: 34px;
}
#CDT3 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 34px;
	color: #FFF;
	font-weight: bold;
	background-color: #333;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 13px;
}
#CDT3 .line {
	color: #FFF;
	float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* blockquote */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

blockquote {
	background-image: url("img/blockquote.png"), url("img/blockquote.png");
	background-position: -1px -1px, right -1px;
	background-repeat: none;
	padding: 45px;
	margin: 50px auto;
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
	border: 3px #EAEAEA solid;
	color: #212121;
	box-shadow: 0 0 50px #EDEDED inset;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 img.smh_ba{display: none;}
#header{
	width: 100%;
	height: auto;
	background-image: url(img/banner_top.png), url(img/banner.png), url(img/banner_left.png), url(img/banner_right.png) , url(img/banner_back.png);
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top center, top center, top left, top right, bottom;
	background-size: auto, contain, contain, contain, auto;
	clear: both;
}
#banner h1 img{
	margin: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contain1, #contain2, #contain3{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 10px 10px #CCCCCC;
	overflow: hidden;
}
#contain2{
	box-shadow: 0 0 10px #CCCCCC;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 動画 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.movie_cm{
	height: 680px;
	margin: 0 0 20px;
	padding: 45px 0 0;
	background:url(img/movie.png) no-repeat top center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ml_cs{
	text-align:left; 
	font-weight:bold; 
	margin-top:25px; 
	margin-left: 100px;
	margin-bottom:-10px;
}
#form_contain1, #form_contain2{
	width: 1000px;
	margin: 0 auto;
	padding: 100px auto;
	overflow: hidden;
	background: url(img/form_bbg.png) repeat;
	box-shadow: 0 10px 10px #CCCCCC;
}
.form_bg{
	width: 880px;
	height: 100%;
	padding: 0;
	margin: 60px auto;
	background: #FFFFFF;
	box-shadow: 0 0 20p #46505C; 
}
.opt-in {
	width: auto;
	margin: 0;
	padding: 0 0 40px; 
	text-align: center;
	overflow: hidden;
	border: none;
}
.opt-in .lock{
	width: 70%;
	font-size: 16px;
	line-height: 220%;
	padding: 6px auto 5px;
	margin: 20px auto 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #46505C;
	border-radius: 10px;
}
p.lock_b{
	font-size:14px;
	text-align: left;
	line-height: 150%;
	margin: 15px 15% 0;
}
table.form_mail {
	width: 90%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 5% 0;
	color: black;
	padding: 0;
}
table.form_mail td.mailright {
	width: 100%;
	text-align: left;
	padding: 0 0;
}
input.mail-form, input.name-form{
	font-size: 18px;
	width: 86%;
	margin: 10px 7% 10px 7%;
	padding: 10px 15px;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input.name-form {
	width: 25%;
}
input[type="text"],
textarea {
	outline: none;
	border: 3px solid #ffabc3;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 0;
	background: #fff2f6;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #FF9900;
	border: 3px solid #FF9900;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 光るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.button_wrap {
	padding: .5em 0 0;
	overflow: hidden;
	position: relative;
}
.btn-cv{
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px auto 20px;
	padding: .4em 0 .3em;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
.btn-cv img {
	vertical-align: middle;
}
.btn-cv:after {
	content: ' ' !important;
}
/* 緑ボタン */
.btn-cv.sb_green {
	background: -webkit-linear-gradient(#6FE918, #2A9204);
	background: linear-gradient(#6FE918, #2A9204);
	text-shadow: 2px 2px 0 #2A9204;
	border: 3px solid #2A9204;
}
/* オレンジボタン */
.btn-cv.sb_green:hover {
	background: -webkit-linear-gradient(#FFAF38, #FF6000);
	background: linear-gradient(#FFAF38, #FF6000);
	text-shadow: 2px 2px 0 #FF6000;
	border: 3px solid #FF6000;
}
/* ボタンの光沢 */
.is-reflection {
	overflow: hidden;
}
.is-reflection ::after, .button_wrap::after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 3s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
@keyframes is-reflection {
	0% {transform: scale(0) rotate(45deg);opacity: 0;}
	80% {transform: scale(0) rotate(45deg);opacity: 0.5;}
	81% {transform: scale(4) rotate(45deg);opacity: 1;}
	100% {transform: scale(50) rotate(45deg);opacity: 0;}
}
@-webkit-keyframes is-reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.4; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* MediaQuery : スマホ対応 */
@media only screen and (max-width: 767px) {
/* コンバージョンボタン */
	.btn-cv {
	font-size: 1.3em;
	width: 80%;
}
}

/* 注意点
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.attention {
	margin: 60px 10% 0;
	padding: 10px 0 0;
	border-top: 2px solid #333;
	border-radius: 0;
	position: relative;
}
.attention::before {
	font-size: 18px;
	padding: 7px;
	background: #FFFFFF;
	color: #333;
	content: "　代理登録について　";
	font-weight: bold;
	left: 35%;
	top: -25px;
	position: absolute;
}
.attention p {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	line-height: 180%;
	text-align: left;
}

/* チェックボックス
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.checkbox1 {
	margin:0;
	padding:5px 100px;
}
ul.checkbox1 li {
	list-style:none;
	font-size:17px;
	line-height:200%;
	text-align:left;
	font-weight:bold;
	margin: 0 0 10px;
	padding:0 30px 3px;
	background: url(img/checkbox1.gif) no-repeat left 7px;
	border-bottom: 1px dotted #333;
}


/* サイト更新日
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.newday {
	font-size: 14px;
	color: #47484B;
	line-height: 100%;
	text-align: center;
	margin: 40px auto 20px;
	padding: 0 0 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 成功者の声設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.voice{
	width: auto;
	text-align: left;
	margin: 70px 0;
	padding: 35px 0 50px;
	background: url(img/voice_back.png) repeat;
}
.voice_in{
	width: 87.3%;
	line-height: 1.8em;
	padding: 20px 0 10px;
	margin: 0 7.7% 20px 6.3%;
	background: #FFFFFF;
}
.voice_in p{
	margin: 0 8%;
}
.voice_in img{
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0; 
	vertical-align:bottom;
	display:inline-block;
}
#voice .voimg{
	width: auto;
	margin: 0 10%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* table設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

table.brwsr2 {
	margin: 0 auto;
	width: 800px;
	border: none;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-collapse: separate;
	border-spacing: 0 10px;
}
table.brwsr2 th {
	vertical-align: middle;
	height: 53px;
	width: 150px;
	border-right: solid 1px #CCC;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
table.brwsr2 td.data {
	padding: 10px 0 10px 20px;
	margin: 0;
	height: 53px;
	border: none;
	color: #333;
	font-size: 15px;
	line-height: 200%;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
table.brwsr2 tr:nth-child(2n+1) {
	background: #f5f5f5;
}
 
table.brwsr2 td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#go_top {
	height: 50px;
	width: 50px;
	display: block;
	background: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#go_top a {
	height: 50px;
	width: 50px;
	display: block;
	text-decoration: none;
	background: rgba(0,0,0,0.1);
	color: #FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}
#go_top a:hover {
	height: 50px;
	width: 50px;
	display: block;
	text-decoration: none;
	background: #FF8800;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fotter{
	width: 100%;
	background-color: #333333;
	border-top: 1px solid #5A5A56;
	text-align: center;
}
#fotter_content{
	width: 100%;
	font-size: 15px;
	color: #898989;
	margin: 0;
	padding: 10px 0;
}
#fotter_content ul{
	font-size:12px;
	float: left;
	margin:0 auto;
	padding: 0 0 10px;
	position: relative;
	left: 50%;
}
#fotter_content li {
	list-style-type: none;
	float: left;
	margin:0;
	padding: 3px 20px 0;
	position: relative;
	left: -50%;
	background: none;
}
#fotter_content a { 
	color: #898989;
	text-decoration: none;
}
#fotter_content a:hover {
	color: #FFA500;
	text-decoration: underline;
}
#fotter_content p {
	width: 100%;
	font-size: 15px;
	color: #898989;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
	background: url(image/foot-line.png)  repeat-x top;
	clear: both;
}

/* ----------------------------------------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
----------------------------------------------------------------------------------------- */