<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 */


/*
メインカラー：#0a47a2
ライトカラー：#def7ff
*/

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

リセット

=============================================*/
body, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100%;
}


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

背景

=============================================*/
body {
	background: url(../img/bg_body.png) repeat-x top center fixed;
}


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

ベース

=============================================*/
#wrapper {
	overflow: hidden;
}

#container {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

header {
	width: 900px;
	margin: 0 auto;
	position: relative;
    margin-bottom: 30px;
    border-top: 10px solid #0a47a2;
}

#google_translate_element {
	position: absolute;
	left: 10px;
	top: 22%;
}

header #logo {
	background: #fff;
	padding: 15px 0px;
}

header #eye-catch {
	text-align: center;
	width: 100%;
	height: auto;
	max-height: 800px;
}

header h1 {
	padding: 0px;
	background: none;
}

#main {
	text-align: left;
	margin: 0px auto;
	padding-top: 0px;
}

section.col {
	margin-bottom: 50px;
	border: 5px double #0a47a2;
	padding: 40px;
	background: #fff;
}

section#perform {
	border: none;
	margin-top: 0px;
	margin-left: -800px;
	margin-right: -800px;
	background: #fff;
	padding: 60px 40px;
	padding-bottom: 20px;
	background: #0a47a2;
}

/*フロート*/
.f-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

.f-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

/*ボタン*/
.btn {
	text-align: center;
}

.btn img:hover {
	opacity: 0.6;
}

/*//===============
*クリアフィックス
=================*/
.clearfix,
.border {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.border:before,
.border:after {
    content: "";
    display: table;
}

.clearfix:after,
.border:after {
    clear: both;
}


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

文字、画像

=============================================*/
/*ベース*/
p, a, h1, h2, h3, h4, h5, h6, li, th, td, dt, dd, address, label, input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 170%;
}

p, a, li, th, td, dt, dd {
	font-size: 1.1em;
}

p {
	line-height: 180%;
	font-size: 1.2em;
	margin-bottom: 40px;
}

a {
	text-decoration: none;
	font-size: 1.0em;
	text-decoration: underline;
}

a:hover {
	color: #f60;
}

a img:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 07;
    opacity: 0.7;
}

#main img,
#main iframe {
	max-width: 830px;
}

/*装飾*/
.min {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

.sig {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 15px;
}

.s-middle {
	font-size: 23px;
	font-weight: bold;
	line-height: 170%;
}

.middle {
	font-size: 25px;
	font-weight: bold;
}

.large {
	font-size: 38px;
	font-weight: bold;
}

.x-large {
	font-size: 55px;
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.orange {
	color: #f60;
}

.blue {
	color: #0a47a2;
}

.green {
	color: #006b03;
}

.yellow {
	color: #FBF100;
}

.m-yellow {
	background-image:linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

.m-color {
	color: #0a47a2;
}

.bg-text {
	background: #FDFFD6;
}

.reserve {
	margin-bottom: 20px;
    margin-top: -15px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

.free {
	background: red;
	color: #fff;
	padding: 3px 8px;
	margin-right: 8px;
	border-radius: 3px;
	vertical-align: bottom;
}

.mcolor {
	background: #0a47a2;
	color: #fff;
	padding: 3px 8px;
	padding-left: 10px;
	margin-right: 8px;
	border-radius: 3px;
	font-size: 0.75em!important;
}

/*画像*/
img.border {
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 0px;
}

.eye-catch {
	margin-bottom: 20px;
}

.eye-catch img {
	max-width: 1200px;
}

.screen-shot {
	margin-bottom: 30px;
}

/*見出し*/
h1 {
	font-size: 1.6em;
	color: #000;
	text-align: center;
	background: none;
}

h2 {
	font-size: 2.5em;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 150%;
}

#intro h2 {
	font-size: 2.3em;
}

#perform h2,
#perform p {
	color: #fff;
}

h2.ad-sub {
	padding-bottom: 25px;
}

h3 {
	margin-top: 0px;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-size: 1.7em;
	margin-top: 0px;
    border: 3px solid #000;
	border-left: 8px solid #000;
}

h2 .sub,
h3 .sub,
h4 .sub {
    font-size: 0.80em;
}

h3 span.red {
    font-size: 1.0em;
}

h3.brt-title {
	padding-right: 0px;
	padding-left: 40px;
	border: none;
	border-bottom: 4px solid #000;
	background: url(../img/bg_brt-title.png) no-repeat left center;

}

h3 img {
	vertical-align: middle;
	margin-right: 10px;
	display: block;
	float: left;
}

h4 {
	background: #0a47a2;
	padding: 10px 15px;
    font-size: 1.5em;
	color: #fff;
	text-align: center;
}

#apply h4 {
	margin-bottom: 30px;
}

h5 {
    border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

h6 {
    border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
}


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

リスト、テーブル

=============================================*/
/*リセット*/
ul, dl, table {
	padding: 0px;
	margin: 0px;
}

/*段落リスト*/
.p-list {
	margin-bottom: 40px;
}

.p-list p {
	margin-bottom: 15px;
}

/*リスト*/
ul li {
	list-style-position: inside;
	margin-bottom: 10px;
}

ul.brt-list li {
    list-style: none;
    padding-left: 32px;
    background: url(../img/bg_brt-list.png) left center no-repeat;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

ul.note {
	padding: 20px;
}

ul.note li {
	list-style: none;
}

ul.note li:before {
	content: "※";
}

ul.arrow li {
	list-style: none;
}

ul.arrow li:before {
	content: "≫";
	font-weight: bold;
	color: #0a47a2;
	margin-right: 3px;
}

/*テーブル*/
table {
    width: 100%;
    border-top: 1px solid #949494;
    border-left: 1px solid #949494;
    word-break: break-all;
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
	margin: 0 auto;
}

thead th {
    background-color: #4c78c5;
    color: #fff;
    text-align: center;
}

th, td {
    padding: 10px 15px;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494;
	font-size: 1.05em;
}

th {
    background-color: #def7ff;
	width: 30%;
    font-weight: bold;
    text-align: left;
}

td {
	background-color: #fff;
	width: 70%;
}

th,td,
td li {
	font-size: 18px;
}

td li:last-child {
	margin-bottom: 0px;
}

th img {
	vertical-align: middle;
	margin-right: 15px;
}

table.non-border,
table.non-border th,
table.non-border td {
	border: none;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}

table.non-border {
	margin-bottom: 30px;
	width: 100%;
}

table.non-border .v-btm {
	vertical-align: bottom;
	width: 300px;
	text-align: center;
}

/*スケジュール*/
table.schedule th,
table.schedule td {
	width: auto;
}

table.schedule td {
	text-align: center;
}

/*申込フォーム*/
.t-form th {
	width: 30%;
}

.t-form th.req:after {
	content: "*";
	color: red;
}

.t-form td {
	width: 70%;
}


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

囲み枠

=============================================*/
blockquote {
	background: #def7ff;
	padding: 20px;
	border-radius: 10px;
	margin: 20px;
	margin-bottom: 30px;
}

blockquote p {
	margin-bottom: 0px;
	font-weight: bold;
}

.box {
	background: #fffbf1;
	border-radius: 8px;
	max-width: 700px;
	padding: 30px;
	padding-bottom: 10px;
	margin: 0 auto;
}

.box p {
	margin-bottom: 20px;
}

.border {
	padding: 30px;
	padding-top:50px;
	background: #fff;
	margin-bottom: 30px;
	border-top: 2px dotted #0a47a2;
}

.border p {
	margin-bottom: 0px;
}

.border h3 {
	border: none;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 130%;
	color: #0a47a2;
	font-size: 1.6em;
}

/*モデルコース*/
#model .border {
	border: 2px solid #0a47a2;
}

#model .border h3 {
	color: #0a47a2;
	border: none;
	font-size: 1.7em;
}

#model ul li {
	font-size: 1.2em;
	list-style: none;
}

#model ul li:before {
	content: "▼";
	font-weight: bold;
	margin-right: 5px;
	color: #90e0fb;
}

#model ul li:first-child:before {
	font-weight: bold;
	margin-right: 5px;
	color: #0a47a2;
}

#model ul li:last-child:before {
	content: "■";
	font-weight: bold;
	margin-right: 5px;
	color: #0a47a2;
}

/*コンテンツ内容*/
#course .border {
	border: 10px ridge #0a47a2;
}

#course .border h3 {
	color: #0a47a2;
	border: none;
	font-size: 2.1em;
    padding: 0px;
    margin-bottom: 15px;
}

#course .border p.point {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.4em;
}

#course .border h4 {
	border: none;
	padding: 0px;
	color: #0a47a2;
	font-size: 1.3em;
}

#course .border ul li {
	list-style: none;
	margin-bottom: 5px;
}

#course .border ul li:before {
	content:url(../img/bg_brt-list.png);
	vertical-align: -5px;
	margin-right: 3px;
}

/*特典*/
#benefit .border {
	border: 5px double #093368;
}

#benefit .border h3 {
	border: none;
	border-bottom: 2px solid #093368;
    font-size: 1.5em;
	padding-left: 40px;
	font-weight: bold;
	color: #000;
}

#benefit .border h3.book {
	background: url(../img/bg_book.png) no-repeat left top;
}

#benefit .border h3.present {
	background: url(../img/bg_present.png) no-repeat left top;
}

#benefit h3 span {
	font-size: 1.0em;
}


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

コース予約

=============================================*/
/*オプト画像*/
.opt-image {
	text-align: center;
}

/*タイトル*/
h3.apply-title {
	font-size: 2.0em;
	text-align: center;
    border: none;
	margin-bottom: 20px;
	padding: 0px;
}

/*メルマガ登録・商品購入*/

/*MyASP 2022*/
#apply .content_form {
    max-width: 600px;
}

#apply .content_form .input_unit .my_column {
    display: block;
    width: auto;
}

#apply .content_form .input_unit .my_left.my_column {
    padding-bottom: 0px;
    padding-top: 25px;
}

#apply form.myForm .required .my_column.my_left label:first-child:after {
    display: inline;
    font-size: 15px;
}

form input, form select {
    font-size: 15px;
}

.opt-in-form {
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background: #def7ff;
	margin-bottom: 30px;
}

.opt-in-form p {
	margin-bottom: 10px;
	font-size: 15px;
}

.opt-in-form .required_color,
.opt-in-form .right_block {
	background: #fff!important;
}

.opt-in-form div.input {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #0a47a2;
}

label.form_input_label {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

label.form_input_label:before {
	content: "▼";
	color: #0a47a2;
}

.required label.form_input_label:after {
	content: "*";
	color: #ff0000;
}

input.form_input_input,
textarea.form_input_input,
.opt-in-form .right_block label {
	font-size: 18px;
	padding: 3px;
	width: 97%;
}

.radiobutton input {
	width: 15px;
	height: 15px
}

.opt-in-form select {
	font-size: 18px;
	padding: 3px;
	padding-bottom: 6px;
}

input#Userfree11,
input#Userfree6 {
	width: 50px;
}

label.form_input_radio_label {
	display: block;
}

.submit a {
	text-decoration: none;
}

.regist_form .submit input,
.opt-in-form .submit input,
.apply button {
	width: 100%;
	background-color: #00ab04;
	padding:10px;
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	border-bottom: 5px solid #007502;
	margin: 10px 0px;
}

.regist_form .submit input:hover,
.opt-in-form .submit input:hover,
.apply button:hover {
	background: #f5a000;
	border-bottom-color: #986504;
	cursor: pointer;
}

.regist_form .submit input {
    max-width: 500px;
}

.regist_form .submit input,
.apply button {
	margin: 10px auto;
	display: block;
	font-size: 2.0em;
	padding: 15px 10px;
}

.apply button span {
	color: yellow;
}

.paper-apply p,
.paper-apply a {
	font-size: 18px;
}

.paper-apply ul li {
	list-style: none;
}

/*商品購入*/
.service-price,
.service-buy {
	text-align: center;
}

.service-price {
    margin: 0px;
	margin-bottom: 50px;
}

p.price {
    font-size: 5em;
    font-weight: bold;
    color: #FF0004;
	line-height: 100%;	
}

p.price span {
	font-size: 0.6em;
}

.service-buy {
	margin-bottom: 50px;
}

.service-buy a {
	background-color: #00c104;
	padding: 15px;
	font-size: 3em;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 80%;
	border-radius: 10px;
	border-bottom: 5px solid #007502;
	text-shadow: -2px -2px 0px #000000;
}

.service-buy a:hover {
	background: #00de05;
	text-decoration: none;
}


/*お支払い留意事項*/
.service-note {
	padding: 0px;
	padding: 20px;
	padding-bottom: 12px;
	background-color: #fffcec;
	border: dotted 1px #000;
	margin: 30px auto;
	margin-bottom: 10px;
	max-width: 555px;
	width: 80%;
}

.service-note p {
	margin-bottom: 10px;
	font-size: 0.88em;
}

.service-note ul {
	margin: 0px;
}

.service-note li {
	font-size: 0.88em;
	margin-bottom: 5px;
}


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

フッター

=============================================*/
footer {
	width: 100%;
	min-height: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #0a47a2;
}

.utility-menu,
.footer p,
.footer a,
.footer address {
	color: #fff;
}

.footer address {
	font-style: normal;
}

.utility-menu a {
	font-size: 0.88em;
}

.utility-menu a:hover {
	text-decoration: underline;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.pagetop a {
	opacity: 0.4;
}

.pagetop a:hover {
	opacity: 1.0;
}
</pre></body></html>