@charset "UTF-8";
/*
Theme Name:     スピラボ
Theme URI:      http://spi-labo.com/
Description:    Child theme for the XeoryBase for スピラボ
Author:         バズ部
Author URI:     http://bazubu.com/
Template:       xeory_base
Version:        0.1.0
*/

body {
	background:url('images/bg.png') repeat;
}

a {
    color: #184E95;
}

.wrap {
	width:1160px;
  overflow: hidden;
  position: relative;
}

#header {
  background: none;
  border: none;
}

#header #logo{
	width:160px;
  margin: 0 auto 0;
  float: none;
}

#header #header-sns {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}

#header #header-sns li a:hover {
	color:#993333;
}

#gnav {
	background:none;
	border:none;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  font-size: 16px;
}

#gnav .wrap {
	margin:0 auto;
  overflow: none;

}
.gnav-container {
	text-align:center;
  margin: 0 auto 0;
}

#gnav-ul {
	text-align:center;
}


#gnav li {
  height: 40px;
  float: none;
  display: inline-block;
}
 
#gnav li+ li {
  margin: 5px 0;
}


#gnav li a {
	background:none;
	border:none;
		margin-top:0px;
		padding:8px;
    
    -webkit-transition: border-bottom .3s ease-in-out;
            transition: border-bottom .3s ease-in-out;
}

#gnav li a:hover {
	border-top:none;  
  border-bottom: 2px solid #184E95;
	color:#184E95;
}

#gnav li.current-menu-item a {
		border-top:none;
    border-bottom: 1px solid #184E95;
}

.post-meta {
	border:none;
}

#content {
	padding:30px 0;
}
.cat-content, 
article.post, 
article.page, 
article.wp101, 
article.seo101 {
	  border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.post-loop-wrap .post-content {
	padding-bottom:50px;
}

.post-content h2 {
  display: block;
  position:relative;
  font-size: 28px;
  line-height: 1.4;
  margin: 50px 0 50px 0px;
  padding: 16px 0 16px 35px;
  color: #184E95;
  background-color:#fff;
  clear: both;
  position: relative;
}

.post-content h2:before {
  content: "";
  border-left: 10px solid #184E95;
  position: absolute;
  top: 0;
  left:0px;
  bottom: 0;
}

.post-content h3 {
	border-left:none;
    border-bottom: 2px solid #184E95;
    clear: both;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin: 32px 0 32px;
    padding: 8px 13px;
}

.post-content h4 {
    clear: both;
    font-size: 18px;
    margin: 30px 0 16px;
    color:#184E95;
}


.post-content {
	padding:20px 64px 34px;
}

.#header-menu-tog {
	display:block;
}

.post-content p {
	line-height:1.8em;
	margin:0 0 35px;
}

.post-content p .aligncenter {
	float:none;
	margin:25px 0 25px;
}

.post-content img {
	border:1px solid #efefef;
	padding:3px;
}
.wpp-list li {
		padding-bottom:30px !important;
}
.wpp-list li a  {
	background:none;
	padding-left:0;
	font-size:13px;
}

.wpp-list li a:hover  {
	background:none;
	padding-left:0;
}

.side-widget a{
		font-size:13px;
}
.side-widget a:hover {
	color:#184E95;
}
.post-title a {
    color: #184E95;
}

.post-title a:hover {
    color: #E47490;
}

.post-loop-wrap .more-link {
    position:absolute;
    border: 1px solid #184E95;
    color: #184E95;
    margin-top:10px !important;
    margin-bottom: 64px;
    padding: 0px 30px;
    font-size:14px;
}

.post-loop-wrap .more-link:hover {
	background:none repeat scroll 0 0 #184E95;
}


.post-content blockquote {
    border: 1px dotted #e5e5e5;
    clear: both;
    margin: 0 0 28px;
    padding: 40px 40px 10px 55px;
    position: relative;
    background-color:#fafafa;
}

.post-content blockquote p{
	font-size:14px;
	margin-left:20px;
	color:#444;
}

form input[type="submit"], form button {
	background:none repeat scroll 0 0 #184E95;
}

#footer a:hover {
	color:#184E95;
}
.footer-02 {
	background:url('images/footer_bg.png')repeat;
}

.footer-02 .footer-copy {
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:11px;
	color:#fff;
}

.footer-01 li {
	font-size:12px;
	padding:0px 20px;
}

.footer-01 li {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
 
.footer-01 li+ li {
	border-left:none;
  border-right: 1px solid #eee;
	padding-left:10px;
}


.post-content table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}

.post-content th, td	{
	font-size:14px;
	padding: 10px 20px;
	color: #1D5C79;
}

.post-content th	{
	background-color:#666 !important;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}

.post-content td	{
	border-bottom: 1px solid #FFF;
}

/* content attention
------------------------------------------------------------ */
.post-content .attention{
    font-size: 16px;
    padding: 25px;
    margin-bottom: 30px;
}
.post-content .attention p {
    font-size: 14px;
}
.post-content .attention p:first-child {
    margin-top: 0px;
}
.post-content .attention p:last-child {
    margin-bottom: 0px;
}
.post-content .attention ul{
    padding-bottom: 0;
}
.post-content .attention ul li{
    margin-bottom: 5px;
    text-indent: -0.3em;
    margin-left: 20px;
    font-size:14px;
}
.post-content .a-1{
    border: 1px solid #003676;
}
.post-content .a-1 ul,
.post-content .a-1 ol{
    margin-bottom: 5px;
}

.post-content .a-2{
    background-color:#FAFAFA;
    border: 1px solid #F5F5F5;
}

.post-content .a-3{
    background-color:#FAFAFA;
    border: 2px solid #003676;
}



.post-content .attention-title {
    font-weight: bold;
}
.post-content .a-3 .attention-title {
    font-weight: bold;
    color: #003773;
}


.post-footer {
    padding: 15px 64px 5px;
    background-color:#eee;
}

.single .post-footer {
    padding: 15px 64px 5px;
    background-color:#fff;
}

.related_post_title {
	border-left:none;
	border-left: 2px solid #184E95;
	clear: both;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 48px 0 32px;
	padding: 15px 13px;
	background-color:#efefef;
}

.post-author {
	border-top: 5px solid #184E95;
}

.post-author .post-author-meta h4 {
    color: #184E95;
    margin: 0 40px 10px 0;
    font-size:16px;
    font-weight:bold;
}

.post-author .post-author-meta h4:before {
    content:"エナジーコンサルタント\A";
    white-space: pre;
    font-size:14px;
}


.post-author a {
	display:none;
}

.post-author .post-author-meta .box {
	font-size:13px;
	line-height:1.8em;
	border:1px solid #efefef;
	border-radius:5px;
	padding:10px 20px 15px;
	background-color:#fcfcfc;
	background-image: url("http://spi-lab.com/wp-content/themes/spilabo/images/bg.png");
}


#main .post-share {
  padding-top: 0;
}
#main .post-share h2 {
  font-size: 20px;
  padding: 10px 0;
  color: #fff;
  background-color: #57585A;
  text-align: center;
}
#main .post-share .post-share-fb {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#main .post-sns {
  border-top: 1px #eee solid;
  margin: 0 -45px -30px;
}
#main .post-sns h2 {
  width: 100%;
  font-size: 20px;
  padding: 10px 0;
  color: #fff;
  background-color: #57585A;
  text-align: center;
}
#main .post-sns ul {
  width: 100%;
  overflow: hidden;
  /*
  li a:hover {
    background-color: #f7f7f7;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
  }
  li.post-sns-twitter a:hover {
    color: #00ACED;
  }
  li.post-sns-feedly a:hover {
    color: #5ACF5F;
  }
  */
}
#main .post-sns ul li {
  float: left;
  width: 49.9%;
  border-right: 1px solid #eee;
  color: #929292;
  font-size: 16px;
  text-align: center;
}
#main .post-sns ul li.post-sns-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
#main .post-sns ul li.post-sns-feedly a:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
#main .post-sns ul li:last-child {
  border-right: none;
  padding: -10px 0;
}
#main .post-sns ul li:hover {
  background-color: #f7f7f7;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
#main .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
#main .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
#main .post-sns ul li span {
  font-size: 20px;
}
#main .post-sns ul li a {
  width: 100%;
  display: block;
  color: #929292;
  text-decoration: none;
  padding: 24px 0;
}
#main .post-sns ul li a:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
#main .post-sns ul li.post-sns-twitter a:hover {
  background-color: #00aced;
  color: #fff;
}
#main .post-sns ul li.post-sns-feedly a:hover {
  background-color: #5ACF5F;
  color: #fff;
}

.cat-content {
	padding:40px 40px 0px;
	font-sie:24px;
}

.cat-content .post-title {
	font-size:24px;
}

.post-cta {
    margin: 0px;
    background: #F5F5F5 none repeat scroll 0% 0%;
    color: #383838;
    border-top: 3px solid  #005FBC;
}

.post-cta .post-cta-inner {
    padding: 20px 45px;
}

.post-cta p {
    margin-bottom: 1.5em;
    line-height:1.8em;
    font-size: 15px;
}

.post-cta .cta-post-title {
    padding: 50px 45px 15px;
    text-align: left;
    font-size: 24px;
    margin-bottom: 14px;
    border-bottom: 1px solid #E5E5E5;
    color: #005FBC;
    line-height: 1.6em;
    font-weight: bold;
    background: url("http://spi-lab.com/wp-content/uploads/2015/05/free2.png") 0px 0px no-repeat;
}

.post-cta .post-cta-img {
    float: right;
    width: 300px;
    margin: 0px 0px 10px 20px;
}

.post-cta .post-cta-btn a {
    background: #FFAB00 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 3px;
    border-bottom: 5px solid #E9910F;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: 0px auto 20px;
}

.post-cta .post-cta-btn a:hover {
background: #E37912 none repeat scroll 0% 0%;
color: #FFF;
border-radius: 3px;
border-bottom: 5px solid #C26905;
display: block;
padding: 10px;
text-align: center;
text-decoration: none;
width: 60%;
margin: 0px auto 20px;
}

/* responsive
------------------------------------------------------------ */

@media screen and (max-width: 1160px) {
  /* laptop */

  #main {
    width: 75.15%;
  }

  #side {
    width: 22.59%;
  }

  .wrap {
    width: auto;
    margin: 0 36px;
  }

  .post-content {
    padding: 60px 64px 0px;
  }
}
@media screen and (max-width: 820px) {
  /* tablet */

  .gnav-container {
  	margin:0;
  }

  #gnav li {
  	height:auto;
  	border-right:none;
  	border-left:none;
    float: left;
    display: block;
  }

  #gnav li+li {
  	border:none;
    margin: 0;
  }

  #main .post-cta .cta-post-title {
    font-size: 18px !important;
    padding: 50px 0 20px !important;
  }


  .sp-hide {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .wrap {
    width: 96%;
    margin: 0 2%;
  }

  /* layout */
  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }
  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }
  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 100%;
  }
  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 36px 0 0px !important;
  }
  #header .wrap {
    padding: 0;
  }
  #header #logo {
    width: 100%;
    margin-left: 0px;
    margin: 0 auto 0;
    text-align: center;
  }
  #header #logo img {
    vertical-align: top;
    margin-left: 0;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog {
    display: block;
    float: none;
    font-size: 24px;
    margin: 0;
    text-align: center;
    clear: both;
    padding: 12px 0 0;
  }

  #gnav {
    display: none;
  }
  #gnav.active {
    display: block;
  }

  #gnav {
    margin: 0;
    border: none
    padding: 10px;
  }
  #gnav ul {
    border: 1px solid #efefef;
  }
  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  #gnav ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
  }
  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    color: #2B2D2D;
    background: #fff;
    text-decoration: none;
  }
  #gnav ul li a:hover {
    color: #2B2D2D;
    border-top: none;
  }
  #gnav ul li a:hover .sub-menu {
    display: block;
  }
  #gnav ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }
  #gnav ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }
  #gnav ul li .sub-menu li:list-child {
    border-bottom: none;
  }
  #gnav ul li .sub-menu li a {
    color: #2581c4;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px #efefef solid;
  }
  #gnav ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #2581c4;
    box-shadow: 0;
  }
  #gnav ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }

  /* content */
  #content .wrap {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #content .post-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-title {
    margin-bottom: 12px;
  }

  /* loop */
  .post-loop-wrap .post-thumbnail {
    height: 215px;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .post-loop-wrap .post-content {
    padding: 0 40px;
  }
  .post-loop-wrap .post-footer {
    display: none;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {
    padding: 42px 20px 20px;
  }

  .post-content,
  .cta-post-title,
  .post-cta,
  .post-cta-inner,
  .post-footer,
  .post-share,
  .post-author,
  article.page .post-header {
    padding: 20px !important;
  }

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .post-share {
  	border-top:none;
  }
  #main .post-sns {
  	margin:0px;
  }
  .post-loop-wrap .more-link {
	position:relative;
    	margin-bottom: 34px;
    	padding: 10px 30px;
    	font-size:14px;
  }

  /* tablet end */
}
@media screen and (max-width: 550px) {
  /* phone */

  #header #logo img {
    vertical-align: top;
  }

  .post-content h2 {
    font-size: 22px;
    margin-top: 56px;
  }
  .post-content h3 {
    font-size: 20px;
    margin-top: 56px;
  }
  .post-content h4 {
    font-size: 18px;
  }

	.post-thumbnail, .post-cta-img {
  	max-width:100%;
  }

  #main .post-cta .cta-post-title {
    font-size: 18px !important;
    padding: 50px 0 20px !important;
  }

	.post-header-meta .bzb-sns-btn {
		width:100%;
		margin-bottom:0px;
	}

	.post-content blockquote {
		padding:20px 20px 0px;
	}

	.post-content blockquote:before {
		top:10px;

		font-size: 14px;
	}
	.post-content blockquote p {
		margin-left:0px;
	}
	.post-content ul, .post-content ol {
		margin-left:0px;
	}

	ul.related_post li {
		font-size:13px;
	}

	#main .post-sns ul li {
		width:100%;
		font-size:12px;
		float:none;
	}

	#comments {
		padding:20px 20px;
	}

	.form-submit #submit {
		width:96%;
	}

	.footer-01 {
		display:none;
	}
	.cat-content {
		padding:10px 20px 0;
	}
	.cat-content .post-loop-wrap .more-link {
		margin-top:-30px !important;
	}

	.post-loop-wrap .more-link {
		position:relative;
    		margin-bottom: 34px;
    		padding: 10px 30px;
    		font-size:14px;
	}
	.post-loop-wrap .post-footer .bzb-sns-btn {
		width:auto;
	}
	.post-loop-wrap .post-footer {
		display:block;
		width:auto;
	}

	.post-content ul {
    		margin-left:20px;
    		font-size:14px;
  	}

	.attention ul {
        margin-left:0px;
    }
  .a-1 ul ,
  .a-1 ol {
        margin-left: 30px!important;
    }

	#main .post-sns h2 {
    		padding:5px;
    		text-align:left;
  	}

  /* phone end */
}

/*
 * for LP
---------------------------------------- */
body.page-id-2633 .post-content .a-2{
    background-color:#FAFAFA;
    border: 1px solid #F5F5F5;
    width:50%;
}

body.page-id-2633 .post-author {
    border-radius: 3px;
    margin-bottom: 0px;
    padding: 40px 24px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    color: #383838;
}


body.page-id-2633 .post-content h3 {
  border-bottom:0px;
}

body.page-id-2633 .wpcf7 p {
  font-size:14px;
}

.wpcf7 .your-name input:first-child {
  margin-bottom: 16px;
}

.wpcf7 .your-name input {
  width: 80%;
}


body.page-id-2633 #content .wrap {
  max-width: 1150px;
  width: auto !important;
}
body.page-id-2633 #header,
body.page-id-2633 #gnav {
  display: none;
}
body.page-id-2633 .post-header {
  padding: 35px 56px 0;
  margin-bottom: -10px !important;
}
body.page-id-2633 .post-header h1 {
  border-bottom: 1px solid #efefef;
  color: #2581c4;
  font-size: 28px;
  padding-bottom: 20px;
  font-weight: bold;
}
body.page-id-2633 .post-content {
  padding-top: 42px !important;
  padding-left: 64px;
  padding-bottom: 34px;
  padding-right: 64px;
}
body.page-id-2633 .post-content ul li {
  color: #ff6600;
  font-weight: bold;
}
body.page-id-2633 .post-content p img {
  float: right;
  margin: 0 0 32px 40px !important;
}
body.page-id-2633 .post-content h4 {
  /* margin-top: 72px !important;*/
}
body.page-id-2633 #mainlp {
  width: 64%;
  float: left;
}
body.page-id-2633 #sidelp {
  width: 320px;
  margin-top: 0px;
  float: right;
}
body.page-id-2633 #sidelp input {
  margin: 0 0 0px 0;
  padding: 8px 5% !important;
}
body.page-id-2633 #sidelp input[value] {
  color: #666;
  font-size: 16px;
}
body.page-id-2633 #sidelp .submit input {
  padding: 18px 0 !important;
  font-size: 16px;
  color: #fff;
}
body.page-id-2633 #sidelp .submit .rules {
  font-size: 10px;
  display: block;
  text-align: center;
}
body.page-id-2633 #sidelp .submit .rules a {
  color: #fff;
}
body.page-id-2633 #sidelp form input[type="text"],
body.page-id-2633 #sidelp form input[type="email"],
body.page-id-2633 #sidelp form input[type="url"],
body.page-id-2633 #sidelp form input[type="tel"],
body.page-id-2633 #sidelp form input[type="number"],
body.page-id-2633 #sidelp form input[type="date"],
body.page-id-2633 #sidelp form textarea {
  background-color: f3f3f3;
}
body.page-id-2633 #sidelp form input[type="text"]:focus,
body.page-id-2633 #sidelp form input[type="email"]:focus,
body.page-id-2633 #sidelp form input[type="url"]:focus,
body.page-id-2633 #sidelp form input[type="tel"]:focus,
body.page-id-2633 #sidelp form input[type="number"]:focus,
body.page-id-2633 #sidelp form input[type="date"]:focus,
body.page-id-2633 #sidelp form textarea:focus {
  background-color: #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
body.page-id-2633 .lp-form {
  background: #4E4E4E;
  color: #fff;
  padding: 15px 30px 1px 30px;
}
body.page-id-2633 .lp-form input[type=text],
body.page-id-2633 .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}


body.page-id-2633 .lp-form input[type=text].nameform {
  width:35% !important;
}

body.page-id-2633 .lp-form input[type=submit],
body.page-id-2633 .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #FF8700;
  color: #fff !important;
  border-bottom: 5px solid #C38300;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
body.page-id-2633 .lp-form input[type=submit]:hover,
body.page-id-2633 .lp-form button:hover {
  background: #D28500;
}
body.page-id-2633 .lp-form dl {
  margin-bottom: 13px;
}
body.page-id-2633 .post-content dl dd {
  margin-left: 0px;
}
body.page-id-2633 .post-content h3 {
  margin: 0px !important;
}


.page-id-2633 #mainlp {
  width: 62%;
  float: left;
}
.page-id-2633 #mainlp h2 {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 30px 0 20px 0px;
  padding: 16px 10px 16px 30px;
  color: #333;
  background-color: #F8F8F8;
  border-bottom: 3px solid #2581C4;
  border-left:none;
  clear: both;
}

.page-id-2633 #mainlp h2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-left: 10px solid #2581C4;
}

.page-id-2633 #mainlp .pconly {
  border: 2px solid #ff0000;
  padding: 10px 30px;
}
.page-id-2633 #mainlp .pconly h4 {
  margin-top: 20px;
  text-align: center;
  color: #ff0000;
}
.page-id-2633 #mainlp #step1 {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 30px 20px 0px;
  margin-bottom:30px;
}
.page-id-2633 #mainlp #step1 .left {
  float: none;
  width: 100%;
  padding: 10px 5px;
}
.page-id-2633 #mainlp #step1 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-2633 #mainlp #step1 .left .att {
  font-size: 15px;
}
.page-id-2633 #mainlp #step1 .left .pagenum {
  background-color: #1D84B4;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}

.page-id-2633 #mainlp #step1 P,
.page-id-2633 #mainlp #step2 P,
.page-id-2633 #mainlp #step3 P,
.page-id-2633 #mainlp #step4 P {
  font-size:15px;
}

.page-id-2633 #mainlp #step1 .left ul {
  margin: 0px auto;
}
.page-id-2633 #mainlp #step1 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.page-id-2633 #mainlp #step1 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-2633 #mainlp #step2 {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 30px 20px 0px;
  margin-bottom:30px;
}
.page-id-2633 #mainlp #step2 .left {
  float: none;
  width: 100%;
  padding: 10px 5px;
}
.page-id-2633 #mainlp #step2 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-2633 #mainlp #step2 .left .att {
  font-size: 15px;
}
.page-id-2633 #mainlp #step2 .left .pagenum {
  background-color: #1D84B4;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}

/*
.page-id-2633 #mainlp #step2 .left ul {
  margin: 0px auto;
}
.page-id-2633 #mainlp #step2 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
*/

.page-id-2633 #mainlp #step2 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-2633 #mainlp #step3 {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 30px 20px 0px;
  margin-bottom:30px;
}
.page-id-2633 #mainlp #step3 .left {
  float: none;
  width: 100%;
  padding: 10px 5px;
}
.page-id-2633 #mainlp #step3 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-2633 #mainlp #step3 .left .att {
  font-size: 15px;
}
.page-id-2633 #mainlp #step3 .left .pagenum {
  background-color: #1D84B4;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.page-id-2633 #mainlp #step3 .left ul {
  margin: 0px auto;
}
.page-id-2633 #mainlp #step3 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.page-id-2633 #mainlp #step3 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-2633 #mainlp #step4 {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 30px 20px 0px;
  margin-bottom: 20px;
}
.page-id-2633 #mainlp #step4 .left {
  float: none;
  width: 100%;
  padding: 10px 5px;
}
.page-id-2633 #mainlp #step4 .left hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
.page-id-2633 #mainlp #step4 .left .att {
  font-size: 15px;
}
.page-id-2633 #mainlp #step4 .left .pagenum {
  background-color: #1D84B4;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.page-id-2633 #mainlp #step4 .left ul {
  margin: 0px auto;
}
.page-id-2633 #mainlp #step4 .left li {
  color: #333;
  background: url("images/lp_check.png") 0 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.page-id-2633 #mainlp #step4 .right {
  float: right;
  width: 35%;
  padding: 0px 5px;
  text-align: right;
}
.page-id-2633 #mainlp h4 {
  font-size: 22px;
  color: #575859;
}
.page-id-2633 #mainlp p {
  font-size: 16px;
  line-height: 1.8em;
  color: #575859;
}
.page-id-2633 #mainlp li {
  color: #F27400;
  /* list-style: none; */
  margin-left:20px;
  font-size:15px;
  line-height:1.8em;
}
.page-id-2633 #mainlp ul {
  margin-left: 0px;
}

.page-id-2633 #mainlp ul.attlist {
  margin-top:-20px;
}

.page-id-2633 #mainlp .attlist li {
  color:#666;
  font-size:13px;
  font-weight:normal;
  line-height:1.8em;
}

.page-id-2633 .schedule {
  border: 1px dotted #eee;
  background-color: #fafafa;
  padding: 10px 20px 0px;
  margin-bottom: 20px;
  text-align:center;
  font-size:15px;
  color:#666;
  font-weight:bold;
}

body.page-id-2633 #sidelp2 {
  display:none;
}

body.page-id-2633 #sidelp2 p {
    color: #FFF;
}

@media screen and (max-width: 1200px) {
  body.page-id-2633 #mainlp {
    width: 60% !important;
  }
}
@media screen and (max-width: 1020px) {
  body.page-id-2633 #mainlp {
    float: none;
    width: 100% !important;
  }
  body.page-id-2633 #sidelp {
    overflow: hidden;
    float: none;
    margin: 50px auto !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 820px) {
  body.page-id-2633 .post-header {
    padding: 40px 32px !important;
  }
  body.page-id-2633 .post-header h1 {
    font-size: 32px !important;
  }
  body.page-id-2633 .post-content {
    padding-top: 0px !important;
  }
  body.page-id-2633 #mainlp {
    float: none;
    width: 100% !important;
  }
  body.page-id-2633 #sidelp {
    overflow: hidden;
    float: none;
    margin: 50px auto !important;
    width: 100% !important;
  }

body.page-id-2633 #sidelp2 {
  width: 320px;
  margin-top: 0px;
  float: right;
}
body.page-id-2633 #sidelp2 input {
  margin: 0 0 0px 0;
  padding: 8px 5% !important;
}
body.page-id-2633 #sidelp2 input[value] {
  color: #666;
  font-size: 16px;
}
body.page-id-2633 #sidelp2 .submit input {
  padding: 18px 0 !important;
  font-size: 16px;
  color: #fff;
}
body.page-id-2633 #sidelp2 .submit .rules {
  font-size: 10px;
  display: block;
  text-align: center;
}
body.page-id-2633 #sidelp2 .submit .rules a {
  color: #fff;
}
body.page-id-2633 #sidelp2 form input[type="text"],
body.page-id-2633 #sidelp2 form input[type="email"],
body.page-id-2633 #sidelp2 form input[type="url"],
body.page-id-2633 #sidelp2 form input[type="tel"],
body.page-id-2633 #sidelp2 form input[type="number"],
body.page-id-2633 #sidelp2 form input[type="date"],
body.page-id-2633 #sidelp2 form textarea {
  background-color: f3f3f3;
}
body.page-id-2633 #sidelp2 form input[type="text"]:focus,
body.page-id-2633 #sidelp2 form input[type="email"]:focus,
body.page-id-2633 #sidelp2 form input[type="url"]:focus,
body.page-id-2633 #sidelp2 form input[type="tel"]:focus,
body.page-id-2633 #sidelp2 form input[type="number"]:focus,
body.page-id-2633 #sidelp2 form input[type="date"]:focus,
body.page-id-2633 #sidelp2 form textarea:focus {
  background-color: #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}



  body.page-id-2633 #sidelp2 {
    display:block;
    overflow: hidden;
    float: none;
    margin: 50px auto !important;
    width: 100% !important;
  }

}
@media screen and (max-width: 550px) {
  body.page-id-2633 .post-header h1 {
    font-size: 24px !important;
    margin-bottom: 14px !important;
    padding-bottom: 25px;
  }
  body.page-id-2633 #content .wrap {
    margin: 0 15px 0 15px  !important;
    width: auto;
  }
  body.page-id-2633 #mainlp {
    float: none;
    width: 100% !important;
  }
  body.page-id-2633 #sidelp {
    overflow: hidden;
    float: none;
    margin: 50px auto !important;
    width: 100% !important;
  }
  body.page-id-2633 .post-content p img {
    float: none !important;
    margin: 0 auto 32px !important;
  }
  body.page-id-2633 .post-author .post-author-meta {
    float:none;
  }
  body.page-id-2633 .grid-wrap .grid-10 {
    width:100%;
  }

}

/*
 * banner_add_20150722
*/

.post-share-fb {
  padding-bottom:0px;
}

#text-2{
  margin:0px;
  padding:0px;
}

#text-3 {
  margin:40px 0px 0px;
}

.maildaemon a , .voicebanner a {
  padding-left:0px;
  background:none;
}

.maildaemon a:hover , .voicebanner a:hover {
  background:none;
}


/*
* for footer cta
*/

#sp-cta,
#sp-cta02{
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out .3s;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

#sp-cta img,
#sp-cta02 img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 550px) {
  /* phone */
#sp-cta.active,
#sp-cta02.active{
  visibility: visible;
  opacity: 1;
}
 /* phone end */
}

/*
* for footer cta end
*/