@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1025px){
	
 /* 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 {
	vertical-align: bottom;
}



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: 18px;
	line-height: 28px;
}
	
body {
	height: 100%;
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, 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;
	line-height: 20px;
	color: #999;
}


/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

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


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment:fixed;
}

#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;
	width:1200px;
	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;
	margin: 0 auto;
	width: 980px;
	height:780px;
	text-align:center;
	color: #fff;
}

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

.top-r{
	float: right;
	padding-top: 0px;
}


h1 {
	margin:30px 0;
}

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

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

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

h5 {
	font-size: 28px;
	margin: 20px 0 50px;
	color: #999;
}
	
.btn{
	margin:60px 0;
	text-align: center;
	}

.b-area{
	margin:60px auto;
	width: 450px;
	text-align: center;
}
	
.btn-l{
	float: left;
	}

.btn-r{
	float: right;
}


#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;
	width:1200px;
	padding:20px 0;
	text-align:left;
}

	

.service li{
	float:left;
	width:300px;
	text-align: center;
}
	
.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 li{
	float:left;
	width:400px;
	text-align: center;
}	
		
.trait-txt{
	margin: 65px 0;
}

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

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

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

.f-icon{
	position: absolute;
	top:5%;
	left:15%;
}
	

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

.txt-area{
	padding:0 0 50px 0;
	margin: 0 auto;
	width: 1050px;
	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;
}


.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;
}
/* ---------------------------------------------------------------------
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;

}


}


