<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ****************************************************
style.css for 三幸学園 SMP版
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fffad8;
  font-size: 1rem;
 	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #333333;
}
body &gt; img {
  display: none !important;
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

strong {
  color: #c60026;
}

sub {
  font-size: 1rem;
  vertical-align: bottom;
}

*, *:before, *:after {
  box-sizing: inherit;
}


.toggleBtn {
  position: relative;
}
.toggleBtn:after {
  position: absolute;
  top: 50%;
  right:3%;
  margin-top: -1.1rem;
  display: block;
  content: " ";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/index-ic02.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.toggleBtn.open:after {
  background: url(../img/index-ic03.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.pinktype .toggleBtn:after {
	 background: url(../img/index-ic04.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.pinktype .toggleBtn.open:after {
  background: url(../img/index-ic05.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.toggleBtn span{
	display:block;
	font-size:1.1rem;
	text-align:center;
	margin-top:-1.7rem;
	/*visibility:hidden;*/
}
/*.toggleBtn.open span{
	visibility:visible;
}*/

.toggleBtnV {
  position: relative;
}
.toggleBtnV:after {
  display: block;
  content: " ";
  width: 100%;
  height: 5rem;
  background: url(../img/index-ic12.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.toggleBtnV.open:after {
  background: url(../img/index-ic13.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.toggleSectionV{
	background:#ffffff;
	padding:5%;
}
.toggleV{
	background:url(../img/index-bg10.png) no-repeat 0 100%;
	background-size: 100% auto;
	padding-bottom:5%;
}

.btn01{
	padding:2.4% 0 4.2%;
}
.btn02{
	padding:4.2% 0 2.4%;
}
.btn03{
	padding:2.4% 0;
}
/*Header
=========================================*/
header {
  background-color: #ffffff;
  border-bottom: 1px solid #c2b126;
	 padding: 2.4% 0;
}

/*Contents
=========================================*/


#content01 {
  padding:0;
}
#content01 .toggleBtn{
		margin-top:2.1%;
}
#content01 .first .toggleBtn{
		margin-top:0;
}

#content01 .lead{
	padding:2.6% 3.4%;
	font-size:1.6rem;
	line-height:1.6;
}
#content01 .lead span{
	color:#ed4e03;
	font-weight:bold;
}
#content01 #content01a .support{
	background:#ffffff url(../img/index-il03.png) no-repeat 0 100%;
	background-size:100% auto;
	padding-bottom:12%;
}
#content01 #content01a .support h4{
	background:#ffffff url(../img/index-il02.png) no-repeat 0 0;
	background-size:100% auto;
	padding:17% 0 2%;
	color:#fe8500;
	font-size:3.0rem;
	text-align:center;
	line-height:1.6;
	font-weight:bold;
}
#content01 #content01a .support h4 span{
	display:block;
	color:#603005;
	font-size:1.6rem;
}
#content01 #content01a .support dl{
	padding:2.6% 3.4% 3.6%;
}
#content01 #content01a .support dl dt{
	color:#fe8500;
	font-size:1.6rem;
	font-weight:bold;
	padding-bottom:1.5%;
}
#content01 #content01a .support dl dd{
	font-size:1.4rem;
	line-height:1.6;
}

#content01 #content01b .inner{
	padding:2.6% 3.4% 0;
}
#content01 #content01b .pinkLace{
	padding:2.6% 3.4% 0;
}
#content01 #content01b .pinkLace p{
	background: #fdedf1;
	font-size:1.3rem;
	line-height:1.5;
	padding: 0 5% 0;
	box-sizing: border-box;
}
#content01 #content01b h4{
	overflow:hidden;
}
#content01 #content01b h4 span{
	display:block;
	color:#fe8500;
	float:left;
	width:51.5%;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.6;
	padding-top:1%;
}
#content01 #content01b h4 img{
	float:right;
	width:48%;
}
#content01 #content01b .capacity{
	background:url(../img/index-bg05.png) no-repeat 0 100%;
	background-size:100% auto;
}
#content01 #content01b .capacity h5{
	background:url(../img/index-bg04.png) no-repeat 0 0;
	background-size:100% auto;
	text-align:center;
	color:#603005;
	font-size:1.8rem;
	font-weight:bold;
	padding:12% 0 6%;
}
#content01 #content01b .capacity ul{
	padding:3% 6% 5%;	
}
#content01 #content01b .capacity ul li{
	font-size:1.4rem;
	line-height:1.6;
}
#content01 #content01b .capacity ul li:before{
	content:"● ";
	color:#fa9a2f;
}

#content01 #content01c .inner{
	padding:2.6% 3.4% 0;
	font-size:1.4rem;
	line-height:1.6;
}
#content01 #content01c h4{
	color:#fe8500;
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.2;
	margin:1.5% 0;
}
#content01 #content01c h4 span{
	display:block;
	color:#603005;
	font-size:1.8rem;
	margin-top:1.5%;
}
#content01 #content01d .inner{
	padding:2.6% 3.4% 0;
	font-size:1.4rem;
	line-height:1.6;
}


#content01 #content01d .voice01 dd{
	background:url(../img/index-bg08.png) no-repeat 0 100%;
	background-size:100% auto;
	padding:0 5% 5%;
	line-height:1.4;
}
#content01 #content01d .voice02 dd{
	background:url(../img/index-bg09.png) no-repeat 0 100%;
	background-size:100% auto;
	padding:0 5% 5%;
	line-height:1.4;
}

#content01 #content01e .inner{
	padding:2.6% 3.4% 0;
	font-size:1.4rem;
}
#content01 #content01e .voice01 dd{
	background:url(../img/index-bg08.png) no-repeat 0 100%;
	background-size:100% auto;
	padding:0 5% 5%;
	line-height:1.4;
}
#content01 #content01e .pinkBox{
	margin:2.6% 3.4% 0;
	background: #fdedf1;
	box-sizing: border-box;
}
#content01 #content01e .pinkBox p{
	font-size:1.3rem;
	line-height:1.5;
	padding: 0 5% 0;
	box-sizing: border-box;
}

#content01 #content01f h4{
	font-size:1.6rem;
	line-height:1.6;
	text-align:center;
	margin:-102% 0 92%;	
}
@media only screen and (orientation:landscape) {
#content01 #content01f h4{
	margin:-102% 0 96%;	
}
}
#content01 #content01f .greenBox{
	margin:2.6% 3.4% 20px;
	background: #e8f8e8;
	box-sizing: border-box;
}
#content01 #content01f .greenBox p{
	font-size:1.3rem;
	line-height:1.5;
	padding: 0 5% 0;
	box-sizing: border-box;
}


#content02{
	margin-top:3.4%;
}
#content02 .tabMenu {
		position:relative;
  display: table;
		width:100%;
		z-index:100;
		margin-bottom:-2.5%;
}
#content02 .tabMenu li {
  display: table-cell;
		width:50%;
}

#content02 .voicePanel{
	background:#fff26a;
	padding:0 3.4% 5%;
}
#content02 .voicePanel section .image{
	padding-top:58%;
	position:relative;
}
#content02 .voicePanel section .image02{
	padding-top:100%;
	position:relative;
}
#content02 .voicePanel section h3{
	position:absolute;
	top:35%;
	left:5%;
	width:50%;
	font-size:1.4rem;
	line-height:1.6;
}
#content02 .voicePanel section .image02 h3{
	top:64%;
	left:5%;
	width:90%;
}
#content02 .voicePanel section h3 .course{
	display:block;
	font-size:1.2rem;
	margin-top:6%;
}
#content02 .voicePanel section .image02 h3 .course{
	margin:3% 0 0;
}
#content02 .voicePanel section h3 .title{
	display:block;
	font-size:1.8rem;
	font-weight:bold;	
	line-height:1.2;
}
#content02 .voicePanel section .vz01{
	background:url(../img/index-bg13.png) no-repeat 0 0;
	background-size:100% auto;
}
#content02 .voicePanel section .vz01 .title{
	color:#fe6c00;
}
#content02 .voicePanel section .vz02{
	background:url(../img/index-bg14.png) no-repeat 0 0;
	background-size:100% auto;
}
#content02 .voicePanel section .vz02 .title{
	color:#ee3f5c;
}
#content02 .voicePanel section .vz03{
	background:url(../img/index-bg15.png) no-repeat 0 0;
	background-size:100% auto;
}
#content02 .voicePanel section .vz03 .title{
	color:#06bd94;
}
#content02 .voicePanel section .vz04{
	background:url(../img/index-bg16.png) no-repeat 0 0;
	background-size:100% auto;
}
#content02 .voicePanel section .vz04 .title{
	color:#fe6c00;
}
#content02 .voicePanel section .vz05{
	background:url(../img/index-bg17.png) no-repeat 0 0;
	background-size:100% auto;
}
#content02 .voicePanel section .vz05 .title{
	color:#ee3f5c;
}


#content02 .voicePanel section .toggleSectionV .note{
	background:url(../img/index-bg11.png) repeat bottom left;
	background-size:auto 35px;
	font-size:1.4rem;
	line-height:35px;
	margin:-2% 0 -5%;
}
#content02 .voicePanel section .toggleSectionV dl{
	font-size:1.4rem;
	line-height:1.4;
	margin:2% 0 -5%;
}
#content02 .voicePanel section .toggleSectionV dl dt{
	font-weight:bold;
	overflow:hidden;
	margin-bottom:0.5rem;
}
#content02 .voicePanel section .toggleSectionV dl dd{
	overflow:hidden;
	margin-bottom:0.8rem;
}
#content02 .voicePanel section .toggleSectionV dl dt span,
#content02 .voicePanel section .toggleSectionV dl dd span{
	float:right;
	width:90%;
}
#content02 .voicePanel section .toggleSectionV dl dt:before{
	display:block;
	content:'Ｑ';
	color:#ffffff;
	background:#f98e17;
	padding:0.4rem 0;
	border-radius:2px;
	margin-right:0.8rem;
	line-height:1;
	width:2.2rem;
	text-align:center;
	float:left;
	font-weight:bold;
	font-size:1.3rem;
}
#content02 .voicePanel section .toggleSectionV dl dd:before{
	display:block;
	content:'Ａ';
	color:#ffffff;
	background:#20b8b2;
	padding:0.4rem 0;
	border-radius:2px;
	margin-right:0.8rem;
	line-height:1;
	width:2.2rem;
	text-align:center;
	float:left;
	font-weight:bold;
	font-size:1.3rem;	
}

#content02 .voicePanel section .bga02 dl dt:before{
	background:#f26fa3;
}


#content03{
	background:#ffe5b6;
	padding-bottom:3.2%;
}
#content03 .pinktype{
	background:#fdd6d9;
	margin:-3.2% 0;
	padding:3.2% 0;
}
#content03 .toggle {
  width: 94.66667%;
  margin:0 auto;
  background: #ffffff url(../img/index-bg01.gif) no-repeat 0 0;
		background-size:100% auto;
  border-radius: 2rem;
}
#content03 .pinktype .toggle {
	 background: #ffffff url(../img/index-bg03.png) no-repeat 0 0;
		background-size:100% auto;
}
#content03 .line{
	margin:3.2% 0;
	height:2px;
	background:#fffad8;
}

#content03 .schoolBox {
  width: 88%;
  margin: 0 auto;
  padding: 4% 0 6%;
  font-size: 1.4rem;
  line-height: 1.6;
}
#content03 .schoolBox .address{
	margin-bottom:.6rem;
}
#content03 .schoolBox .tel{
	margin-bottom:.6rem;
}
#content03 .schoolBox .tel img:first-child {
 	width:13.6%;
		margin-right:.8rem;
padding-top:.6rem;
}
#content03 .schoolBox .tel img:first-child + img {
  margin: 0 .8rem;
  width: 8.4%;
padding-top:.4rem;
}
#content03 .schoolBox .tel a{
	font-size:1.6rem;
	font-weight:bold;
	text-decoration:underline;
	color:#023894;
}
#content03 .schoolBox .access {
		overflow:hidden;
}
#content03 .schoolBox .access img:first-child {
  width:13.6%;
		margin-right:1.4rem;
		padding-top:.4rem;
		float:left;
}
#content03 .schoolBox .access p{
		float:left;
		width:80%;
}
#content03 .schoolBox .course {
  position: relative;
  padding: 0 0 4%;
  font-size: 1.2rem;
		background:url(../img/index-bg02.gif) no-repeat 0 100%;
		background-size:100% auto;
		margin-top:2%;
}
#content03 .schoolBox .course div{
		padding:4% 0 0;
	 background:url(../img/index-bg02.gif) no-repeat 0 0;
		background-size:100% auto;	
		overflow:hidden;
}
#content03 .schoolBox .course h4{
  width:13.6%;
	 margin-right:1.4rem;
  padding-top:.2rem;
		float:left;
}
#content03 .schoolBox .course ul{
	float:left;
	width:80%;
}
#content03 .schoolBox .course ul li:before{
	content:"・ ";
}
#content03 .schoolBox .course ul li span{
	display:block;
	font-size:1.1rem;
}
#content03 .schoolBox .detail{
	padding:2% 3.5% 0;
	font-size:1.4rem;
}
#content03 .schoolBox .button {
		width:80%;
		margin:0 auto;
}
#content03 .schoolBox .button li{
  margin-top:6%;
}

#more {
  padding: 0 2.6% 5.3%;
  font-size: 1.2rem;
  line-height: 2;
}
#more h3 {
	padding:8.5% 0 4.6%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#more a {
  display: inline;
  padding: .8rem;
  color: #000000;
  text-decoration: underline;
}
#more a:first-child {
  padding-left: 0;
}



/*Footer
=========================================*/
footer {
  background-color: #ffffff;
}
footer #pageUp{
	font-size:1.4rem;
	text-align:center;
	background:#ffd090;
	boder-bottom:1px solid #dab17b;
	padding:2.1% 0;
	cursor:pointer;	
	margin-bottom:6.6%;
}
footer #pageUp img{
	width:5.6%;
	vertical-align:middle;
	margin-right:1.2%;
}

footer #pageUp + p + p {
	padding:3.5% 0 4.0%;
}




/*=============================================================
===============================================================
renewal
===============================================================
=============================================================*/
.innerSection {
	box-sizing: border-box;
	margin:2.6% 3.4% 0;
}
.innerSection &gt; h4 {
	color: #ffffff;
	background: #cccccc;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.innerSection .department {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 ;
}
.innerSection .department &gt; span {
	font-size: 13px;
}
.innerSection .pointList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.innerSection .pointList &gt; li {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding-left: 13px;
	padding-right: 10px;
	display: block;
	width: 50%;
	margin-bottom: 8px;
}
.innerSection .pointList &gt; li::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #cccccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.innerSection.purple &gt; h4 {
	background: #816aa8;
}
.innerSection.orange &gt; h4 {
	background: #eb8609;
}
.innerSection.purple .department {
	color: #816aa8;
}
.innerSection.orange .department {
	color: #eb8609;
}
.innerSection.purple .pointList &gt; li::before {
    background: #816aa8;
}
.innerSection.orange .pointList &gt; li::before {
    background: #eb8609;
}
.innerSection .flex {
	display: flex;
	margin-top: 15px;
}
.innerSection .floatingimg01 {
	width: 27.5%;
	height: auto;
}
.innerSection .floatingimg01 img {
	width: 100%;
	height: auto;
}
.innerSection .pointList.other {
	display: block;
	width: 72.5%;
	box-sizing: border-box;
	padding-right: 10px;
}
.innerSection .pointList.other &gt; li {
	font-weight: normal;
	font-size: 12px;
	width: 100%;
}
.innerSection .pointList.other &gt; li::before {
    top: 0.5em;
}
.innerSection .pointList.other .boldText {
	font-weight: bold;
	font-size: 14px;
}
.innerSection .pointList.other .redText {
	color: #ed4e03;
	font-weight: bold;
	font-size: 14px;
}

.performanceBox {
	box-sizing: border-box;
	margin:20px 5% 0;
}
.performanceBox .caption {
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	margin-top: 6px;
}
.noteList {
	box-sizing: border-box;
	margin:4.6% 3.4% 0;
}
.noteList &gt; li {
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	text-indent: -14px;
	padding-left: 14px;
	box-sizing: border-box;
}

</pre></body></html>