@charset "UTF-8";
/* CSS Document */
html{
  font-size: 16px;
  scroll-behavior: smooth;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.4;
  word-break: break-all;
}
img{
	width: 100%;
	display: block;
}
a:hover{
	opacity: 0.7;	
}
body{
	word-break: break-all;
	line-height: 1.6;
}
.mt60{
  margin-top: 60px;
}
.pcOnly{
  display: block;
}
.smtOnly{
  display: none;
}
.bld{
  font-weight: bold;
}
.bgCol-a{
	background-color: #faf8f8;
}
.pcFlex{
  display: flex;
}
.btn01{
	display: table;
	margin: auto;
	padding: 15px 25px;
	background-color: gray;
	color: #fff;
	border-radius: 5px;
}
.inn {
	display: block;
	max-width: 1046px;
	width: 96%;
	margin: 0 auto;
}
.header {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 25px 0 15px;
	border-bottom: 1px solid #B9B8B7;
	border-radius: 5px;
}
.footWrap{
	background-color: #f1f0ef;
	border-top: 5px solid #d5d3d3;
}
.logoArea {
	float: left;
	display: flex;
	align-items: center;
	margin-left: 12px;
}
.logoArea .imgLogo{
	width: 40px;
	margin-right: 10px;
}
.logoArea .logoImg{
	width: 130px;
	height: auto;
}
.memberArea {
	float: right;
}
.memberArea .uList{
	display: flex;
}
.memberArea .uList li.item{
	margin: 0 7px;
}
.moreTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.moreCircle{
	position: relative;
}
.moreCircle a{
	border: 1px black solid;
	padding: 7px 30px 7px 10px;
	position: relative;
}
.moreCircle:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 41%;
    right: 15px;
}
.grayBg{
	background-color: #f4f4f4;
}
.blackBg{
	background-color: #000;
}
.copyRight{
  font-size: 0.6em;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width:780px){
  html body{
    font-size: 13px;
  }
  .pcOnly{
  display: none;
}
.smtOnly{
  display: block;
}
}