@charset "UTF-8";


@media screen and (min-width: 768px) and (max-width: 1024px) {
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img{
	height: auto;
	max-width: 100%;
  vertical-align: bottom;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #aaa;
	text-decoration:none;
}
	
a img {
  border: none;
}

a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 14px;
	line-height: 24px;
}
	
body {
	height: 100%;
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	background: #fff;
	padding-top:56px;
}



* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	text-decoration:none;
	color: #1a264c;
}

a:hover{
	color: #aaa;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.mt20{
	margin-top:20px;
}

.tmk{
	font-size: 12px;
	color: #999;
}

.help{
color: #666;
}

.h-title{
color: #333;
font-size: 20px;
}

h6 {
	font-size: 22px;
	margin: 20px 0 50px;
	padding: 0 0 10px 5px;
	color: #333;
	border-bottom: 3px solid #e4413d;
}

.help-btn{
	background: #f6f6f6;
	margin: 5px 0;
	padding:10px;
	font-size: 22px;
	font-weight: bold;
	border-left: 8px solid #e4413d;
}
/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none,
.sp-menu-btn{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#wrap{
	margin:0;
	overflow:hidden;
}
	
#wrap02{
	margin:0;
	overflow:hidden;
	background: #fff;
}
	
#main{background:none}
body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg.jpg) center/cover no-repeat;
  -webkit-background-size:cover;
  }


#header{
	width:100%;
	height: 55px;
	text-align:center;
	background:#002256;
	border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0px;
    left: 0px;
	z-index:100;
}

#menu { 
	margin:0 auto;
	font-weight:bold;
	font-size: 14px;
}


.menu {
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    height: 55px;
    line-height: 55px;
	padding: 0 20px;
}

.menu > li a {
    display: block;
    color: #fff;
	cursor:pointer; 
}

.menu > li a:hover {
    color: #fff;
    background: #041c42;	
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #041c42;	
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}


.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 200px;
	text-align: left;
	text-indent: 20px;
	margin-left: -20px;
    background: #002256;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 55px;
    visibility: visible;
    opacity: 1;
}
	
	

/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
.top{
	padding:0 20px;
	margin: 0 auto;
	text-align:center;
	color: #fff;
}

.top-l{
	float: left;
	width: 50%;
	padding-top: 140px;
}

.top-r{
	float: right;
	width: 50%;
}


h1 {
	margin:30px 0;
}

h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	height: 54px;
	background: url(../images/icon.png) no-repeat;
	padding: 10px 0 0 54px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	margin: 50px 0;
	text-align: center;
}

h5 {
	font-size: 18px;
	margin: 20px 0 50px;
	color: #999;
}

.btn{
	margin:60px 0;
	text-align: center;
}

.btn-l,
.btn-r{
	margin:20px 0;
	text-align: center;
}


#w-bg{
	background:#fff;
	padding:30px 0;
}

#g-bg{
	background:#f9f9f9;
	padding:30px 0;
}
	
.title{
	text-align:center;
	margin:0 auto;
	font-size: 30px;
	font-weight: bold;
	color: #e4413d;
}




.contents{
	margin: 0px auto;
	padding:20px 0;
	text-align:left;
}

	

.service li{
	float:left;
	width:50%;
	text-align: center;
	margin-bottom: 20px;
}
	
.service-txt{
	margin: 35px 0;
}
	
.number{
	background: #e64d4a;
	color: #fff;
	font-size: 30px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	margin: 0 auto;
}

.balloon{
	position: relative;
}
	
.balloon-icon{
	position: absolute;
	top:67%;
	left:69%;
}

.trait {
	padding: 0 20px;
}	

.trait li{
	float:left;
	width:29%;
	margin: 0 2%;
	text-align: center;
}	
		
.trait-txt{
	margin: 35px 0;
	font-size: 12px;
}

.when{
	margin: 0px auto;
	padding:20px 20px;
	text-align:left;
}

	
.when-l{
	float: left;
	width: 50%;
	padding-top: 10px;
}

.when-r{
	float: right;
	text-align: right;
	width: 40%;
	padding-top: 0px;
	position: relative;
}

.f-icon{
	position: absolute;
	top:1%;
	left:-20%;
}
	

	
.prov{
	background: #e64d4a;
	color: #fff;
	font-size: 26px;
	border-radius: 40px;
	margin: 0 auto;
	text-align: center;
	width: 350px;
	padding: 15px 0;
	margin-top: 50px;
}

.txt-area{
	padding:20px;
	margin: 0 auto;
	text-align:left;

}

.txt-area p{
	margin: 0 0 1.5em;
}

.news-area{
	margin: 0px auto;
	text-align:left;
}

.news-title{
	background:#f7f8f9;
	font-size:22px;
	line-height:36px;
	font-weight:bold;
	padding:40px 25px;
	margin:20px 0;
	text-align:center;
}


.news-area dl {
	padding:20px;
}

.ndl{
	background:#f7f8f9;
}

.news-area dt {
  float:left;
 
}

.news-area dd {
 margin-left:100px;
}
/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#footer{
	background:#002256;
	padding:0;
	text-align:center;
	color:#fff;
	font-size: 16px;
	padding: 20px 0;
}

.f-menu{
	margin:0 auto;
	width:300px;
}


.f-menu li {
	display:block;
	list-style:none;
	float:left;
	margin:0 10px;
}


#footer a{
	color:#fff;
}

address {
	padding-bottom: 5px;

}


}


