@charset "UTF-8";
/*----------------------------------------------------
	☆CMN
----------------------------------------------------*/

/*▲▲font size▲▲*/
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

li.last { 
margin-right: 0 !important;}


#wrap .btn a {
	background: #94C96A;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 15px 80px;
	margin-top: 30px;
	transition: 0.2s ease-in;
}
#wrap  a:hover {
	opacity:.8;
}


 h2.hd01 { 
	 font-size: 25px;
	 text-align: center;
	 margin-bottom: 50px;

}

 h2.hd01 span {
	 border-bottom: 2px solid #1e3d99;
	 border-top: 2px solid #1e3d99;
	 padding: 10px 40px;

}

section,
footer {
	position: relative;
}


/*----------------------------------------------------
	☆content
----------------------------------------------------*/

#header {
	background: #fff;
	height: 75px;
	padding: 0px 0px 0px;
	width: 100% !important;	position: relative;

}

#header .inr{
	margin: 0px auto;
	width: 93%;
}


#header h1 {
	float: left;
	line-height: 0;
	margin: 25px 0px 0px;
	width: 200px;	
}

#header ul {
	display: flex;
	float: right;
	margin: 25px 0px 0px;
	padding:5px 0px 0px 0px;
	width: 850px;
	font-family: 'Josefin Sans', sans-serif;
}

#header ul li.nav {
	margin-right: 50px;
padding-top: 18px;
}

#header ul li.nav a {
	line-height: 180%;
}
#header ul li.tel {
	margin-right: 30px;
	padding-top: 8px;
}
#header ul li.tel a{
	font-family: 'Teko', sans-serif;
	letter-spacing: 0.2em;
}
#header ul li.tel a span.f25{
	display: inline-block;
	font-size: 25px;

}
#header ul li.tel a span.f40{
	display: inline-block;
	font-size: 40px;
}

#header .contactBtn a {
	background: #2f3cac;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.2em;
	padding: 18px 30px;
	border-radius: 50px;
}

#header ul li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

#header ul li:last-child {
  margin-right: 0;
}




/*----------------------------------------------------
	â˜†MV
----------------------------------------------------*/
#mv {
	
	padding: 50px;
}


#mv h2 {
	font-size: 100px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	margin-top: -40px;

}

#mv h2 span {
color: #2f3cac;

}

#mv .txt {
	padding: 0 0 30px;
	font-size: 15px;
}


/*----------------------------------------------------
	☆one
----------------------------------------------------*/

#one{
padding: 20px 0px 100px;
	
}
#one .inr{
	background: #fff;
	padding: 50px;
}

#one h3.hd03 {	font-size: 25px;
	line-height: 180%;
	padding-bottom: 30px;
	text-align: center;
}


.hStyle02{
	margin-bottom:20px;
	padding:0 0 10px;
	border-bottom:5px solid #efefef;
	font-size:14px;
	font-weight:bold;
}
#one p {
    overflow: hidden;
    margin: 0 0 15px 0;    line-height: 1.5 !important;
	font-size: 14px;

}



#one .normaltable th {
    border: #ddd solid 1px;
    text-align: center;
    background: #172572;
    font-weight: bold;
	color: #fff;    padding: 15px;
    line-height: 1.5 !important;
}


#one .normaltable td {
    vertical-align: middle;
    border: #ddd solid 1px;  padding: 15px;
    line-height: 1.5 !important;
}
#one .normaltable {
        margin-bottom: 40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	border: #f3f3f3 solid 10px;}


#one ul.normal {

margin-bottom: 30px;
}

.box {
    padding: 30px;
    border: 3px solid #ddd;
}

.hStyle02 {
    margin-bottom: 20px;
    padding: 0 0 10px;
    border-bottom: 5px solid #efefef;
    font-size: 14px;
    font-weight: bold;
}






#one ul.normal li {
list-style-type: disc !important;
margin-left: 30px;
margin-bottom: 10px;
	line-height:150%;    font-size: 14px;

}


/*----------------------------------------------------
	☆two
----------------------------------------------------*/



#two {
padding: 20px 0px 100px;
	
}


#two .box {
	padding-top: 40px;

}

#two .boxL {
	float: left;
	width: 500px;

}


#two .boxL h3 {
	font-size: 25px;
	line-height: 180%;
	padding-bottom: 30px;
	text-align: left;
}

#two .boxL h3 span {
color: #1e3d99;
}

#two .boxL .txt {
	font-size: 15px;
	line-height: 200%;
	padding-bottom: 30px;
	text-align: left;
}




#two .boxR {
	float: right;
	width: 420px;

}















/*----------------------------------------------------
	☆three
----------------------------------------------------*/



#three {
padding: 20px 0px 200px;
	
}

#three ul li {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 30px;
}



#three h3   {
	font-size: 15px;
	color: #1223b0;
	padding: 50px 0px;
	text-align: center;
	
}


#three h3 span  {
	border: 1px solid #1223b0;
	padding: 5px;
	width: 640px;
	margin: 0 auto;
	display: block;
	
}


#three .img img  {
	width: 100%;
}








/*----------------------------------------------------
	☆footer
----------------------------------------------------*/

#footer {
	background: #000;
	color: #fff;
	padding: 20px 0 50px;
	width: 100%;
}

#footer .inr{
	margin: 0px auto 20px;
	display: flex;
	width: 1300px;
}

#footer .inr .lbox{
	display: inline-block;
	font-size: 14px;
	line-height: 150%;
	margin-right: 30px;
	text-align: center;
	width: 120px;
}
#footer .inr .rbox{
	display: inline-block;
	width: 1170px;
}
#footer .inr .rbox .ft_top {
	display: flex;
	width: 100%;
}
#footer .inr .rbox .ft_top h3{
	display: inline-block;
	font-size: 35px;padding-top: 15px;
	width: 640px;
}
#footer .inr .rbox .ft_top p{
	line-height: 200%;
	font-size: 18px;
	width: 350px;
}
#footer .inr .rbox .btm_nav {
	border-bottom: #818080 1px solid;
	border-top: #818080 1px solid;
	display: flex;
	margin: 30px 0px 15px;
	width: 100%;
}
#footer .inr .rbox .btm_nav ul {
	width: 100%;
}
#footer .inr .rbox .btm_nav ul li{
	display: inline-block;
	width: 19.5%;
}
#footer .inr .rbox .btm_nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	padding: 15px 0px;
	width: 100%;
}

#footer .inr .rbox .btm_nav ul li a span {
	border-right: #818080 1px solid;
	display: inline-block;
	width: 100%;
}
#footer .inr .rbox .btm_nav ul li:last-child a span {
	border-right: none;
}

#footer .copy_right {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
}







@media screen and (max-width: 1080px) {
	
	img {
		width: 100%;
	}
	
	
	
	/*----------------------------------------------------
	☆content
----------------------------------------------------*/

#header {
	height: 80px;
	position: fixed;
	top:0;
	left: 0;
	background: #fff !important;
	z-index: 9999;
}

#header .inr{
	margin: 0px auto;
	width: 93% !important;
}


#header h1 {
	margin: 25px 0px 0px;
	width: 30%;	
}
#header h1 img {
	width: 100%;	
}

#header ul {
	display: block;
	float: right;
	margin: 5px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align: right;
	width: 68%;
	
}
#header ul li.tel {
	display: block;
	width: 100%;
}
#header ul li.tel a{
	display: block;
}
#header ul li.tel a span.f25{
	font-size: 16px;

}
#header ul li.tel a span.f40{
	font-size: 24px;
}

#header .contactBtn a {
	display: block !important;
	font-size: 13px;
	padding: 10px 28px;
}




/*----------------------------------------------------
	☆one
----------------------------------------------------*/

	 h2.hd01 { 
	 font-size: 25px;
	 text-align: center;
	 margin-bottom: 50px;

}

 h2.hd01 span {
	 border-bottom: 2px solid #1e3d99;
	 border-top: 2px solid #1e3d99;
	 padding: 10px 40px;

}

/*----------------------------------------------------
	â˜†MV
----------------------------------------------------*/
#mv {
	
	padding: 10px;
}


#mv h2 {
	font-size: 30px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	margin-top: -10px;

}

#mv h2 span {
color: #2f3cac;

}

#mv .txt {
	padding: 0 0 30px;
	font-size: 15px;
}


/*----------------------------------------------------
	☆one
----------------------------------------------------*/

#one{
padding: 20px 10px;
	
}


#one h3 {
	font-size: 20px;
	line-height: 180%;
	padding-bottom: 30px;
	text-align: center;
}


#one ul{
text-align: center;
}

#one ul li{
	display: inline-block;
	text-align: left;
	margin-right: 0px;
	width: auto;
	margin-bottom: 20px;
}

#one ul li h4 {
	border-left: 5px solid #1e3d99;
	font-size: 18px;
	padding: 5px 10px;
	margin: 20px 0px;
}



#one ul li p {
	font-size: 15px;
	line-height: 150%;
	margin: 0px 0px;
}




/*----------------------------------------------------
	☆two
----------------------------------------------------*/



#two {
padding: 20px 10px;
	
}


#two .box {
	padding-top: 10px;

}

#two .boxL {
	float: none;
	width: auto;

}


#two .boxL h3 {
	font-size: 25px;
	line-height: 180%;
	padding-bottom: 30px;
	text-align: left;
}

#two .boxL h3 span {
color: #1e3d99;
}

#two .boxL .txt {
	font-size: 15px;
	line-height: 200%;
	padding-bottom: 30px;
	text-align: left;
}


#two .boxR {
	float: none;
	width: auto;
	margin-bottom: 30px;

}



/*----------------------------------------------------
	☆three
----------------------------------------------------*/



#three {
padding: 20px 10px;
	
}

#three ul li {
	display: block;
	margin-bottom: 30px;
	margin-right: 0px;
}



#three h3   {
	font-size: 15px;
	color: #1223b0;
	padding: 50px 0px;
	text-align: center;
	
}


#three h3 span  {
	border: 1px solid #1223b0;
	padding: 5px;
	width: auto;
	margin: 0 auto;
	display: block;
	
}


#three .img img  {
	width: 100%;
}





	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*----------------------------------------------------
	☆footer
----------------------------------------------------*/

#footer {
/*	background: #000;
	color: #fff;
	padding: 20px 0 50px;
	width: 100%;*/
}

#footer .inr{
	/*margin: 0px auto 20px;*/
	display: block;
	width: 93% !important;
}

#footer .inr .lbox{
	display: flex;
	line-height: 200%;
	margin-right: 0px;
	text-align: center;
	width: 100%;
}
#footer .inr .lbox p{
	color: #fff !important;
	display: inline-block;
	font-size: 13px !important;
}
#footer .inr .lbox p.txt{
	margin-left: 20px;
}
#footer .inr .rbox{
	display: block;
	width: 100%;
}
#footer .inr .rbox .ft_top {
	display: block;
	width: 100%;
}
#footer .inr .rbox .ft_top h3{
	display: inline-block;
	font-size: 23px;
	padding-top: 25px;
	text-align: center;
	margin-bottom: 25px;
	width: 100%;
}
#footer .inr .rbox .ft_top p{
	line-height: 170%;
	font-size: 15px;
	text-align: center;
	width: 100%;
}
#footer .inr .rbox .btm_nav {
	border-bottom: #818080 1px solid;
	border-top: #818080 1px solid;
	display: flex;
	margin: 30px 0px 15px;
	width: 100%;
}
#footer .inr .rbox .btm_nav ul {
	width: 100%;
}
#footer .inr .rbox .btm_nav ul li{
	display: inline-block;
	border-bottom: #818080 1px solid;
	width: 49%;
}
	#footer .inr .rbox .btm_nav ul li:last-child{
	width: 100%;
}
#footer .inr .rbox .btm_nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	padding: 15px 0px;
	width: 100%;
}

#footer .inr .rbox .btm_nav ul li a span {
	border-right: #818080 1px solid;
	display: inline-block;
	width: 100%;
}
#footer .inr .rbox .btm_nav ul li:last-child a span {
	border-right: none;
}

#footer .copy_right {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
}

}