/* style.css */

@charset "UTF-8";

@import url('reset.css');
@import url('layout.css');

/* トップページ
============================================*/


#main {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 60px;
	text-align: center;
}
#main h2{
	font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
	font-weight: bold;
}
.catchtxt{
	font-size: 1.5rem;
	margin-bottom: 50px;
}
.expbox{
	width: 500px;
	margin: 0 auto;
	border: 2px solid #999999;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
.expbox p{
	font-size: 1.5rem;
	padding: 10px 0;
	border-bottom: 1px solid #b2b2b2;
	background: linear-gradient(#fff, #e8e8e8 );
}
.expbox ul{
	text-align: left;
	padding: 20px 30px;
}
.expbox ul li{
	position: relative;
	font-size: 1.1rem;
	font-weight: 600;
	padding-left: 30px;
}
.expbox ul li:first-child::before{
	content: "①";
	position: absolute;
	left: 0;
	top: 0;
}
.pb20{
	padding-bottom: 20px;
}
.expbox ul li:nth-child(2)::before{
	content: "②";
	position: absolute;
	left: 0;
	top: 0;
}
.chat{
	width: 500px;
	padding: 10px 0 0;
	margin: 0 auto;
}
.chat p{
	text-align: right;
	margin-bottom: 30px;
}
.kiyaku{
	padding: 20px 0 30px;
}
.kiyaku a{
	color: #0071b8;
	font-size: 1.1rem;
	text-decoration: underline;
}
.toppage a{
	font-size: 1.1rem;
}

#pageTop {
	display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
}
#pageTop a {
    display: block;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url(../images/common/pagetop.png) center / cover no-repeat;
}

/*-------------------------
|                         |
|  レスポンシブCSS        |
|  SP用（767px以下）  　　|
|													|
-------------------------*/

@media screen and (max-width:766px){
}



/*-------------------------
|                         |
|  レスポンシブCSS        |
|  PC用（767px以上）  　　|
|													|
-------------------------*/

@media screen and (min-width:767px){

}
