@charset "UTF-8";
body {
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'游ゴシック',YuGothic,sans-serif;
  min-width: 980px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec {
  position: relative;
  width: 980px;
  margin: 0 auto;
  z-index: 1;
  padding-top: 40px;
}

.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.inner-small {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

.title {
  text-align: center;
}

.contents {
  position: relative;
  background: url("../img/contents-bg.jpg") repeat;
}

.contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/contents-bg_shadow.png") repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/contents-bg_overlay.png") repeat center center;
  background-size: 4000px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.mainvisual {
  background: url("../img/main-bg.jpg") repeat;
}

.mainvisual .logo {
  position: absolute;
  top: 15px;
  left: 40px;
}

.mainvisual .copyright {
  position: absolute;
  bottom: 10px;
  right: 28px;
}

.mainvisual .sns_share {
  position: absolute;
  top: 23px;
  left: 200px;
  font-size: 0;
}

.mainvisual .sns_share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.mainvisual .sns_share a:hover {
  opacity: 0.7;
}

.mainvisual .entry-btn {
  position: absolute;
  right: 87px;
  bottom: 120px;
}

.mainvisual .entry-btn a:hover {
  opacity: 0.7;
}

.mainvisual .linkbtn_wrapper {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.mainvisual .linkbtn_wrapper a {
  display: inline-block;
  margin: 0 5px;
}

.mainvisual .linkbtn_wrapper a:hover {
  opacity: 0.7;
}

.intro {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 5px;
}

.prise {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.prise .prise_a, .prise .prise_b {
  height: 380px;
  background: url("../img/prise-bg.png") repeat;
}

.prise .prise_a .img img, .prise .prise_b .img img {
  margin-left: 87px;
  margin-top: -30px;
}

.prise .prise_a {
  margin-top: 55px;
}

.prise .prise_a .att {
  margin-top: 17px;
}

.prise .prise_b {
  margin-top: 70px;
}

.prise .prise_b .att {
  margin-top: -12px;
}

.prise .att {
  margin-left: 14px;
}

.form .step {
  text-align: center;
  margin-top: 40px;
}

.form .steplink_entry {
  position: absolute;
  left: 40px;
  bottom: 15px;
}

.form .steplink_entry:hover {
  opacity: 0.7;
}

.entry-inner {
  width: 803px;
  height: 790px;
  margin: -45px auto 0;
  background: url("../img/entry-border.png") no-repeat;
  background-size: 803px auto;
  padding-top: 65px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry .tab_title_wrapper {
  font-size: 0;
  margin-bottom: 35px;
}

.entry .tab_title {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.entry .tab_title:hover {
  cursor: pointer;
  opacity: 0.7;
}

.entry .tab_contents {
  display: none;
  position: relative;
}

.entry .tab_contents:first-child {
  display: block;
}

.entry .tab_contents .link {
  position: absolute;
  top: 52px;
  left: 108px;
}

.entry .tab_contents .link a:hover {
  opacity: 0.7;
}

.entry .tab_contents.mb .link_01 {
  left: 109px;
}

.entry .tab_contents.mb .link_02 {
  top: 63px;
  left: 109px;
}

.entry .tab_contents.mb .link_03 {
  top: 73px;
  left: 109px;
}

.entry .contact {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
}

.entry .contact a:hover {
  opacity: 0.7;
}

.entry .entry-btn {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
}

.entry .entry-btn a:hover {
  opacity: 0.7;
}

.qanda {
  margin-bottom: 90px;
}

.qanda .qanda_wrapper {
  position: relative;
  background: url("../img/qanda-bg.png") repeat-y top center;
  margin-top: 80px;
  margin-bottom: 67px;
  padding-bottom: 45px;
  margin-left: 16px;
}

.qanda .qanda_wrapper::before, .qanda .qanda_wrapper::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  right: 0;
}

.qanda .qanda_wrapper::before {
  height: 49px;
  background: url("../img/qanda-bg_top.png") no-repeat top center;
  position: absolute;
  top: -48px;
}

.qanda .qanda_wrapper::after {
  height: 67px;
  background: url("../img/qanda-bg_bottom.png") no-repeat bottom center;
  position: absolute;
  bottom: -67px;
}

.qanda .item {
  width: 695px;
  margin: 0 auto;
  border-bottom: 2px solid #000;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.4;
}

.qanda .item:last-child {
  margin-bottom: 0;
}

.qanda .question::before, .qanda .answer::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}

.qanda .question, .qanda .answer {
  position: relative;
  padding-left: 35px;
  min-height: 26px;
  padding-top: 3px;
}

.qanda .question::before, .qanda .answer::before {
  background: url("../img/qanda-q-tag.png") no-repeat top left;
  background-size: 25px auto;
}

.qanda .question {
  margin-bottom: 10px;
}

.qanda .answer::before {
  background: url("../img/qanda-a-tag.png") no-repeat top left;
  background-size: 25px auto;
}

.qanda .answer a {
  color: #d62a00;
}

.qanda .answer a:hover {
  opacity: 0.7;
}

.public {
  margin-bottom: 90px;
}

.public .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: 0 auto;
  text-align: center;
}

.public .more a:hover {
  opacity: 0.7;
}

.about {
  text-align: center;
}

.about .txt {
  margin-top: 55px;
}

.about .entry-btn {
  margin-top: 55px;
  margin-bottom: 30px;
}

.about .entry-btn a:hover {
  opacity: 0.7;
}

.pagetop {
  text-align: right;
  width: 800px;
  margin: 0 auto;
}

.pagetop a:hover {
  opacity: 0.7;
}

.globalfooter {
  width: 800px;
  padding: 25px 0;
  margin: 0 auto;
  position: relative;
}

.globalfooter .footerlogo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 38px;
  left: 0;
}

.globalfooter .footerlogo:hover {
  opacity: 0.7;
}

.globalfooter .footertext {
  text-align: right;
  font-size: 11px;
  line-height: 1;
}
