@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:700');

/*
	font-family: 'Raleway', sans-serif; font-weight:700;
*/


  

/* CSS Document */

html {
	font-size:10px;
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.7;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#000000;
	min-width:1040px;
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 768px) {
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.5;
}
}

* {
	font-style: normal;
	font-weight: 400;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");
}


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

a:hover img ,
footer .footer_in .f_contents section dl a:hover {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header h2 a:hover img ,
footer dl dt a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
img {
	max-width: 100%;
	height: auto;
}
/*共通*/
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
*/






/*h1*/
h1 {
	display:none;
}


/*header*/
header {
	height:90px;
}
header:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header p {
	float:left;
	width:302px;
	margin:0 0 0 60px;
}
header nav {
	float:right;
}
header nav:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header nav ul {
	float:left;
}
header nav ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header nav ul li {
	float:left;
}
header nav ul li a {
	display:block;
	font-size:1.5rem;
	line-height:1.1;
	padding:40px 0.9em 0;
	height:90px;
}
header nav ul li:last-child a {
	padding-right:2em;
}
header nav ul li a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header nav dl {
	float:left;
}
header nav dl:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header nav dl dt ,
header nav dl dd {
	float:left;
	width:135px;
}
header nav dl dt a ,
header nav dl dd a {
	display:block;
	line-height:90px;
	color:#FFF;
	font-size:1.6rem;
	text-align:center;
	background:#021046;
}
header nav dl dd a {
	background:#fbb014;
}
header nav dl dt a:hover ,
header nav dl dd a:hover {
	color:#FFF;
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (min-width: 1040px) and (max-width: 1400px) {
header {
	height:6.4285vw;
}
header p {
	float:left;
	width:20vw;
	margin:0 0 0 1.5384vw;
}
header nav ul li a {
	font-size:1.0714vw;
	padding:2.8571vw 0.9em 0;
	height:6.4285vw;
}
header nav ul li:last-child a {
	padding-right:1.6em;
}
header nav dl dt ,
header nav dl dd {
	width:9.6428vw;
}
header nav dl dt a ,
header nav dl dd a {
	line-height:6.4285vw;
	font-size:1.1428vw;
	height:6.4285vw;
}
}
@media screen and (max-width: 1040px) {
header {
	height:61px;
	height:45px;
}
header p {
	width:150px;
	margin:0 0 0 10px;
}
header nav ul li a {
	padding:1.2em 0.45em 0;
	font-size:1.4rem;
	height:61px;
	height:45px;
}
header nav ul li:last-child a {
	padding-right:0.9em;
}
header nav dl dt ,
header nav dl dd {
	width:auto;
}
header nav dl dt a ,
header nav dl dd a {
	display:block;
	font-size:1.5rem;
	line-height:61px;
	line-height:45px;
	padding:0 1em;
	height:auto;
}
}
@media screen and (max-width: 768px) {
.sp_header {
}
.sp_header dl {
	display:table;
	border-collapse: collapse;
}
.sp_header dl dt ,
.sp_header dl dd {
	display:table-cell;
	vertical-align:middle;
}
.sp_header dl dt {
	width:53.125vw;
}
.sp_header dl dd {
	width:46.875vw;
	text-align:right;
	padding:0 3.9062vw 0 0;
}
.sp_header dl dd a {
	display:inline-block;
	line-height:1.1;
	font-size:3.3854vw;
	color:#000c3a;
	border: solid 1px #000c3a;
	padding:1.9531vw 3.9062vw 1.3020vw;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.sp_header dl dd a:hover {
	text-decoration:none;
}
}




/*f_contact*/
.f_contact {
	background: url(../img/common/diamond_bg.png) repeat center center;
	color:#FFF;
	line-height:1.1;
	padding:50px 0 60px;
	text-align:center;
}
.f_contact h2 {
	font-family: 'Raleway', sans-serif; font-weight:700;
	font-size:4.8rem;
	text-align:center;
	margin:0 0 10px;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.f_contact h3 {
	font-size:2.0rem;
	text-align:center;
	margin:0 0 20px;
}
.f_contact ul {
	display:inline-block;
	text-align:center;
	font-size:0;
}
.f_contact ul li {
	position:relative;
	display:inline-block;
	/*padding:0 9px;*/
	/*margin:0 18px 0 0;*/
	background:#FFF;
	font-size:0;
}
/*.f_contact ul li:last-child {
	margin:0;
}*/
.f_contact ul li a {
	/*display:inline-block;
	background:#FFF;*/
	position:relative;
	display:block;
	background:#ec9f01 url(../img/common/contact_btn_arrow.png) no-repeat right 40px center;
	width:320px;
	height:90px;
	text-align:center;
	line-height:90px;
	font-size:2.0rem;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFF;
}
/*.f_contact ul li:last-child a {
	background:#ff6316 url(../img/common/contact_btn_arrow.png) no-repeat right 40px center;
}*/
.f_contact ul li a:hover {
	color:#FFF;
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 768px) {
.f_contact {
	padding:6.5104vw 0 7.8125vw;
}
.f_contact h2 {
	font-size:12.5vw;
	margin:0 0 1.3020vw;
}
.f_contact h3 {
	font-size:5.2083vw;
	margin:0 0 2.6041vw;
}
/*.f_contact ul li {
	display:inline-block;
	width:49%;
	padding:0 2.6041vw;
}
.f_contact ul li a {
	display:inline-block;
	background:#FFF;
}*/
.f_contact ul {
	display:block;
	text-align:center;
	font-size:0;
	padding:0 4%;
}
.f_contact ul li {
	display:inline-block;
	width:48%;
	/*margin:0 4% 0 0;*/
	background:#FFF;
}
/*.f_contact ul li:last-child {
	margin:0;
}*/
.f_contact ul li a {
	display:block;
	width:100%;
	height:auto;
	line-height:1.1;
	font-size:3.9062vw;
	padding:4.6875vw 0;
	white-space:nowrap;
	letter-spacing:0;
	background:#ec9f01 url(../img/common/contact_btn_arrow.png) no-repeat right 2.6041vw center;
	background-size:5.2083vw;
}
/*.f_contact ul li:last-child a {
	background:#ff6316 url(../img/common/contact_btn_arrow.png) no-repeat right 2.6041vw center;
	background-size:5.2083vw;
}*/
}


/*footer*/
footer {
	padding:60px 0 50px;
	text-align:center;
}
footer p {
	text-align:center;
	margin:0 0 30px;
}
footer p span {
	font-size: 150%;	
}
footer ul {
	display:inline-block;
	text-align:center;
	margin:0 0 30px;
}
footer ul li {
	display:inline-block;
	padding:0 1em;
	font-size:1.6rem;
}
footer .copy {
	display:block;
	text-align:center;
	font-size:1.3rem;
}
@media screen and (max-width: 768px) {
footer {
	padding:7.8125vw 0 20.8333vw;
	text-align:center;
}
footer p {
	margin:0 0 3.9062vw;
	padding:0 20%;
}
footer ul {
	display:block;
	margin:0 0 3.9062vw;
}
footer ul li {
	padding:0;
	padding:0 2.6041vw;
	font-size:4.1666vw;
}
footer ul li:last-child {
	margin:0;
}
footer .copy {
	font-size:3.3854vw;
}
}



/**/
.fixed_btn {
	display:none;
}
@media screen and (max-width: 768px) {
.fixed_btn {
	position:fixed;
	z-index:10000;
	width:100%;
	bottom:0;
	left:0;
	display:table;
	border-collapse: collapse;
}
.fixed_btn li {
	display:table-cell;
	vertical-align:middle;
	background:#033969;
	width:25.1302vw;
}
.fixed_btn li:nth-child(n+2) {
	width:25vw;
}
.fixed_btn li:last-child {
	width:24.8697vw;
	background:#011426;
}
}


/*page_ttl*/
.page_ttl {
	height:397px;
	line-height:1.1;
	color:#FFF;
	padding:160px 0 0;
}
.page_ttl h2 {
	font-family: 'Raleway', sans-serif; font-weight:700;
	font-size:4.2rem;
	text-align:center;
	margin:0 0 10px;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.page_ttl h3 {
	font-size:2.2rem;
	font-weight:bold;
	text-align:center;
}
@media screen and (max-width: 768px) {
.page_ttl {
	height:auto;
	padding:16.9270vw 0;
}
.page_ttl h2 {
	font-size:7.8125vw;
	margin:0 0 1.3020vw;
}
.page_ttl h3 {
	font-size:5.2083vw;
}
}


/*article*/
.sub article {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0 60px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.sub article.aaa {
	width: 92%;
	margin: 0 auto;
	padding: 10.4166vw 0 7.8125vw;
	font-size: 4.1666vw;
}
}

/*article.aaa*/
.sub article.aaa {
	width: 960px;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.sub article.aaa {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 7.8125vw;
	font-size: 4.1666vw;
}
}

/*article.bbb*/
.sub article.bbb {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.sub article.bbb {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 7.8125vw;
	font-size: 4.1666vw;
}
}

/*article.ccc*/
.sub article.ccc {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.sub article.ccc {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 15.8125vw;
	font-size: 4.1666vw;
}
}

/*article.ddd*/
.sub article.ddd {
	width: 960px;
	margin: 0px auto;
	padding: 80px 0px 50px 0px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.sub article.ddd {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 15.8125vw;
	font-size: 4.1666vw;
}
}


/*タイトル*/
.title {
	padding:100px 0 0;
}
.ttl {
	padding:23px 25px 20px;
	margin:0 0 30px;
	background:#082c66;
	color:#FFF;
	font-size:1.8rem;
	line-height:1.3;
}
.sttl {
	margin:0 0 30px;
	color:#082c66;
	font-size:1.6rem;
	line-height:1.3;
}
@media screen and (max-width: 768px) {
.title {
	margin:0 0 6.5104vw;
}
.ttl {
	padding:2.9947vw 3.2552vw 2.6041vw;
	margin:0 0 3.9062vw;
	font-size:4.687vw;
}
.sttl {
	margin:0 0 3.9062vw;
	font-size:4.1666vw;
}
}



/*タイトル*/
.title02 {
	padding:20px 0 0;
}
.ttl {
	padding:23px 25px 20px;
	margin:0 0 30px;
	background:#082c66;
	color:#FFF;
	font-size:1.8rem;
	line-height:1.3;
}
.ttl span {
	color:#F78D2D;
	font-size:1.6rem;
	line-height:1.3;
}
.sttl {
	margin:0 0 30px;
	color:#082c66;
	font-size:1.6rem;
	line-height:1.3;
}
@media screen and (max-width: 768px) {
.title02 {
	margin:0 0 6.5104vw;
}
.ttl {
	padding:2.9947vw 3.2552vw 2.6041vw;
	margin:0 0 3.9062vw;
	font-size:4.687vw;
}
.ttl span {
	font-size:3.987vw;
}
.sttl {
	margin:0 0 3.9062vw;
	font-size:4.1666vw;
}
}







/* イメージリスト */
#numberList{
	max-width:990px;
	overflow:hidden;
	margin-top:20px;
}

#numberList li{
	width:50%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

#numberList p{
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}


.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 788px){

#numberList li{
	width:50%;
	float:left;
	padding:0 15px;
}
}

/* TABLET */
@media screen and (max-width: 400px){

#numberList li{
	width:100%;
	float:none;
	padding:0 ;
}


}




