@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Contrail+One);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  color:#000;
  line-height:1.6;
  font-size:16px;
  margin		: 0;
  padding		: 0;
  position:relative;
}


h1,h2,h3,h4,h5,
ol,ul,li,dl,dd,
address,
div,img{
	margin		: 0;
	padding		: 0;
	}

ol,ul,li,
dl,dd{
	list-style	: none;
	}
	
	
h1,h2,h3,h4,h5{
	font-size		: 100%;
	}

p {margin:0;padding:0;}

table{
	border-collapse: collapse;
	border-spacing: 0;
	}

img{
	margin:0;padding:0;
	border		: none;
	display:block;
	}

input,textarea,select {
	font-size: 1em;
}

.clearfix:after {
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

.overimg:hover img {
	filter:alpha (opacity=70);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* .a
-------------------------------------------------- */
a {
	text-decoration: none;
	outline:none;
	}
a:hover {
  text-decoration: none;
}

/* .line
-------------------------------------------------- */
hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}

.clr01 {
	height		: 2px;
	clear		: both;
	border-bottom:0.05em dotted #95801C;
	padding: 3% 0 0;
	margin-bottom:3%;
	}

/* headerArea
--------------------------------------- */
.headerArea{
  margin:0 auto;
  height:70px;
  width:1200px;
  padding:0 0 0;
  position: relative;
}

@media only screen and  (max-width: 1280px) {
.headerArea {
	width:96%;
}
}

/* sub_m
--------------------------------------- */
.sub_m{
  width:100%;
  margin-bottom:17px;
  float:right;
}


@media only screen and  (max-width: 800px) {
.sub_m{
  display:none;
}
}

.sub_m h1{
  padding:7px 0 0;
  float:right;
  margin-right:30px;
  line-height:1.5;
  color:#000;
  font-weight:normal;
  font-size:0.9em;

}

.sub_m .h_menu{
  float:right;
  margin:0 1%;
  position: relative;
  display:block;
}

.h_menu li{
  margin:0 4px;
  float:right;
  display:block;
  font-size:16px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

.h_menu a{
  color:#FFF;
  display:inline-block;
  padding:6px 10px;
  vertical-align: middle!important;
  -webkit-border-bottom-right-radius:6px;-moz-border-bottom-right-radius:6px;border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;-moz-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
}

.h_menu .phone a:hover{
  color:#FFF;
  -webkit-border-bottom-right-radius:6px;-moz-border-bottom-right-radius:6px;border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;-moz-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
}

.h_menu .mypage a{
  background: #F37F53;
}

.h_menu .mypage a:hover{
  background: #DA6E44;
}

.h_menu .phone a{
  background: #EDA947;
}

.h_menu .phone a:hover{
  background:#E0B84E;
  background: #EDA947;
}

.h_menu .online a{
  background: #74CEE4;
}

.h_menu .online a:hover{
  background: #67C5DC;
}

/* main_menu
--------------------------------------- */
.main_menu{
  margin:0;
  padding:0;
  float:right;
  width:88%;
  box-sizing: border-box;
}

@media only screen and  (max-width: 1280px) {
.main_menu{width:97%;padding:0 2% 0 0;}
}

.main_menu .mbt{
  float:left;
  margin:0 1% 0 3%;
  font-size:15px;
  font-weight:500;
  letter-spacing:0;
  position: relative;
  text-align: center;
  line-height:1.2;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing:0.05em;
}

@media only screen and  (max-width: 1280px) {
.main_menu .mbt{margin:0 0 0 3.3%;}
}

.main_menu li a{
  color:#54B4AA;
}

.main_menu li a:hover{
  color:#F37F53;
}

/* main_menu　sub-menu
--------------------------------------- */
.main_menu li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	width: 200px;
	top: 25px;
	left:0;
	margin-left:-10px;
	border-collapse: collapse;
	list-style: none;
	font-size:1em;
	background: #28C5AE;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
}

.main_menu li:hover ul.sub-menu {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
.main_menu li ul.sub-menu li {
	float: none;  /*サブメニューはフロートさせないので解除*/
}

.main_menu .sub-menu li {
	width: 100%;
	line-height: 1.4;
	text-align: left;
}

.main_menu .sub-menu li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px 10px 15px;
	color: #FFF;
	font-weight:normal;
	font-size:14px;
	text-decoration: none;
	border-bottom:0.05em dotted #FFF;
}

.main_menu .sub-menu li:last-child a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

.main_menu .sub-menu li a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
}

.main_menu .sub-menu li:first-child  a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-left-radius:7px;-moz-border-top-left-radius:7px;border-bottom-top-radius:7px;
	-webkit-border-top-right-radius:7px;-moz-border-top-right-radius:7px;border-top-right-radius:7px;
}

.main_menu .sub-menu li:last-child  a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
	-webkit-border-bottom-left-radius:7px;-moz-border-bottom-left-radius:7px;border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;-moz-border-bottom-right-radius:7px;border-bottom-right-radius:7px;
}

.main_menu .sub-menu:before {
	position: absolute;
	display: block;
	content: "";
	width: 200px;
	height: 20px;
	left: 50%;
	margin-left:-100px;
	top: -9px;
	background-image: url(../images/common/popup_arrow.png);
	background-position: 20% top;
	background-repeat: no-repeat;
}

/* main_menu　sub-menu2
--------------------------------------- */
.main_menu li ul.sub-menu2 {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	width: 150px;
	top: 25px;
	left:0;
	margin-left:-10px;
	border-collapse: collapse;
	list-style: none;
	font-size:1em;
	background: #28C5AE;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
}

.main_menu li:hover ul.sub-menu2 {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
.main_menu li ul.sub-menu li {
	float: none;  /*サブメニューはフロートさせないので解除*/
}

.main_menu .sub-menu2 li {
	width: 100%;
	line-height: 1.4;
	text-align: left;
}

.main_menu .sub-menu2 li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px 10px 15px;
	color: #FFF;
	font-weight:normal;
	font-size:14px;
	text-decoration: none;
	border-bottom:0.05em dotted #FFF;
}

.main_menu .sub-menu2 li:last-child a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

.main_menu .sub-menu2 li a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
}

.main_menu .sub-menu2 li:first-child  a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-left-radius:7px;-moz-border-top-left-radius:7px;border-bottom-top-radius:7px;
	-webkit-border-top-right-radius:7px;-moz-border-top-right-radius:7px;border-top-right-radius:7px;
}

.main_menu .sub-menu2 li:last-child  a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
	-webkit-border-bottom-left-radius:7px;-moz-border-bottom-left-radius:7px;border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;-moz-border-bottom-right-radius:7px;border-bottom-right-radius:7px;
}

.main_menu .sub-menu2:before {
	position: absolute;
	display: block;
	content: "";
	width: 200px;
	height: 20px;
	left: 50%;
	margin-left:-100px;
	top: -9px;
	background-image: url(../images/common/popup_arrow.png);
	background-position: 30% top;
	background-repeat: no-repeat;
}

/* main_menu　sub-menu3
--------------------------------------- */
.main_menu li ul.sub-menu3 {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	width: 225px;
	top: 25px;
	left:0;
	margin-left:-10px;
	border-collapse: collapse;
	list-style: none;
	font-size:1em;
	background: #28C5AE;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
}

.main_menu li:hover ul.sub-menu3 {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
.main_menu li ul.sub-menu3 li {
	float: none;  /*サブメニューはフロートさせないので解除*/
}

.main_menu .sub-menu3 li {
	width: 100%;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
}

.main_menu .sub-menu3 li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px 10px 15px;
	color: #FFF;
	font-weight:normal;
	font-size:14px;
	text-decoration: none;
	border-bottom:0.05em dotted #FFF;
}

.main_menu .sub-menu3 li:last-child a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

.main_menu .sub-menu3 li a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
}

.main_menu .sub-menu3 li:first-child  a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-left-radius:7px;-moz-border-top-left-radius:7px;border-bottom-top-radius:7px;
	-webkit-border-top-right-radius:7px;-moz-border-top-right-radius:7px;border-top-right-radius:7px;
}

.main_menu .sub-menu3 li:last-child  a:hover {
	background-color: #5BA67A;
	color: #FFF;
	text-decoration: none;
	-webkit-border-bottom-left-radius:7px;-moz-border-bottom-left-radius:7px;border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;-moz-border-bottom-right-radius:7px;border-bottom-right-radius:7px;
}

.main_menu .sub-menu3:before {
	position: absolute;
	display: block;
	content: "";
	width: 200px;
	height: 20px;
	left: 50%;
	margin-left:-100px;
	top: -9px;
	background-image: url(../images/common/popup_arrow.png);
	background-position: 20% top;
	background-repeat: no-repeat;
}

.main_menu .sub-menu3 img {
	width:20px;
	height:auto;
	float:left;
	margin-right:5px;
}


/* main-contents
========================================================================== */
#main-contents {
  position: relative;
  width: 100%;
  background	: #FFF ;
  z-index:1;
}

#sub-contents {
  position: relative;
  padding-top:90px;
  width: 100%;
}

@media screen and (max-width: 800px) {
#sub-contents {
  padding-top:70px;
}
}

.bg_codom {
  background:#0EABD0;
  color:#FFF;
}

.bg_green {
  background-color: #58BE98;
  color:#FFF;
}

.bg_bosyu {
  background:url(../images/bg_bosyu.gif) repeat-x center top #F5A31B;
  position: relative;
}

.fusenR {
  position: absolute;
  top:30px;
  right: 20%;
  width:227px;
  height:450px;
  background:url(../images/fusen_right.png) ;
  background-size:227px 450px;
}

@media screen and (max-width: 800px) {
.fusenR {
  width:200px;
  height:433px;
  right: 0%;
  background-size:200px 433px;
}
}

@media screen and (max-width: 568px) {
.fusenR {
  width:150px;
  height:298px;
  background-size:150px 298px;
  top:30px;
}
}

.fusenL {
  position: absolute;
  top:30px;
  left: 20%;
  width:227px;
  height:450px;
  background:url(../images/fusen_left.png) ;
  background-size:227px 450px;
}

@media screen and (max-width: 800px) {
.fusenL {
  width:200px;
  height:433px;
  left: 0%;
  background-size:200px 433px;
}
}

@media screen and (max-width: 568px) {
.fusenL {
  width:150px;
  height:298px;
  background-size:150px 298px;
  top:30px;
}
}

 .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
 @media (min-width:800px){.container{width:770px}}
 @media (min-width:1000px){.container{width:970px}}
 @media (min-width:1280px){.container{width:1170px}}
 .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}


/* p_navi
---------------------------------------------------------------------------*/
.p_navi{
	width: 100%;
	max-width:1200px;
	text-align: left;
	box-sizing: border-box;
	font-size :0.7em;
	letter-spacing	: 0.05em;
	font-weight:400;
	padding:0 10px 2%;
	margin:0 auto;
	color: #000;
	}
	
.p_navi a {
	color: #000;
	text-decoration: none;
	}

.p_navi a:hover {  
	color: #000;
	text-decoration: underline;
	}

@media screen and (max-width: 800px) {
  .p_navi{display:none;}
	}

/* contents
--------------------------------------------------*/
#contents{
  width:76%;
  float:right;
  box-sizing: border-box;
  padding:2% 0 5% 2%;
}

@media only screen and  (max-width: 800px) {
#contents{
	width:100%;
	padding:2% 2% 0;
	float:left;
}
}

@media only screen and  (max-width: 568px) {
#contents{
	padding:2% 1% 0;
}
}

/* sideR
--------------------------------------------------*/
#sideR{
  width:23%;
  float:left;
  box-sizing: border-box;
  padding:2% 1% 3% 0;
}


@media only screen and  (max-width: 800px) {
#sideR{
	width:100%;
	padding:2% 2%;
	clear:both;
	margin-bottom:20px;
}
}

@media only screen and  (max-width: 568px) {
#sideR{
	width:100%;
	padding:2% 1%;
}
}

#sideR .categories{
  border-radius: 0px 0px 0px 0px;
  border:1px solid #3E3E3E;
  width:100%;
  padding-bottom:8px;
}

#sideR .sd_ttl {
  box-sizing: border-box;
  width:100%;
  padding:8px 0 5px;
  text-align:center;
  font-size:1em;
  font-weight:500;
  color:#FFF;
  background:#3E3E3E;
  border-radius: 0px 0px 0 0;
  line-height:1;
}

.ctg_ttl{
  font-weight:600;
  font-size:14px;
  width:84%;
  margin:0 auto 5px;;
  padding:10px 5% 0;
  box-sizing: border-box;
  border-bottom:1px solid #ccc;
}

@media only screen and  (max-width: 800px) {
.ctg_ttl{
  width:90%;
  padding:10px 2% 0;
}
}

#sideR .categories ul{
  box-sizing: border-box;
  width:100%;
  padding:1% 5%;
}

@media only screen and  (max-width: 800px) {
#sideR .categories ul {
  padding:1% 2%;
}
}

#sideR .categories ul li {
  padding: 2px 5%;
  font-size:13px;
  line-height:1.4;
}

#sideR .categories ul li a {
  color: #727272;
  text-decoration:none;
  
}

#sideR .categories ul li a:hover {
  color: #000;
  text-decoration:underline;
}

@media only screen and  (max-width: 800px) {
#sideR .categories ul li {
  display:inline-block;
}
}

@media only screen and  (max-width: 568px) {
#sideR .categories ul li {
  display:block;
}
}


/* .section-heading
-------------------------------------------------- */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 800px) {
.section-heading {
  margin-bottom: 25px;
}
}

@media screen and (max-width: 568px) {
.section-heading {
  margin-bottom: 1%;
}
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}
.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

/* menu global_nav
---------------------------------------------------------------------------*/
#g_nav{
	width:100%;
    background: rgba(37, 165, 154, 0.9);
	color: #FFF;
	position: fixed;
	top: 78px;
	left: 0px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
#g_nav{
	display:none;
}
}

#g_nav .navi{
	margin:0 auto;
	width:auto;
	text-align: center;
	max-width:1200px;
}

#g_nav li{
    display:inline-block;
	padding:10px 5px 10px 25px;
	line-height:1;
	font-size:14px;
	letter-spacing:0.05em;
	color: #FFF;
}

@media screen and (max-width: 1280px) {
#g_nav li{
	padding:10px 0 10px 20px;
}
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#g_nav a {
	color: #FFF;
	text-decoration: none;
	}

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

a.btnPtn01 {
  background: #fff url(../images/icon_btn01.png) no-repeat center left 35px;
  display: inline-block;
  padding: 8px 40px 8px 80px;
  border: 3px solid #2EB6AA;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #2EB6AA;
  margin-top: 2.5%;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing:0.05em;
}

@media only screen and  (max-width: 568px) {
a.btnPtn01 {
	font-size: 1em;
	background: #fff url(../images/icon_btn01.png) no-repeat center left 15px;
	}
}

@media screen and (max-width: 568px) {
a.btnPtn01 {
	padding: 8px 20px 8px 60px;
}
}

a.btnPtn01:hover {
  text-decoration: none;
  background: #2EB6AA url(../images/icon_btn01.png) no-repeat center left 35px;
  color: #FFF;
}

@media screen and (max-width: 568px) {
a.btnPtn01:hover {
	background: #2EB6AA url(../images/icon_btn01.png) no-repeat center left 15px;
}
}

a.btnPtn02 {
  background: #fff url(../images/icon_btn01.png) no-repeat center left 35px;
  display: inline-block;
  padding: 8px 40px 8px 80px;
  border: 3px solid #2EB6AA;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #2EB6AA;
  margin-top: 0;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing:0.05em;
}

@media only screen and  (max-width: 568px) {
a.btnPtn02 {
	font-size: 1em;
	background: #fff url(../images/icon_btn01.png) no-repeat center left 15px;
	}
}

a.btnPtn02:hover {
  text-decoration: none;
  background: #2EB6AA url(../images/icon_btn01.png) no-repeat center left 35px;
  color: #FFF;
}

@media screen and (max-width: 568px) {
a.btnPtn02 {
	margin-top: 15px;
	padding: 8px 20px 8px 60px;
}
a.btnPtn02:hover {
  background: #2EB6AA url(../images/icon_btn01.png) no-repeat center left 15px;
}
}

/* スクロールボタン
--------------------------------------------------*/
.scr_bt  {
	display:block;
	width:98%;
	margin:0 auto 1%;
	letter-spacing:.05em;
	font-weight:400;
	text-align: center;
}

.scr_bt>li{font-size:0.9em;display:inline-block;padding-left:5px;padding-right:5px;color:#ccc; margin-bottom:15px;}

@media only screen and  (max-width: 800px) {
.scr_bt>li{padding-left:2px;padding-right:2px;margin-bottom:10px;}
}

@media only screen and  (max-width: 568px) {
.scr_bt {margin:0 auto 0;}
}

.scr_bt a{color:#FFF;display:inline-block;padding:5px 15px 4px;background-color:#2EB6AA;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;border:2px solid #2EB6AA;}
.scr_bt a:hover{color:#28A69B;text-decoration:none;background-color:#FFF;}

/* スクロールボタン2
--------------------------------------------------*/
.scr_bt2  {
	display:block;
	width:98%;
	margin:0 auto 1%;
	letter-spacing:.05em;
	font-weight:400;
	text-align: center;
}

.scr_bt2>li{font-size:0.9em;display:inline-block;padding-left:5px;padding-right:5px;color:#ccc; margin-bottom:15px;}

@media only screen and  (max-width: 800px) {
.scr_bt2>li{padding-left:2px;padding-right:2px;margin-bottom:10px;}
}

@media only screen and  (max-width: 568px) {
.scr_bt2 {margin:0 auto 0;}
}

.scr_bt2 a{color:#0D9274;display:inline-block;padding:5px 15px 4px;background-color:#FFF;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;border:2px solid #0D9274;}
.scr_bt2 a:hover{color:#FFF;text-decoration:none;background-color:#0D9274;}

/* footer
========================================================================== */
footer{
float:left;
color:#FFF;
background: #28A79C;
width:100%;
margin:0 auto;
padding:2.5% 0 0.5%;
display:block;
clear:both;
position:relative;
}

@media screen and (max-width: 568px) {
footer{
  padding:5% 0 0.5%;
}
}

.copy{
	font-size:0.9em;
	margin:1% auto 0;
	clear:both;
	text-align: center;
	width:100%;
	float:left;
}


.f_logo{
	margin:0 auto 10px;
	text-align: center;
	width:270px;
}

.f_logo img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 568px) {
.f_logo{
  width:180px;
}
}

.f_name{
	line-height:1.8;
	margin:0.5% auto;
	text-align: center;
	width:100%;
}

.f_name a {
	text-decoration: none;
	color: #FFF;
}
.f_name a:hover {
	color: #FFF;
	text-decoration: none;
}

.f_name span{
	font-size:2em;
	font-family: 'Limelight', sans-serif;
}

.f_name strong{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size:2em;
  font-weight:500;
}

@media screen and (max-width: 568px) {
.f_name{
	font-size:0.9em;
}

.f_name strong{
	font-size:1.6em;
}
.copy{
	margin:5% auto 3%;
}
}

.copy a {
	text-decoration: none;
	color: #FFF;
}
.copy a:hover {
	color: #FFF;
}

.f_menu{
	margin:2% 1% 2%;
	width:98%;
	text-align: center;
	display:block;
}

.f_menu li{display:inline-block;padding-left:10px;padding-right:10px;color:#ccc; margin-bottom:10px;font-size:0.9em;}

.f_menu a {
	text-decoration: underline;
	color: #FFF;
}
.f_menu a:hover {
	color: #FF0000;
	text-decoration: none;
}

.f_menu p{
	text-align: center;
}

.f_menu span{
	margin:0 1%;
}

@media screen and (max-width: 800px) {
.f_menu{
	margin:5% auto 1%;
	width:94%;
}
}


/* page_top
========================================================================== */
#page_top {
position: fixed;
bottom: 1.8%;
right: 1.5%;
z-index:900;
}

.pcHide{display: none;}

/*---------------------------------タブレット---------------------------------------*/
@media screen and (max-width: 800px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/*---------------------------------スマホ---------------------------------------*/
@media screen and (max-width: 568px) {
.pcHide{display: block;}
tbHide{display: block;}
.spHide{display: none;}
}
