@charset "utf-8";
/*		Contents

/* =================================================================
		reset
================================================================= */

/* リセット */

body, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ul, ol {
	list-style: none inside;
}

img,
a img {
	border: 0;
	vertical-align: middle;
}
table,tr,td,th{
	border-collapse:collapse;
}
/*	Basic Text Link	*/
a {
	color: #e40073;	text-decoration:underline;
}

a:link {
	color: #e40073;	text-decoration: underline;
}
a:visited {
	color: #e40073;	text-decoration: underline;
}
a:hover {
	color: #e40073;	text-decoration: none;
}
a:focus {
	color: #224eb5;	text-decoration:underline;
}
a:active {
	color: #e40073;	text-decoration: underline;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}



/* =================================================================
		content
================================================================= */

body{
	width:100%;
	background-position: center top;
	background-repeat: repeat;
	text-align: left;
	font-family: 'ＭＳ Ｐゴシック',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	/*font-size:62.5%;*/
	line-height:1.85;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
}


.wrap{
	width: 860px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*box-shadow:0 0 5px 0 rgba(0,0,0,0.4);*/
}

a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
}
.btn01{
    float: right;
    margin-top: -22%;
    margin-right: 3.5em;
    position: relative;
    z-index: 2;
}

.graph{
    float: right;
    margin-top: -75% /*-620px*/;
    margin-right: 50px;
    position: relative;
    z-index: 3;
}
.graph2{
     width: 80%;
    float: left;
    margin-top: -800px;
    margin-left: 20%;
    position: relative;
    z-index: 3;
}
.video{
    width: 94%;
    float: left;
    margin-top: -110% /*-940px*/;
    margin-left: 10%;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
}


img {
	display:block;
	border:0;
}
.img{
	width: 100%;
}

header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header img {
	display:block;
	width: 100%;
}

/**コンテンツ領域**/
.order_box{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.btn02{
	margin-top: -17%;
	margin-left: 3.5em;
	/*margin-bottom: 1px;*/
	/*position: relative;*/
	z-index: 2;
}

.post_txt{
	float: right;
	position: relative;
	z-index: 100;
	margin-top: -2.5em;
    margin-right: 28%;
	margin-bottom: 1%;
	font-size: 120%;
	font-weight: bold;
}

.btn03{
    margin-top: -20%;
    margin-left: 3.5em;
    /*margin-bottom: 1%;*/
    position: relative;
    z-index: 2;
}

/*チェックボックス*/
.enq_box{
    width: 80%;
    text-align: center;
    margin-top: -20%;
    margin-left: 10%;
    background: -moz-linear-gradient(to bottom,#f5f5f5,#d7d7d7 30%,#a9a9a9);
    background: -webkit-linear-gradient(to bottom,#f5f5f5,#d7d7d7 30%,#a9a9a9);
    background: linear-gradient(to bottom,#f5f5f5,#d7d7d7 30%,#a9a9a9);
    padding: 1%;
    border: 1px solid #C8C8C8;
    border-radius: 1em;        /* CSS3草案 */
    -webkit-border-radius: 1em;    /* Safari,Google Chrome用 */
    -moz-border-radius: 1em;   /* Firefox用 */
    position: relative;
    z-index: 2;
}
.enq_box .require {
    color: #f00;
}
.enq_input{
	list-style-type: none;
	margin-top: 1%;
	margin-bottom: 1%;
    font-size: 180%;
}

/**共通**/
.component{
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	border: 1px solid #CCC;
	margin-top: 5%;
	margin-bottom: 2%;
	float: left;
}
.component p {
	color:#000;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	/*padding:4.5%;*/
	padding-right: 5%;
	padding-left: 5%;
}

.kiyaku {
	background-color:#E5E5E5;
}

.kiyaku p {
	width:80%;
	color:#000;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding:5%;
}

#footer{
	padding: 0px;
	background: #fff;
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:12px;
	color:#666;
}
.footer_bg{
    width: 80%;
    background-color: #001D61;
    float: left;
    text-align: center;
    padding-bottom: 10px;
}
.footer_bg p {
	color: #FFF;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.footer_bg a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_bg a:hover{
	color: #03C;
	text-decoration: underline;
}
.go_top{
	text-align: right;
	margin-right: 5px;
}

.cont_area99{
	width: 80%;
	margin-top: 2%;
	margin-left: 10%;
	border: 1px solid #CCC;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	text-align: left;
	float: left;
}
.cont_area99 p{
	margin-left: 25px;
	font-weight: bold;
	line-height: 1.3em;
}

.sslBox{
    width: 18%;
    float: left;
    background-color: #001D61;
    padding-left: 2%;
}

script,
script + img {
    display: none;
}

.ipad body,
.android body,
.iphone body {
    -webkit-text-size-adjust: 100%;
}

.android p,
.android span{
 max-height: 999999px;
}

/**@media only screen and (max-device-width: 480px)**/
@media only screen and (max-device-width: 480px){

.wrap{
	width: 100%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*box-shadow:0 0 5px 0 rgba(0,0,0,0.4);*/
}
img{
	width: 100%;
}

a:hover img{
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
}
    
.btn01{
    margin-top: -22%;
    margin-left: 12%;
    position: relative;
    z-index: 2;
}
.btn_img{
    width: 94%;
}
.graph{
     width: 34%;
    float: right;
    margin-top: -72%;
    margin-right: 5%;
    position: relative;
    z-index: 3;
}
.graph2{
     width: 70%;
    float: left;
    margin-top: -95%;
    margin-left: 15%;
    position: relative;
    z-index: 3;
}
.video{
    width: 94%;
    float: left;
    margin-top: -110%;
    margin-left: 12%;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
}


img {
	display:block;
	border:0;
}
.img{
	width: 100%;
}

header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header img {
	display:block;
	width: 100%;
}

/**コンテンツ領域**/
.order_box{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.btn02{
	margin-top: -17%;
	margin-left: 1.5em;
	/*margin-bottom: 1px;*/
	/*position: relative;*/
	z-index: 2;
}

.post_txt{
	float: right;
	position: relative;
	z-index: 100;
	margin-top: -2.3em;
    margin-right: 22%;
	/*margin-bottom: 1%;*/
	font-size: 80%;
	font-weight: bold;
}

.btn03{
    margin-top: -20%;
    margin-left: 1.5em;
    margin-bottom: 1%;
    position: relative;
    z-index: 2;
}
    
/*チェックボックス*/
.enq_box{
    width: 80%;
    text-align: center;
    margin-top: -20%;
    margin-left: 10%;
    background: -moz-linear-gradient(to bottom,#f5f5f5,#d7d7d7 30%,#a9a9a9);
    background: -webkit-linear-gradient(to bottom,#f5f5f5,#d7d7d7 30%,#a9a9a9);
    background: linear-gradient(to bottom,#f5f5f5,#d7d7d7 30%,#a9a9a9);
    padding: 1%;
    border: 1px solid #C8C8C8;
    border-radius: 1em;        /* CSS3草案 */
    -webkit-border-radius: 1em;    /* Safari,Google Chrome用 */
    -moz-border-radius: 1em;   /* Firefox用 */
    position: relative;
    z-index: 2;
}
.enq_box .require {
    color: #f00;
}
.enq_input{
	list-style-type: none;
	margin-top: 1%;
	margin-bottom: 1%;
    font-size: 120%;
}
/**共通**/
.component{
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	border: 1px solid #CCC;
	margin-top: 5%;
	margin-bottom: 2%;
	float: left;
}
.component p {
	color:#000;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	/*padding:4.5%;*/
	padding-right: 5%;
	padding-left: 5%;
}

.kiyaku {
	background-color:#E5E5E5;
}

.kiyaku p {
	width:80%;
	color:#000;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding:5%;
}

#footer{
	padding: 0px;
	background: #fff;
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:12px;
	color:#666;
}
.footer_bg{
    width: 100%;
    background-color: #001D61;
    float: left;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.footer_bg p {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_bg a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_bg a:hover{
	color: #03C;
	text-decoration: underline;
}
.go_top{
	text-align: right;
	margin-right: 5px;
}

.cont_area99{
	width: 80%;
	margin-top: 2%;
	margin-left: 10%;
	border: 1px solid #CCC;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	text-align: left;
	float: left;
}
.cont_area99 p{
	margin-left: 25px;
	font-weight: bold;
	line-height: 1.3em;
}

.sslBox{
    width: 100%;
    float: left;
    background-color: #001D61;
    padding: 1% 30%;
    box-sizing: border-box;
}

script,
script + img {
    display: none;
}

.ipad body,
.android body,
.iphone body {
    -webkit-text-size-adjust: 100%;
}

.android p,
.android span{
 max-height: 999999px;
}    
}
