@charset "UTF-8";
/*=============================================================
#base
=============================================================*/

html,body{
    width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
 	-webkit-text-size-adjust: 100%;
			position: relative;
}


a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}
.hd {
	display: none;
}

.yu_min {
font-family : YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}


.teko {
font-family: 'Teko', sans-serif;
}



a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
}



.pc_only {
	display: block;
}


.sp_only {
	display: none;
}


section {
    clear: both;
    overflow: hidden;
}




/*=============================================================
#header
=============================================================*/

#header_SP {
display: none;
}


header#global-nav {
width: 100%;
z-index: 100;
}



header#global-nav .body {
padding-top: 10px;
padding-bottom: 10px;
overflow: hidden;
}


header#global-nav h1 {
width: 20%;
float: left;
}

header#global-nav h1 img {
width: 80%;
height: auto;
}


header#global-nav .h_right {
float: right;
width: 80%;
overflow: hidden;
font-size: 14px;
padding-top: 40px;
  padding-bottom: 0;
  margin: 0 auto;
}



header#global-nav .h_right ul {
overflow: hidden;
width: 90%;
float: left;
text-align: right;
box-sizing: border-box;
}

header#global-nav .h_right ul li {
display: inline-block;
text-align: center;
box-sizing: border-box;
border-right: 1px solid #333;
padding-left: 3%;
padding-right: 3%;
}


header#global-nav .h_right ul li a {
color: #333;
text-decoration: none;
  display: block;
  text-align: center;
padding:0 10px;
box-sizing: border-box;
}


header#global-nav .h_right ul li:last-child {
border: none;
padding-right: 0;
}




/*=============================================================
#NAVI
=============================================================*/



#global-nav {
  position: static;
  top: -30px;
  transition: all 0.3s ease 0s;
		border-bottom: 1px solid #ffffff;
		background: #fff;
}


#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}



/*=============================================================
#contents
=============================================================*/



h3 {
text-align: center;
color: #333333;
font-weight: bold;
letter-spacing: 0.1em;
font-size: 30px;
padding-top: 100px;
 position: relative;
  display: block;
  margin-bottom: 1em;
		line-height: 1.8em;
}





h3:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
}



h3 + p {
text-align: center;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.3em;
}




.body {
	max-width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}


#inner {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}




.contents_wt {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
}





#contents {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
}



/*===========
ぱんくず
===========*/
.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #000;
}
.breadcrumb-list a {
	color: #5CA73C;
	text-decoration: none;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
.breadcrumb-list strong {
	font-weight: bold;
	color: #5CA63D;
}




/*=============================================================
pagetop
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #ccc;
}



/*=============================================================
#FOOTER
=============================================================*/



#wrap{
  width: 100%;
}



#footer {
	position: relative;
 
}



#footer .copy {
	width: 100%;
	text-align: center;
		background: #2abc2a;
		color: #fff;
  	padding-top: 10px;
	padding-bottom: 10px;
}


#footer .bothTop {
overflow: hidden;
padding-top: 20px;
padding-bottom: 40px;
background: #333333;
color: #fff;
}

#footer .bothTop .company {
overflow: hidden;
}




#footer .bothTop .address {
}

#footer .bothTop .address:before {
    content: '';
    display: inline-block;
    width: 200px;
    height: 71px;
    background-image: url(/images/ft_address_logo.png);
    background-size: contain;
    vertical-align: -3px;
    background-repeat: no-repeat;
    padding-right: 4px;
}


#footer .bothTop .contact {
padding-top: 10px;
}


#footer .bothTop .contact ul li {
display: inline;
padding-right: 1em;
}


#footer .bothTop .footer_nav {
padding-top: 20px;
}

#footer .bothTop .footer_nav ul li {
display: inline;
padding-right: 1.5em;
}


#footer .bothTop .footer_nav ul li a {
color: #2abc2a;
}




#footer .bothBottom {
overflow: hidden;
background: #fff;
}

#footer .bothBottom dl {
padding-top: 40px;
padding-bottom: 40px;
} 


#footer .bothBottom dl dt {
font-size: 15px;
padding-bottom: 10px;
} 

#footer .bothBottom dl dd {
font-size: 32px;
font-weight: bold;
} 


#footer .bothBottom dl dd:before  {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(/images/ft_b_logo.png);
    background-size: contain;
    vertical-align: -5px;
    background-repeat: no-repeat;
    padding-right: 3px;
}






/*==========================プライバシーポリシー===============================================================================================*/

#privacy {
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 40px;
margin-left: 0px;
}


#privacy .open  {
text-align: center;
cursor: pointer;
font-size: 16px;
padding-bottom: 10px;
}



#privacy .open span {
    color: #f00;
    text-decoration: underline;
}

#privacy .pv {
text-align: left;
margin: 0px;
padding: 20px;
border: 1px solid #CCC;
}

#privacy .pv dl {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 15px;
}


#privacy .pv dl .title {
font-size: 16px;
text-align: center;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}

#privacy .pvbox .pv dl dd {
line-height: 1.5em;
}


