@charset "UTF-8";
body {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  /*	font-family: Arial, sans-serif;*/
  -webkit-font-smoothing: antialiased;
  /*	background: #E46E6E;*/
  background: #fff;
  text-align: justify;
}

a {
  color: #000000;
  text-decoration: none;
}

.txtLink {
  color: #c20430;
  text-decoration: underline;
}

.txtLink:hover {
  color: #e2c138;
  text-decoration: none;
}

img {
  height: auto;
}

.gothic {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

h3 {
  background-image: url(../image/ico_h2.jpg);
  background-repeat: no-repeat;
  padding-left: 25px;
  height: 21px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 110%;
}

.mainInner section {
  margin-bottom: 30px;
  color: #11591e;
}

#loginout {
  position: absolute;
  right: 19px;
  top: 10px;
  border: 1px solid #b34747;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 0.9em;
  margin-left: 30px;
  cursor: pointer;
}

/* ----------------------------------------------------------
header
---------------------------------------------------------- */
header #headerInner,
.mainInner,
footer #footerInner {
  max-width: 1200px;
}

header {
  margin: 0 auto 10px;
  box-shadow: 0 3px 2px 0 rgba(200, 200, 200, 0.1);
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}

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 {
  float: left;
  margin: 0;
  padding: 12px 0;
  /*    width: 50%;*/
  font-weight: bold;
  font-size: 28px;
  font-size: 2.2rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.iinkai {
  font-size: 18px;
}

header #headerInner h1 a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

header #headerInner h1 img {
  vertical-align: middle;
  margin-right: 5px;
  width: 310px;
}

#loginInfo {
  float: right;
  padding-top: 8px;
}

#loginInfo p {
  display: inline;
}

#juken_no {
  margin-right: 20px;
}

#navMenu a {
  background: url(../images/ico_sakura.png) no-repeat left center;
  padding: 10px 0 10px 15px;
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
}

#nav {
  float: right;
  margin-top: 0;
}

#navMenu .pc {
  display: block !important;
}

#navInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#navInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

#navInner {
  height: 1%;
}

#sp-search {
  display: none;
}

#navMenu {
  width: 100%;
  padding: 0;
}

#navMenu:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

#navMenu {
  height: 1%;
}

#navMenu .gnav {
  display: table;
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
}

#navMenu .gnav li {
  display: table-cell;
}

#navMenu .gnav li a {
  display: block;
  text-align: center;
}

#navMenu .gnav li a span {
  color: #41a3bd;
}

#navMenu .gnav li.current a {
  color: #F05249;
}

#navMenu .gnav li a:hover {
  color: #F05249;
}

#navMenu .gnav li a:hover span {
  color: #0a576c;
}

#sp-menu {
  display: none;
}

/*共通*/
table {
  /*	width: 100%;*/
}

/* ----------------------------------------------------------
	mainv
---------------------------------------------------------- */
#mainv {
  background-color: transparent;
  margin: 0 auto;
  height: 470px;
}

#mainv img {
  max-width: 1400px;
}

#imgFuji {
  max-width: 1400px;
  width: 100%;
}

#mainv {
  text-align: center;
  padding-top: 100px;
  height: 478px;
  overflow: hidden;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

#mainv_wrapper {
  position: relative;
  background: url(../image/bg_pink.jpg);
}

#imgFlower {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-45%, 0);
  width: 1250px;
}

#imgNana {
  position: absolute;
  top: 236px;
  left: 610px;
  width: 170px;
}

#imgMeikyo {
  position: absolute;
  top: 158px;
  left: 310px;
  width: 170px;
}

.sub #mainv {
  background: url(../images/main_subpage.png) no-repeat;
  height: auto;
}

@media (max-width: 1020px) and (min-width: 768px) {
  #imgFlower {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-45%, 0);
    width: 100%;
  }
  #imgNana {
    position: absolute;
    top: 236px;
    left: 610px;
    width: 170px;
  }
  #imgMeikyo {
    position: absolute;
    top: 158px;
    left: 310px;
    width: 170px;
  }
  #navMenu a {
    background: url(../images/ico_sakura.png) no-repeat left center;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
  }
  header #headerInner h1 {
    font-size: 2rem;
  }
  #navInner {
    width: 100%;
  }
}
/* ----------------------------------------------------------
	mainv サブページ
---------------------------------------------------------- */
.sub #mainv h1 {
  font-size: 22px;
  letter-spacing: 0.4em;
}

.sub #mainv_wrapper {
  background-repeat: repeat;
  background-size: 70%;
}

.h2_sub {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #41a3bd;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-size: cover;
  height: 200px;
  padding-top: 78px;
}

.sub #mainv {
  height: auto;
}

.sub #mainv_wrapper {
  background: url(../image/bg_pink.jpg);
  background-image: url(../image/kumo.png), url(../image/kumo2.png);
  background-size: cover, 30%, 100%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top, left bottom, left top;
}

/* ----------------------------------------------------------
	main
---------------------------------------------------------- */
.txtRed {
  color: #c20430;
  font-weight: bold;
}

.honbun {
  padding: 30px;
  font-size: 16px;
}

.sectionH2 {
  text-align: center;
  font-size: 1.6em;
  background-position: center top, center bottom;
  margin-bottom: 20px;
  padding: 8px 0;
  color: #11591e;
  background-image: url(../image/h2line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.more {
  text-align: right;
}

.l_disc {
  list-style-type: disc;
  list-style-position: inside;
}

.l_num {
  list-style-type: decimal;
  list-style-position: inside;
}

.l_num li {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------
セクション schedule
---------------------------------------------------------- */
#schedule {
  background-image: url(../image/bg_yellow.jpg);
  text-align: center;
  padding-top: 40px;
}

#schedule dt {
  float: left;
  margin-right: 30px;
  width: 170px;
  text-align: left;
  clear: both;
  padding: 10px;
}

#schedule dd {
  text-align: left;
  /*    border-bottom: dashed 1px #43af57;*/
  padding: 10px;
  width: 540px;
}

#schedule dl {
  padding: 30px;
  margin: 0 auto;
  width: 510px;
}

#schedule h2 {
  margin-top: 50px;
}

/* ----------------------------------------------------------
セクション About

---------------------------------------------------------- */
#about {
  background-image: url(../image/bg_pink.jpg);
  position: relative;
}

#about Inner {
  position: relative;
}

/*
#about h2{
    position: absolute;
    top: 20px;
    right: 0;
}
*/
#about h2 img {
  width: 150px;
}

#about p {
  font-size: 22px;
  margin-bottom: 50px;
}

#imgShaka {
  margin: 0 34px 0px 0px;
  width: 120px;
  float: left;
}

#imgFunkotsu {
  margin: -81px 0px 100px 20px;
  width: 120px;
}

/* ----------------------------------------------------------
セクション Merit
---------------------------------------------------------- */
#merit {
  background-image: url(../image/bg_blue.jpg);
  background-size: cover;
  position: relative;
  background-color: transparent;
}

#merit .Inner {
  position: relative;
}

#merit .honbun {
  padding: 0;
  float: right;
  width: 810px;
  padding-top: 10px;
}

#merit h2 {
  float: left;
  margin-right: 30px;
}

#merit h2 img {
  width: 150px;
}

#imgFlower2 {
  position: absolute;
  bottom: -45px;
  right: 180px;
  z-index: 99;
  width: 430px;
}

#merit li {
  margin-bottom: 40px;
  font-size: 22px;
}

/* ----------------------------------------------------------
セクション 練習問題
---------------------------------------------------------- */
#mondai {
  background-image: url(../image/bg_pink.jpg);
}

.lnkMondai {
  text-align: center;
}

.lnkMondai a {
  display: inline-block;
  padding: 20px 60px;
  border: 1px solid #e9463f;
  margin-right: 50px;
  margin-bottom: 20px;
  background-color: #fff;
}

.lnkMondai a:last-child {
  margin-right: 0;
}

.lnkMondai a:hover {
  background-color: #b5504b;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

/* ----------------------------------------------------------
セクション 「英単語」検定テストの趣旨
---------------------------------------------------------- */
#contents {
  padding: 25px;
}

#contents #levelText {
  width: 250px;
}

#contents table {
  border: none;
}

table#lebel {
  width: 100%;
}

#gaiyo td:nth-child(4),
#gaiyo td:nth-child(5) {
  width: 6em;
}

#lebel th:nth-child(1),
#gaiyo th:nth-child(1),
#lebel td:nth-child(1),
#gaiyo td:nth-child(1) {
  width: 3em;
}

#gaiyo td:nth-child(2) {
  width: 12em;
}

#gaiyo td:nth-child(3) {
  width: 6em;
}

table {
  width: auto;
}

th, td {
  text-align: center;
}

/* ----------------------------------------------------------
	共通
---------------------------------------------------------- */
.Inner {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  /*
      padding-left: 3.3333%;
      padding-right: 3.3333%;
  */
  font-size: 16px;
}

.mainInner p {
  margin-top: 10px;
}

.title {
  font-size: 2.5rem;
  text-align: center;
  color: #000;
}

.h2explain {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

/* ----------------------------------------------------------
	概要	
---------------------------------------------------------- */
.guide dl dt {
  clear: both;
  float: left;
  margin: 0 20px 10px 0;
  width: 160px;
}

.guide dl dd {
  margin: 0 0 10px 10px;
}

.guide dl dd a {
  text-decoration: underline;
  display: block;
}

.guide li {
  margin-bottom: 10px;
  text-align: right;
}

.news dl dt {
  clear: both;
  float: left;
  margin: 0 20px 10px 0;
  width: 110px;
}

.news dl dd {
  margin: 0 0 10px 10px;
}

.news dl dd a {
  text-decoration: underline;
  display: block;
}

.news li {
  margin-bottom: 10px;
  text-align: right;
}

/*バナー*/
.bnr_bottom a.button {
  border: #d8d8d8 solid 1px;
  /*    text-align: center;*/
  font-size: 16px;
  background: #fff;
  background-size: cover;
  background-position: left -30px;
}

.bnr_bottom a.button:hover {
  background-color: #871f25;
  border-color: #871f25;
  color: #fff;
  background-image: none;
}

.bnr_bottom .Box:nth-child(4) a {
  background-position: left -140px;
}

/*問い合わせ›*/
#toiawese form {
  width: 80%;
  margin: 0 auto;
}

#toiawese dt {
  /*    border: #908c14 1px solid;*/
  background: #974f53;
  color: #fff;
}

#toiawese dd {
  background: #f6e9ea;
}

#toiawese input {
  font-size: 19px;
  padding: 5px;
}

#toiawese textarea {
  width: 100%;
  border: #ccc5c5 1px solid;
}

.jyukenbi {
  width: auto;
}

.jyukenbi td {
  width: 200px;
}

.downpdf {
  background: url(../images/ico_down_pdf.svg) no-repeat right center;
  padding: 5px 40px;
  fill: #881A20;
}

.downpdf_ul li {
  margin: 15px 0;
}

.renshu.button {
  display: block;
  padding: 20px;
  width: 340px;
  margin: 10px auto;
  text-align: center;
}

/*受験料•*/
.jyukenryo th {
  width: 150px;
}

.jyukenryo td {
  width: 150px;
}

table.jyukenryo {
  width: auto;
}

#tokusho table.tokuteisyou {
  margin-left: auto;
  margin-right: auto;
}

#tokusho tr:nth-child(odd) {
  background: none;
}

p.kessai {
  color: #d30d15;
  background-color: #EDECE0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.creUL img {
  width: 40px;
  height: auto;
}

.creUL li {
  display: inline-block;
  width: 70px;
  text-align: center;
  line-height: 1;
  /*    height: 72px;*/
}

.caption_1line img {
  padding-bottom: 16px;
}

.normalUl {
  padding-left: 20px;
}

.normalUl li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------
	フッター
---------------------------------------------------------- */
footer {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background-image: url(../image/bg_pink.jpg);
}

footer #footerInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 40px 0 0;
}

.footerNav {
  margin-bottom: 50px;
}

.footerNav li {
  display: inline-block;
}

.footerNav li a {
  border-right: 1px solid;
  padding-right: 10px;
  padding-left: 10px;
}

.footerNav li:first-of-type a {
  border-left: 1px solid;
}

.footerNav li a:hover {
  color: #19839f;
}

#main_footer {
  padding: 20px 0 60px;
}

#shusai img {
  vertical-align: middle;
}

/* ----------------------------------------------------------
	レイアウト
---------------------------------------------------------- */
.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%;
}

.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 .Box70 {
  width: 67.5%;
}

.column2-Box .Box30 {
  width: 27.5%;
}

.column2-Box .left {
  float: left;
}

.column2-Box .right {
  float: right;
}

.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;
}

/* ----------------------------------------------------------
    common 
---------------------------------------------------------- */
.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;
}

.bg_yellow {
  background-image: url(../image/bg_yellow.jpg);
}

.bg_blue {
  background-image: url(../image/bg_blue.jpg);
}

.bg_tr {
  background-color: transparent;
}

#schedule table {
  width: auto;
  margin: 0 auto;
}

/*
=========================================
	Utilities
=========================================
*/
/* マージン
---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* 左右行揃え
---------------------------------*/
.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

/* フロート／フロート解除
---------------------------------*/
.fL {
  float: left;
}

.fR {
  float: right;
}

.clear {
  clear: both;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ovh {
  overflow: hidden;
}

table {
  width: 100%;
}
/*# sourceMappingURL=base.css.map */