@charset "utf-8";

@media screen and (max-width: 767px){
/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:underline;
	color: #1a264c;
}

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

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

a img {
    border-style:none;
}


html,body {  
  -webkit-text-size-adjust: none;  
} 


body {
    margin:0;
	width:100%; 
    font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	padding-top:41px;
	background:fff;
	color: #333;
}




.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

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


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


.mt20{
	margin-top:20px;
}

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

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

.sp-none,
#menu,
.f-icon,
.when-r{
	display:none;
}

/* ---------------------------------------------------------------------
main
--------------------------------------------------------------------- */
#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%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
	z-index:1000;
	background:#002256;
	border-bottom: 1px solid #ddd;
}


.sp-menu-btn{
	float:right;
	padding:5px 10px 0 0;
}


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

.top-l{

	padding-top: 10px;
}

.top-r{

}


h1 {
	margin:20px 0;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	background: url(../images/icon.png) no-repeat;
    -webkit-background-size: 26px 26px;
	padding: 2px 0 0 28px;
	text-align: left;
}

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

h5 {
	font-size: 14px;
	margin: 5px 0 50px;
	color: #999;
}
	
.btn,
.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: 18px;
	font-weight: bold;
	color: #e4413d;
}




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

	

.service li{
	float:left;
	width:46%;
	text-align: center;
	margin:0 2% 20px;
}
	
.service-txt{
	margin: 15px 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;
	text-align: center;
}

.trait li img{
	width: 60%;
}


		
.trait-txt{
	margin: 15px 0;
	font-size: 12px;
}

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

	
.when-l{
	padding-top: 10px;
}




	
.prov{
	background: #e64d4a;
	color: #fff;
	font-size: 26px;
	border-radius: 40px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	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:14px;
	line-height:36px;
	font-weight:bold;
	padding:20px 5px;
	margin:15px 0;
	text-align:center;
}

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


.news-area dt {
}

.news-area dd {
}

.ndl{
	background:#f7f8f9;
}

.help{
color: #666;
}

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

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

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

.help-btn{
	background: #f6f6f6;
	margin: 5px 0;
	padding:10px;
	font-size: 18px;
	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: 10px;
	padding: 20px 0;
}

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


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


#footer a{
	color:#fff;
}

address {
	padding-bottom: 5px;

}


}
