@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  display: block;
}

a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #C24C4C;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

strong {
  font-weight: bold;
  font-size: 1.1em;
}

em {
  -webkit-border-radius: 0 0 3px 9px;
  -moz-border-radius: 0 0 3px 9px;
  -ms-border-radius: 0 0 3px 9px;
  -o-border-radius: 0 0 3px 9px;
  background-image: -webkit-linear-gradient(1.6deg, #D7E1B3, #D7E1B3 30%, transparent 30.1%, transparent);
  background-image: -moz-linear-gradient(1.6deg, #D7E1B3, #D7E1B3 30%, transparent 30.1%, transparent);
  background-image: -o-linear-gradient(1.6deg, #D7E1B3, #D7E1B3 30%, transparent 30.1%, transparent);
  background-image: linear-gradient(1.6deg, #d7e1b3, #d7e1b3 30%, rgba(0, 0, 0, 0) 30.1%, rgba(0, 0, 0, 0));
}

mark {
  padding: 1px 5px 2px;
  background: #F5E2E2;
}

body {
  background: url(../images/bg.png);
  font-size: 18px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  color: #222;
}

#global {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/bg_fixed.png) no-repeat fixed 93% 5%;
}

.wrapper {
  width: 1030px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: rgba(192, 69, 69, 0.65098) 0px 0px 5px 3px;
  -webkit-box-shadow: rgba(192, 69, 69, 0.65098) 0px 0px 5px 3px;
  -moz-box-shadow: rgba(192, 69, 69, 0.65098) 0px 0px 5px 3px;
}
.wrapper header {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
}
.wrapper header h1 {
  margin: 0 auto;
}
.wrapper .wrap {
  width: 970px;
  margin: -100px auto 0;
  padding: 50px 0;
  border-right: 1px solid #CBA6A6;
  border-left: 1px solid #CBA6A6;
}
.wrapper .wrap .content {
  width: 850px;
  margin: 0 auto;
  padding: 20px 50px;
}
.wrapper .wrap .content h2 {
  width: 850px;
  margin: 40px auto;
}
.wrapper .wrap .content figure {
  width: 700px;
  margin: 50px auto;
}
.wrapper .wrap .content p {
  width: 850px;
  margin: 20px auto;
}
.wrapper .wrap .plan {
  width: 850px;
  margin: 60px auto;
}
.wrapper .wrap .detail {
  width: 850px;
  margin: 50px auto;
}
.wrapper .wrap .detail table {
  width: 850px;
  margin: 0 auto 0 0;
  float: left;
  border-right: 2px solid #C04545;
  border-left: 2px solid #C04545;
  border-bottom: 2px solid #C04545;
}
.wrapper .wrap .detail table tr th {
  width: 150px;
  background: #eee;
  border-bottom: 1px solid #D78A8A;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  vertical-align: middle;
}
.wrapper .wrap .detail table tr td {
  width: 700px;
  padding: 20px;
  border-bottom: 1px solid #D78A8A;
  overflow: hidden;
}
.wrapper .wrap .detail table tr td table {
  width: 460px;
  margin: 20px 0;
  border: 0;
  float: left;
}
.wrapper .wrap .detail table tr td table tr th {
  width: 140px;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  background: none;
  font-size: 15px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: left;
}
.wrapper .wrap .detail table tr td table tr td {
  width: 320px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.wrapper .wrap .detail table tr td table tr:last-child th {
  border-bottom: 0;
}
.wrapper .wrap .detail table tr td table tr:last-child td {
  border-bottom: 0;
}
.wrapper .wrap .detail table tr td figure {
  width: 180px;
  margin: 20px 0 0 25px;
  padding: 0;
  float: left;
}
.wrapper .wrap .detail table tr td figure img {
  width: 100%;
}
.wrapper .wrap .profile {
  width: 850px;
  margin: 50px auto;
  padding: 80px 0 30px;
  clear: both;
}
.wrapper .wrap .profile h2 {
  margin: 0 0 20px;
  font-size: 42px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.wrapper .wrap .profile h2 span {
  color: #C24C4C;
}
.wrapper .wrap .profile img {
  margin: 0 0 0 20px;
}
.wrapper .wrap .entry {
  width: 850px;
  margin: 50px auto;
  text-align: center;
}
.wrapper .wrap p.btn {
  top: 0;
}
.wrapper p.btn {
  width: 443px;
  height: 97px;
  margin: 0 auto;
  top: -50px;
  position: relative;
  background: url(../images/btn_on.png) no-repeat;
  z-index: 100;
}
.wrapper p.btn a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper p.btn a img:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.wrapper footer {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: #C04545;
  text-align: center;
}
.wrapper footer p {
  font-size: 11px;
  color: #fff;
  text-align: center;
}
