/*===== ■ 共通パーツ =====*/
/* KV */
.kv-u {
  width: 100%;
  height: 190px;
  position: relative;
  background-size: cover;
  background-color: #ddf4be !important;
}
.kv-u h2 {
  position: absolute;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  line-height: 1.3;
  letter-spacing: .05em;
  left: 50%;
  top: 50%;
  margin-top: -4%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-shadow: 0 0 10px rgba(221, 244, 190, 1);
}
.kv-u h2 span {
  color: #6CAC2C;
}
.kv-u h2 em {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin-top: 3px;
}
/* パンくず */
#topic-path {
  width: 100%;
  padding: 10px 10px;
  background: #ebebeb;
}
#topic-path ul li {
  display: inline-block;
  line-height: 1.3;
}
#topic-path ul li:after {
  content: ">";
  margin: 0 5px;
}
#topic-path ul li:last-child:after {
  content: "" !important;
  margin: 0;
}
#topic-path ul li a {
  color: #000;
}
#topic-path ul li a:hover {
  text-decoration: none;
  opacity: .7;
}
/* コンテンツ */
.main-u {
  padding-bottom: 160px;
  background-color: #ffffdd;
}
.main-u2 {
  background-color: #ffffdd;
}
.contents-u {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px;
}
.contents-u2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px;
}
#contents-u section {
  margin-bottom: 60px;
}
#contents-u section:last-child, #contents-u section:last-of-type {
  margin-bottom: 0;
}
#contents-u p {
  font-size: 18px;
}
#contents-u .attention p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-left: 1em;
  text-indent: -1em;
}
#contents-u .attention p:last-child {
  margin-bottom: 0;
}
hr {
  border: 0;
  height: 0;
  position: relative;
  border-top: 1px solid #C3D982;
  background-color: transparent;
  margin: 40px 0;
  overflow: visible;
}
hr:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #ABE300;
  background-size: 12px 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -6px;
  left: 0;
  z-index: 10;
}
hr:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #ABE300;
  background-size: 12px 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -6px;
  right: 0;
  z-index: 10;
}
/* h2タイトル */
.u-ttl-h2 {
  position: relative;
  font-size: 36px;
  color: #000;
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.2;
  letter-spacing: .025em;
  font-weight: 600;
}
.u-ttl-h2 em {
  padding: 0 5px 8px;
  background: linear-gradient(transparent 90%, #ff4545 90%);
}
/* トグル */
.toggle {
  cursor: pointer;
  position: relative;
}
.toggle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #FF7F00;
}
.toggle-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggle-contents {
  display: none;
}
/*===== ■ 大逆転について =====*/
.kv-about {
  background: url(../img/about/kv.png) no-repeat right top;
}
.about .sec00 {
  margin-top: 60px;
}
.about .sec00 ul {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .sec00 ul li {
  width: 48%;
}
.about .sec00 .case_btn a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 12px 20px;
  text-align: center;
  background-color: #fff;
  color: #ff4545;
  font-weight: 500;
  width: 100%;
  border-radius: 30px;
  border: solid 1px #ff4545;
  transition: .4s;
}
.about .sec00 .case_btn a::after {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  content: "▼";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.about .sec00 .case_btn a:hover {
  text-decoration: none;
  background-color: #ff4545;
  color: #fff;
}
.about .sec01 {
  margin-top: 140px;
  margin-bottom: 120px !important;
}
.about p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.about p:last-child {
  margin-bottom: 0;
}
.about .sec01 .col-2 div:first-child {
  width: calc(100% - 20%);
  margin-right: 30px;
}
.flow {
  padding-bottom: 140px;
  background-color: #ddf4be;
}
.about .sec02 {
  margin-top: 80px;
}
.about .sec02 ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.about .sec02 ul li {
  width: 28%;
  background-color: #fff;
  border: solid 2px #6cac2d;
  padding: 18px;
  border-radius: 20px;
  position: relative;
}
.about .sec02 ul li h4 {
  background-color: #6cac2d;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.about .sec02 ul li img {
  width: 100%;
  margin: 0 auto 10px;
}
.about .sec02 ul li p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
}
.about .sec02 ul li p span {
  font-size: 12px;
}
.about .sec02 ul li .contact_box {
  padding: 10px;
  background-color: #ddf4be;
}
.about .sec02 ul li .contact_box > dl dt {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.about .sec02 ul li .contact_box > dl dd p:first-child {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}
.about .sec02 ul li .contact_box > dl dd p:last-child {
  line-height: 1.3;
  text-align: center;
  font-size: 10px;
}
.about .sec02 ul li .contact_box .btn-base {
  border-radius: 0;
  padding: 15px 5px;
  font-size: 16px;
  background-color: #47810d;
}
.about .sec02 ul li .contact_box .btn-base:hover {
  color: #6CAC2D !important;
  background-color: #fff;
}
.about .sec02 ul li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 25px;
  border-color: transparent transparent transparent #e3d967;
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
}
.about .sec02 ul li:last-child:after {
  display: none;
}
/*===== ■ 料金・時間割のご案内 =====*/
.kv-price {
  background: url(../img/price/kv.png) no-repeat right top;
}
.price .sec00 {
  margin-top: 60px;
}
.price .sec00 ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.price .sec00 ul li {
  width: 32%;
}
.price .sec00 .case_btn a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 12px 20px;
  text-align: center;
  background-color: #fff;
  color: #ff4545;
  font-weight: 500;
  width: 100%;
  border-radius: 30px;
  border: solid 1px #ff4545;
  transition: .4s;
}
.price .sec00 .case_btn a::after {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  content: "▼";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.price .sec00 .case_btn a:hover {
  text-decoration: none;
  background-color: #ff4545;
  color: #fff;
}
.price .sec01 {
  margin-top: 140px;
  margin-bottom: 200px;
}
.price h3 {
  position: relative;
  background-color: #d34d1f;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 15px;
}
.price h3 em {
  font-size: 24px;
  color: #fff;
  padding-left: 8px;
  border-left: solid 8px #fff;
  display: block;
}
.price .price-table {
  width: 100%;
  border: 1px solid #000;
  border-bottom: none;
  border-right: none;
}
.price .price-table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 15px;
  width: calc(100% / 6);
  font-size: 16px;
  background: #f9ee7a;
  line-height: 1.5;
  font-weight: 500;
}
.price .price-table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 15px;
  font-size: 18px;
  background: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.price .price-table th em {
  font-weight: normal;
  font-size: 14px;
}
.price .price-table td em {
  font-weight: normal;
  font-size: 16px;
  margin-right: 8px;
}
.notes {
  margin: 20px 10px;
}
.notes li {
  font-size: 14px;
  margin-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 5px;
  line-height: 1.4;
}
.price .sec02 {
  margin-bottom: 200px;
}
.price .time-table {
  width: 100%;
  border: 1px solid #000;
  border-bottom: none;
  border-right: none;
}
.price .time-table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 15px;
  width: calc(100% / 2);
  font-size: 16px;
  background: #f9ee7a;
  line-height: 1.5;
  font-weight: 500;
}
.price .time-table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 15px;
  font-size: 16px;
  background: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.price .time-table td em {
  color: #458c01;
}
.price .time-table .bg-green {
  background-color: #f0fcb9;
}
.price .time-table .bg-gray {
  background-color: #f3f4ee;
}
.price .elementary {
  margin-bottom: 100px;
}
.price .junior-hight {
  margin-bottom: 100px;
}
.price .hight-adult {
  margin-bottom: 100px;
}
.price .sec03 {
  margin-bottom: 0px;
}
.price .sec03 h2 + p {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}
.price .sec03 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.price .sec03 ul li {
  background-color: #fff7b5;
  width: 300px;
  border-radius: 20px;
  box-shadow: 8px 8px #c07242;
  margin-bottom: 60px;
}
.price .sec03 ul li .modelcase_bg {
  background-size: 40%;
  padding: 35px 25px 30px;
  width: 100%;
  height: 98%;
}
.price .sec03 ul li .modelcase_bg h4 {
  color: #894d11;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8em;
}
.price .sec03 ul li .modelcase_bg p {
  font-size: 1.1em;
  line-height: 1.6;
}
.price .sec02 ul li .modelcase_bg p span {
  color: #4a9302;
  font-weight: bold;
}
/*===== ■ 合格実績・成績アップ事例 =====*/
.kv-case {
  background: url("../img/case/kv.png") no-repeat left top;
}
.case .sec00 {
  margin-top: 60px;
}
.case .sec00 ul {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .sec00 ul li {
  width: 48%;
}
.case .sec00 .case_btn a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 12px 20px;
  text-align: center;
  background-color: #fff;
  color: #ff4545;
  font-weight: 500;
  width: 100%;
  border-radius: 30px;
  border: solid 1px #ff4545;
  transition: .4s;
}
.case .sec00 .case_btn a::after {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  content: "▼";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.case .sec00 .case_btn a:hover {
  text-decoration: none;
  background-color: #ff4545;
  color: #fff;
}
.case .sec01 {
  margin-top: 140px;
  margin-bottom: 200px;
}
.case h3 {
  position: relative;
  background-color: #d34d1f;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 15px;
}
.case h3 em {
  font-size: 24px;
  color: #fff;
  padding-left: 8px;
  border-left: solid 8px #fff;
  display: block;
}
.case .case-box {
  margin: 20px 20px 80px;
}
.case .case-box h4 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #458c01;
  font-weight: bold;
}
.case .case-box .successful-3, .case .case-box .successful-4 {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #000;
}
.case .case-box .successful-3 li {
  width: calc(100% / 3);
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
  font-size: 18px;
}
.case .case-box .successful-4 li {
  width: calc(100% / 4);
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
  font-size: 18px;
}
.case .case-box .successful-3 li span, .case .case-box .successful-4 li span {
  font-size: 11px;
}
.case .case-box .successful-3 li::before, .case .case-box .successful-4 li::before {
  content: '●';
  color: #458c01;
  font-size: 8px;
  position: absolute;
  top: 25%;
  left: 0;
}
.case .case-box p {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.case .case-box .note {
  margin-top: 30px;
  margin-bottom: 30px;
}
.case .case-box .note p {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.case .sec02 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.case .sec02 ul li {
  background-color: #ffe4d3;
  width: 300px;
  border-radius: 20px;
  box-shadow: 8px 8px #c07242;
  margin-bottom: 60px;
}
.case .sec02 ul li .c-study_bg {
  background-image: url(../img/case/c-study_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
  padding: 35px 25px 30px;
  width: 100%;
  height: 98%;
}
.case .sec02 ul li .c-study_bg h4 {
  color: #a6002b;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8em;
}
.case .sec02 ul li .c-study_bg p {
  font-size: 1.1em;
  line-height: 1.6;
}
.case .sec02 ul li .c-study_bg p span {
  color: #4a9302;
  font-weight: bold;
}
/* よくある質問 */
.kv-faq {
  background: url("../img/faq/kv.png") no-repeat left top;
}
.faq .sec01 {
  margin-top: 60px;
  margin-bottom: 100px;
}
.faq .sec02 {
  margin-bottom: 100px;
}
.faq .sec03 {
  margin-bottom: 100px;
}
.faq .sec04 {
  margin-bottom: 120px;
}
.faq h3 {
  font-size: 24px;
  position: relative;
  border-left: solid 8px #d34d1f;
  margin-bottom: 40px;
  display: block;
  padding-left: 10px;
}
.faq .qa-box {
  max-width: 1000px;
  margin-bottom: 1.4em;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #f9ee7a;
}
.faq .qa-box summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 20px 75px 20px 65px;
  color: #333333;
  font-weight: 600;
  font-size: 21px;
  cursor: pointer;
}
.faq .qa-box summary::before, .faq .qa-box p::before {
  position: absolute;
  left: 0.6em;
}
.faq .qa-box summary::before {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  content: "Q";
  background-color: #5f5f5f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.faq .qa-box summary::after {
  content: "+";
  position: absolute;
  right: 0.4em;
  font-weight: 300;
  font-size: 3em;
  transition: all 0.3s;
  color: #ff4545;
}
.faq .qa-box[open] summary::after {
  content: "-";
  color: #ff4545;
  right: 0.24em;
  top: 0.1em;
  font-weight: 200;
  font-size: 4.8em;
  transform: rotate(180deg);
}
.faq .qa-box p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1.6em 2em 2em 3.6em;
  color: #333;
  font-size: 18px !important;
  line-height: 1.4;
  transition: transform .5s, opacity .5s;
}
.faq .qa-box[open] p {
  transform: none;
  opacity: 1;
}
.faq .qa-box p::before {
  font-family: Arial, Helvetica, sans-serif;
  top: 0.8em;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  content: "A";
  background-color: #d34d1f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/*===== ■ アクセス =====*/
.kv-access {
  background: url(../img/access/kv.png) no-repeat left top;
}
.access h3 {
  position: relative;
  background-color: #d34d1f;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 15px;
}
.access h3 em {
  font-size: 24px;
  color: #fff;
  padding-left: 8px;
  border-left: solid 8px #fff;
  display: block;
}
.access h4 {
  font-size: 24px;
  position: relative;
  border-left: solid 8px #d34d1f;
  margin-bottom: 30px;
  display: block;
  padding-left: 10px;
}
.access .sec01 {
  margin-top: 40px;
  margin-bottom: 120px;
}
.access .sec01 .acess_box {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.access .sec01 .acess_box > div {
  width: 30%;
  line-height: 1.6;
}
.access .sec01 .acess_box .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.access .sec01 .acess_box p {
  font-size: 18px;
  line-height: 1.6;
}
.access .sec01 .acess_box .box_img img {
  box-shadow: 8px 8px #d7d7d7;
}
.access .sec01 a:hover {
  cursor: pointer;
}
.access .sec02 {
  margin-top: 40px;
}
.access .sec02 > div {
  margin-bottom: 60px;
}
.access .sec02 .google-map {
  width: 100%;
}
/*===== ■ お問い合わせ =====*/
.kv-contact {
  background: url(../img/contact/kv.png) no-repeat left top;
}
.kv-contact h2 {
  padding: 30px 20px;
  width: 460px;
}
.contact-phone {
  border: 2px solid #FFCC00;
  background: #FFFCF0;
  padding: 45px 50px;
  width: 94%;
  margin: 40px auto 70px;
  border-radius: 10px;
}
.contact-phone dl dt, .contact-phone dl dd {
  line-height: 1.3;
}
.contact-phone dl dt {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-phone dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
.contact-phone div:first-child dl dd p {
  font-size: 18px;
  line-height: 1.3;
  padding-top: 15px;
}
.contact .sec01 {
  margin-top: 140px;
  margin-bottom: 240px;
}
.contact .sec01 .col-2 {
  justify-content: space-evenly;
}
.contact .sec01 .col-2 > div:last-child dl dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.contact .sec01 .col-2 > div:last-child dl dd {
  margin: 0;
  text-align: center;
}
.contact .sec01 .col-2 > div:last-child dl dd p:first-child {
  font-size: 40px !important;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.contact .sec01 .col-2 > div:last-child dl dd .tel_icon::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/common/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 8px;
}
/* フォーム */
.contact .sec02 {
  margin-top: 140px;
}
.contact .sec02 p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
.contact .u-ttl-h2 {
  font-size: 34px;
  margin-bottom: 2em;
  line-height: 1.4;
}
.contact .u-ttl-h2 em {
  padding: 0 5px 8px;
  background: linear-gradient(transparent 90%, #ff4545 90%);
}
.required {
  color: #ff4545;
  font-weight: bold;
}
input, button, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
input[type="text"] {
  border: 1px solid #ccc;
  background: #fff;
  height: 46px;
  padding: 10px;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 20px;
  border-radius: 10px;
}
select {
  border: 1px solid #ccc;
  background: #fff;
  height: 46px;
  padding: 10px;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 20px;
  border-radius: 10px;
}
textarea {
  padding: 10px;
  width: 100%;
  height: 180px !important;
  border: 1px solid #ccc;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: .4s;
  transition: .4s;
  background: #fff;
  font-size: 18px;
  border-radius: 10px;
}
input[type="text"]:hover, textarea:hover, input[type="text"]:focus, textarea:focus {
  background-color: #FFFBE8;
  border: 1px solid #FFCC00;
  outline: none;
  box-shadow: 0 0 3px rgba(255, 204, 0, .2);
}
label {
  display: inline !important;
  margin-right: 10px;
  cursor: pointer;
  font-weight: normal;
}
.form {
  width: 95%;
  margin: 20px auto;
}
.form th, .form td {
  border-bottom: dotted 1px #ccc;
  padding: 25px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
}
.form th {
  width: 240px;
  vertical-align: middle;
}
.form th em {
  background: #ff4545;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  margin-right: 7px;
  border-radius: 5px;
}
.form th span {
  display: block;
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}
.input01 {
  width: 50%;
}
.input02 {
  width: 100%;
}
#submit {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#submit li {
  display: inline-block;
  margin-right: 20px;
  width: 260px;
}
#submit li:last-child {
  margin-right: 0;
}
#submit li input {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 15px 20px;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#submit li:first-child input {
  background: #b4b4b4;
}
#submit li:last-child input {
  background: #3f51b5;
}
#submit input:hover {
  opacity: .7;
}
/* エラー */
#error-box {
  width: 90%;
  margin: 0 auto;
}
#error-box > p {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}
#error-box p:first-child {
  margin-bottom: 30px;
}
#error-box .error_messe {
  color: #F00;
  margin-bottom: 10px;
}
#error-box .btn-back {
  text-align: center;
  width: 360px;
  margin: 50px auto 0;
}
.btn-back input {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 15px 20px;
  background: #b4b4b4;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.btn-back input:hover {
  opacity: .7;
}
/* 確認画面・送信完了 */
#confirm h3 {
  font-size: 24px;
  border-left: 4px solid #FF7F00;
  padding-left: 10px;
  margin-bottom: 20px;
}
#confirm h3 + p {
  margin-bottom: 15px;
  line-height: 1.3;
}
#thanks-txt {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}
a[href="http://www.php-factory.net/"] {
  display: none !important;
}
.confirm .confirm-none {
  display: none;
}
.confirm footer {
  border-top: none;
}
.confirm #footer-menu {
  margin-top: 0;
}
@media screen and (max-width:960px) {
  /*===== ■ お問い合わせ =====*/
  .contact-phone {
    width: 100%;
    padding: 25px 15px;
    margin: 0 auto;
  }
  .contact-phone dl dd i {
    font-size: 22px;
  }
  .contact-phone div:last-child {
    font-size: 36px;
  }
  .contact-phone div:last-child i {
    font-size: 40px;
  }
}
@media screen and (max-width:800px) {
  .main-u {
    padding-bottom: 40px;
  }
  #contents-u {
    padding: 25px 10px;
  }
  #contents-u section {
    margin-bottom: 50px;
  }
  hr {
    margin: 30px 0;
  }
  .kv-u {
    width: 100%;
    height: 190px;
  }
  .kv-u h2 {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    line-height: 1.3;
    letter-spacing: .05em;
    left: 50%;
    top: 40%;
    margin-top: -4%;
    -webkit-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
    width: 100%;
    background: rgba(255, 255, 255, .7);
  }
  #topic-path {
    padding: 15px 10px;
  }
  .ttl-h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .ttl-h2 em {
    font-size: 15px;
  }
  .ttl-h2::after {
    width: 18%;
  }
  .about .sec00 {
    margin-top: 0px;
  }
  .about .sec00 ul {
    width: 100%;
  }
  .about .sec00 ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .about .sec01 {
    margin-top: 40px;
    margin-bottom: 80px !important;
  }
  .about .col-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about .sec01 .col-2 div:first-child {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about .sec02 ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .about .sec02 ul li:after {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -60px;
    transform: rotate(90deg);
  }
  .price .sec00 {
    margin-top: 0px;
  }
  .price .sec00 ul {
    width: 100%;
  }
  .price .sec00 ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .price .time-table td {
    width: calc(100% / 4);
  }
  .price .sec00 {
    margin-top: 0px;
  }
  .price .sec03 h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .price .sec03 h2 + p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .price .sec03 ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }
  .price .sec03 ul li {
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-overflow {
    overflow-x: auto;
  }
  .price .price-table {
    min-width: 800px;
  }
  .case .sec00 {
    margin-top: 0px;
  }
  .case .sec00 ul {
    width: 100%;
  }
  .case .sec00 ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .case .sec01 {
    margin-bottom: 100px;
  }
  .case .case-box .successful-3, .case .case-box .successful-4 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .case .case-box .successful-3 li, .case .case-box .successful-4 li {
    width: 100%;
    padding-left: 12px;
  }
  .case .case-box p {
    margin-left: 0em;
    text-indent: 0em;
    line-height: 1.6;
  }
  .case .sec02 ul li {
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq dl dt {
    background-size: 36px 36px;
    padding: 5px 0 10px 46px;
  }
  .faq dl dd {
    background-size: 36px 36px;
    padding: 5px 0 19px 46px;
  }
  .access #contents {
    padding-bottom: 0;
  }
  .access .kv h2 {
    margin-top: 0;
    width: 360px;
  }
  .access .display-pc {
    display: none !important;
  }
  .access .display-sp {
    display: block !important;
  }
  .access .sec01 .acess_box {
    position: relative;
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .access .sec01 .acess_box > div {
    width: 90%;
    margin-bottom: 30px;
  }
  .access i {
    position: relative;
    top: 1px;
  }
  .access dl dd .acess_img01 {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .contact-phone {
    padding: 20px 15px;
    width: 80%;
  }
  .contact-phone, .contact-phone > div {
    display: block;
    text-align: center;
  }
  .contact-phone div:last-child {
    margin-top: 20px;
  }
  input[type="text"], textarea {
    -webkit-appearance: none;
  }
  input[type="text"] {
    width: 100%;
  }
  .form th, .form td {
    padding: 20px 0;
  }
  .form th {
    width: 200px;
  }
  .input01 {
    width: 100%;
  }
  #submit li input {
    -webkit-appearance: none;
  }
  #error-box {
    width: 98%;
    margin: 0 auto;
  }
  #error-box .btn-back {
    width: 70%;
  }
  .btn-back input {
    -webkit-appearance: none;
  }
}
@media screen and (max-width:600px) {
  #main {
  }
  #contents {
    padding: 20px 10px;
  }
  #contents section {
    margin-bottom: 40px;
  }
  #topic-path {
    padding: 12px 10px;
  }
  .kv {
    height: 240px;
  }
  .kv h2 {
    font-size: 34px;
    padding: 20px;
    width: 70%;
  }
  .kv h2 em {
    font-size: 15px;
  }
  .price h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .price h3 em {
    margin-top: 5px;
  }
  .price h3:after {
    width: 12%;
    left: 44%;
  }
  .price-box table th {
    width: 100%;
    display: block;
  }
  .price-box table td {
    display: block;
  }
  .access #main {
    padding-bottom: 30px;
  }
  .contact-phone {
    padding: 15px;
    width: 100%;
  }
  .contact-phone div:last-child {
    font-size: 32px;
  }
  .contact-phone div:last-child i {
    font-size: 36px;
  }
  .form th, .form td {
    display: block;
    width: 100%;
  }
  .form th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .form td {
    padding-top: 15px;
  }
  .form th span {
    display: inline;
    margin-left: 10px;
  }
  #submit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #submit li {
    display: inline-block;
    margin-right: 20px;
    width: 45%;
  }
  #confirm h3 {
    font-size: 22px;
  }
  #error-box .btn-back {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .contact .u-ttl-h2 {
    font-size: 30px;
    margin-bottom: 2em;
    line-height: 1.8;
  }
  .contact .u-ttl-h2 em {
    padding: 0 5px 8px;
    background: linear-gradient(transparent 90%, #ff4545 90%);
  }
}
@media screen and (max-width:400px) {
  #contents section {
    margin-bottom: 30px;
  }
}










/* コラム ショートコード用 */
.column .contents-u {
  padding: 100px 0px 0px;
}
.column-article {
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: .5em;
}
.column-article time {
  font-size: 16px;
}
.column-article .p-post__category a {
   font-size: 14px;
   background-color: #d3d3d3;
   color: #000;
   font-weight: bold;
   padding: 3px 5px;
   margin-bottom: 5px;
}
.column-article .p-post__category a:hover {
text-decoration: none;
opacity: 0.8;
}
.column-article .p-post__tags {
font-size: 1.4em;
}
.column-page .u-ttl-h2 {
  position: relative;
  font-size: 30px;
  color: #000;
  text-align: left;
  margin-bottom: 2em;
  line-height: 1.2;
  letter-spacing: .025em;
  font-weight: 600;
}
.column-page .u-ttl-h2 em {
  padding: 0 5px 8px;
  background: none;
}
#colum-main {
position: relative;
font-size: 18px;
line-height: 1.8;
}
#colum-main  p {
position: relative;
font-size: 18px;
line-height: 1.8;
}
.p-btn-wh_column {
    width: 100%;
    max-width: 320px;
    margin: 100px auto 50px;
  }
.p-btn-wh_column a {
width: 100%;
background-color: #3e3e3e;
font-size: 18px;
font-weight: bold;
padding: 20px 20px;
color: #fff;
border-radius: 30px;
border: solid 2px #3e3e3e;
text-align: center;
display: block;
}
.p-btn-wh_column a:hover {
text-decoration: none;
opacity: 0.8;
color: #000;
background-color: #fff;
border: solid 2px #3e3e3e;
}
.column-detail__pager {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.column-detail__pager a {
  color: #333;
  text-decoration: none;
}
.column-detail__pager a:hover {
  text-decoration: underline;
}
.column-detail__back {
  margin-top: 35px;
  text-align: center;
}
.column-detail__back a {
  display: inline-block;
  min-width: 220px;
  padding: 14px 25px;
  color: #fff;
  background-color: #333;
  text-decoration: none;
  border-radius: 30px;
}
.column-detail__back a:hover {
  opacity: 0.8;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* コラム一覧 */
.kv-column {
    background: url(../img/column/kv.png) no-repeat left top;
}
.column-page {
  padding: 20px 0 60px;
}
.column-page__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.column-page__title {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.4;
}
.column-page__contents {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 40px;
  align-items: start;
}
.column-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}
.column-list__item {
  border-bottom: 1px solid #ddd;
}
.column-list__link {
  display: grid;
  grid-template-columns: 100px 100px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.column-list__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.column-list__date {
  font-size: 16px;
  white-space: nowrap;
}
.column-list__category {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  background-color: #333;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
}
.column-list__title {
  font-size: 16px;
  line-height: 1.6;
}

/* サイドバー */
.column-page__side {
  width: 100%;
}

.side-box {
  margin-bottom: 40px;
}

.side-box__title {
  margin: 0 0 15px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 2px solid #333;
}

.side-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-list li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}

.side-list li a {
  padding: 12px 0;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}

.side-list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
.column-page {
    padding: 0px 0 60px;
}
.column-page__inner {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}
.column-page__contents {
    display: flex;
    flex-direction: column;
  }
  .column-list__link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 16px 0;
  }

  .column-list__date {
    font-size: 13px;
  }

  .column-list__category {
    font-size: 12px;
    padding: 3px 10px;
  }

  .column-list__title {
    width: 100%;
    font-size: 15px;
  }
}

/* ページナビ */
.pagination {
text-align: center;
margin: 100px auto 120px;
}
.pagination nav {
width: 100%;
float: unset;
}
.page-numbers {
font-size: 18px;
background-color: #fff;
padding: 10px;
vertical-align: middle;
margin-right: 10px;
border:solid 1px #6cac2d;
border-radius: 10px;
}
.page-numbers:hover {
text-decoration: none;
background-color: #6cac2d;
color: #fff;
} 




