@charset "UTF-8";

#contents {
  padding-top: 35px;
}
@media screen and (max-width:640px) {
  #contents {
    padding-top: 5%;
  }
}

/* Page Header */
.page-header {
  position: relative;
  width: 100%;
  height: 133px;
  background-color: #EE6F0B;
  margin-bottom: 30px;
}
.page-header h2 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 133px;
  color: #ffffff;
}
.page-header h2 em {
  font-size: 23px;
  display: inline-block;
  padding-left: 1em;
}
.page-header img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width:979px) {
  .page-header h2 {
    width: 94%;
  }
}
@media screen and (max-width:640px) {
  .page-header {
    height: 100px;
    margin-bottom: 3.5%;
  }
  .page-header h2 {
    font-size: 24px;
    line-height: 100px;
    text-align: center;
  }
  .page-header img {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .page-header h2 {
    font-size: 22px;
  }
}
@media screen and (max-width:375px) {
  .page-header h2 {
    font-size: 20px;
  }
}

/* Section Common */
.section {
  position: relative;
  width: 980px;
  margin: 0 auto 200px;
}
.sec-heading {
  width: 100%;
  height: 65px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 65px;
  text-indent: 1.5em;
  background-color: #50280F;
  margin-bottom: 25px;
}
@media screen and (max-width:979px) {
  .section {
    width: 94%;
    margin: 0 auto 10%;
  }
}
@media screen and (max-width:640px) {
  .sec-heading {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width:375px) {
  .sec-heading {
    font-size: 18px;
  }
}

/* 説明会スケジュール */
#schedule h2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background-color: #000000;
  font-weight: normal;
  text-indent: 0.5em;
}
#schedule table {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
#schedule table td {
  vertical-align: top;
}
#schedule table th p {
  font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
  height: 40px;
  line-height: 40px;
  border-left-style: solid;
  border-left-color: #000000;
  border-left-width: 6px;
  font-size: 25px;
  text-indent: 5px;
	padding-right:10px;
}
#schedule table th p.trans {
  color: transparent;
  border-left-color: transparent;
}
#schedule table th p span {
  display: none
}
#schedule table td.s-sum dl {
  margin-top: -10px;
}
#schedule table td.s-sum dl dt {
  font-size: 30px;
  line-height: 1;
}
#schedule table td.s-sum dl dt em {
  /*font-size: 54px;*/
  font-size: 30px;
}
#schedule table td.s-sum dl dd:first-of-type {
  /*font-size: 28px;*/
  font-size: 20px;
}
#schedule table td.s-sum dl dd:first-of-type em {
  font-size: 18px;
  display: inline-block;
  margin-left: -0.5em;
}
#schedule table td.s-sum dl dd ul li {
  font-size: 18px;
  line-height: 2.0;
}
.entry-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #C51813;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.entry-btn a {
  position: relative;
  width: 100%;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.entry-btn a:after {
  content: "＞";
  position: absolute;
  right: 10%;
}
/*
#schedule table td.s-sum {
  padding-right: 2.5%;  
}
#schedule table td.s-sum p {
  color: #ffffff;
  font-size: 20px;
  background-color: #000000;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 0.5em;
}
#schedule table td.s-sum ul {
  font-size: 18px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  padding-top: 2.5%;
}
#schedule table td.s-sum ul li span {
  vertical-align: top;
  display: inline-block;
  /display: inline;
   /zoom: -1;
}
#schedule table td.s-sum ul li span.sum-l {
  width: 17%;
}
#schedule table td.s-sum ul li span.sum-r {
  width: 83%;
}
#schedule table td.s-sum ul li span.sum-l em {
  letter-spacing: 0.5em;
}
#schedule table td.s-map {
  width: 310px;
}
*/
hr.hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #000000;
}

/* Section01 */
/*
#sec01 ul {
  text-align: center;
  margin: 45px 0 100px;
}
#sec01 h4 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin-top: 75px;
  margin-bottom: 95px;
  line-height: 1.8;
}
em.wendys {
  color: #cf0a2c;
}
em.fk {
  color: #fa6e14;
}
*/
@media screen and (max-width:900px) {
  #schedule table {
    width: 90%;
  }
  /*
  #schedule table td.s-sum ul li span.sum-l {
    width: 30%;
  }
  #schedule table td.s-sum ul li span.sum-r {
    width: 70%;
  }
  */
}
@media screen and (max-width:768px) {
  #schedule table {
    margin-top: 25px;
    margin-bottom: 25px;  
  }
  #schedule table:last-child {
    margin-bottom: 40px;  
  }
  #schedule table th, #schedule table td {
    width: 100%;
    display: block;  
  }
  /*
  #schedule table td {
    display: block;  
  }
  #schedule table td.s-sum {
    padding-right: 0;  
  }
  #schedule table td.s-sum ul {
    padding-bottom: 2.5%;  
  }
  #schedule table td.s-sum ul li span.sum-r em {
    display: block;
    margin-left: -0.5em;
  }
  #schedule table td.s-map {
    width: 100%;
  }
  */
  #schedule table th p {
    font-size: 21px;
    height: 36px;
    line-height: 36px;
  }
  #schedule table th p span {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    /display: inline;
    /zoom: -1;
    font-size: 17px;
  }
  #schedule table th p.trans {
    display: none;
  }
  #schedule table th span {
    font-size: 12px;
  }
  #schedule table td.s-sum dl {
    margin-bottom: 20px;  
  }
  #schedule table td.s-sum dl dt {
    font-size: 22px;
  }
  #schedule table td.s-sum dl dt em {
    font-size: 44px;
  }
  #schedule table td.s-sum dl dd ul li {
    font-size: 14px;
    line-height: 1.8;
  }
  #schedule table th {
    padding-bottom: 15px;  
  }
  .entry-btn {
    font-size: 20px;
  }
  /* Google Map */
  .s-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .s-map iframe, .s-map object, .s-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:640px) {
  #schedule h2 {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  #schedule table {
    margin-top: 20px;
    margin-bottom: 20px;  
  }
  /*
  #schedule table td.s-sum p {
    font-size: 18px;  
  }
  #schedule table td.s-sum ul li {
    margin-bottom: 2.5%;
    font-size: 16px;
  }
  #schedule table td.s-sum ul li:last-child {
    margin-bottom: 0;  
  }
  */
  #schedule table th p {
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    border-left-width: 4px;
  }
  #schedule table th span {
    font-size: 10px;
  }
  #schedule table td.s-sum dl dt {
    font-size: 20px;
  }
  #schedule table td.s-sum dl dt em {
    font-size: 30px;
  }
  #schedule table td.s-sum dl dd ul li {
    font-size: 14px;
    line-height: 1.6;
  }
  /*
  #sec01 ul, #sec01 #four-images {
    width: 94%;
    margin: 7.5% auto 10%;
  }
  #sec01 ul li:first-of-type {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  #sec01 h4 {
    font-size: 16px;
    text-align: left;
    line-height: 2.2;
    margin: 5% 0 2.5%;
  }
  #sec01 ul li:last-of-type {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  */
}
@media screen and (max-width:480px) {
  /*
  #schedule table td.s-sum ul li span.sum-l {
    width: 28%;
  }
  #schedule table td.s-sum ul li span.sum-r {
    width: 72%;
  }
  */
  #schedule table th, #schedule table td {
    width: 100%;
    display: block;
  }
  #schedule table td.s-sum dl dt {
    font-size: 18px;
  }
  #schedule table td.s-sum dl dt em {
    font-size: 18px;
  }
  .entry-btn {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  /*
  #sec01 ul li:last-of-type {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  */
}
@media screen and (max-width:320px) {
  /*
  #schedule table td.s-sum p {
    font-size: 16px;  
  }
  #schedule table td.s-sum ul li {
    font-size: 14px;
    padding-bottom: 2.5%;
  }
  #schedule table td.s-sum ul li span.sum-l,
  #schedule table td.s-sum ul li span.sum-r {
    width: 100%;
    display: block;
  }
  */
  #schedule table td.s-sum dl dt {
    font-size: 16px;
  }
  #schedule table td.s-sum dl dt em {
    font-size: 36px;
  }
  #schedule table td.s-sum dl dd ul li {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* リンクパネル */
#link-panel {
  width: 980px;
  margin-right: auto;
  margin-left: auto;  
}
@media screen and (max-width:979px) {
  #link-panel {
    width: 94%; 
  } 
}
@media screen and (max-width:768px) {
  #four-images {
    margin-bottom: 80px;  
  } 
}
@media screen and (max-width:640px) {
  #about h4 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  #four-images {
    margin-bottom: 60px;  
  }
}

/* =================================================

  オンライン説明会 - 参加までの4ステップ - 202106 Add

================================================= */
.four-steps .intro {
  font-size: 19px;
  line-height: 1.7;
  margin: 0 0 50px;
}
.four-steps .intro span {
  color: #EE6F0B;
}
.four-steps h3 {
  text-align: center;
}

/* ▼ Modified 202201 ▼ */
.fs-unit {
  width: 705px;
  margin: 50px auto 40px;
  background-color: #EE6F0B;
  padding: 20px;
  box-sizing: border-box;
}
/* ▲ Modified 202201 ▲ */

.fs-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 15px;
}
.fs-summary:not(:first-of-type) {
  margin: 20px 0 0;
}
.fs-summary i {
  font-style: normal;
  font-size: 33px;
  color: #ffffff;
  background-color: #EE6F0B;
  padding: 0 10px;
}
.fs-summary p {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0 0 0 15px;
}
.fs-summary p a {
  color: #000000;
}
.fs-summary p span {
  font-weight: 600;
  color: #EE6F0B;
}
.fs-attention {
  font-size: 14px;
  color: #ffffff;
  margin: 5px 0 0;
  padding: 0 1em;
}

/* ▼ Modified 202201 ▼ */
.os-apps-btn {
  width: 705px;
  height: 80px;
  margin: 0 auto;
  background-color: #EE6F0B;
  border: solid 1px #EE6F0B;
  font-size: 22px;
  font-weight: 600;
  line-height: 80px;
  display: block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.os-apps-btn:last-of-type { margin:15px auto 0; }
/* ▲ Modified 202201 ▲ */

.os-apps-btn:hover {
  color: #EE6F0B;
  background-color: #ffffff;
}

@media screen and (max-width:640px) {
  .four-steps .intro {
    font-size: 17px;
  }
  .fs-unit {
    width: 100%;
  }
  .fs-summary i {
    font-size: 28px;
  }
  .fs-summary p {
    font-size: 20px;
  }
  .os-apps-btn {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}

@media screen and (max-width:480px) {
  .four-steps .intro {
    font-size: 16px;
  }
  .four-steps h3 {
    width: 60%;
    margin: 0 auto;
  }
  .fs-unit {
    margin: 25px auto 0;
  }
  .fs-summary i {
    font-size: 26px;
  }
  .fs-summary p {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
  .fs-attention {
    font-size: 13px;
  }
}

@media screen and (max-width:375px) {
  .four-steps h3 {
    width: 80%;
  }
    .fs-summary i {
    font-size: 24px;
  }
  .fs-summary p {
    font-size: 16px;
  }
  .fs-attention {
    font-size: 12px;
  }
  .os-apps-btn {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
