@charset "UTF-8";
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, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/ caption, th {
  text-align: left;
}
img, textarea {
  vertical-align: bottom;
}
html {
  font-size: 62.5%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a, a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------------------------
	共通	
---------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #F5F5F5;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* ----------------------------------------------------------
	ヘッダー	
---------------------------------------------------------- */
header {
  margin: 0 auto 10px;
}
header #headerInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header #headerInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html header #headerInner {
  height: 1%;
}
header #headerInner h1 {
  margin: 0;
  padding: 20px 0;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
header #headerInner h1 a {
  background-image: url(../images/logo.png);
  width: 275px;
  height: 70px;
  text-indent: -9999px;
  display: block;
  outline: none;
}
header #headerInner h1 img {
  vertical-align: middle;
  margin-right: 5px;
}
#nav #navInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#nav #navInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html #nav #navInner {
  height: 1%;
}
#nav #navInner #sp-menu, #nav #navInner #sp-search {
  display: none;
}
#nav #navInner #navMenu {
  width: 100%;
  padding: 0;
}
#nav #navInner #navMenu:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html #nav #navInner #navMenu {
  height: 1%;
}
#nav #navInner #navMenu .gnav {
  display: table;
  width: 100%;
}
#nav #navInner #navMenu .gnav li {
  display: table-cell;
}
#nav #navInner #navMenu .gnav li a {
  display: block;
  text-align: center;
}
/* ----------------------------------------------------------
	1カラム	
---------------------------------------------------------- */
.column1-Box {
  margin: 0 0 50px;
}
.column1-Box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .column1-Box {
  height: 1%;
}
.column1-Box h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 25px;
}
/* ----------------------------------------------------------
	書籍中央揃え	
---------------------------------------------------------- */
.column1-Box article {
  position: relative;
  overflow: hidden;
}
.column1-Box article ul {
  position: relative;
  left: 50%;
  float: left;
}
.column1-Box article ul li {
  margin: 10px 10px 10px 0px;
  width: 135px;
  position: relative;
  left: -50%;
  float: left;
}
.column1-Box article p {
  text-align: center;
  margin-bottom: 10px;
}
.column1-Box article p span {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: solid 2px #e74c3c;
}
/* ----------------------------------------------------------
	2カラム	
---------------------------------------------------------- */
.column2-Box {
  margin: 0 0 50px;
}
.column2-Box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .column2-Box {
  height: 1%;
}
.column2-Box .hidari {
  background-color: #FFFFFF;
  width: 47.5%;
}
.column2-Box .migi {
  background-color: #FFFFFF;
  width: 47.5%;
}
.column2-Box .left {
  float: left;
}
.column2-Box .right {
  float: right;
}
.column2-Box h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin: 25px;
}
/* ----------------------------------------------------------
	3カラム	
---------------------------------------------------------- */
.column3-Box {
  margin: 0 0 50px;
}
.column3-Box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .column3-Box {
  height: 1%;
}
.column3-Box .Box {
  float: left;
  width: 32.11009%;
  margin: 0 0 0 1.83486%;
}
.column3-Box .Box:first-child {
  margin: 0;
}
/* ----------------------------------------------------------
	4カラム	
---------------------------------------------------------- */
.column4-Box {
  margin: 0 0 50px;
}
.column4-Box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .column4-Box {
  height: 1%;
}
.column4-Box .Box {
  float: left;
  width: 22.93578%;
  margin: 0 0 0 2.75229%;
}
.column4-Box .Box:first-child {
  margin: 0;
}
/* ----------------------------------------------------------
	コンテンツ	
---------------------------------------------------------- */
#main .mainInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
#main .mainInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html #main .mainInner {
  height: 1%;
}
#main .mainInner p {
  margin-top: 10px;
}
.color-Box {
  background: #EF8E39;
}
.bg-Box {
  background: url(../images/bg01.png);
}
/* ----------------------------------------------------------
	各コンテンツ	
---------------------------------------------------------- */
#main .mainInner #news:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html #main .mainInner #news {
  height: 1%;
}
#main .mainInner #news ul {
  overflow: auto;
  height: 345px;
}
#main .mainInner dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 10px 10px;
  clear: both;
}
#main .mainInner dl dt span {
  border-bottom: solid 2px #e74c3c;
}
#main .mainInner dl dd {
  padding: 5px 10px 5px 10px;
}
#main .mainInner #news ul li {
  padding: 5px 10px 5px 10px;
  border-bottom: dashed #999 1px;
}
#main .mainInner ul li span {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 10px;
  padding: 2px 10px;
  color: #fff;
}
#main .mainInner .plan table tr:nth-child(odd) {
  background: #EEE;
}
/* ----------------------------------------------------------
	メールフォーム	
---------------------------------------------------------- */
textarea {
  -webkit-resize: vertical;
  -moz-resize: vertical;
  resize: vertical;
}
input, select {
  vertical-align: middle;
}
table {
  margin: 0 auto;
  margin-bottom: 10px;
}
table tr td {
  padding: 5px;
}
.recaptcha {
  padding: 10px;
  font-size: 15px;
  color: #FFFFFF;
  background-color: #E74C3C
}
input {
  cursor: pointer;
}
/* ----------------------------------------------------------
	フッター
---------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
footer .footerInner2, .gwd-page-content {
  text-align: center;
}
footer #footerInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 30px 0 0;
}
footer .footerInner2 {
  background: #E74C3C;
  color: #fff;
  padding: 30px 0;
}
#footerInner p span {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: solid 2px #e74c3c;
}
footer .footerInner2 .copy {
  font-size: 12px;
  font-size: 1.2rem;
}
footer h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 25px;
}