@charset "UTF-8";

a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}




/*----------------------------------

header
 
---------------------------------- */

#head {
	background-image:url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 939px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	
}
#head_02 {
	background-image:url(../images/head02.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 1108px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	
}
.head_tab {
	display:none;
}
.head_sp {
	display:none;
}







/*----------------------------------

title
 
---------------------------------- */

section {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px 30px 0px;
}


.content {
	background-image: url(../images/content.png);
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


.mov01 {
	background-image: url(../images/mov_bg.png);
	background-repeat: no-repeat;
	width: 400px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 30px;
}

.mov02 {
	background-image: url(../images/mov_bg.png);
	background-repeat: no-repeat;
	width: 400px;
	height: auto;
	float: right;
	text-align: center;
	padding-top: 30px;
}

.mov01 iframe,
.mov02 iframe {
	margin-bottom: 70px;
}

.mov01 p,
.mov02 p {
	line-height: 150%;
}


ul.contents_menu	{
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}
ul.contents_menu li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mov_bg.png);
	width: 400px;
	height: 290px;
}


.contents_menu a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


.frame {
background-color: #ebf0fd;
border: 3px solid #8bb7d5;
	padding: 20px;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 40px;
}


.db_frame {
    padding: 30px;
    background: #fff;
    border: 6px #00467e solid;
    position: relative;
    z-index: 10;
    margin-bottom:40px;
}
 
.db_frame:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #00467e solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

.capimg {
float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.capimg img {
	width: 200px;
}


.p_frame {
    padding: 30px;
    background: #fff;
    border: 6px #820101 solid;
    position: relative;
    z-index: 10;
    margin-bottom:40px;
}
 
.p_frame:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #820101 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

.voice {
	background-color: #E9F1FB;
	padding: 30px;
	box-shadow: 0 8px 10px -6px rgba(0,0,0,.3);
	margin-bottom: 30px;
}


.faq_q {
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #6ba4d0;
	border-bottom-style: solid;
	font-weight: bold;
	color: #0162ae;
	background-position: 10px 8px;
	margin-top: 0px;
	padding-top: 12px;
	background-color: #e7f3fd;
	font-size: 105%;
}

.faq_a {
	background-image: url(../images/a.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 30px;
	background-position: 10px top;
	padding-left: 90px;
	padding-bottom: 20px;

}


#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 85%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 40px;	
	margin-top: 0px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 20px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 180px;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: 200px;
	
}

#gaiyou a:link,#gaiyou a:visited  {
	color: #0249af;
	text-decoration: underline;
}

#gaiyou a:hover {
	color: #0249af;
	text-decoration: none;
}

.formcation {
	font-size: 12px;
	margin-top: 5px;
	line-height: 160%;
}

textarea {
width: 500px;
height: 10em;
line-height: 1.5em;
font-size: 1em;
}
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
input[type="text"] {
  width: 377px;
  height: 30px;
  background: #fff;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

input.btn_submit {
  cursor: pointer;
  display: block;
  width: 600px;
  height: 90px;
  border: none;
  text-indent: -9999px;
  background: url(../images/send_button_off.png) no-repeat 0 0;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;
}
 
input.btn_submit:hover {
  background: url(../images//send_button_on.png) no-repeat 0 0;
}

footer {
	background: #132d7b;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 85%;
}
footer a:link {
	color: #fff;
}
footer a:visited {
	color: #fff;
}

