@charset "utf-8";
/* CSS Document */

html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.5;
	color:#333;
	}

body{
	margin:0;
	min-width:1100px;
	}

ul,li,dl,dt,dd,table{
	border-collapse:collapse;
	list-style:none;
	margin:0;
	padding:0;
	}
	
img{ border:none;}

a{ color:#538fc6; text-decoration:none;}
a:hover{ text-decoration:underline;}

.pageup{
	position:fixed;
	right:0;
	top:50%;
	z-index:50;
	}

.pageup:hover{
	opacity:0.8;
	}

.inner{ width:1000px; margin:0 auto; position:relative; }

.clear{ clear:both;}

.cf:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.cf { display: inline-table; }

/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */


h2{
	color:#FFF;
	font-size:40px;
	line-height:40px;
	width:1000px;
	margin:0 auto;
	padding:0px 0;
	}

h2 span{
	font-size:20px;
	}


/*ヘッダー
--------------------------------------------*/
#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar .navbar-right {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-header #navbar .navbar-right {
    margin-right: -15px;
  }
}
#fh5co-header #navbar li a {
  font-family: "PT Sans", Arial, serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  #fh5co-header #navbar li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #fff;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #ff3b30;
  }
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ff3b30;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff;
}
#fh5co-header #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 0;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#fh5co-header .navbar-brand > span {
  color: #ff3b30;
}
@media screen and (max-width: 992px) {
  #fh5co-header .navbar-brand {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #535659;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #ff3b30;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #ff3b30 !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #ff3b30 !important;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ff3b30;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff !important;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: #000;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #ff3b30;
  font-style: normal;
}


/*ヘッドメイン
--------------------------------------------*/
#fh5co-home {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #000;
  font-weight:bold;
}
#fh5co-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#fh5co-home a:hover {
  color: #000;
  text-decoration: none;
}
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 550px;
    
}
#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#fh5co-home .text-inner {
  text-align: center;
}
#fh5co-home .text-inner h1 {
	margin-top:10px;
    
}
#fh5co-home .text-inner h2 {
	position: absolute;
	top: 502px;
	bottom: 0;
	left: 100px;
	right: 0;
}
#fh5co-home .text-inner .call-to-action {
  display: block;
  width: 100%;
}
#fh5co-home .text-inner .call-to-action a {
  width: 230px;
  display: inline-block;
  font-size: 20px;
  padding: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
#fh5co-home .text-inner .call-to-action a.demo {
  border: 2px solid #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #fh5co-home .text-inner .call-to-action a.demo {
    margin-bottom: 20px;
  }
}
#fh5co-home .text-inner .call-to-action a.demo:hover {
  background: rgba(255, 255, 255, 0.2);
}
#fh5co-home .text-inner .call-to-action a.download {
  border: 2px solid #ff3b30;
  background: #ff3b30;
  text-decoration: none !important;
}

/*section1
--------------------------------------------*/
#section01{
	background:url(../images/section03_bg.jpg);
	}

#section01 .title{
	background:url(../images/bg03.gif);
	}

#section01 h3{
	color:#fff;
	font-size:42px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	font-weight: bold;
	}

#section01 .voice{	
	width:930px;
	margin: 0 auto 15px;
	border:5px solid #dcd1d1;
}

#section01 h4{
	margin:5px;
	padding: 6px 0 6px 10px;
	background:#337ab7;
	color:#FFFFFF;
	line-height:30px;
	}

#section01 h5{
	margin:10px;
	border-left:7px solid #1c87a6;
     padding: 4px 0 4px 10px;
     border-bottom:1px dotted #ccc;
	}
	
#section01 p{
	padding: 0 34px 24px;
	}

#section01 .img-l{
	float:left;
}

#section01 .img-r{
	float:right;
	margin-left:15px;
	margin-right:15px;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
#txtsp-back .txt-info0 {
	position: relative;
	background: #FFFFFF;
	width: 1000px;
	margin: 0px auto;
	padding: 5px 0;
	font-size:36px;
    
}

#txtsp-back .txt-info0 p {
	margin: 0;
	line-height: 46px;
    text-align: center;
}
#txtsp-back .txt-info {
	position: relative;
	background: #FFFFFF;
	width: 1000px;
	margin: 0px auto;
	padding: 5px 0;
	font-size:16px;

}

#txtsp-back .txt-info p {
	margin: 0;
	line-height:30px;
}

#txtsp-back .txt-info .voice_sub {
	margin: 0 auto 15px;
	text-align:center;
	line-height: 24px;
}


/*section2
--------------------------------------------*/
#section02{
	background-color:#f6f5e6;
	}
	
#section02 p{
	padding: 0 35px 24px;
	}

#section02 .title{
	background:url(../images/bg04.gif);
	}

#section02 .title h3{
	color:#000;
	font-size:42px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:68px;
	font-weight: bold;
	}

#section02 .img-l{
	float:right;
}

#section02 .c-text{
	background-color:#e3f9fe;
	width:930px;
	margin:0 auto 24px;

	}
	
#section02 .box2{
    padding: 2em 1em 0.5em;
    margin: 0 4em 2em;
    background: white;
    border-top: solid 5px #fef338;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

#section02 .box3 {
	margin:0 35px 35px;
    padding: 20px 10px 0;
    background: #fff;
    border: 4px #66cdaa solid;
    position: relative;
    z-index: 10;
}

#section02 .box3:before {
    content: "";
    position: absolute;
    background: url(../images/box3_img.jpg) bottom right no-repeat;
    margin: 3px;
    border: 2px #7accb0 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

#section02 .box3b {
	margin:0 35px 35px;
    padding: 20px 10px 0;
    background: #fff;
    border: 4px #66cdaa solid;
    position: relative;
    z-index: 10;
}

#section02 .box3b:before {
    content: "";
    position: absolute;
    background: url(../images/box3_img.jpg) top right no-repeat;
    margin: 3px;
    border: 2px #7accb0 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

#section02 .box3c {
	margin:0 35px 35px;
    padding: 20px 10px 0;
    background: #fff;
    border: 4px #66cdaa solid;
    position: relative;
    z-index: 10;
}

#section02 .box3c:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #7accb0 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

#section02 .yaji{
	width:1000px;
	margin: 0px auto;
	padding:0px 0 0px;
	text-align:center;
	}

#section02 .img-r{
	float:right;
	margin:10px;
}

/*section3
--------------------------------------------*/
#section03{
	background-color:#f6f5e6;
	}

#section03 p{
	padding: 0 35px 24px;
	}
	
#section03 .title{
	background:url(../images/bg03.gif);
	}

#section03 h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

#section03 .step-text{
	background-color:#e3f9fe;
	width:930px;
	margin:0 auto 24px;

	}
#section03 .step-text p{
	margin: 0;
	padding: 12px 35px 12px;
	line-height: 24px;
	}

#section03 .photo {
	display: block;
    margin: 0 auto;
	}

#section03 .img-l{
	float:right;
}

/*section4
--------------------------------------------*/
#section04{
	background:url(../images/section01_bg.jpg);
	}
	
#section04 p{
	padding: 0 35px 24px;
	}
	
#section04 .title{
	background:#fb6464;
	}

#section04 h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}
	
#section04 .reason{	
	width:930px;
	margin: 0 auto 15px;
	background:url(../images/reason_bg.gif);
	border:1px solid #fb6464;
}

#section04 h4{
	margin:20px 10px 20px;
	padding: 4px 0 4px 10px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	}

#section04 .list li{
	position: relative;
	margin:5px 10px;
	padding:20px 20px 20px 60px;
	background-color: #FFFFFF;
	background-image:url("../images/point8_1.png");
	background-repeat:no-repeat;
	background-position:10px 14px;
    border: #ccc solid 1px;
    border-left: #fb6464 solid 10px;
	box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
	display: block;
	text-decoration: none;
	line-height: 30px;
}
#section04 .list2 li{
	position: relative;
	margin:5px 0px;
	padding:20px 20px 20px 60px;
	background-color: #FFFFFF;
	background-image:url("../images/point8_2.png");
	background-repeat:no-repeat;
	background-position:10px 14px;
    border: #ccc solid 1px;
    border-left: #0065b4 solid 10px;
	box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
	display: block;
	text-decoration: none;
	line-height: 30px;
}



/*section5
--------------------------------------------*/
#section05{
	background:url(../images/section01_bg.jpg);
	}

#section05 .title{
	background:url(../images/bg02.gif);
	}

#section05 h3{
	color:#FFF;
	font-size:36px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	font-weight: bold;
	}

#section05 .voice{	
	width:930px;
	margin: 0 auto 15px;
	border:5px solid #dcd1d1;
}

#section05 h4{
	margin:10px;
	padding: 6px 0 6px 10px;
	background:#1c87a6;
	color:#FFFFFF;
	line-height:30px;
	}

#section05 h5{
	margin:10px;
	border-left:7px solid #1c87a6;
     padding: 4px 0 4px 10px;
     border-bottom:1px dotted #ccc;
	}
	
#section05 p{
	padding: 0 34px 24px;
	}
#section05 ul {
  margin: 0 35px 20px;
  border: solid 3px #ffb03f;
  padding: 0 0.5em;
  position: relative;
}

#section05 ul li {
  font-size:24px;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

#section05 ul li p{
  margin: 15px;
  line-height: 1.5;
}

#section05 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
#section05 .img-l{
	float:left;
}
#section05 .img-r{
	float:right;
	margin-left:15px;
	margin-right:15px;
}
/*section6
--------------------------------------------*/
#section06{
	background:url(../images/section03_bg.jpg);
	}

#section06 p{
	padding: 0 35px 24px;
	}
	
#section06 .title{
	background:url(../images/section06_img1.png) center;
	height:300px;
	}

#section06 h3{
	color: #FF0004;
	font-size: 56px;
	width: 1000px;
	margin: 0px auto;
	padding: 80px 0 0px;
	text-align: center;
	line-height: 68px;
	}
	
#section06 .knowledge{	
	width:930px;
	margin: 0 auto 15px;
	background:url(../images/reason_bg.gif);
	border:1px solid #337ab7;
}
#section06 .knowledge li{
	position: relative;
	margin:5px 0px;
	padding:20px 20px 20px 60px;
	background-color: #FFFFFF;
	background-image:url("../images/point8_2.png");
	background-repeat:no-repeat;
	background-position:10px 14px;
    border: #ccc solid 1px;
    border-left: #0065b4 solid 10px;
	box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
	display: block;
	text-decoration: none;
	line-height: 30px;
}


/*section7
--------------------------------------------*/
#section07{
	background:url(../images/section02_bg.jpg);
	}

#section07 p{
	padding: 0 35px 24px;
	}
	
#section07 .title{
	background:url(../images/bg03.gif);
	}

#section07 h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

#section07 .yaji{
	width:1000px;
	margin: 0px auto;
	padding:0px 0 50px;
	text-align:center;
	}
	
#section07 .kakaku{
	width:930px;
	margin:0 auto;
	background:url(../images/section07_img2.jpg) repeat-y;
}

#section07 .itembox {
	width:830px;
	margin:30px auto;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
#section07 .itembox .box-title {
    font-size: 20px;
    background: #0e3669;
    padding: 6px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	
}
#section07 .itembox p {
    padding: 15px 20px;
    margin: 0;
}
/* ------------ mix-kiyaku ------------*/


#section07 .kakaku .mix-kiyaku {
	width: 760px;
	padding-top: 0px;
	border-top: 1px dotted #FFFFFF;
	margin: 0 auto;
}

#section07 .kakaku .mix-kiyaku .tt1 {
	width: 760px;
}

#section07 .kakaku .mix-kiyaku .tt1 h4{
	margin:0;
	padding:0 0 1px;
}

#section07 .kakaku .mix-kiyaku .tt1 textarea {
	width: 760px;
	margin: 0 auto 10px;
	height: 120px;
	line-height: 1.4;
	font-size: 12px;
}

#section07 .kakaku .k-check {
	margin-top:10px;
	clear:both;
}

#section07 .kakaku .k-check table{
	margin:auto;
	width:550px;
}

/* SQUARED TWO */
.squaredTwo {
	width: 38px;
	height: 38px;

	background: #d70000;
	margin: 20px 20px 20px 50px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo input {
	margin-top:10px;
	margin-left:10px;
}
.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	background: #fff;
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 15px;
	height: 11px;
	background: transparent;
	top: 5px;
	left: 7px;
	border: 3px solid #d70000;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ------------ btn ------------*/

#section07 .kakaku .k-check #btn01,
#section07 .kakaku .k-check #btn02 {
	width:559px;
	margin:15px auto;
	height: 100px;
	position: relative;
}

#section07 .kakaku .k-check #btn01 {
	display:none;
}

#section07 .kakaku .k-check #btn01 ul,
#section07 .kakaku .k-check #btn02 ul {
	padding-bottom:16px;
	margin-bottom:0;
}

#section07 .kakaku .k-check #btn01 ul li,
#section07 .kakaku .k-check #btn02 ul li {
	float:left;
}

#section07 .kakaku .k-check #btn01 ul li.btn-center,
#section07 .kakaku .k-check #btn02 ul li.btn-center {
	position: absolute;
	left: 3px;
	top: 1px;
}

#section07 .kakaku .k-check #btn01 ul li.btn-left,
#section07 .kakaku .k-check #btn02 ul li.btn-left {
	position: absolute;
	left: 0px;
	top: 0px;
}

#section07 .kakaku .k-check #btn01 ul li.btn-right,
#section07 .kakaku .k-check #btn02 ul li.btn-right {
	position: absolute;
	left: 370px;
	top: 0px;
}

/* ------------ btn end ------------*/

.txt-box02 {
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
	border: 1px solid #cbcbcb;
	border-radius: 10px;/*角の丸み*/
	position: relative;
}
.txt-box02 .txt-box02-inr {
    background:url(../images/section07_img1.png) no-repeat left -80px top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 10px;/*角の丸み*/
}
.txt-box02 .txt-box02-inr p{
    text-align: center;
    font-weight: bold;
    line-height: 48px;
}
/*section8
--------------------------------------------*/
#section08{
	background:url(../images/section01_bg.jpg);
	}
	
#section08 p{
	padding: 0 35px 24px;
	}
	
#section08 .title{
	background:url(../images/bg03.gif);
	}

#section08 h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

#button {
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
#button a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border: 1px solid #9c0100;
    border-radius: 2px;
    background-color: #9c0100;
    color: #ffffff;
	font-size:24px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
#button a:hover {
    color: #ffffff;
    background-color: #ff0000;
}
#button a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 200px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}
/* ------------ faq ------------*/

#faq {
	width: 820px;
	padding-bottom: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
}


#faq dl {
	border: 3px double #d47f03;
	padding: 12px 12px 8px;
	margin-bottom: 15px;
	background-color: #f8ecd6;
}

#faq dl dt {
	font-weight: bold;
	color: #222;
	margin-bottom: 2px;
	line-height: 1.3;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/img_q.jpg) no-repeat scroll 16px 12px;
	padding: 14px 0 30px 90px;
}



#faq dl dd {
	color: #555;
	font-size:14px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 90px;
	background: #FFF url(../images/img_a.jpg) no-repeat scroll 16px 20px;
}

#faq dl dd p {
	padding:0px;
}

.headding{
	margin-left:60px;
}





#txtsp-back .txt-info2 {
	position: relative;
	background: #e9eff5;
	width: 1000px;
	margin: 15px auto;
	padding: 35px 0;
}

#txtsp-back .txt-info2 p {
	margin: 0;
	line-height: 24px;
}





#privacy{
	background:#faefef;
	margin:20px auto;
	}

#privacy p{
	padding:20px;
	font-size:12px;
	}

#privacy p strong{
	font-size:14px;
	}


/*フッター
--------------------------------------------*/
#contactArea{
	background:#fff;
	border-top:1px solid #ddd;
	position:fixed;
	width:100%;
	bottom:-50px;
	z-index:100;
	}

#contactArea .inner{
	padding-bottom:10px;
	}

#contactArea p.logo{
	float:left;
	}

#contactArea p.contact{
	float:right;
	width:620px;
	height:78px;
	margin-top:15px;
	}

#contactArea p.contact a{
	display:inline-block;
	margin-right:20px;
	width:243px;
	font-size:12px;
	color:#333;
	}

#contactArea p.contact a:hover{
	color:#666;
	}

#contactArea p.contact span{
	display:inline-block;
	width:260px;
	font-size:12px;
	line-height:18px;
	}

#contactArea p.contact img{
	margin-top:5px;
	}


/*フッター
--------------------------------------------*/
#footer{
	color:#666;
	background:#f5f5f5;
	border-top:2px solid #01aaed;
	font-size:12px;
	padding:20px;
	position:relative;
	}

#footer strong{
	font-size:14px;
	}

#footer .left{
	float:left;
	}

#footer .right{
	float:right;
	}

#footer .right img{
	margin-bottom:13px;
	}

#footer a{
	background:url(../images/footer_icon.gif) no-repeat left center;
	padding-left:15px;
	margin-right:20px;
	color:#666;
	}


/*cssアニメーション
--------------------------------------------*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
	animation-iteration-count: infinite;
}


/* ------------ text decoration  ------------*/


.cr {
	color:#e00000;
}

.cr2 {
	color:#e00000;
	font-size:12px;
}


.fb {
	font-weight:bold;
}

.fb18 {
	font-weight:bold;
	font-size: 18px;
}

.fb20 {
	font-weight:bold;
	font-size: 20px;
}

.fb24 {
	font-weight:bold;
	font-size: 24px;
}

.fu {
	text-decoration:underline;
}

.fbu {
	font-weight:bold;
	text-decoration:underline;
}

.fb-cr {
	font-weight:bold;
	color:#e00000;
}

.fu-cr {
	text-decoration:underline;
	color:#e00000;
}

.fu-bgy {
	text-decoration:underline;
	background:#fff57a;
	padding:2px;
}

.fu-cr-bgy {
	text-decoration:underline;
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.fbu-cr {
	font-weight:bold;
	text-decoration:underline;
	color:#e00000;
}

.fbu-cb {
	font-weight:bold;
	color:#00f
}
.fb-cr-bgy {
	font-weight:bold;
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.cr-bgy {
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.fb-bgy {
	font-weight:bold;
	background:#fff57a;
	padding:2px;
}

.fbu-bgy {
	font-weight:bold;
	text-decoration:underline;
	background:#fff57a;
	padding:2px;
}


.fbu-cr-bgy {
	font-weight:bold;
	text-decoration:underline;
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.bgy {
	background: #fff57a;
	padding:2px;
}

.bgb {
	background: #0CF;
	padding:2px;
}

/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
}

.typwaku {
	position: absolute;
	z-index: 99;
	width: 100%;
	opacity: 1;
	top: 36px;
	left: 206px;
	font-size: 42px;
}

.typewriter{
    visibility: hidden;
}
.typewriter-load{
    display: none;
}
.form-l {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.form-l .form02 {
	background: url(../images/img_fome02.jpg) no-repeat scroll 0px 0px;
	height: 280px;
	width: 880px;
	position: relative;
	margin: 0 auto 0px;
}


.form-l .form02 input#email {
	position: absolute;
	left: 270px;
	top: 46px;
	border: none;
	width: 520px;
	font-size: 16px;
	height: 23px;
}


.form-l .form02 input#name {
	position: absolute;
	left: 270px;
	top: 105px;
	border: none;
	width: 522px;
	font-size: 16px;
	height: 21px;
}


.form-l .form02 input#submitButton {
	width: 466px;
	background: url(../images/btn_l.png) no-repeat scroll 0px 0px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	border: medium none;
	position: absolute;
	left: 200px;
	top: 155px;
	height: 87px;
	
}

.form-l .form02 input#submitButton:hover {
	background-position: 0px -87px;
}


