@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* フォント設定 */
.post_content h1 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: bold;
  font-size: 35px;
  font-style: normal;
}
.post_content h1 img {
  margin-right: 16px;
  margin-bottom: 4px;
}

/* ヘッダー&フッター設定 */
.l-header, .l-fixHeader::before, .l-footer {
	background: linear-gradient(to right, #DFC5EF, #ACC4FF, #93D5D9);
}
.c-gnav {
  font-family: "Kaisei Tokumin", serif;
  font-size: 14px;
  font-style: normal;
}
.l-footer__foot > .l-container {
	margin: 0 auto;
    padding: 0;
}
.l-footer__nav {
  font-size: 11px;
  font-style: normal;
}
.l-footer__nav li, .l-footer__nav li a, .l-footer__nav li:first-child a {
  border: none;
}

/* トップページ-先生一覧 */
#rs-main > ul {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 95vw;
	max-width: 1470px;
}
#rs-main > ul > ul {
	list-style: none;
    width: 313px;
    justify-content: space-between;
    background: #FFF;
    margin-right: 30px;
    margin-bottom: 24px;
    border-bottom-right-radius: 10px;
    box-shadow: 4px 4px 2px #FFB9DF8C;
    padding-left: 0px;
    margin-left: 20px;
}
#rs-main > ul > ul > p > a {
	display: flex;
	pointer-events: none;
}
#rs-main > ul > ul > li:nth-child(2) {
    font-size: 14px;
    height: 23px;
    background: #ACC4FF;
    color: #FFF;
    margin: 0;
}
#rs-main > ul > ul > li:nth-child(2) > p {
    display: flex;
    justify-content: center;
}
#rs-main > ul > ul > li:nth-child(2) > img {
	height: 20px;
}
#rs-main > ul > ul > li:nth-child(3) {
    font-size: 10px;
    color: #333;
	margin-top: 12px;
}
#rs-main > ul > ul > li:nth-child(3) > p {
	padding-left: 20px;
}
#rs-main > ul > ul > li:nth-child(3) > p > span {
	margin-right: 6px;
}
#rs-main > ul > ul > li:nth-child(4) {
	font-size: 18px;
	padding-left: 20px;
}
#rs-main > ul > ul > li:nth-child(4) > p > span {
	margin-right: 6px;
}
#rs-main > ul > ul > li:nth-child(4) > p > small {
	font-size: .7em;
}
#rs-main > ul > ul > li:nth-child(4) > p > span:nth-child(4) {
	float: right;
	margin-right: 22px;
}
#rs-main > ul > ul > li:nth-child(4) > p > span:nth-child(4) > img {
	height: 27px;
	margin-top: 6px;
}
#rs-main > ul > ul > li:nth-child(5) {
    padding-top: 36px;
}
#rs-main > ul > ul > li:nth-child(5) > p {
    font-size: 13px;
    color: #706D97;
	margin-left: 20px;
    padding-bottom: 14px;
    margin-right:10px;
    border-bottom: 1px solid #ACC4FF;
}
#rs-main > ul > ul > li:nth-child(5) > p > a {
    color: #706D97;
    text-decoration: none;
    position: absolute;
    right: 0;
    margin-right:10px;
}
#rs-main > ul > ul > li:nth-child(6) > p {
	margin: 14px 10px 14px 20px;
	font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#rs-main > ul > ul > li:nth-child(7) {
	margin: 14px 10px 14px 20px;
    height: 8vh;
}
#rs-main > ul > ul > li:nth-child(7) > span {
	font-size: 13px;
    color: #7D7D7D;
    border: 1px solid #7D7D7D;
    border-radius: 20px;
    padding: 0 8px;
    margin-right: 10px;
    display: inline-block;
}
#rs-main > ul > ul > li:nth-child(8) {
	text-align: center;
    padding-bottom: 10px;
}
#rs-main > ul > ul > li:nth-child(8) > p > a > img {
    height: 34px;
    cursor: pointer;
}

/* 固定ページのタイトル非表示 */
.c-pageTitle {
	display: none;
}

/* パンくずリスト非表示 */
.p-breadcrumb {
	display: none;
}

/*--- 以下レビューフォームの追加CSS ----*/

.wpcr3_respond_2{
	display: block;
}

.wpcr3_show_btn, .wpcr3_cancel_btn{
	display: none;
}

.wpcr3_table_2 td {
    text-align: left;
    display: block;
}

.wpcr3_review_datePublished,.wpcr3_review,.wpcr3_review_author{
font-style: normal !important;
}

/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
    max-width: 100%;
}

/* ページネーションのスタイル */
.wpcr3_pagination .wpcr3_a{
background: #8c8c8c;
}

.wpcr3_pagination .wpcr3_a:hover{
background: #7A76B0;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
    background: #a3b5e3;
}

.wpcr3_pagination {
    padding: 3em 0;
    float: right;
}

.wpcr3_pagination_page {
    display: none;
}

/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media (max-width: 600px){
.wpcr3_table_2 td {
    text-align: left;
    display: block;
}
}

/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
    min-width: 300px;
    width: 100%;
    max-width: 100%;
}

/*--- レビューフォームの追加CSSここまで ----*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1107px){
  /* 見出し画像の位置調整 */
  .post_content h1 img {
    margin-bottom: 0;
  }
}


/* フォームカラー調整 */
.smf-button-control__control {
  background: var(--accent-color,#7A76B0) !important;
  color: #fff !important;
  border: none !important;
  transition: background-color 0.3s ease !important;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
    background-color:#7A76B0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media (max-width:874px) {
  /* 各見出しのフォントサイズ調整 */
  .post_content h1 {
    font-size: 2em;
    line-height: 1em;
  }
}