@charset "utf-8";

/*
@package WordPress
@subpackage 株式会社エフ・ユー
@created 20150828
@last modified 20150828
*/

/*ヘッダー*/

#header_fix {
  position: fixed;
  top: 0;
  left: 0;
  /* topからbottomに変更_20210310_谷内田
	padding-bottom: 20px;*/
  width: 100%;
  background: #fff;
  z-index: 999;
}
#contents.lp {
  position: relative;
  top: 70px;
  /*padding-top: 142px;*/
  padding-bottom: 142px;
  /* z-index: -999; */
  z-index: 1;
}

.lp_comment {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.header_box_right {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.header_box_right .tel {
  padding-top: 30px;
  letter-spacing: 1.2px;
}

.lp_nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.lp_nav li {
  display: inline-block;
  border-left: 2px solid #000;
  padding-left: 15px;
  padding-right: 15px;
}
.lp_nav li:first-child {
  border-left: 0;
}
.lp_nav li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: center;
}
/*.lp_nav li a:hover {
	color: #888;
}
.lp_nav li.about a {
	width: 190px;
}
.lp_nav li.point a {
	width: 124px;
}
.lp_nav li.curriculum a {
	width: 146px;
}
.lp_nav li.lineup a {
	width: 125px;
}
.lp_nav li.voice a {
	width: 120px;
}
.lp_nav li.fee a {
	width: 84px;
}
.lp_nav li.entry a {
	width: 112px;
}*/

/*コンテンツ*/

.about_box {
  margin: 80px 0 30px;
}
.about_text {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 50px;
}
.about_box li strong {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 6px;
  background: url("./images/underline.png") repeat-x left bottom;
}
.about_qualify .title {
  padding: 18px 0;
  background: #ffb83b;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.about_qualify .body {
  padding: 25px 70px;
  background: #f5f5f5;
}
#about {
  padding: 30px;
  background: #f5f5f5;
}
#about .title,
#point .title,
#curriculum .title,
#lineup .title,
#voice .title,
#fee .title {
  color: #0063b6;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 20px;
}
.lp_table {
  margin-top: 50px;
  width: 430px;
  border-collapse: separate;
}
.lp_table th {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
}
.lp_table td {
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}
.lp_table td.kind p {
  text-align: center;
  font-weight: bold;
  width: 70px;
  vertical-align: top;
}
.exam_info {
  background: #f5f5f5;
  padding: 20px;
}
.exam_info div {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
}
.exam_info div p:first-child {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#point {
  padding: 20px;
}
#point ul {
  width: 430px;
}
#point li {
  padding-left: 25px;
  margin-bottom: 5px;
  background: url("images/check.png") no-repeat 0 5px;
}
#point li.circle {
  background: none;
}
#point li.circle:before {
  content: ">> ";
}
#schdule .title {
  padding: 18px 0;
  color: #fff;
  background: url("images/point_bg_2.png") #ffb83b no-repeat 95% 50%;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
}
#schdule .body {
  background: #f5f5f5;
  padding: 20px 0;
}
#schdule .body table {
  margin: 0 auto;
}
#schdule .body table th {
  /* width: 200px; */
  text-align: left;
}
#lineup {
  background: #f5f5f5;
  padding: 30px;
}
.lineup_info {
  width: 500px;
  background: #fff;
  padding: 20px;
  margin: 20px auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.lineup_info table {
  margin: 0 auto;
}
.lineup_info table th {
  background: #ffb83b;
  width: 200px;
  padding: 20px;
  color: #fff;
  font-weight: normal;
  border: 3px solid #fff;
}
.lineup_info table td {
  text-align: center;
  width: 200px;
  padding: 5px;
}
.voice_a {
  margin-top: 30px;
}
.voice_wrap {
  width: 230px;
  margin: 0 auto 15px;
}
.voice_name {
  display: inline;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  font-weight: bold;
}
.voice_kind {
  background: #ff6104;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 5px;
  margin-left: 5px;
  vertical-align: 3px;
}
.voice_comment {
  width: 850px;
  padding-bottom: 15px;
  margin: 0 auto 15px;
  border-bottom: 1px solid #fff;
  box-shadow: #ccc 0px 1px 0px;
  -webkit-box-shadow: #ccc 0px 1px 0px;
  -moz-box-shadow: #ccc 0px 1px 0px;
}
.voice_other_wrap {
  width: 850px;
  margin: 50px auto 0;
}
.voice_other {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  margin: 0 0 0 20px;
  float: left;
}
.voice_other .voice_comment {
  width: 270px;
  height: 140px;
  padding-bottom: 0;
}
.voice_other:first-child {
  margin-left: 0;
}
#fee {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
}
.fee_box {
  background: #fff;
  border: 5px solid #005ebc;
  margin-top: 20px;
  padding: 20px 20px; /*35px 0*/
  text-align: center;
  width: 230px;
}
.fee_title {
  background: #005ebc;
  color: #fff;
  /*	display: inline-block;*/
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.fee_date {
  margin-top: 15px;
  font-size: 14px;
}
.fee_price {
  font-size: 20px;
  font-size: 2rem;
}
.fee_box.basic {
  float: left;
}
.fee_box.kouza {
  float: left;
  margin-left: 25px;
}
.fee_box.mogi {
  float: right;
  margin-left: 25px;
}
.campaign .title {
  padding: 20px 0;
  background: #ffb83b;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.campaign .body {
  padding: 30px;
  background: #f5f5f5;
  text-align: center;
}

/*フッター*/
#footer {
  border-top: 1px solid #b2b2b2;
  background: #f6f1e9;
}
.footer_inner_wrap .tel {
  padding-top: 0px;
  letter-spacing: 1.2px;
}

/* 2018.12.27追加 */
.fee_flex_wrap {
  display: flex;
  justify-content: space-around;
}
.fee_flex_box {
  background: #fff;
  border: 5px solid #005ebc;
  padding: 20px;
  margin: auto;
  text-align: center;
  width: 70%;
}
.fee_price {
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 949px) and (min-width: 0px) {
  .fee_flex_wrap {
    flex-direction: column;
  }
  .fee_flex_box {
    width: 90%;
    margin-top: 20px;
  }
  .fee_title {
    line-height: 1.2;
  }
}

/* 2019.01.30追加 */
.lp_flex_container {
  display: flex;
  justify-content: space-around;
}
.lp_flex_container p {
  text-align: center;
}
@media screen and (max-width: 640px) and (min-width: 0px) {
  .lp_flex_container {
    flex-direction: column;
  }
  .lp_flex_container div {
    /*text-align: center;*/
    margin-top: 20px;
  }
  #contents.lp {
    top: 0;
  }
}
/*20190220追加*/
.customize-support {
  line-height: 1.4;
}
.lp_title {
  margin-top: 50px;
}
.lp_title_text {
  font-size: 3.8rem;
  font-weight: bold;
  color: #f00;
  border: 5px solid;
  padding: 20px;
}
.lp_title_text2 {
  margin-top: 30px;
  font-size: 2.4rem;
}
.lp_item_title {
  color: #0063b6;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 20px;
}
.lp_wrap_center {
  width: 80%;
  margin: auto;
}
.lp_nav li {
  padding: auto 20px;
}
