@charset "utf-8";

* {	margin: 0;
	padding: 0; }
body { 
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	background: #F6F6F6;
}
p{
	margin: 0 100px;
	font-size: 17px;
	line-height: 180%;
	text-align: left;
}
.pc_pre{
	padding: 7px 0;
}


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

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)"; }


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

.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; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size32 { font-size: 32px; }
.size36 { font-size: 36px; }
.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; }
.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: right;
	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: 0 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;}

.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;}


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

img{
	max-width: 100%;
	*width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0; 
}
img.form_img{
	width: auto;
	height: auto;
	border: none;
	margin: 0 auto;
	padding: 0; 
}
a img {
	border: none; }
.imgl {
	padding: 0px 20px 20px 40px;
	float: left; }
.imgr {
	padding: 0px 40px 20px 20px;
	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; }


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

.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: 20px 0 15px;
}
.timer2_in, x:-moz-any-link {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 15px;
}
@media screen and (max-width: 768px) {
.timer2 { font-size: 26px;}
.timer2_in { width: 100%;}
}
@media screen and (max-width: 480px) {
.timer2 {max-width: 480px;font-size: 14px;}
.timer2_in { max-width: 480px;}
}
#CDT, #CDT2, #CDT3 {
	font-size: 36px;
	color: #FFF;
	margin: 10px 0;
	padding: 10px 0;
	font-weight: bold;
	background: url(img/blue.png) repeat;
}
#CDT .number-wrapper, #CDT2 .number-wrapper, #CDT3 .number-wrapper, #CDT4 .number-wrapper {
	color: #FFF;
	margin: 3px;
	clear: both;
}
#CDT .line, #CDT2 .line, #CDT3 .line {
	color: #FFF;
	float: left;
}
#CDT4 {
	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: 20px 0 15px;
}
#CDT4 .line {
	color: #FFF;
	float: left;
}

#box_s9 {
	width: 100%;
	background: #555555;
	padding: 0;
}
#box_s9_in{
	width: 1200px;
	padding: 80px 0;
	margin: 0 auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナーh1設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 img.smh_ba{display: none;}
#banner{
	width: auto;
	max-height: 1300px;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(img/banner_bg.png) no-repeat top;
	background-size: 100% 100%;
}
#banner img{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.bottom_banner{
    height: auto;
    margin-top: -10px;
    background: #FFF url(img/banner_bg_bottom.png) repeat-x bottom;
    overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインエリア設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
}
#main{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 0 5px #CCCCCC;
	background: #FFFFFF;
}
#wrapper #main p img.mds{
	width: 800px;
	margin: 20px 25px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 受講者背景 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.voice_back{
	background: #FFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 講座内容 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#movie_exbox{
	margin: 0 0 70px;
    background: #ECF2F9;
    border-bottom: 1px #EDF1F5 solid;
}
.movie_ex{
	margin: -10px 6% 50px;
    padding: 3% 0 4%;
    background: #FFF;
}
#movie_exbox p{
    margin: 0 6% 0;
    padding: 0 0;
    line-height: 180%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tktn_box{
    margin: 70px 0;
    background: #EDF1F5;
    border-bottom: 1px #EDF1F5 solid;
}
.tktn_box .inbox{
    background: #FFF url(img/toku0000.png) no-repeat top;
    margin: 0 5% 5%;
    padding: 0;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.tktn_box .inbox0{
    background: #FFF url(img/toku00006.png) no-repeat top;
    margin: 0 5% 5%;
    padding: 0;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.tktn_box p{
    margin: 0 6% 0;
    padding: 0 0;
    line-height: 180%;
}
.tktn_box img{
    width: 100%;
    margin: 0 0 0;
    line-height: 180%;
}
.tktn_box .inbox img{
    width: 86%;
    margin: 30px 0;
    line-height: 180%;
}
.sm_pre{
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 無料WEBセミナー紹介 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#websem_exbox{
	margin: 0 0 70px;
    background: #EFEFEF;
    border-bottom: 1px #EDF1F5 solid;
}
.websem_ex{
	margin: -10px 6% 50px;
    padding: 3% 0 4%;
    background: #FFF;
}
#websem_exbox p.websem_tilo{
    min-height: 65px;
    margin: 20px 6% 10px;
    padding: 0 0 0 60px;
    line-height: 140%;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px #eee solid;
    background: url(img/web_sem_check.png) no-repeat top left;
}
#websem_exbox p.websem_ti{
    min-height: 40px;
    margin: 20px 6% 10px;
    padding: 15px 0 0 60px;
    line-height: 160%;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px #eee solid;
    background: url(img/web_sem_check.png) no-repeat top left;
}
#websem_exbox p{
    margin: 0 6.5% 0;
    padding: 0 0;
    line-height: 180%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典補足部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.design1-3 {
	position: relative;
	margin: 50px 6% 0px;
	padding: 37px 15px 20px;
	border-radius: 8px;
}
.design1-3 .box-title {
	position: absolute;
	top: -18px;
	left: 10px;
	padding: 10px 15px;
	line-height: 1em;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
}
.d1-3orange {
	border-style: solid;
	border-color: #FBBD52;
	background: #FFFFEB;
}
.d1-3orange-t {
	background: #FBBD52;
}
.d1-3 {
	padding-right: 5px;
}
ul.dot10_list_orange, ul.dot11_list_orange, ul.dot12_list_orange, ul.dot13_list_orange, ul.dot14_list_orange, ul.dot15_list_orange, ul.dot16_list_orange, ul.dot17_list_orange, ul.dot18_list_orange, ul.dot19_list_orange, ul.dot20_list_orange, ul.dot21_list_orange, ul.dot22_list_orange, ul.dot23_list_orange, ul.dot24_list_orange, ul.dot25_list_orange, ul.dot26_list_orange {
	position: relative;
	margin:0;
	line-height: 180%;
	clear: both;
}
ul.dot10_list_orange li, ul.dot11_list_orange li, ul.dot12_list_orange li, ul.dot13_list_orange li, ul.dot14_list_orange li, ul.dot15_list_orange li, ul.dot16_list_orange li, ul.dot17_list_orange li, ul.dot18_list_orange li, ul.dot19_list_orange li, ul.dot20_list_orange li, ul.dot21_list_orange li, ul.dot22_list_orange li, ul.dot23_list_orange li, ul.dot24_list_orange li, ul.dot25_list_orange li, ul.dot26_list_orange li {
	list-style:disc;
	line-height: 1.5;
	padding:3px 2px 2px 10px;
	font-size: 16px;
	text-align: left;
	list-style-position: inside;
}
.border1 { border-width: 1px;}
.border2 { border-width: 2px;}
.border3 { border-width: 3px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アフィリエイト特典２０個 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#pre20{
	width: 100%;
	display: block;
	padding: 200px 5% 30px;
	margin: 0;
	overflow: hidden;
    box-sizing: border-box;
    background-image: url(img/pret.png), url(img/pre20.png);
    background-repeat: no-repeat, repeat;
    background-position: top, bottom;
    background-size: contain, 100%;
	clear: both;
    box-sizing: border-box;
}
#pre20 img{
    margin: 20px;
    box-shadow: 0 0 10px #8F9CA7;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 講師*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#box_s7_in {
	width: 100%;
	margin: 0 auto;
    background: none;
    background-size: 70%;
}
#box_s77_in {
	width: 100%;
	margin: 0 auto;
    background: none;
    background-size: 70%;
}
#box_s7 img.prof{
    width: 40%;
    float: right;
}
#box_s77_in h3{
    width: 80%;
    margin: 0 10%;
}


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

.ml_cs{
	text-align:left; 
	font-weight:bold; 
	margin-top:30px; 
	margin-left: 130px;
	margin-bottom:-25px;
}
#form_bg, .form_bg2{
	width: auto;
	height: 100%;
    margin-top: 0;
	padding: 0 0 80px;
	background: #ECEEF0 url(img/form_bg.png) top center no-repeat;
    background-size: cover;
}
#form_bg img.form_top{
    margin: -10px auto 0;
    display: block;
}
#form_bg img.form_top_ts{
    margin: -10px auto 0;
    display: none;
}
.form_bg2{
    margin-top: 0px;
	padding: 80px 0 80px;
}
.opt-in, .opt-in2 {
	width: 850px;
	margin: 0px auto 0;
	padding: 20px 0 75px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;    
	text-align: center;
	overflow: hidden;
	border-radius: none;
	background: #FFF;
}
.opt-in2 {
	margin: 0 auto 0;
}
.opt-in .lock, .opt-in2 .lock{
	width: 70%;
	font-size: 14px;
	padding: 2px 0 2px 10px;
	margin: 18px auto;
	font-weight: bold;
	text-align: center;
	background: #1C4E7B;
	color: #FFFFFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.opt-in .lock_b, .opt-in2 .lock_b{
	font-size:12px;
	margin:10px 125px 10px;
}
table.form_mail, .opt-in2 table.form_mail  {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 0 50px;
	color: black;
	padding: 0;
}
.opt-in2 table.form_mail {
	margin: 20px 0 0 50px;
}
table.form_mail td.mailright {
	text-align: left;
	padding: 7px 0;
}
input.mail-form, input.name-form{
	font-size: 14px;
	width: 64%;
	padding: 15px 3%;
	margin: 0 9%;
	text-align: left;
	font-family: 'メイリオ','Meiryo';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: borderbox;
}
input.name-form {
	width: 25%;
}
input[type="text"],
textarea {
	outline: none;
    border: 3px solid #AFB7BB;
	background: #FFFFFF;
	-webkit-transition: all .3s;
	transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #FF9900;
	border: 3px solid #FF9900;
}


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

.attention {
	margin: 30px 100px 0;
	padding: 25px 15px 10px 20px;
	border: 2px solid #CCC;
	border-radius: 4px;
	position: relative;
}
.attention::before {
    height: 30px;
    line-height: 30px;
	font-size: 14px;
	background-color: #CCCCCC;
	color: #333;
	content: "　代理登録について　";
	font-weight: bold;
	left: 20px;
	top: -15px;
	position: absolute;
    border-radius: 5px;
}
.attention p {
	margin: 0;
	font-size: 13px;
	line-height: 180%;
	text-align: left;
}


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

.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 auto .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%;
}
}


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

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


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

#fotter{
	min-width: 950px;
	width: 100%;
	background-color: #111111;
	border-top: 2px solid #333333;
}
#fotter_content{
	width: 780px;
	font-size: 12px;
	color: #ffffff;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #111111;
	position: relative;
}
#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: #ffffff;
	text-decoration: none;
}
#fotter_content a:hover {
	color: #FFA500;
	text-decoration: underline;
}
#fotter_content p {
	width: 780px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
	background: url(image/foot-line.png)  repeat-x top;
	clear: both;
}


/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社 7th-floor All rights Reserved.
--------------------------------------------------------*/