body, h1, h2, h3, h4, h5, h6, p, div, dt, dd, dl, img, input, form, ul, ol,  li, span, iframe {
	margin: 0px;
	padding: 0px;
vertical-align: bottom;
}
html {
  scroll-behavior: smooth; /* スムーススクロール */
}
ul,
ul li {
	list-style: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;
}

/* ol内のliのスタイル */
ol li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.5;
}

/* 2つ目以降のliにmargin-topを指定 */
ol li:not(:first-child) {
  margin-top: 10px;
}

/* 数字のスタイル */
ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #587F91;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
_::-webkit-full-page-media, _:future, :root ol li::before {
  line-height: 25px;
}

.br_sp,
.br_sp3 { 
display:none;
}
.br_sp2 { 
display: block;
	clear: both;
	min-height: 1px;
}
.pc {
	display: none;
}
.sb0 {
	background: #000;
	box-sizing: border-box;
	margin: 10px 0 20px 0;
	width: 100%;
	text-align: center;
border-radius: 10px;
	padding: 10px 0;
}
.sb {
	margin: auto;
	text-align: center;
	width: 200px;
}

.t_80 {
 font-size: 80%;
}
.point {
	color:  #F90;
	font-weight: bold;
	line-height:2;
}
.point2 {
	color:  #587F91;
	font-weight: bold;
	line-height:2;
}
.name {
	color:  #587F91;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
background-color: rgba(255,255,255,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  }
body {
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
		sans-serif;
	font-weight: 550;
	font-feature-settings : "palt";
letter-spacing: .5px;
color: #000;
font-size: 1.2rem;
line-height:1.8rem;
}
a {
 text-decoration: none;
}
img {
 border: 0;
 vertical-align: bottom;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.item {
  width:100%;
}
.h_logo {
	z-index: 999999;
  width: 200px;
  height: 33px;
	display: block;
	position: absolute;
	top:11px;
	left: 10px;
}
h1 a {
	background: url(../img/logo.gif) no-repeat;
	background-size: 200px 33px;
  display: block;
  width: 200px;
  height: 33px;
}
h1 a span {
	display: none;
}
.contact {
	display: none;
}


.drawer-hamburger {
  margin: 4% 0 0 0;
}
.container {
padding: 0px 6%;
box-sizing:border-box;
width:100%;
}

img {
	vertical-align: bottom;
}
.more_box{
	margin: 3% auto 0 auto;
	text-align: center;
}
.more {
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	border-bottom: 1px solid #587F91;
    padding: 8px 50px 8px 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #587F91;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
	font-size: 80%;
}
.more:hover{
	color:#587F91;
}
/*矢印と下線の形状*/
.more::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:0px;
    /*下線の形状*/
	width:30px;
	height:1px;
	background:#587F91;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.more::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 20%;
    right: 5px;
    /*矢印の形状*/
	width:1px;
	height:13px;
	background:#587F91;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.more:hover::before{
	right:-10px;
}

.more:hover::after{
	right:-5px;
}

.sub {
	display: none;
		font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: normal;
}
/*	footer
/* ------------------------------------- */
#footer{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: normal;
	background: #EEF2F4;
	width: 100%;
	margin: 6% 0px 0px 0px;
	color: #587F91;
	font-size: 80%;
}
.footer_box {
	padding: 6%;
}

#footer h4 a,
#footer address a {
	color: #587F91;
}
#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6;
  margin: 10px auto 0 auto;
}
#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.6;
  margin: 10px auto 0 auto;
}
.c {
 font-size: 120%;
	line-height:1.3;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    display: block;
    background-color: #ABBFC8;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px 10px 10px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #587F91;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


/* ------------------------------------- */
/*	 resposive480
/* ------------------------------------- */
@media screen and (min-width: 480px) {

.item {
  margin: 0px 0px 0px 0px;
}
.br_sp3 { 
display:none;
}
}
/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
.clearfix2:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix2 {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix2 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.br_sp2 { 
display:none;
}
.sf {
	display: none;
}
.pc {
	display: block;
}
.item {
  margin: 0px 0px 0px 0px;
}
.h_logo {
  width: 250px;
  height: 45px;
	top:13px;
	left: 10px;
}
h1 a {
	background: url(../img/logo.gif) no-repeat;
	background-size: 250px 41px;
  display: block;
  width: 250px;
  height: 41px;
}

.more_box{
	margin: 3% auto 0 auto;
	text-align: left;
}
	
/*	footer
/* ------------------------------------- */
#footer{
	margin: 4% 0px 0px 0px;
}
.footer_box {
	padding: 4% 6%;
}
#footer address {
  margin: 5px auto 0 auto;
}
#footer p {
  margin: 5px auto 0 auto;
}
}
/* ------------------------------------- */
/*	 resposive1100
/* ------------------------------------- */
@media screen and (min-width: 1100px) {
.br_sp { 
display: block;
}
.h_logo {
  width: 300px;
  height: 49px;
	position: static;
}
h1 a {
	background: url(../img/logo.gif) no-repeat;
	background-size: 300px 49px;
  display: block;
  width: 300px;
  height: 49px;
}
.container {
	width:980px;
	margin: 0px auto;
	padding: 0;
}
.container2 {
margin: 0px auto;
}
.item {
  margin: 0px 0px 0px 0px;
}
.more_box{
	margin: 3% auto 0 auto;
	text-align: left;
}
	
.sub {
	display: block;
	background: #EEF2F4;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 40px 0;
	color: #587F91;
	font-size: 70%;
	}
.sub a {
	color: #587F91;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
	}
.sub a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.sub dl dt {
		font-weight: bold;
	line-height: 2;
	}
.sub dl dd {
	margin: 0 0 0 1em;
	line-height: 2;
	}
.sub_m {
	padding: 1em 0 0 0;
	}
.sub_box01 {
		width: 220px;
	float: left;
	}	
.sub_box02 {
		width: 300px;
	float: left;
	}
.sub_box03 {
		width: 220px;
	float: left;
	}
	
/*	footer
/* ------------------------------------- */

a[href^="tel:"] {
    pointer-events: none;
}
/*	footer
/* ------------------------------------- */
#footer{
	background: #FFF;
	margin: 0px;
}
.footer_box {
	padding: 40px 0;
	width: 980px;
	margin: auto;
}
#footer address {
  margin: 5px auto 0 auto;
}
#footer p {
  margin: 5px auto 0 auto;
}
}