@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
	min-width:1200px;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }
	
  @media screen and (max-width: 640px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
    p{
        line-height:1.4;
    }
	.sp img{
		max-width:90%;	
}
	.sp02 img{
		max-width:100%;	
}
.sp03 img{
		max-width:70%;	
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}

.ul{
    text-decoration: underline;
}

.marker-border-1{
    background:linear-gradient(transparent 50%, #ffff66 0%);
}

.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* プリヘッド、ヘッダー */
.p_head{
    background: -webkit-linear-gradient(left, #1b1464 1%,#1b1494 13%,#1b14c5 25%,#1b14c5 73%,#1b1494 83%,#1b1464 100%);
    text-align: center;
    display: block;
}
.gold_ttl_after{
    content: "";
    display: block;
    height: 8px;
    background: -webkit-linear-gradient(left, #b07515 1%,#f5d77f 13%,#ffffd7 25%,#f5d77f 36%,#f5d77f 61%,#ffffd7 73%,#f5d77f 83%,#b07515 100%);
}
.p_head_you{
    position:absolute
    top: -80px;
    right:90px;
}

.mainbg{
    background-color: #fff;    
}

.main{
    background: url("../images/main_bg.jpg") repeat-x center;
    background-size:100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 640px) {
    .p_head{
        padding: 6px 0px;
    }
    .gold_ttl_after{
        height: 6px;
    }
}

/* セミナー詳細 */
.seminar_dtl{
    text-align: center;
}

.seminar_ttl{
    background: -webkit-linear-gradient(left, #1b1464 1%,#1b1494 13%,#1b14c5 25%,#1b14c5 73%,#1b1494 83%,#1b1464 100%);
    text-align: center;
    padding: 12px 0px 18px;
    display: block;    
}

.seminar_point{
    width: 744px;
    text-align: center;
    margin: 10px auto;
}

.seminar_point ul{	
    list-style:none;
}	
.seminar_point ul li{	
    padding-left: 35px;
    line-height: 1.4em;
    background-image: url("../images/list1.png");
    background-repeat: no-repeat;
    background-position: left 0 top 3px;
    background-size: 30px auto;
    font-size: 28px;
    font-weight: bold;
    text-align:left;
    margin-bottom:12px;
}

/* 特典 */
.tokuten{
    width:895px;
    height: 597px;
    position: relative;
    margin:0px auto 20px;
}

.btn:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

.mail_form{
    position:absolute;
    bottom: 35px;
    left:348px;
}

.inputText{
    height: 81px;
    width: 441px;
    padding-left: 2%;
    font-size: 26px;
    font-weight: bold;
    border:2px solid #4d4d4d;
    box-sizing: border-box;
}

input::placeholder{
    color: #ccc;
}

#confirmBtn{
    outline: none; /* フォーカス時の線を消す */    
}

@media screen and (max-width: 640px) {
    .seminar_ttl{
        padding: 8px 0px;
    }

    .seminar_point{
        width: 95%;
    }
 
    .seminar_point ul li{	
        padding-left: 35px;
        line-height: 1.4em;
        background-image: url("../images/list1.png");
        background-repeat: no-repeat;
        background-position: left 0 top 3px;
        background-size: 30px auto;
        font-size: 24px;
        font-weight: bold;
        text-align:left;
        margin-bottom:12px;
    }
    
    .tokuten{
        width:100%;
        height: auto;
        position: relative;
        margin:10px auto 0px;
    }

    .mail_form{
        position:absolute;
        width: 95%;
        margin: 0 auto;
        left:2%;
        bottom:20px;
    }

    .inputText{
        width: 100%;
        height:65px;
        border:2px solid #4d4d4d;
        font-size:18px;
        margin:15px 0px 10px;
    }	 
}

/* なぜ売上続出？ */
.why_success{
    background-color: #e2e2e2;
    text-align: center;
    padding-top: 10px;
    
}

@media screen and (max-width: 640px) {

    .why_success{
        background-color: #fff;
        margin: 20px 0px;
        padding-top: 0px;

    }
}

/* お客様の声 */
.voice_ttl{
    background: -webkit-linear-gradient(left, #1b1464 1%,#1b1494 13%,#1b14c5 25%,#1b14c5 73%,#1b1494 83%,#1b1464 100%);
    text-align: center;
    padding: 12px 0px 18px;
    display: block;    
}

.voice{
    background-color: #ffffd0;
    text-align: center;
    padding: 10px 0px 40px;
}

.voice_box{
    background-color: #fff;
    width: 760px;
    height: auto;
    text-align: center;
    margin: 30px auto 0px;
    border-left: 6px solid #A57515;
    border-right: 6px solid #A57515;
}
.voice_box::before,
.voice_box::after{
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(to right, #A57515 0%,#EACC7F 15%, #FFFFCC 30%,#EACC7F 45%, #A57515 60%, #EACC7F 70%,#FFFFCC 80%,#EACC7F 90%, #A57515 100%);
}

.voice_box_inner{
    width:100%;
    margin:0 auto;
    float:none;   
}

.voice_box_l{	
    width:165px;
    float:left;
    margin: 10px 10px 10px 20px;
}	
.voice_box_r{	
    width:540px;
    float:right;
    margin: 10px;
}	

.voice_box_text{	
    float:none;
    text-align: left;
    margin: 0px 20px;
}

@media screen and (max-width: 640px) {
    .voice{
        background-color: #fff;
        padding: 0px;
    }

    .voice_box{
        background-color: #fff;
        width: 100%;
        border-left: none;
        border-right: none;
        padding: 10px 0px;
        margin: 5px auto 0px;
    }
    .even{
        background-color: #e8f2ff;
    }
    .voice_box::before,
    .voice_box::after{
        height: 0px;
        background: none;
    }

    .voice_box_inner{
        width:100%;
        margin:0 auto;
        float:none;   
    }

    .voice_box_l{	
        width:100%;
        float:none;
        margin: 0 auto;
    }	
    .voice_box_r{	
        width:100%;
        float:none;
        margin: 0 auto;
    }	

    .voice_box_text{	
        float:none;
        width:85%;
        text-align: justify;
        text-justify: auto;
        margin: 10px auto;
    }
    .voice_box_triangle{    
        width: 0;
        height: 0;
        margin: 0 auto;
        text-align: center;
        border-style: solid;
        border-width: 24px 37.5px 0 37.5px;
        border-color: #e8f2ff transparent transparent transparent;
    }
}

/* 成功の声続出  */
.success_increase{
    background-color: #fbfbfb;
    text-align: center;
    padding: 30px 0px;
}

@media screen and (max-width: 640px) {
    .success_increase{
        background-color: #fff;
        padding: 10px 0px;
    }    
}

/* フッター */
footer{
    background: #000;
    margin-top: 40px;
    text-align: center;
}

.footer_link{
    margin-bottom: 30px;
}

.footer_link a{
    color:#fff;
    text-decoration: none;
}

.footer_link a:visited{
    color:#fff;
    text-decoration: none;
}

.footer_link a:hover{
    color:#fff;
    text-decoration: none;
}


@media screen and (max-width: 640px) {
    footer{
        margin-top: 0px;
    }  
}

.copy{
    background: #000;
    padding: 20px 0;
    font-size: 12px;
    color:#fff;
}


.dokidoki1{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 2s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}