@charset "utf-8";
/* header footer navi
------------------------------------------------------------------ */
#header {
  position: relative;
}
#header nav {
  position: relative;
}

#memlink {
  display: flex;
  width: 39%;
  justify-content: flex-end;
}
#memlink span {
  display: inline-block;
  font-size: 1.3em;
}


.site-copy {
  margin-top: 15px;
  font-size: 78.57143%;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media ( max-width: 640px ) {
  .site-copy {
    font-size: 10px;
    margin: 7px 0;
  }
  #memlink {
    display: none;
  }
  #r-btn {
    display: none;
  }
  #mr-btn {
    display: none;
  }
}

.logo {
  width: 100%;
  margin: 30px 0;
  position: relative;
}
.logo .logo-link{
  height: 140px;
  position: relative;
  display: block;
  text-align: center;
}
.logo .logo-link img{ 
  padding: 38px 0;
  text-align: center;
}
.logo .bnr-link{
  width: 170px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .logo {
    max-width: 70%;
    margin: 30px 0 5px;
    display: block;
  }
  .logo .logo-link{
    height: auto;
  }
  .logo .logo-link img{ 
    padding: 0 0 10px;
    text-align: center;
  }
  .logo .bnr-link{
    width: 70%;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
  }
}

@media screen and (max-width: 640px) {
  #gnavi {
    display: none;
    width: 107%;
    position: absolute;
    margin-left: -3%;
    margin-right: -3%;
    z-index: 10;
  }
}
#gnavi li {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  text-align: center;
}
#gnavi.addnew li {
  width: 14.25%;
}
@media screen and (max-width: 640px) {
  #gnavi li {
    width: 100%;
    float: none;
    background: rgba(255, 255, 255, 0.95);
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  #gnavi.addnew li {
      width: 100%;
  }
}
#gnavi li:first-child {
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 640px) {
  #gnavi li:first-child {
    border-left: none;
    border-top: 1px solid #cccccc;
  }
}
#gnavi a {
  display: block;
  text-align: center;
  font-family: "Playfair Display", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 114.28571%;
}
#gnavi a span {
  display: block;
  font-size: 62.5%;
}
#gnavi a:hover {
  color: #0676c5;
}
#gnavi a.now {
  color: #0676C5;
}
@media screen and (max-width: 640px) {
  #gnavi a {
    padding: 10px 0;
    background: url(../images/ico-arrow2.png) 97% center no-repeat;
    background-size: 7px 13px;
  }
  #gnavi a span {
    padding-left: 1em;
    display: inline;
  }
}

#sp-navi {
  display: none;
}
@media screen and (max-width: 640px) {
  #sp-navi {
    display: block;
    position: absolute;
    right: 15px;
    top: 30px;
  }
}

/* gnavi  -------------- */
/* ページトップ -------------- */
#gotop {
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 9;
}
@media screen and (max-width: 977px) {
  #gotop {
    right: 15px;
  }
}
@media screen and (max-width: 640px) {
  #gotop {
    display: none !important;
  }
}
#gotop img:hover {
  opacity: .7;
}

/* footer -------------- */
#footer {
  margin-top: 90px;
  font-size: 78.57143%;
}
@media screen and (max-width: 640px) {
  #footer {
    margin-top: 60px;
    font-size: 71.42857%;
  }
}
#footer .inbox {
  border-top: 1px solid #cccccc;
  padding: 15px 0;
}
#footer .inbox .content {
  position: relative;
}
@media screen and (max-width: 640px) {
  #footer .inbox {
    border-top: none;
  }
}
@media screen and (max-width: 640px) {
  #footer .fadd dt {
    text-align: center;
  }
}
#footer .fadd dd {
  margin-top: 10px;
}

.fnavi {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .fnavi {
    margin-bottom: 0;
  }
}
.fnavi li {
  display: inline;
}
@media screen and (max-width: 640px) {
  .fnavi li {
    margin-left: -3%;
    margin-right: -3%;
    width: 107%;
    display: block;
  }
  .fnavi li:first-child {
    border-top: 1px solid #cccccc;
  }
}
.fnavi li a {
  padding-left: 10px;
  padding-right: 15px;
  background: white url(../images/ico-arrow.gif) 0 center no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .fnavi li a {
    background: white url(../images/ico-arrow@2x.gif) 0 center no-repeat;
    background-size: 5px 8px;
  }
}
@media screen and (max-width: 640px) {
  .fnavi li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: white url(../images/ico-arrow2.png) 97% center no-repeat;
    background-size: 7px 13px;
    border-bottom: 1px solid #cccccc;
    font-size: 118.2%;
  }
}

.copyright {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .copyright {
    position: static;
    margin-top: 7px;
    text-align: left;
  }
}

/* パンくず -------------- */
#page-path {
  margin: 15px 0 60px;
  background: #EDF1F4;
}
@media screen and (max-width: 640px) {
  #page-path {
    margin-bottom: 40px;
  }
}
#page-path li {
  display: inline-block;
  /* *display: inline; */
  /* *zoom: 1; */
  font-size: 78.57143%;
  padding: 10px;
  padding-left: 18px;
  background: url(../images/ico-arrow1.png) 0 center no-repeat;
}
@media screen and (max-width: 640px) {
  #page-path li {
    display: inline;
    font-size: 71.42857%;
  }
}
#page-path li:first-child {
  padding-left: 0;
  background: none;
}
#page-path li:first-child a {
  padding-left: 0;
}
#page-path a {
  display: block;
  text-decoration: underline;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #page-path a {
    display: inline-block;
  }
}
#page-path a:hover {
  text-decoration: none;
}

/* トップページ
------------------------------------------------------------------ */
/* slider -------------- */
#slide {
  position: relative;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.ie #slide {
  width: auto;
}

#slide-logo {
  padding: 45px 0 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #slide-logo {
    padding-top: 20px;
  }
}

#slide {
  position: relative;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #slide {
    padding-left: 0;
    padding-right: 0;
  }
}

/* バナー設置 -------------- */

.top-banner {
  width: 100%;
  padding: 30px 15px;
  background: #ffefab;
  box-sizing: border-box;
  text-align: center;
}
.top-banner a{
  display: inline-block;
}
.top-banner a img{
  max-width: 100%;
  width: auto;
}
.top-banner a:hover{
  opacity: .7;
  transition: 0.3s;
}




/* 最新情報 -------------- */
#list-box.top-news {
  padding: 50px 0 60px;
  background: url(../images/top/news-bg.gif) 0 0 repeat;
}
#list-box.top-news .inbox {
  padding-bottom: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#list-box.top-news dl {
  border-top: none;
}
#list-box.top-news dt {
  color: #fff;
}
#list-box.top-news dt:first-child + dd {
  border-top: none;
}
#list-box.top-news dd {
  padding-bottom: 0;
  border-bottom: none;
  color: #fff;
}
#list-box.top-news dd a {
  color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
#list-box.top-news dd a:hover {
  border-bottom: none;
}

#list-box .tit {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #list-box .tit {
    margin-bottom: 20px;
  }
  #list-box .tit img {
    max-width: 60%;
  }
}
#list-box .inbox {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #list-box .inbox {
    margin-bottom: 15px;
  }
}
#list-box dl {
  position: relative;
  border-top: 1px dotted #cccccc;
}
#list-box dt {
  position: absolute;
  margin-top: 32px;
  left: 15px;
  font-size: 85.71429%;
}
@media screen and (max-width: 640px) {
  #list-box dt {
    position: static;
    margin-top: 15px;
  }
}
#list-box dd {
  padding-left: 160px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  #list-box dd {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }
}
#list-box dd a {
  border-bottom: 1px solid #666;
}
#list-box dd a:hover {
  border-bottom: none;
}

#list-box.event-list dt {
  padding-left: 60px;
  min-height: 20px;
  line-height: 20px;
  background: url(../images/ico-date.gif) 0 center no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #list-box.event-list dt {
    background: url(../images/ico-date@2x.gif) 0 center no-repeat;
    background-size: 51px 20px;
  }
}
#list-box.event-list dd {
  padding-left: 250px;
}
@media screen and (max-width: 640px) {
  #list-box.event-list dd {
    padding-left: 0;
    padding-top: 5px;
  }
}

.news-link {
  text-align: right;
  margin-left: auto;
  width: 140px;
}
.news-link a {
  display: block;
}

.bottom-link {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .bottom-link {
    margin: 30px 0;
  }
}
.bottom-link li {
  display: inline;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .bottom-link li {
    padding: 15px 0 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-link li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .bottom-link.pager li {
    display: inline;
    padding: 0 30px;
  }
}

/* クラブ紹介 -------------- */
#about .tit {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #about .tit {
    margin-bottom: 20px;
  }
  #about .tit img {
    max-width: 60%;
  }
}
#about .tit2 {
  margin: 60px 0 30px;
  padding-bottom: 15px;
  background: white url(../images/line1.gif) 0 bottom no-repeat;
  font-size: 128.57143%;
}
@media screen and (max-width: 640px) {
  #about .tit2 {
    font-size: 114.28571%;
  }
}

@media screen and (max-width: 640px) {
  .about-box {
    margin-top: -30px;
  }
}
.about-box .thema {
  margin: 30px 0;
  padding: 30px;
  border: 1px solid #9DBBE8;
  background: #FAFAFA;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about-box .thema {
    padding: 15px;
  }
}
.about-box .thema .copy {
  font-size: 142.85714%;
  color: #0676C5;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: inline-block;
  /* *display: inline; */
  /* *zoom: 1; */
}
.about-box .thema .copy:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .about-box .thema .copy {
    font-size: 107.14286%;
  }
}
.about-box .thema span {
  font-size: 12px;
  display: block;
}
.about-box .thema .wrap {
  width: 100%;
  display: inline-block;
}
.about-box .thema .wrap:first-child {
  margin-top: 0;
}
.about-box .thema .wrap .text {
  padding-top: 10px;
  text-align: center;
  font-size: 92.85714%;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .about-box .thema .wrap .text {
    text-align: left;
    padding-left: 0;
  }
}
.about-box .thema .wrap .text.sty2 {
  text-align: left;
}
.about-box .thema .wrap .text.sty3 {
  margin-bottom: 20px;
}

.gaikyo-box dl {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .gaikyo-box dl {
    margin-bottom: 30px;
  }
}
.gaikyo-box dl.history dd {
  padding-left: 300px;
}
@media screen and (max-width: 640px) {
  .gaikyo-box dl.history dd {
    padding-left: 10px;
  }
}
.gaikyo-box dt {
  position: absolute;
  margin-top: 22px;
  left: 30px;
  font-size: 92.85714%;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .gaikyo-box dt {
    position: static;
    padding-left: 10px;
    margin-top: 0;
    padding-top: 15px;
    letter-spacing: 1px;
  }
  .gaikyo-box dt:nth-child(4n+3) {
    background: #F7F7F7;
    border-top: 1px solid #E8E8E8;
  }
  .gaikyo-box dt:first-child {
    border-top: 1px solid #E8E8E8;
  }
}
.gaikyo-box dd {
  padding: 20px 20px 20px 0;
  padding-left: 240px;
}
@media screen and (max-width: 640px) {
  .gaikyo-box dd {
    padding: 10px;
  }
}
.gaikyo-box dd:nth-child(4n) {
  background: #F7F7F7;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 640px) {
  .gaikyo-box dd:nth-child(4n) {
    border-top: none;
  }
}
.gaikyo-box dd:nth-child(2) {
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 640px) {
  .gaikyo-box dd:nth-child(2) {
    border-top: none;
  }
}
.gaikyo-box dd:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.gaikyo-box .addr {
  padding-top: 10px;
  font-size: 92.85714%;
}
.gaikyo-box .stit2 {
  margin-left: 5px;
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  background: #E2E3E4;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .gaikyo-box .stit2 {
    margin-left: 0;
  }
}

/* 三役挨拶 -------------- */
#message .tit {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #message .tit {
    margin-bottom: 20px;
  }
  #message .tit img {
    max-width: 60%;
  }
}
#message .tit2 {
  margin: 60px 0 30px;
  padding-bottom: 15px;
  background: white url(../images/line1.gif) 0 bottom no-repeat;
  font-size: 128.57143%;
}
@media screen and (max-width: 640px) {
  #message .tit2 {
    font-size: 114.28571%;
  }
}
#message .tit + .message-box {
  margin-bottom: -60px;
  padding: 0 30px;
  border-top: none;
}

.message-box {
  margin: 60px 0;
  padding: 60px 30px 0;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .message-box {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .message-box {
    margin: 30px 0;
    padding: 15px 0;
  }
}
.message-box .img {
  float: left;
  width: 28.32%;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .message-box .img {
    width: 40%;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
.message-box .img p {
  font-size: 128.57143%;
  margin-top: 10px;
  letter-spacing: 2px;
}
.message-box .img p span {
  letter-spacing: 1px;
  font-size: 12px;
  color: #999;
  display: block;
}
@media screen and (max-width: 640px) {
  .message-box .img p {
    font-size: 114.28571%;
    letter-spacing: 1px;
  }
  .message-box .img p span {
    font-size: 11px;
  }
}
.message-box .text {
  overflow: hidden;
  /* zoom: 1; */
}
@media screen and (max-width: 768px) {
  .message-box .text {
    overflow: inherit;
  }
}
.message-box .text p {
  margin-bottom: 15px;
}
.message-box .text p.sty1 {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .message-box .text p.sty1 {
    line-height: 1.5;
  }
}

/* 活動の記録 -------------- */
/* 一覧 */
#report-list {
  text-align: center;
}
#report-list ul {
  margin-right: -30px;
  margin-top: -10px;
}
@media screen and (max-width: 640px) {
  #report-list ul {
    margin-right: 0;
    margin-top: 0;
  }
}
#report-list li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 30px;
  padding-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #report-list li {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #report-list li:first-child {
    padding-top: 30px;
  }
}
#report-list .img {
  text-align: center;
}
#report-list a {
  display: block;
  line-height: 1.5;
}
#report-list a:hover {
  background: #e4f4fc;
  line-height: 1.5;
}
#report-list .rlist-name {
  text-align: left;
  padding: 5px 10px;
  background: #0676c5;
  color: #fff;
  font-size: 85.71429%;
  border: 1px solid #0676c5;
  border-bottom: none;
}
#report-list .inbox {
  border: 1px solid #cccccc;
  border-top: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  #report-list .inbox {
    padding: 15px 15px 0;
  }
}
#report-list .rlist-tit {
  margin: 30px 7px 90px;
  font-size: 114.28571%;
}
@media screen and (max-width: 640px) {
  #report-list .rlist-tit {
    margin: 30px 0;
  }
}
#report-list .rlist-link {
  margin: 30px 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}
@media screen and (max-width: 640px) {
  #report-list .rlist-link {
    margin: 30px 0;
    position: static;
  }
}

#report-list.top-report .tit {
  margin-top: 70px;
}

.list-link {
  margin-top: 30px;
  margin-left: auto;
  width: 140px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .list-link {
    margin-top: 15px;
  }
}

/* 行事案内 -------------- */
/* 詳細 */
#detail-box .inbox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 977px) {
  #detail-box .inbox {
    max-width: none;
  }
}
#detail-box .tit {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #detail-box .tit {
    margin-bottom: 20px;
  }
  #detail-box .tit img {
    max-width: 60%;
  }
}
#detail-box .tit2 {
  margin: 30px 0;
  padding: 30px;
  font-size: 142.85714%;
  border: 1px solid #9DBBE8;
  color: #0676C5;
  background: #FAFAFA;
  position: relative;
}
@media screen and (max-width: 640px) {
  #detail-box .tit2 {
    font-size: 107.14286%;
    padding: 15px;
    text-align: left;
  }
}
#detail-box .tit2 .wrap {
  margin: auto;
  display: inline-block;
}
#detail-box .tit2 .name {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #detail-box .tit2 .name {
    font-size: 11px;
  }
}
#detail-box .text {
  margin: 50px auto 60px;
  font-size: 107.14286%;
  line-height: 1.8;
}
#detail-box .text a {
  border-bottom: 1px solid #cccccc;
}
#detail-box .text a:hover {
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  #detail-box .text {
    margin: 30px auto;
    font-size: 100%;
  }
}
#detail-box .detail {
  position: relative;
}
#detail-box .detail dt {
  font-weight: bold;
  margin-top: 30px;
  color: #0676C5;
}
#detail-box .detail dd {
  padding: 10px 0 20px;
  border-bottom: 1px solid #cccccc;
}
#detail-box .detail dd a {
  border-bottom: 1px solid #cccccc;
}
#detail-box .detail dd a:hover {
  border-bottom: 1px solid #cccccc;
}
#detail-box .detail-top .img {
  float: right;
  padding-left: 30px;
  padding-bottom: 20px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #detail-box .detail-top .img {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#detail-box .detail-top .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #detail-box .detail-top .text {
    margin-bottom: 0;
  }
}
#detail-box .photo-box {
  margin-right: -30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #detail-box .photo-box {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
#detail-box .photo-box li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #detail-box .photo-box li {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
#detail-box .photo-box li.coment p {
  padding: 20px;
  text-align: left;
}
#detail-box .photo-box li p {
  padding-top: 10px;
  font-size: 85.71429%;
}
#detail-box.event-detail .text, #detail-box.event-detail .detail {
  margin: 50px 30px 60px;
}
@media screen and (max-width: 768px) {
  #detail-box.event-detail .text, #detail-box.event-detail .detail {
    margin: 30px 0;
  }
}

/* お問合せ -------------- */
#inquiry {
  min-height: 400px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 977px) {
  #inquiry {
    max-width: 100%;
    min-height: inherit;
  }
}
#inquiry .tit {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #inquiry .tit {
    margin-bottom: 20px;
  }
}
#inquiry .tit2 {
  margin: 30px 0 15px;
  font-size: 142.85714%;
  color: #0676C5;
}
@media screen and (max-width: 640px) {
  #inquiry .tit2 {
    font-size: 128.57143%;
  }
}
#inquiry .link {
  margin-top: 60px;
  padding-left: 15px;
  background: white url(../images/ico-arrow3.gif) 0 center no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #inquiry .link {
    background: white url(../images/ico-arrow3@2x.gif) 0 center no-repeat;
    background-size: 7px 13px;
  }
}
#inquiry input, #inquiry textarea {
  border: 1px solid #0676c5;
}
#inquiry input[type="image"] {
  border: none;
}
#inquiry table {
  margin-top: 60px;
  width: 100%;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 640px) {
  #inquiry table {
    margin-top: 30px;
  }
}
#inquiry th {
  padding: 30px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  width: 30%;
  vertical-align: middle;
  text-align: right;
}
#inquiry th span {
  margin-left: 10px;
  padding: 2px 4px;
  position: relative;
  top: -2px;
  display: inline-block;
  background: #dc143c;
  font-weight: normal;
  font-size: 78.57143%;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #inquiry th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 5px;
    text-align: left;
    border-bottom: none;
  }
}
#inquiry td {
  padding: 30px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 640px) {
  #inquiry td {
    display: block;
    padding: 0 0 30px;
  }
}
#inquiry .post-code input {
  width: 6em;
  margin: 0 5px;
}
#inquiry .va-t {
  vertical-align: top;
}
#inquiry dt {
  margin-top: 20px;
  font-size: 85.71429%;
}
@media screen and (max-width: 640px) {
  #inquiry dt {
    margin-top: 10px;
  }
}

/* プライバシーポリシー -------------- */
#privacy .tit, #sitemap .tit {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #privacy .tit, #sitemap .tit {
    margin-bottom: 20px;
  }
}
#privacy .inbox, #sitemap .inbox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 977px) {
  #privacy .inbox, #sitemap .inbox {
    max-width: 100%;
  }
}
#privacy .tit2, #sitemap .tit2 {
  margin: 30px 0 15px;
  font-weight: bold;
}
#privacy ul, #sitemap ul {
  margin-top: 30px;
  margin-left: 1.5em;
}
#privacy li, #sitemap li {
  list-style-type: disc;
  list-style-position: outside;
}

/* サイトマップ -------------- */
#sitemap {
  min-height: 400px;
}
@media screen and (max-width: 640px) {
  #sitemap {
    min-height: inherit;
  }
}
#sitemap ul {
  margin-left: 0;
}
#sitemap li {
  display: inline-block;
  width: 30%;
  margin-bottom: 30px;
  padding-left: 15px;
  box-sizing: border-box;
  list-style-type: none;
  background: white url(../images/ico-arrow3.gif) 0 center no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #sitemap li {
    background: white url(../images/ico-arrow3@2x.gif) 0 center no-repeat;
    background-size: 7px 13px;
  }
}
@media screen and (max-width: 640px) {
  #sitemap li {
    width: 100%;
    display: block;
  }
}

/* 文字装飾 -------------- */
.futoji {
  font-weight: bold;
}

.moji-l {
  font-size: 1.3em;
}

.moji-s {
  font-size: .7em;
}

.aoji {
  color: #0676c5;
}

.kasen {
  border-bottom: 1px solid #cccccc;
}
