@charset "utf-8";

/* --------------------------------------------- */
*{
	color:#333333;}

/* --------------------------------------------- */

div.header-outer{/*【追加】このコメントアウトは後で消す*/
	background-color:#12325E;}

div.header{/*【追加】このコメントアウトは後で消す*/
	clear:both;
	width:84%;
	margin:0 auto;
	padding-top:18px;
	padding-bottom:18px;
	overflow:hidden;
	}
@media screen and (max-width:640px){/*【追加】このコメントアウトは後で消す*/
div.header{
	width:95%;}
	}

.header .left{/*【追加】このコメントアウトは後で消す*/
	display:block;
	float:left;}

.header .left img{
	max-width:100%;
	height:auto;}


.header .right{/*【追加】このコメントアウトは後で消す*/
	padding-top:2px;
	float:right;}

@media screen and (max-width:430px){/*【追加】このコメントアウトは後で消す*/
.header .left{
	width:58%;
	}
.header .left img{
	max-width:100%;
	height:auto;}

.header .right{
	width:38.6%;
	}
.header .right img{
	max-width:100%;
	height:auto;}
}


/* --------------------------------------------- */
.title{
	color:#12325E;
	font-weight:bold;
	text-align:center;
	line-height:1.2;
	padding-top:0.7em;
	padding-bottom:0.7em;
	}
@media screen and (min-width : 411px){
.title{
	font-size:1.8em;
	padding-top:2.0em;
	padding-bottom:2.0em;}
	}
@media (max-width : 410px) and (min-width:341px){
.title{
	font-size:1.5em;	}

	}
@media (max-width : 340px){
.title{
	font-size:1.3em;	}
	}


h1.title{
	font-size:1.8em;
	}
@media (max-width : 489px) and (min-width:355px){
h1.title{
	font-size:1.5em;}
	}
@media (max-width : 410px) and (min-width:354px){
h1.title{
	font-size:1.3em;	}
	}
@media (max-width : 353px){
h1.title{
	font-size:1.15em;	}
	}


.txt{
	padding-bottom:0.7em;
	font-size:1.2em;}


.btnL{
	display:block;
	margin:25px auto 10px;}

.btnL img{
	max-width:100%;
	height:auto}

/* --------------------------------------------- */
#footer{
	width:100%;
    background-color: #12325E;}

@media screen and (min-height : 792px){/*【追加】このコメントアウトは後で消す*/
.fix{
	position:fixed;
	bottom:0;}
	}
@media screen and (max-height : 791px){/*【追加】このコメントアウトは後で消す*/

.fix {
    position: static;}
	}



.inner{
	clear:both;
	display:block;
	padding-top:42px;
	text-align:center;}

.logo{
	width:240px;
	margin:0 auto 42px;}

.logo img{
	max-width:100%;
	height:auto;}

.inner address{
	padding-bottom:60px;
	color:#FFFFFF;}