@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:290px;
	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;
	font-weight:bold;
	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:#81b042;
}
header nav dl dd a {
	background:#ff8416;
}
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: 1600px) {
header {
	height:5.625vw;
}
header p {
	float:left;
	width:18.125vw;
	margin:0 0 0 3.75vw;
}
header nav ul li a {
	font-size:0.9375vw;
	padding:2.5vw 1em 0;
	height:5.625vw;
}
header nav ul li:last-child a {
	padding-right:1.6em;
}
header nav dl dt ,
header nav dl dd {
	width:8.4375vw;
}
header nav dl dt a ,
header nav dl dd a {
	line-height:5.625vw;
	font-size:1vw;
	height:5.625vw;
}
}
@media screen and (max-width: 1040px) {
header {
	height:61px;
}
header p {
	width:150px;
	padding:1em 0 0;
	margin:0 0 0 10px;
}
header nav ul li a {
	padding:1.8em 0.45em 0;
	font-size:1.3rem;
	height:61px;
}
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.4rem;
	line-height:61px;
	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:52.0833vw;
}
.sp_header dl dd {
	width:47.9167vw;
	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:#fd8820;
	border: solid 1px #fd8820;
	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_entry*/
.f_entry {
	background: url(../img/common/f_entry_bg.png) no-repeat center center;
	background-size:cover;
	line-height:1.1;
	padding:50px 0 60px;
	text-align:center;
}
.f_entry h2 {
	font-family: 'Raleway', sans-serif; font-weight:700;
	font-size:4.8rem;
	text-align:center;
	color:#ff7416;
	margin:0 0 10px;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.f_entry h3 {
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
	color:#000;
}
.f_entry ul {
	display:inline-block;
	text-align:center;
	font-size:0;
}
.f_entry ul li {
	position:relative;
	display:inline-block;
	/*padding:0 9px;*/
	margin:0 18px 0 0;
	background:#FFF;
	font-size:0;
}
.f_entry ul li:last-child {
	margin:0;
}
.f_entry ul li a {
	/*display:inline-block;
	background:#FFF;*/
	position:relative;
	display:block;
	background:#fc8c14 url(../img/common/entry_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_entry ul li:last-child a {
	background:#ff6316 url(../img/common/entry_btn_arrow.png) no-repeat right 40px center;
}
.f_entry 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_entry {
	padding:6.5104vw 0 7.8125vw;
}
.f_entry h2 {
	font-size:10.4166vw;
	margin:0 0 1.3020vw;
}
.f_entry h3 {
	font-size:4.6875vw;
	margin:0 0 2.6041vw;
}
/*.f_entry ul li {
	display:inline-block;
	width:49%;
	padding:0 2.6041vw;
}
.f_entry ul li a {
	display:inline-block;
	background:#FFF;
}*/
.f_entry ul {
	display:block;
	text-align:center;
	font-size:0;
	padding:0 4%;
}
.f_entry ul li {
	display:inline-block;
	width:48%;
	margin:0 4% 0 0;
	background:#FFF;
}
.f_entry ul li:last-child {
	margin:0;
}
.f_entry 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:#fc8c14 url(../img/common/entry_btn_arrow.png) no-repeat right 2.6041vw center;
	background-size:5.2083vw;
}
.f_entry ul li:last-child a {
	background:#ff6316 url(../img/common/entry_btn_arrow.png) no-repeat right 2.6041vw center;
	background-size:5.2083vw;
}
}


/*footer*/
footer {
	padding:65px 0 50px;
	text-align:center;
}
footer p {
	text-align:center;
	margin:0 0 30px;
}
footer .kyuujin_p{
	text-align:center;
	font-size: 1.6rem;
}
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 .kyuujin_li{
	font-size: 12px;
	
}
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 25%;
}
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:#fd8217;
	width:25.2604vw;
}
.fixed_btn li:nth-child(n+2) {
	width:25vw;
}
.fixed_btn li:last-child {
	width:24.7395vw;
	background:#fd4217;
}
}


/*page_ttl*/
.page_ttl {
	height:377px;
	line-height:1.1;
	color:#FFF;
	padding:145px 0 0;
}
.page_ttl h2 {
	font-family: 'Raleway', sans-serif; font-weight:700;
	font-size:5.6rem;
	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.2916vw;
	margin:0 0 1.3020vw;
}
.page_ttl h3 {
	font-size:5.2083vw;
}
}



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



/*タイトル*/
.ttl {
	text-align: center;
	line-height: 1.1;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
.ttl span {
	display:block;
	text-align:center;
	line-height:1.1;
	margin:0 0 10px;
	font-family: 'Raleway', sans-serif; font-weight:700;
	font-size:4.8rem;
	font-weight:bold;
	color:#ff7416;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.sttl01 {
	padding:20px 30px;
	margin:0 0 30px;
	font-size:1.8rem;
	font-weight:bold;
	color:#FFF;
	background:#ff7416;
}
.sttl02 {
	margin:0 0 30px;
	font-size:1.6rem;
	font-weight:bold;
	color:#ff7416;
}
.tbl_temp {
	margin:0 0 30px;
	font-size:1.6rem;
	border: solid 1px #b5afb5;
}
.tbl_temp th {
	background:#dddddc;
	border: solid 1px #b5afb5;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
.tbl_temp tr:first-child th {
	padding:10px 30px;
}
.tbl_temp tr:nth-child(n+2) th {
	padding:25px 15px;
}
.tbl_temp td {
	border: solid 1px #b5afb5;
	text-align:center;
	vertical-align:middle;
}
@media screen and (max-width: 768px) {
.ttl {
	text-align:center;
	line-height:1.1;
	margin:0 0 7.8125vw;
	font-size:6.5104vw;
	font-weight:bold;
}
.ttl span {
	display:block;
	text-align:center;
	line-height:1.1;
	margin:0 0 1.3020vw;
	font-family: 'Raleway', sans-serif; font-weight:700;
	font-size:10.4166vw;
	font-weight:bold;
	color:#ff7416;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.sttl01 {
	padding:2.6041vw 3.9062vw;
	margin:0 0 3.9062vw;
	font-size:4.6875vw;
	font-weight:bold;
	color:#FFF;
	background:#ff7416;
}
.sttl02 {
	margin:0 0 3.9062vw;
	font-size:4.1666vw;
	font-weight:bold;
	color:#ff7416;
}
.tbl_temp {
	margin:0 0 3.9062vw;
	font-size:4.1666vw;
	border: solid 1px #b5afb5;
}
.tbl_temp th {
	background:#dddddc;
	border: solid 1px #b5afb5;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
.tbl_temp tr:first-child th {
	padding:1.3020vw 3.9062vw;
}
.tbl_temp tr:nth-child(n+2) th {
	padding:3.2552vw 1.9531vw;
}
.tbl_temp td {
	border: solid 1px #b5afb5;
	text-align:center;
	vertical-align:middle;
}
}




/*sample*/
.sample {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
.sample {
	width:92%;
	margin:0 auto;
	padding:10% 0 0;
}
}
