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

html,body{
    width: 100%;
}

body {
width: 100%;
	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: block;
}



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


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


.pc_only {
	display: none;
}



section {
    clear: both;
    overflow: hidden;
}


 /*======================
header
=====================*/
#header {
	display: none;
}
#hd_logo {
	display: none;
}
#header_SP {
	width: 100%;
	position: fixed;
	z-index: 100;

}
#header_SP .wrap {
	overflow: hidden;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	width: 100%;
 background: #fff;
 padding-bottom: 5px;
}


 /*======================
header_side
=====================*/


#header_SP .wrap .logo {
	width: 70%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 14px;
	padding-left: 3%;
	padding-bottom: 10px;
}

#header_SP .wrap .logo img  {
	vertical-align: bottom;
	width: 100%;
height: auto;
}



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

#global-nav {
display: none;
}

#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: 30px;
 position: relative;
  display: block;
		line-height: 1.8em;
}





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



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





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


#form .body {
	width: 100%;
}





#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;
}
.pagetop span {
display: none;
}
.pagetop span:hover {
		display: none;
}



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

#wrap{
  width: 100%;
}



#footer {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	color: #fff;
}


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


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

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




#footer .bothTop .address {
}

#footer .bothTop .address:before {
    content: '';
    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;
    display: block;
 padding-bottom: 20px;
}


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


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


#footer .bothTop .contact ul li:nth-child(3n) {
display: block;
}




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

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


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




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

#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: 18px;
font-weight: bold;
} 


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





/*===============footer_固定TEL==================*/

#ft_sp{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;
		text-align: center;
}



#ft_sp ul {
    overflow: hidden;
    margin-right: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 200;
    width: 100%;
    background-color: #333;
				font-size: 14px;
}



#ft_sp ul li a {
text-decoration: none;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
display: block;
}


#ft_sp ul li.tel {
width: 46%;
display: block;
float: left;
background-color: #333;
}


#ft_sp ul li.tel a {
    background-color: #333;
    color: #fff;
    font-size: 110%;
}




#ft_sp ul li.mail {
width: 40%;
display: block;
float: left;
background-color: #ccc;;
}




#ft_sp ul li.mail a  {
background-color: #ccc;
font-size: 90%;
color: #333;
}



#ft_sp ul li.mail a:hover {
background-color: #808080;
}



#ft_sp ul li.page_top {
  display: block;
  float: left;
  width: 14% !important;
}


#ft_sp ul li.page_top a {
  background-color: #333;
  color: #fff;
}



ft_sp ul li.page_top a:hover {
background-color: #808080;
}

#ft_sp ul li.page_top a img {
width: 50%;
height: auto;
padding-top: 9%;
}


#ft_sp ul li.page_top a img:hover {
opacity: 0.5;
}



#ft_sp ul li.tel a i {
    color: #fff;
    font-size: 110%;
    padding-right: 4px;
}

#ft_sp ul li.mail a i {
    color: #333;
    font-size: 110%;
    padding-right: 4px;
}


#ft_sp ul li.page_top a i {
    font-size: 120%;
}



/*===============footer_固定TEL　終了==================*/



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

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


#privacy .open  {
text-align: center;
cursor: pointer;
font-size: 14px;
padding-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}



#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: 13px;
}


#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;
}
