@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}

img {
  display: block;
}

a {
  opacity: 1;
  -moz-transition: opacity 0.1s linear 0s;
  -webkit-transition: opacity 0.1s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.1s linear 0s;
}

a:hover {
  opacity: 0.6;
}

a.btn {
  display: block;
}

#container {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

#header {
  padding-left: 10px;
}
#header .menu {
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 19px 50px 0 45px;
  background: url('../img/menu_bg.png') no-repeat 0 0;
  height: 70px;
}
#header .menu li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 37px;
}
#header .menu li:first-child {
  margin-left: 0;
}
#header .menu a {
  display: block;
}

.section {
  position: relative;
  padding: 20px 0 14px;
  margin: 0 0 0 10px;
}
.section:after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section .inner {
  padding: 30px 50px 31px 45px;
}
.section .inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#about:after {
  background-image: url('../img/about_btm.png');
}
#about .inner {
  background-image: url('../img/about_bg.png');
  display: table;
}
#about .img,
#about .txt {
  display: table-cell;
  vertical-align: middle;
}
#about .img {
  width: 160px;
  padding-right: 45px;
}
#about .txt {
  width: 670px;
  font-size: 16px;
  font-size: 1.6rem;
}
#about .txt strong {
  color: #e61515;
  font-weight: bold;
}

#point:after {
  background-image: url('../img/point_btm.png');
}
#point .inner {
  background-image: url('../img/point_bg.png');
}
#point li {
  margin: 30px 0 0;
}
#point li:first-child {
  margin-top: 0;
}
#point .point_inner {
  display: table;
}
#point .img {
  display: table-cell;
  vertical-align: top;
  width: 160px;
  padding-right: 45px;
}
#point .txt_area {
  display: table-cell;
  vertical-align: middle;
  width: 670px;
  padding: 0 0 20px;
}
#point .icon {
  margin: 0 0 15px;
}
#point h3 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
#point h3 strong {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
#point .link {
  text-align: center;
  padding-right: 13px;
}
#point .link .btn {
  width: 394px;
  margin: 0 auto;
}
#point .point01 .icon {
  margin-bottom: 10px;
}
#point .point01 p {
  color: #e61515;
}
#point .point01 p strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#sample:after {
  background-image: url('../img/sample_btm.png');
}
#sample .inner {
  background-image: url('../img/sample_bg.png');
  overflow: hidden;
}
#sample .img_area {
  float: left;
  width: 280px;
}
#sample .img_area .tit {
  padding: 0 0 0.5em;
}
#sample .img_area .tit:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #e61515;
  margin: 0 0.2em 0 0;
}
#sample .txt_area {
  float: right;
  width: 550px;
}
#sample .txt_area li {
  display: table;
  margin: 0 0 30px;
}
#sample .txt_area .icon {
  display: table-cell;
  width: 80px;
  padding-right: 25px;
  vertical-align: top;
}
#sample .txt_area .txt {
  display: table-cell;
  width: 445px;
  vertical-align: middle;
}
#sample .txt_area p {
  margin-top: 10px;
}
#sample .txt_area p:first-child {
  margin-top: 0;
}
#sample .txt_area a.arrow {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 15px;
}
#sample .txt_area a.arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #e61515;
}
#sample .txt_area h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
#sample .txt_area .notes {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 1em 0 0;
}
#sample .txt_area .notes dt {
  clear: left;
  width: 1em;
  float: left;
}
#sample .txt_area .notes dd {
  padding-left: 1em;
}

#register:after {
  background-image: url('../img/reg_btm.png');
}
#register .inner {
  background-image: url('../img/reg_bg.png');
}
#register .clubtoto {
  float: left;
  width: 280px;
}
#register .general {
  float: right;
  width: 570px;
}
#register ul {
  margin: 15px 0 0;
}
#register li {
  margin-left: -15px;
  width: 295px;
  float: left;
  padding: 0 0 0 10px;
}
#register li:first-child {
  padding-left: 0;
}

#footer {
  padding: 20px 0 40px 10px;
  overflow: hidden;
}
#footer .toto {
  float: left;
}
#footer .pagetop {
  float: right;
}
