<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 */
/*--__format--*/
body{
background: #ffffff;
-webkit-text-size-adjust: 100%;
}
body,h1,h2,h3,h4,p,address,table,th,td,ul,li,div,dl,dt,dd{
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #484848;
	word-break: break-strict;
	font-feature-settings: "palt";
}
h1,h2,p{
	margin-bottom: 10px;
}
h2{
color: #009ca3;
font-weight: bold;
}
img {
	border: 0;
}
/*　通常指定　*/
body { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*　Safari・Chrome用指定　*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
body { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
}
/*--__common--*/
div#wrapper{
	margin: 48px auto;
}
a {
	color: #e7380d;
}
a:hover {
	text-decoration: none;
}
ul {
  list-style: none;
  width: 860px;
	margin: 10px auto 30px;
	padding: 20px 20px 0;
	background: #fafafa;
}
ul li {
  position: relative;
  padding: 0 0 20px 1.5em;
}
ul.li-hands li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #009ca3;
}
ul.li-circle li::before {
  position: absolute;
  left: 0;
  content: '◉';
  color: #009ca3;
}
ul.pgtp{
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	text-align: right;
	list-style: url(../img/icon_arrow.gif) inside;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: #ffffff;
}
ul.pgtp-2{
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	text-align: right;
	list-style: url(../img/icon_arrow.gif) inside;
	margin-bottom: 40px;
	border-bottom: none;
	padding-bottom: 40px;
	background: #ffffff;
}
ul.pgtp li{
	font-size: 11px;
	margin: 0;
	padding: 0;
}
ul.pgtp a{
	color: #898989;
}
ul.tppg{
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	text-align: right;
	list-style: url(../img/icon_arrows.gif) inside;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: #ffffff;
}
ul.tppg li{
	font-size: 11px;
	margin: 0;
	padding: 0;
}
ul.tppg a{
	color: #898989;
}
ul.simple-li{
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
	}
ul.simple-li li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  color: #e9e9e9;
}
span.bold{
	font-weight: bold;
}
span.red{
	color: red;
}
span.normalweight{
	font-weight: normal;
}
span.m-border{
background:linear-gradient(transparent 50%, #ffff66 0%);
}
@media screen and (min-width:951px) {
/*pc用のcssを記述*/
/*--__header--*/
div#wrapper{
	width: 900px;
	}
header{
	width: 900px;
	margin: 0;
}
header img{
	width: 900px;
}
div#maincont{
	margin: 30px 0 20px;
}
	
/*--__mainimg--*/
div#maincont div#mainimg{	
	width: 900px;
	margin: 0 0 80px 0;
}
div#maincont div#mainimg img{	
	width: 900px;
}
/*--__outline--*/
section#outline h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 10px;
	border-left: 5px solid;
	color: #e7380d;
}
	section#outline p{margin-bottom: 30px;}
section#outline dl{
	width: 860px;
	margin: 10px auto 40px;
	padding: 20px 20px 0;
	background: #fafafa;
}
	section#outline dl dt{
color: #008a90;
	}
section#outline dl dd{
	padding-bottom: 20px;
	font-weight: bold;
}
/*--__お申し込みの前に--*/


/*--__冊子販売のお知らせ--*/
section#mail-order h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #d4bf28;
	border-radius: 45px;
	display: inline-block;
}
section#mail-order ul {
  list-style: none;
  width: 860px;
	margin: 10px auto 30px;
	padding: 20px 20px 0;
	background: #fafafa;
}
section#mail-order ul li {
  position: relative;
  padding: 0 0 20px 1.5em;
}
section#mail-order ul.li-hands li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #009ca3;
}
section#mail-order ul.li-circle li::before {
  position: absolute;
  left: 0;
  content: '◉';
  color: #009ca3;
}
/*--__次回の日程--*/	
section#notice h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #ec6020;
	border-radius: 45px;
	display: inline-block;
}
section#notice ul {
  list-style: none;
  width: 860px;
	margin: 10px auto 30px;
	padding: 20px 20px 0;
	background: #fafafa;
}
section#notice ul li {
  position: relative;
  padding: 0 0 20px 1.5em;
}
section#notice ul.li-hands li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #009ca3;
}
/*--__過去に開催したセミナー--*/
section#oldseminar{
	margin-top: 40px;
}
section#oldseminar h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #009ca3;
	border-radius: 45px;
	display: inline-block;
}
section#oldseminar h2{
	font-size: 18px;
}
section#oldseminar table{
	width: 100%;
	margin: 10px auto 60px;
	border-collapse: separate;
    border-spacing: 0px 1px;
}
section#oldseminar table th{
	width: 100px;
	vertical-align: middle;
    text-align: center;
	border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
	font-size: 14px;
	font-weight: bold;
}
section#oldseminar table td{
	vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
    font-size: 14px;
	padding: 10px;
}
section#oldseminar table tr:nth-child(even){
	background: #e9e9e9;
}
section#oldseminar table tr:nth-child(odd){
	background: #f4f4f4;
}
/*--__footer--*/
footer{
	margin-top: 40px;
}
footer p{
	margin: 18px 0;
	font-size: 14px;
}
footer dt{
	float: left;
	display: block;
	margin: 0;
	font-size: 14px;
}
footer dd{
	display: block;
	padding-left: 0;
	margin-left: 40px;
	font-size: 14px;
} 
footer p#copy{
	text-align: center;
	font-size: 14px;
}
/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button1-c {
    font-size: 1.15rem;
    width: 70%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 3.5rem;
    color: #fff;
    background: #e7380d;
    -webkit-box-shadow: 0 5px 0 #cf320b;
    box-shadow: 0 5px 0 #cf320b;
}
a.button1-c span {
  font-size: 0.8rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #cf320b;
  border: 2px solid #e7380d;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #e7380d;
  -webkit-box-shadow: 0 2px 0 #cf320b;
  box-shadow: 0 2px 0 #cf320b;
}

a.button1-c:hover:before {
  left: 2rem;
}
}


@media only screen and (min-width:376px) and (max-width:950px) {
/*tablet用のcssを記述*/
div#wrapper{
	margin: 48px 30px;
}
header img{
	width: 100%;
}
header h1{
	font-size: 28px;
	font-weight: bold;
	color: #28883a;
	margin: 20px 0;
}
	div#mainimg{
		margin: 40px 0;
	}
div#mainimg img{
	width: 100%;
}
/*--__outline--*/
section#outline h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	color: #e7380d;
	padding-left: 10px;
	border-left: 5px solid;
	}
	section#outline p{margin-bottom: 30px;}
section#outline dl{
	width: 94%;
	margin: 10px auto 40px;
	padding: 3% 3% 0;
	background: #fafafa;
}
	section#outline dl dt{
color: #008a90;
	}
section#outline dl dd{
	padding-bottom: 20px;
	font-weight: bold;
}
section#outline ul{
	width: 100%;
}
/*--__お申し込みの前に--*/
section#attention ul {
  width: 94%;
	margin: 10px auto 30px;
	padding: 3% 3% 0;
}
/*--__冊子販売のお知らせ--*/
section#mail-order h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;

	color: #FFFFFF;
	padding: 0 20px;
	background: #d4bf28;
	border-radius: 45px;
	display: inline-block;
}
section#mail-order ul {
  list-style: none;
  width: 94%;
	margin: 10px auto 30px;
	padding: 3% 3% 0;
	background: #fafafa;
}
section#mail-order ul li {
  position: relative;
  padding: 0 0 20px 1.5em;
}
section#mail-order ul.li-hands li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #009ca3;
}
section#mail-order ul li::before {
  position: absolute;
  left: 0;
  content: '◉';
  color: #009ca3;
}
/*--__次回の日程--*/	
section#notice h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #ec6020;
	border-radius: 45px;
	display: inline-block;
}
section#notice ul {
  list-style: none;
  width: 94%;
	margin: 10px auto 30px;
	padding: 3% 3% 0;
	background: #fafafa;
}
section#notice ul li {
  position: relative;
  padding: 0 0 20px 1.5em;
}
section#notice ul.li-hands li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #009ca3;
}
/*--__過去に開催したセミナー--*/
section#oldseminar{
	margin-top: 40px;
}
section#oldseminar h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #009ca3;
	border-radius: 45px;
	display: inline-block;
}
section#oldseminar h2{
	font-size: 18px;
}
section#oldseminar table{
	width: 100%;
	margin: 10px auto 60px;
	border-collapse: separate;
    border-spacing: 0px 1px;
}
section#oldseminar table th{
	width: 20%;
	vertical-align: middle;
    text-align: center;
	border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
	font-size: 14px;
	font-weight: bold;
}
section#oldseminar table td{
	vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
    font-size: 14px;
	padding: 10px;
	width: 80%;
}
section#oldseminar table tr:nth-child(even){
	background: #e9e9e9;
}
section#oldseminar table tr:nth-child(odd){
	background: #f4f4f4;
}
/*--__footer--*/
footer{
	margin-top: 40px;
}
footer p{
	margin: 18px 0;
	font-size: 14px;
}
footer dt{
	float: left;
	display: block;
	margin: 0;
	font-size: 14px;
}
footer dd{
	display: block;
	padding-left: 0;
	margin-left: 40px;
	font-size: 14px;
} 
footer p#copy{
	text-align: center;
	font-size: 14px;
}
/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button1-c {
    font-size: 1.15rem;
    width: 70%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 3.5rem;
    color: #fff;
    background: #e7380d;
    -webkit-box-shadow: 0 5px 0 #cf320b;
    box-shadow: 0 5px 0 #cf320b;
}
a.button1-c span {
  font-size: 0.8rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #cf320b;
  border: 2px solid #e7380d;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #e7380d;
  -webkit-box-shadow: 0 2px 0 #cf320b;
  box-shadow: 0 2px 0 #cf320b;
}

a.button1-c:hover:before {
  left: 2rem;
}
a.cv {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #4b3a40;
  padding: 18px 30px;
  transition: .3s;
	text-decoration: none;
}
a.cv:hover {
  background: #e5004f;
}
}
@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
div#wrapper{
	margin: 48px 20px;
}
header img{
	width: 100%;
}
div#mainimg{
		margin: 40px 0;
	}
div#mainimg img{
	width: 100%;
}
	/*--__outline--*/
section#outline h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	color: #e7380d;
	padding-left: 10px;
	border-left: 5px solid;
	}
	section#outline p{margin-bottom: 30px;}
section#outline dl{
	width: 94%;
	margin: 10px auto 30px;
	padding: 3% 3% 0;
	background: #fafafa;
}
	section#outline dl dt{
color: #008a90;
	}
section#outline dl dd{
	padding-bottom: 20px;
	font-weight: bold;
}
	section#outline ul{
	width: 100%;
}
/*--__お申し込みの前に--*/
section#attention ul {
width: 94%;
	margin: 10px auto 30px;
	padding: 3% 3% 0;
	background: #fafafa;
}
/*--__冊子販売のお知らせ--*/
section#mail-order h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #d4bf28;
	border-radius: 45px;
	display: inline-block;
}
section#mail-order ul {
  list-style: none;
  width: 94%;
	margin: 10px auto 30px;
	padding: 3% 3% 0;
	background: #fafafa;
}
section#mail-order ul li {
  position: relative;
  padding: 0 0 20px 1.5em;
}
section#mail-order ul.li-hands li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #009ca3;
}
section#mail-order ul li::before {
  position: absolute;
  left: 0;
  content: '◉';
  color: #009ca3;
}
/*--__次回の日程--*/	
section#notice h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #ec6020;
	border-radius: 45px;
	display: inline-block;
}
section#notice ul {
  list-style: none;
  width: 90%;
	margin: 10px auto 30px;
	padding: 3% 3% 0;
	background: #fafafa;
}
section#notice ul li {
  position: relative;
  padding: 0 0 20px 1.5em;
}
section#notice ul.li-hands li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #009ca3;
}
/*--__過去に開催したセミナー--*/
section#oldseminar{
	margin-top: 40px;
}
section#oldseminar h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #009ca3;
	border-radius: 45px;
	display: inline-block;
}
section#oldseminar h2{
	font-size: 18px;
}
section#oldseminar table{
	width: 100%;
	margin: 10px auto 60px;
	border-collapse: separate;
    border-spacing: 0px 1px;
}
section#oldseminar table th{
	width: 20%;
	vertical-align: middle;
    text-align: center;
	border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
	font-size: 14px;
	font-weight: bold;
}
section#oldseminar table td{
	vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
    font-size: 14px;
	padding: 10px;
	width: 80%;
}
section#oldseminar table tr:nth-child(even){
	background: #e9e9e9;
}
section#oldseminar table tr:nth-child(odd){
	background: #f4f4f4;
}
/*--__footer--*/
footer{
	margin-top: 40px;
}
footer p{
	margin: 18px 0;
	font-size: 14px;
}
footer dt{
	float: left;
	display: block;
	margin: 0;
	font-size: 14px;
}
footer dd{
	display: block;
	padding-left: 0;
	margin-left: 40px;
	font-size: 14px;
} 
footer p#copy{
	text-align: center;
	font-size: 14px;
}
/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button1-c {
    font-size: 1.15rem;
    width: 70%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 3.5rem;
    color: #fff;
    background: #e7380d;
    -webkit-box-shadow: 0 5px 0 #cf320b;
    box-shadow: 0 5px 0 #cf320b;
}
a.button1-c span {
  font-size: 0.8rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #cf320b;
  border: 2px solid #e7380d;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #e7380d;
  -webkit-box-shadow: 0 2px 0 #cf320b;
  box-shadow: 0 2px 0 #cf320b;
}

a.button1-c:hover:before {
  left: 2rem;
}
}</pre></body></html>