@charset "UTF-8";

/* CF7用スタイル */
.w05 input {width: 50%;}
input::placeholder, textarea::placeholder {
  color: #aaa;
}
@media (max-width: 768px) {
	.w05 input {width: 100%;}
	.wpcf7-form label {font-size: 18px;}
}

.contact-form-inner {
    margin: 0 auto;
    padding: 50px 0;
}
.form-item:first-child {
    margin-top: 0;
}
.form-item {
    width: 90%;
    margin: 30px auto 0;
}
.form-item label {
    display: flex;
    font-size: 18px;
    color: #333333;
    align-items: center;
	margin-bottom: 5px;
}
.form-item > input{
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
}
.form-flex {
    display: flex;
    flex-direction: column;
}
.form-flex input {
    height: 50px;
    border: 1px solid #cccccc;
    margin-top: 10px;
}
.form-flex input.your-add-1 {
    width: 40%;
}
.form-flex input.your-add-2 {
    width: 100%;
}
.form-hissu {
    color: #ffffff;
    font-size: 12px;
    margin-left: 0.75em;
    padding: 2px 5px;
    background-color: #BB9A14;
}
.form-free {
    color: #ffffff;
    font-size: 13px;
    margin-left: 15px;
    padding: 3px 5px;
    background-color: #aaaaaa;
}
.form-item textarea{
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    margin-top: 10px;
}
.last-check {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.last-check > input {
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.last-check a {
    text-decoration: none;
}
.form-item.send-btn {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}
.form-item.send-btn input {
    background-color: #1B5A88;
    color: #ffffff;
    border-radius: 0px;
	font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    width: 35%;
    margin: 0 15px;
}
.form-item.send-btn input:hover {
	opacity: .75;
    transition: all .3s;
}
.wpcf7-previous {
    background-color: #aaa !important;
}

/* レスポンシブコード
画面サイズ768px以下で表示を変えています
 */
@media screen and (max-width:768px) {
    .contact-form-inner {
        padding: 30px 15px;
        border: none;
    }
    .form-item {
        width: 100%;
        margin: 20px auto 0;
    }
    .form-item > input{
        height: 35px;
        margin-top: 5px;
    }
    .form-item textarea{
        margin-top: 5px;
    }
    .form-item input::placeholder {
        padding-left:5px;
    }
    .form-flex input {
        height: 35px;
        margin-top: 5px;
    }
    .form-flex input.your-add-1 {
        width: 70%;
    }
    .form-hissu {
        margin-left: 5px;
    }
    .form-free {
        margin-left: 5px;
    }
    .last-check > input {
        margin: 0 5px 0 0;
    }
    .form-item.send-btn {
		display: block;
	}
	.form-item.send-btn input {
		font-size: 16px;
		width: 100%;
		margin: 15px 0 0;
		height: 50px;
	}
	.form-item label {font-size: 16px;}
	.wpcf7-list-item {
		margin: 0;
		width: 100%;
	}
}

/* 問い合わせページ・電話番号 */
.contact_tel-box {
    width: 50%;
    margin: 0 auto;
    border: 2px solid #1B5A88;
    padding: 15px;
	text-align: center;
}
.contact_tel-box a {
	color: #1B5A88;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}
.contact_tel-box p {
	margin-bottom: 0;
}
@media (max-width: 480px) {
	.contact_tel-box {width: 90%;}
	.contact_tel-box a {font-size: 24px;}
}

/* 問い合わせステップ */
.box_step03 {
  width: 70%;
  margin: 0 auto;
}

.box_step03 ul {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	padding-left: 0;
}
.box_step03 ul li {
  position: relative;
  color: #333;
  z-index: 1;
}
.box_step03 ul li::marker{color: #FFF;}
.box_step03 ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ddd;
  margin: 0 auto .5em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.box_step03 ul li.active {
  font-size: 16px;
  color: #333;
}
.box_step03 ul li.active:before {
  margin: -.3em auto .5em;
  background: #1B5A88;
  width: 25px;
  height: 25px;
}
.box_step03 ul:before {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 1px;
  background: #ddd;
  content: "";
  left: 50%;
  top: 15px;
  z-index: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .box_step03 {width: 90%;}
}
@media only screen and (max-width: 480px) {
	.box_step03 ul:before {width: 85%;}
}

/* プライバシーポリシー */
.policy_inbox {
    padding: 30px 40px;
    height: 300px;
    overflow-y: scroll !important;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ced4da;
	background: #FFF;
}
.policy_inbox p {
    margin-bottom: 0;
}
.policy_inbox span.ttl {
    font-size: 1.25em;
    border-bottom: 2px solid #1B5A88;
    display: block;
    margin-bottom: 10px;
}
.policy_inbox a {color: #1B5A88;}

@media (max-width: 480px) {
	.policy_inbox {
		width: 100%;
		margin: 0;
		padding: 20px;}
}


/* 下層ページ用 */
.pc_block {display: block;}
.sp_block {display: none;}
.page-header {
    min-height: 450px !important;
}
.page-header::before {
    opacity: 0 !important;
}
h1.page-header-title {
    font-family: 'Noto Serif JP';
    font-size: 1.875em !important;
    color: #333333;
    text-align: left;
    padding-left: 1em;
}

.lower_ttl-box01 {
	position: relative;
    z-index: 99;
}
.lower_ttl-box01 h2 {
    position: absolute;
    top: -20px;
}
.grid-c_p0 .vk_gridColumn_item {padding: 0 !important;}
.grid-c_p0 figure {margin: 0 !important;}

@media (max-width: 480px) {
	.pc_block {display: none;}
	.sp_block {display: block;}
	.page-header {
		min-height: 250px !important;
		margin-top: 85px !important;
	}
	h1.page-header-title {
		font-size: 1.125em !important;
		padding-left: 0;
		position: absolute;
		bottom: -7em;
	}
	.lower_ttl-box01 h2 {
		top: -25px;
		left: -15px;
	}
}

.lower_ttl01 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
    font-size: 1.625em;
    color: #376500;
    text-align: center;
    line-height: 2;
}
.lower_ttl01_2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 2;
}
.highlight {
	font-size: 26px;
}

.fc333 {color: #333 !important;}

.text-underline-dotted01 {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
	font-weight: 500;
}
.text-underline-dotted01::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background-image: radial-gradient(circle, #376500 0, #376500 1px, transparent 1px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position-y: center;
}

.card_type01 figure {margin-bottom: 0 !important;}
.card_type02 figure {margin-bottom: 0 !important;}

.txt-box_beige {border-radius: 10px;}

.lower_ttl02 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
    font-size: 1.25em;
    margin-bottom: .75em;
}

.parent01-box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.parent01 {
    position: relative;
    display: inline-flex;
    padding: 0 40px;
    align-items: baseline;
}
.parent01 p {
    margin-bottom: 0;
    text-align: center;
    line-height: 1.5;
}
.parent01:before, .parent01:after {
    content: '';
    position: absolute;
    bottom: 10px;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #707070;
}
.parent01:before {
  left:0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.parent01:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c_jcc {
	display: flex;
	justify-content: center;
}
.btn_mw240 a {min-width: 240px !important;}
.btn_mw320 a {min-width: 320px !important;}


.menu-box001 {
    background: #FFF;
    border: 1px solid #695D52;
    border-radius: 5px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 14px;
}
.menu-box001 p {margin-bottom: 5px;}
.menu-box001 .ttl01 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
    color: #695D52;
}
.menu-box001 .price00, .menu-box001 .price01 {
    color: #695D52;
    font-size: 14px;
    margin-bottom: 5px !important;
}
.menu-box001 .price01 span {
    font-size: 30px;
    font-weight: 400;
	color: #695D52 !important;
}
.menu-box001 .price02 {
    margin-top: 10px;
}
.menu-box001 .price02 span {
    background: #A0C64A;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 50px;
}
.menu-box001 ul {
    padding-left: 0 !important;
    background: #FFF !important;
}
.menu-box001 ul li {
    position: relative;
    list-style-type: none !important;
    padding: 0.25em 0.5em 0.25em 0;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    vertical-align: middle;
    color: #505050;
    border-radius: 15px 0px 0px 15px;
    margin-left: 1.25em;
    text-indent: -1.25em;
}

.menu-box001 ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #A29689;
  border-radius: 50%;
  margin-right: 8px;
}

.menu-box001 .subttl01 {
    margin: 1em 2em 1.5em;
    font-size: 20px;
    font-weight: 400;
}

.mt15 {
    margin-top: 15px;
}
.mb00 {margin-bottom: 0 !important;}
.access_inbox {
    padding: 24px 24px 0 !important;
    border-radius: 10px !important;
}
.access_inbox .ttl01 {
    font-size: 1.125rem;
    font-weight: 400;
}
.access_ttl01 {
    font-size: 1.25rem;
    font-weight: 400;
    border-left: 2px solid #80B705;
    padding-left: 7px;
}
.ohsu_inbox {
    gap: 0;
}
.ohsu_inbox figure {margin-bottom: 0 !important;}
.ohsu_inbox figure img {
    border-radius: 10px;
}
.ohsu_inbox .txt-box {
	background: #FFF;
	padding: 16px;
	margin-top: 20px;
	border-radius: 10px;
}
.ohsu_inbox figure img {
    border-radius: 10px;
}
.ohsu_inbox .txt-box p {margin-bottom: 0;}
.subttl01 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.course-b_inbox {padding: 24px 40px 0;}
.starter_inbox {
    background: #FFF;
    border: 1px solid #695D52;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 14px;
	padding: 24px;
	width: 94%;
    margin: 0 3%;
}
.starter_inbox .inbox01 {
    background: #F0EEEC;
    border-radius: 10px;
    padding: 20px 30px 10px;
    margin-bottom: 20px;
}
.starter_inbox ul {
    padding-left: 0 !important;
    background: #FFF !important;
}
.starter_inbox ul li {
    position: relative;
    list-style-type: none !important;
    padding: 0.25em 0.5em 0.25em 0;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    vertical-align: middle;
    color: #505050;
    border-radius: 15px 0px 0px 15px;
    margin-left: 1.25em;
    text-indent: -1.25em;
}

.starter_inbox ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #A29689;
  border-radius: 50%;
  margin-right: 8px;
}
.starter_inbox .ttl01 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 !important;
    color: #695D52;
}
.starter_inbox .price01 {
    color: #695D52;
    font-size: 14px;
    margin-bottom: 5px !important;
}
.starter_inbox .price01 span {
    font-size: 30px;
    font-weight: 400;
    color: #695D52 !important;
}
.osu_ttl {text-align: center;}
@media (max-width: 480px) {
	.lower_ttl01 {
		font-size: 1.25em;
		text-align: left;
		margin-bottom: 0;
	}
	.lower_ttl01_2 {
		font-size: 16px;
		text-align: left;
		}
	.highlight {
		font-size: 22px;
		}
	.text-underline-dotted01 {
		padding-bottom: 0;
		margin-bottom: 5px;
	}

	.card_type01 {margin: 15px 30px 0 -15px !important;}
	.card_type01 img {border-radius: 0 20px 0 0;}
	.card_type02 {margin: 15px -15px 0 30px!important;}
	.card_type02 img {border-radius: 20px 0 0 0;}
	.lower_ttl02 {font-size: 1em;}
	.sp_gap0 {gap: 0;}
	.sp_mr-15 {margin-right: -15px !important;}
	.sp_mb0 {margin-bottom: 0px !important;}
	.btn_mw240 a {min-width: 200px !important;}
	.btn_mw320 a {min-width: 200px !important;}
	.ohsu_inbox figure img {
    border-radius: 10px 10px 0 0;
	}
	.ohsu_inbox .txt-box {
		margin-top: 0;
		border-radius: 0 0 10px 10px;
	}
	.menu-box001 .ttl01 {font-size: 18px;}
	.subttl01 {font-size: 16px;}
	.course-b_inbox {padding: 24px 24px 0;}
	.starter_inbox {
		width: 100%;
		margin: 0;
		padding: 20px 24px;
    }
	.starter_inbox .inbox01 {padding: 16px;}
	.starter_inbox .ttl01 {margin-top: 0;}
	.osu_ttl {text-align: left;}
}
@media (max-width: 991.98px) {
    .access_table01 table th, .access_table01 table td {font-size: 14px !important;}
    .access_table01 table tr:last-child td:first-child {font-size: 14px !important;}
    .access_table01 table tr:last-child td {font-size: 10px !important;}
}

/* パンくずリストのカテゴリー名を非表示 */
.single-post .breadcrumb .breadcrumb-list .breadcrumb-list__item:nth-last-child(2) {
    display: none;
}

h3.wp-block-heading {
	width: fit-content;
	font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    font-weight: 400;
    border-left: 2px solid #80B705;
    padding-left: 7px;
}
h4.wp-block-heading, h4.sub-section-title {
    font-size: 1.125rem;
    border-bottom: 1px dashed #80B705;
	padding-left: 4px;
    padding-bottom: 2px;
}
h4.wp-block-heading {font-family: "Noto Serif JP", serif;}
@media (max-width: 767.98px) {
	h3.wp-block-heading {
		font-size: 1.125rem;
	}
}

.vk_post_imgOuter_singleTermLabel {display: none;}

/* ページ内リンク調整用 */
.price_anc {
    margin-top: -80px;
    padding-top: 80px;
}