@charset "UTF-8";
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, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #39414f;
	line-height: 1.5em;
}
html{
	font-size: 62.5%;
	height: 100%;
}
html *{box-sizing: border-box;}
a {
	text-decoration: none;
	transition: 0.3s;
}
body {
	background: #FFF;
	font-size: 1.6rem;
	height: 100%;
}

/*=====================
　header
=====================*/
header {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2%;
}
.spNavWrap{display: none}
header h1{width: 30%;}
header h1 a{
	display: block;
	width: 100%;
	padding-top: 10px;
}
header h1 a img{
	width: 100%;
	height: auto;
}
.pcNavWrap{
	width: 62%;
}
.pcNavWrap ul{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.pcNavWrap ul li{
	width: calc(100% / 4);
}
.pcNavWrap ul li a{
	display: flex;
	padding: 10px;
	align-items: center;
}
.navIcon{padding-right: 5px;}
.navText{font-weight: bold;}
.pcNavWrap ul li a:hover{
	background: #e6f3ff;
	border-radius: 10px;
}
.spageHeader{
	border-bottom: 1px solid #d5e7eb;
	padding: 2% 2% 1% 2%}
.spageNavWrap{
	width: 100%;
	margin-top: 10px;
}
.spageNav{
	width: 100%;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.spageNav li{
	width: 16%;
}
.spageNav li a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	padding: 3%;
	border-radius: 5px;
}
.spageNav li a:hover{background: #e5eaf5;}
.spageNav li a span{
	display: block;
	width: 35px;
	margin-right: 5px;
}
.spageNav li a span img{
	width: 100%;
	height: auto;
}

/*=====================
　index
=====================*/
#wrapper{background: #fff7cb url("../../img/bg.png") repeat;}
#indexContents{
	width: 100%;
	padding: 3% 6% 0 6%;
	display: flex;
	justify-content: space-between;
}
.indexMainWrap{
	width: 50%;
	text-align: center;
}
.indexMainWrap h2{
	width: 100%;
	text-align: center;
	padding: 3% 0;
}
.indexMainWrap h2 img{
	width: 100%;
	height: auto;
}
.indexMainWrap h3{
	width: 100%;
	text-align: center;
	line-height: 2;
}
.indexIllust{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.indexIllust span{
	display: block;
	font-size: 1px;
}
.indexMenuWrap{
	width: 44%;
	background: #0071bc;
	position: relative;
	padding: 2% 2% 0 2%;
	border-radius: 30px 30px 0 0;
}
.clip{
	position: absolute;
	content: "";
	width: 220px;
	height: 44px;
	background: #cccccc;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.indexMenu{
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 2%;
}
.indexMenu ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: space-around;
	padding: 0;
	margin: 30px 0 0 0;
}
.indexMenu ul li{
	width: 45%;
}
.indexMenu ul li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px;
}
.indexMenu ul li a:hover{
	background: #e6f3ff;
	border-radius: 10px;
}
.menuIcon{
	display: block;
	text-align: center;
}
.menuText{
	display: block;
	text-align: center;
}
/*=====================
　footer
=====================*/
footer{
	width: 100%;
	text-align: center;
	padding: 60px 3%;
	border-top: 5px solid #b0d8ff;
}
.copy{
	width: 100%;
	text-align: center;
	margin-top: 3%;
	font-size: 1.0rem;
}
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: -50px;
	bottom: 0;
	background: #00a0c6;
	opacity: 0.6;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*=====================
　spage
=====================*/
.spageTop{padding:3% 0;}
#spageContents{
	width: 90%;
	background: #0071bc;
	position: relative;
	padding: 2%;
	border-radius: 30px;
	margin: 0 auto;
}
.spageWrap{
	width: 100%;
	border: 50px solid #fff;
	background: #fff url("../../img/noteBg.png") repeat-y;
}
.ttl{
	width: 100%;
	background: #fff;
}
.ttl h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3%;
}
.ttlIcon{padding-right: 20px;}
.ttlText{
	font-weight: bold;
	font-size: 3.6rem;
}
article{
	width: 90%;
	margin: 0 auto;
}
/*========テキスト枠=========*/
.spageTextBox{margin-top: 5%;}
.spageTextBox p,.basicList,.asteriskList,.imgBox{margin-top: 3%;}
.spageTextBox{width: 100%;}
.spageTextBox p{
	width: 100%;
	line-height: 1.8;
	font-size: 1.8rem;
}
.spageTextBox p a,.basicList li a,.asteriskList li a,.numberList li a{
	color: #00a0c6;
	font-weight: bold;
}
.spageTextBox h3{
	width: 100%;
	border-radius: 10px;
	background: #0071bc;
	text-align: center;
	color: #fff;
	padding: 3%;
	font-weight: bold;
	font-size: 2.4rem;
}
.spageTextBox h4{
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 10px;
	background: #fbf8ad;
	padding: 3%;
	font-weight: bold;
	font-size: 2.4rem;
}
.spageBorderBox{
	border: 2px solid #00a0c6;
	padding: 0 3% 3% 3%;
}
/*========flex=========*/
.spageFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 3%;
}
.spageFlexBox60{width: 60%;line-height: 1.8;}
.spageFlexBox35{width: 35%;line-height: 1.8;}
.spageFlexBox50{width: 50%;line-height: 1.8;}
.spageFlexBox45{width: 45%;line-height: 1.8;}
.spageFlexBox30{width: 30%;line-height: 1.8;}
/*========画像=========*/
.imgBox{width: 100%;}
.imgBox p{
	text-align: center;
	font-size: 1.6rem;
}
.imgBox img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.imgBoxSizeKeep{
	width: 100%;
	text-align: center;
	margin-top: 3%;
}
.imgBoxSizeKeep img{border-radius: 10px;}
/*========ボタン=========*/
.btn{
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	background: #00a0c6;
	color: #fff;
	border-radius: 10px;
}
.btn:hover{
	opacity: 0.8;
}
/*========更新日=========*/
.update{
	width: 100%;
	text-align: right;
}
/*========文字色=========*/
.textColorRed{color: #ef4246;}
.textColorBlue{color:#0071bc;}
.textColorGreen{color:#5f941e}
.textColorPurple{color:#7e259a}
/*========文字の太さ=========*/
.textBold{font-weight: bold;}
/*========文字位置=========*/
.textRight{text-align: right;}
.textCenter{text-align: center;}
.textBreak{word-break:break-all}

/*=====================
　dekirumade
=====================*/
.flow{
	background: #e2eff4;
	border-radius: 10px;
	padding: 3%;
}
.shisetsuHead,.kusuriHead{
	width: 100%;
	border-radius: 10px;
	padding: 3%;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.shisetsuHead{background: #fbf8ad;}
.shisetsuList{
	width: 48%;
	padding:0;
	margin: 3% 0 0 0;
	list-style-type: none;
}
.shisetsuList li{
}
.shisetsuList li a{
	display: flex;
	padding: 5px;
}
.shisetsuList li a:hover{
	background: #e6f3ff;
	border-radius: 10px;
}
.shisetsuNo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	background: #0071bc;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem!important;
	margin-right: 8px;
}
.shisetsuLink{
	flex: 1;
	font-weight: bold;
	color: #0071bc;
	font-size: 1.8rem;
}
.kusuriHead{background: #bae2d8}
.kusuriFlex{
	display: flex;
	align-items: center;
	margin-top: 4%;
}
.kusuriImg{
	width: 20%;
	text-align: center;
}
.kusuriFlex p a{
	font-size: 1.8rem;
	font-weight: bold;
	color: #0071bc;;
}
.kusuriFlex span{
	font-weight: bold;
	font-size: 2.2rem;
}
.kusuriBg{background: #bae2d8!important}
/*=====================
　mamechishiki
=====================*/
#acMenu dt{
	display:flex;
	align-items: center;
	cursor:pointer;
	margin-top: 1%;
}
#acMenu dd{display:none;}
.mameImg{width: 15%;}
.mameImg img{
	width: 100%;
	height: auto;
}
.qText{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #c0e692;
	border-radius: 10px;
	padding: 2%;
	font-weight: bold;
	font-size: 2.2rem;
	position: relative;
	margin-left: 30px;
}
.qText:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #c0e692 transparent transparent;
	top: 0;
	left: -20px;
	bottom: 0;
	margin: auto;
}
.qText p{flex: 1;}
.qText span{
	display: block;
	width: 48px;
	padding-left: 5px;
}
.qText span img{width: 100%;}
.aBox{
	display:flex;
	align-items: center;
}
.aBox p{
	flex: 1;
	justify-content: space-between;
	background: #fff;
	border: 2px solid #c0e692;
	border-radius: 10px;
	padding: 2%;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
	margin-right: 30px;
}
.aBox p:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #c0e692;
	top: 0;
	right: -20px;
	bottom: 0;
	margin: auto;
}
.aBox p a{
	font-weight: bold;
	color: #00a0c6;
}
/*=====================
　shigoto
=====================*/
.illustBox{width: 15%;}
.illustBox img{
	width: 100%;
	height: auto;
}
.shigotoHeadText{
	background: #fff;
	border: 3px solid #febcbc;
	border-radius: 10px;
	padding: 3%;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.shigotoBox{
	display: flex;
	align-items: center;
}
.staffText{
	flex: 1;
	justify-content: space-between;
	background: #fff;
	border: 2px solid #0071bc;
	border-radius: 10px;
	padding: 2%;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
	margin-right: 30px;
	margin-top: 1%;
}
.staffText:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #0071bc;
	top: 0;
	right: -20px;
	bottom: 0;
	margin: auto;
}
.staffText a{
	font-weight: bold;
	color: #00a0c6;
}

.kidsText{
	flex: 1;
	background: #fff;
	border-radius: 10px;
	padding: 2%;
	font-weight: bold;
	font-size: 1.8rem;
	margin-left: 30px;
	margin-top: 1%;
}
.boy{
	position: relative;
	border: 2px solid #009245;
}
.girl{
	position: relative;
	border: 2px solid #eaa334;
}
.boy:before,.girl:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	top: 0;
	left: -20px;
	bottom: 0;
	margin: auto;
}
.boy:before{border-color: transparent #009245 transparent transparent;}
.girl:before{border-color: transparent #eaa334 transparent transparent;}
/*=====================
　saigai
=====================*/
.saigaiHeadText{
	background: #fff;
	border: 3px solid #c9acd2;
	border-radius: 10px;
	padding: 3%;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}