<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "LogoTypeGothic";
  src: url("../fonts/LogoTypeGothic.otf") format("OpenType");
}
@font-face {
  font-family: "AppliMincho";
  src: url("../fonts/AppliMincho.otf") format("OpenType");
}
.sp {
  display: none;
}

/*/////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////  PC  //////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////*/
/* --- リセット・ベース設定 ---*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: #2c4f61;
  text-decoration: none;
}

html {
  height: 100%;
  margin: auto;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  color: #4f463f;
  font-family: "Yu Gothic Medium";
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: auto;
}

/* --- ページトップボタン ---*/
#pagetop {
  position: fixed;
  bottom: -100px;
  right: 50px;
  cursor: pointer;
}
#pagetop img {
  width: 45px;
  height: 45px;
}

/*/////////////////////////////////////////////////////////////////////////////


                             ■ コンテンツ ■


/////////////////////////////////////////////////////////////////////////////*/
/* --- 共通設定 ---*/
section {
  width: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 {
  font-family: "AppliMincho";
  margin: 80px 0 0;
  font-size: 48px;
  line-height: 1;
  color: #2c4f61;
}

/*/////////////////////////////////////////////////////////////////////////////


                             ■  header ■


/////////////////////////////////////////////////////////////////////////////*/
/* TOP
-------------------------------------------------------*/
/* メインビジュアル */
.top_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

span {
  color: #b7000b;
}

.touroku_button a {
  display: inline-block;
  width: 665px;
  height: 140px;
  color: #fff;
  font-size: 42px;
  border-radius: 12px;
  background-color: #e1571a;
  text-align: center;
  line-height: 140px;
}

img.kigou {
  margin: 55px 0 66px;
}

/* どんなシゴトがある？実際の案件例
-------------------------------------------------------*/
ul.case-group {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 24px 25px;
  display: table;
  margin: 0px 0 74px;
}
ul.case-group &gt; li {
  display: table-cell;
  float: left;
  width: 50%;
  height: 580px;
}

li.case, li.case2 {
  border: solid 1px #2c4f61;
  border-radius: 2px;
  padding: 31px 25px 40px;
}
h3.case-title2 {
  display: inline-block;
  font-size: 26px;
  color: #2c4f61;
}

.u-line {
  display: inline;
  width: 100%;
  border-bottom: 1px solid #123;
  margin-bottom: 23px;
  left: 23px;
}

.e-condition-area {
  font-size: 18px;
  color: #2c4f61;
  padding: 23px 22px 24px;
  background-color: #f1f3f4;
  margin-bottom: 28px;
}

li.case2 ul.e-condition-area {
  padding: 31px 25px 40px;
  height: 320px;
}
li.case h3, li.case2 h3 {
  text-align: center;
  color: #2c4f61;
}

p.case-text {
  font-size: 16px;
}

.case-text-end {
  font-size: 20px;
  text-align: center;
}

img.kigou2 {
  margin: 22px 0 58px;
}

/* 今の収入が倍に！？実際の月収例
-------------------------------------------------------*/
h2.income-title {
  margin-bottom: 35px;
}

.income-title2,
.income-text,
.i-condition {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ul.income {
  border: solid #2c4f61 52px;
  width: 100%;
  box-sizing: border-box;
}

h3.income-title2 {
  font-size: 28px;
  color: #2c4f61;
  display: block;
  position: relative;
  left: 0;
}

ul.division-group {
  width: 60%;
  height: 100%;
}

li.division {
  background-color: #2c4f61;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  height: 29px;
  width: 20%;
  display: table-cell;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 26px;
  vertical-align: middle;
  text-align: center;
}
li.income-list {
  padding: 37px 40px 42px;
  border-bottom: solid #2c4f61 52px;
  width: 100%;
  box-sizing: border-box;
}
li.income-list:last-child {
  border-bottom: none;
}

p.income-text {
  font-size: 18px;
  color: #181d23;
}

.i-condition {
  font-size: 18px;
  color: #181d23;
  border: 1px solid #181d23;
  width: 100%;
  padding: 33px 30px 36px;
  margin-top: 45px;
}

.condition-list {
  text-align: left;
  width: 100%;
}

.income-price {
  font-size: 48px;
  text-align: center;
  vertical-align: text-top;
  color: #b7000b;
}

.small {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 20px;
}

.small2 {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 26px;
}

.small,
.navy,
.age {
  color: #181d23;
}

.bold {
  color: #181d23;
  font-weight: bold;
}

.right-yajirushi {
  vertical-align: text-bottom;
}

.age {
  text-align: right;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  bottom: 0;
  right: 0;
}

/* プロ家庭教師に関するよくあるご質問
-------------------------------------------------------*/
#example-QA {
  margin-top: 126px;
}

/*///////////////////////////////////////////////////

　　　　　　　　　　　フォーム

///////////////////////////////////////////////////*/
#form .mailform {
  width: 900px;
  margin: 0 auto 20px;
  padding: 40px 120px 100px;
  background-color: #2c4f61;
  color: #fff;
}
#form .form-text {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
#form dt {
  display: block;
  margin: 20px 0 20px;
  font-size: 22px;
  line-height: 26px;
}
#form dt span {
  padding: 1px 4px;
  font-size: 80%;
  font-weight: normal;
  color: #fff;
  margin-left: 5px;
  background-color: #ba0d17;
  box-shadow: none !important;
}
#form dd {
  padding-top: 5px;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 2;
}
#form p span {
  font-size: 80%;
  color: #555;
  display: block;
}
#form label {
  font-size: 100%;
}
#form input {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  line-height: 2;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
}
#form textarea {
  width: 100% !important;
}

.width50 {
  width: 50%;
}

.width100 {
  width: 100%;
}

#form #mailformpro select {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#form .mfp_buttons button {
  width: 450px;
  padding: 30px 0;
  background-color: #e1571a;
  border: 1px solid #e1571a;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.2em;
}

.hogohidden {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 30px;
}

a.privacy_policy {
  text-align: center;
  display: inline;
  padding-top: 20px;
}

/*/////////////////////////////////////////////////////////////////////////////


                             ■  footer ■


/////////////////////////////////////////////////////////////////////////////*/
footer {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 100px 0 0;
  padding: 60px 0;
  background-color: #ddd;
}

#footer-area {
  width: 900px;
  margin: 0 auto;
}
#footer-area ul {
  display: flex;
  align-items: center;
}
#footer-area li {
  margin: 0 6px 20px;
}
#footer-area p {
  font-size: 12px;
}

/*/////////////////////////////////////////////////////////////////////////////


                             ■ thanks.html ■


/////////////////////////////////////////////////////////////////////////////*/
#thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
#thanks .text {
  width: 960px;
  text-align: center;
  padding: 0px 0 25px;
}

/*/////////////////////////////////////////////////////////////////////////////


                             ■  kiyaku ■


/////////////////////////////////////////////////////////////////////////////*/
#kiyaku dl {
  width: 1120px;
  margin: 40px auto 40px auto;
  font-size: 15px;
}
#kiyaku dl dt {
  font-weight: bold;
  margin: 10px 0;
}
#kiyaku dl dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #2c4f61;
  padding-bottom: 15px;
  line-height: 2;
  font-size: 15px;
}
/*# sourceMappingURL=style_pc.css.map */: 2;
  font-size: 15px;
}
</pre></body></html>