<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../simplicity/style.css");

/*
	Theme Name: Simplicity child
	Template: simplicity
*/

/* Simplicity子テーマ用のスタイルを書く */

a {
    color: #0000ff;
}

a:hover {
    color: #ff0000;
}

#header {
	border-bottom: 1px solid #eee;
}

#header .alignleft {
	margin-left: 0;
}

#h-top {
   min-height: initial;
}

#site-title {
	margin: 32px 0;
	text-align: center;
}

#site-title a {
	color: #f55c9e;
}

#site-title a:hover {
	color: #f55c9e;
}


#footerInnerFixBlock {
	display: none;
}

#navi {
border-bottom: 1px solid #f0f0f0;
margin-bottom:30px;
}

#navi-in {
}

#navi ul {
	background: none;
	border: none;
}

#navi ul &gt; li {
    color: #333;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    position: relative;
    text-transform: uppercase;
}

#navi ul &gt; li a {
	color: #333;
    display: block;
    line-height: 3.1em;
    text-decoration: none;
	font-size: 13px;
padding: 0 15px;
	text-transform: none;
}

#navi ul &gt; li a:hover {
	background: #f55c9e;
	color: #fff;
}

#body-in {
	width: 1045px;
}

#main {
	border: none;
	padding: 0;
	width: 685px;
}

#sidebar .widgettitle {
	border-bottom: 1px solid #f55c9e;
	font-size: 16px;
	font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0 8px;
    padding: 7.5px 0;
	color: #333;
}

#sidebar .widget ul {
	padding-left: 0;
	line-height: 1.6em;
	font-size: 15px;
	margin: 5px auto;
}

#sidebar .widget ul li {
	border-bottom: 1px solid #eee;
	padding: 7.5px 0 7.5px 5px;
	margin-bottom: 0;
}

#sidebar .widget ul li a {
	color: #333;
	text-decoration: none;
}

#sidebar .widget ul li a:hover {
	color: #f55c9e!important;
}

#sidebar #arealist ul li {
	border-bottom: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #666666;
}

#sidebar .textwidget a:hover {
	opacity: 0.8;
}

.article h1 {
	color: #333;
    font-size: 27px;
    font-weight: bold;
    border-bottom: none;
    padding: 6px 6px 6px 0;
	margin: 10px 0 20px;
}

.article h2 {
	color: #333;
    font-size: 24px !important;
    font-weight: bold;
    margin: 60px 0 20px;
	border: none;
	padding: 0;
}

.article h3 {
	color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 15px;
	border-bottom: none;
	padding: 0;
}

.article h4 {
	color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 1.8em 0 0.5em;
	border-bottom: none;
	padding: 0;
}

.titleNumber {
	color: #f55c9e;
}

.article p {
	font-size: 16px;
	margin: 0 0 1em;
}

.article .more-link {
	float: none;
	display: block;
	clear: both;
}

hr.sep {
	display: none;
}

.article-list h2.entry-title {
	font-size: 28px !important;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2.entry-title a:hover {
	color: #f55c9e !important;
}

#breadcrumb {
	margin-bottom: 0;
}

.post-meta {
	background: none;
	text-align: left;
	margin-top: 5px;
}

.post-meta .post-date {
	background: #f5c421;
	display: inline-block;
	color: #ffffff;
	padding: 2px 10px;
	display: none;
}

#the-content &gt; p:first-child:first-letter {
    font-size: 3em;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0 0;
    color: #f55c9e;
    font-weight: bold;
}

h4.related-entry-title a:hover {
	color: #8fc73e !important;
}

#new-entries a:hover, #popular-entries a:hover, .wpp-list a:hover, .entry-read a:hover, .related-entry-read a:hover  {
	color: #8fc73e !important;
}

.navigation a:hover {
	color: #f57b21;
	background: none;
}

#main .yarpp-related h3 {
	font-size: 16px !important;
	text-align: center;
	background:#ffe798;
	padding: 5px 0 !important;
	margin: 0 -20px;
}

#footer {
	background: #4b4b4b;
}

#copyright {
	font-size: 11px;
}

.profileBox {
	margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid #fea9d2; */
    padding: 15px;
    background: #f8f1f1;
    border-radius: 5px;
}

.profile_image {
	width: 10%;
}

.profile_text {
	width: 86%;
}
.profile_text p {
	font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
}

.profile_text a {
	font-size: 13px !important;
}
.profile_text .tCenter {
    margin-bottom: 3px;
}
.profileBox a {
	color: #0000ff !important;
	text-decoration: underline !important;
}

.profileBox a:hover {
	color: #ff0000;
	text-decoration: underline;
}

@media screen and (max-width:1150px){
	#navi-in {
		background: none;
    	height: auto;
    	padding: 0;
	}
	
	#navi ul &gt; li a {
		font-size: 16px;
	}
	
	#h-top {
    	min-height: initial;
	}
	
	#sidebar {
		margin-bottom: 0;
	}
	
	#navi-in {
		background: none;
		height: auto;
	}
	#navi ul {
		border-top: 1px solid #cccccc;
		background-color: #f7f7f7;
	}
	#navi ul &gt; li {
		margin: 0;
		float: none;
	}
	#navi ul li a {
		background: none;
		color: #8fc73e;
		border-bottom: 1px solid #cccccc;
		display: block;
		padding: 0 10px;
	}

	#navi ul li a:hover {
		color: #f5c421;
	}
}


.sitelinkDevice_clinick {
	float:right;
	margin:0 0 0 10px;
}

#fixBanner {
	display: none;
}

.responsive-unit {
    margin: 30px auto 20px;
    max-width: 336px;
	text-align: center;
	clear: both;
}

/*
.responsive-unit.ad-first {
	clear: both;
    margin: 20px auto;
    text-align: center;
    max-width: 320px;
	max-height: 100px;
}

.responsive-unit.ad-second {
    margin: 20px auto;
    max-width: 336px;
    text-align: center;
}

.responsive-unit.ad-third {
    margin: 20px auto;
    max-width: 300px;
    text-align: center;
}
*/

.blogSupervision {
//    background:#f3f3f3;
    border-radius: 3px;
    margin: 15px 0;
    padding: 10px;
}

.blogSupervision img {
    float: left;
    margin-right: 10px !important;
    width: 60px;
}

.blogSupervision p {
    color: #333;
    font-size: 12px !important;
    line-height: 1.3em;
    margin-top: 13px;
	margin: 0 0 1em;
}


@media screen and (max-width: 760px){
.blogSupervision img {
    width: 40px;
    margin-top: 5px;
}
}



.kansyu-slide-button {
	color: #0000ff;
	cursor: pointer;
	text-decoration: underline;
}

.kansyu-slide-button:hover {
	color: #ff0000;
}

.kansyu-slide-box {
	display: none;
	position: relative;
    padding: 10px 20px;
    background: #f3f3f3;
    clear: both;
    border-top: 5px solid #fff;
}

.kansyu-slide-box .close {
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer;
}

.kansyu-slide-box .close img {
	width: 15px;
	height: auto;
}

.kansyu-slide-box .kansyu-slide-boxInner {
	padding-right: 20px;
	margin-top: 1em;
}




.a8-unit {
    text-align: center;
	margin: 20px auto;
}

.scrollTextBox {
    background: #ffffff;
    margin: 0 0 30px;
	font-weight: bold;
}


.scrollTextBox.scrollUnit03 {
	font-weight: normal;
}

.scrollUnit03 {
    background: #ffffff;
    margin: 20px 0 0;
}

.scrollUnit03 span {
	color: #cc0000;
	font-weight: bold;
}

.readmoreBoxText2 {
    background: #ffffff;
    margin: 20px 0 0;
}

.readmoreBoxText2 span {
	color: #cc0000;
	font-weight: bold;
}

.scrollUnit01 {
	font-weight: bold;
}

.scrollUnit01 span, .scrollUnit02 span {
	background: #f8ef9a;
}

.marginBottom70 {
	margin-bottom:70px !important;
}

.footer-post-meta {
	display: none;
}

#main .post {
	margin-bottom: 20px;
}




.more-link {
    margin: 15px auto 30px;
    background: #f4a722;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 55px;
    width: 80px;
    text-align: center;
}

.more-link:hover {
	background: #F4B84F;
    color: #ffffff;
}

.readmoreBox {
    text-align: center;
    margin: 15px 0 15px;
}

.readmoreBox .readmoreBtn {
    background: #f4a722;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 65px;
    display: inline-block;
	line-height: 1em;
}

.readmoreBox .readmoreBtn img {
    width: 13px;
    height: auto;
    margin-right: 5px !important;
    margin-bottom: 2px !important;
}



.splitBox {
	margin: 40px 0 0 0;
	/* border: 3px solid #000; */
	/* padding: 8px 10px 7px; */
	/* text-align: left; */
}

.splitBox .readmoreBtn {
	width: 60%;
	/* margin-bottom:  30px; */
	background: none;
	border-radius: 7px;
	color: #222;
	font-weight: bold;
	background:  #fed757;
	text-decoration: none;
	padding: 14px 0;
	/* display: inline-block; */
	/* line-height: 1.2em; */
	/* transform: scale(1, 1.6); */
}

.splitBox .title-pre-text {
	position: relative;
    display: inline-block;
    padding-left: 11px;
    margin-right: 8px;
	top: 1px;
    font-size: 14px !important;
    font-weight: bold;
}

.splitBox .title-pre-text:before {
	content: '';
    width: 0;
    height: 0;
	     width: 0;
    border: solid 5px transparent;
    border-left: solid 8px #cc0000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
} 
.splitBox .h-title {
	font-weight: bold;
	font-size: 14px;
}

.area_job {
	margin-top: 30px;
    background: #fbeeef;
    padding: 30px 20px;
}

.area_job h3 {
    margin: 0px 0 14px;
    color: #230a0a;
    font-size: 17px;
    background: #ffffff;
    padding: 7px;
    text-align: center;
    border: 1px solid #e4abbb;
}

.textwidget .area_job a {
    color: #201b1b;
    font-size: 14px;
    text-decoration: none;
}

.yarpp-related {
    border: 1px solid #ffe798;
	padding: 0 20px;
}
.yarpp-related a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
.yarpp-related a {
    font-weight: bold;
}

.yarpp-related a:hover {
    text-decoration: underline !important;
}

.osusume_list {
	margin: 30px 0;
	border: 1px solid #ffeb3b;
}
.osusume_list h3 {
	margin-top: 0;
	background: #ffeb3b;
    padding: 5px 15px;
    font-size: 16px !important;
	color: #000;
}

.osusume_list li {
	margin: 0 0 0 20px;
    list-style: circle;
}

.osusume_list a {
	color: #0000ff !important;
	text-decoration: underline !important;
}

.osusume_list a:hover {
	color: #ff0000 !important;
	text-decoration: underline !important;
}

@media only screen and (max-device-width: 480px) {

.osusume_list ul {
    padding: 0 10px !important;
}
	
.osusume_list li {
	margin-bottom: 10px;
	line-height: 1.3em !important;
}
	
.splitBox {
    /* margin: 20px auto 20px; */
    /* padding: 10px 10px; */
    /* display: block; */
    /* border: none; */
    /* border: 3px solid #ff6600; */
    /* z-index: 300; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: left; */
    /* border-top: 5px solid; */
    /* border: none; */
}

.splitBox .next-text {
	width: 28% !important;
    background: none;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transform: scale(1, 1);
    padding: 7px 5px;
    vertical-align: middle;
    text-align: center;
    background: #ff6600;
    border-radius: 3px;
    color: #fff;
}
	
.splitBox .next-pre-text {
    font-size: 16px;
    transform: scale(1, 1);
    width: auto;
}

.splitBox .title-pre-text {
	position: relative;
	top: 0;
    color: #0000FF;
    text-decoration: underline;
    /* display: inline; */
    padding-left: 13px;
    margin-right: 10px;
    font-size: 16px !important;
    font-weight: normal;
    transform: scale(1, 1);
}

 .splitBox .title-pre-text:before {
	content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 8px #cc0000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
} 
	
	
.splitBox .h-title {
	font-weight: bold;
	font-size: 16px;
}
}



.articleSeparator {
	margin-bottom: 10px;
}


@media screen and (max-width:760px){

.articleSeparator {
	margin-bottom: 0;
}

}


#wpp-2 h4 {
	margin-top: 0 !important;
}

#site-title img {
	width: 160px;
	height: auto;
}

#execphp-2 {
	margin-top: 20px;
}

#mobile-menu a {
	top: 30px;
}

.page-links .readmoreBtn {
	width: 50%;
	background: none;
	border-radius: 7px;
	color: #333;
	font-weight: bold;
	background: #e5e5e5;
	text-decoration: none;
	padding: 12px 15px;
	display: inline-block;
	line-height: 1em;
	font-size: 16px;
}

.page-text::before {
	content: "\A" ;
	white-space: pre ;
}

.page-links .readmoreBtnDisabled {
	background: #f4a722;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 65px;
	display: inline-block;
	line-height: 1em;
}

.page-links .readmoreBtnDisabled {
	width: 50%;
	background: none;
	border-radius: 7px;
	color: #b3b3b3;
	font-weight: normal;
	background: #e5e5e5;
	text-decoration: none;
	padding: 12px 10px;
}




.ad-pr-text, .linkText {
    margin-bottom: 1px !important;
    text-align: center;
}


.page-links {
	padding: 10px;
	text-align: center
}
.page-links_t, .page-links_tp {
	padding: 7px 15px;
    font-size: 18px;
    display: inline-block;
    background: #293524;
    color: #FFF;
}
.page-links_tp {
	font-size: 16px
}
a .page-links_t, a .page-links_tp {
	background: #fff;
	color: #293524;
	font-weight: normal
}
a:hover .page-links_t, a:hover .page-links_tp {

}



.bg_staffVoice {
	min-height: 150px;
	padding-right: 128px;
	background: url(images/bg_nurse.gif) no-repeat right top;
	font-size: 16px;
	line-height: 150%;
}

.staffVoice {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 15px 20px;
	border: 5px solid #e8e8e8;
    border-radius: 15px;
}

.staffVoice:before{    
    content: "";
    position: absolute;
    right: -38px;
    width: 8px;
    height: 7px;
    top: 47px;
    /* background: #e8e8e8; */
    border: 4px solid #e8e8e8;
    border-radius: 50%;
}

.staffVoice:after{
   	content: "";
    position: absolute;
    right: -33px;
    width: 12px;
    height: 11px;
    top: 23px;
    /* background: #e8e8e8; */
    border: 4px solid #e8e8e8;
    border-radius: 50%;
}
.staffVoice p {
    margin: 0; 
    padding: 0;
}

.bg_housewifeVoice {
	min-height: 150px;
    padding-left: 130px;
    background: url(images/bg_housewife7.gif) no-repeat left top;
    font-size: 16px;
    line-height: 150%;
}

.housewifeVoice {
    position: relative;
    margin: 2em 40px 2em 0;
    padding: 15px 20px;
	border: 5px solid #e8e8e8;
    border-radius: 15px;
}

.housewifeVoice:before{
    content: "";
    position: absolute;
    left: -42px;
    width: 8px;
    height: 7px;
    top: 39px;
    border: 4px solid #e8e8e8;
    border-radius: 50%;
}

.housewifeVoice:after{
    content: "";
    position: absolute;
    left: -28px;
    width: 12px;
    height: 11px;
    top: 23px;
    border: 4px solid #e8e8e8;
    border-radius: 50%;
}
.housewifeVoice p {
    margin: 0; 
    padding: 0;
}



.fixHeight {
	height: 0px;
	overflow: hidden;
}

.related-link-item {
	margin-bottom: 4px;
	clear: both;
}

.related-link-item span {
	margin-right: 5px;
	color: #fff;
	padding: 1px 5px 1px;
	background-color: #a28f72;
	border-radius: 3px;
	float: left;
	font-size: 11px;
	line-height: 1.5em;
}

.related-link-item a {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #615139;
	line-height: 1.6em;
}



/* プライバシポリシー */

.article2 .entry-title {
	margin: 30px 0 30px 0 !important;
	position: initial !important;
	padding: 0 !important;
}

.article2 h2 {
	margin: 30px 0 0 0;
    font-size: 18px;
}

.article2 h2 .titleNumber {
    display: inline !important;
	color: #333;
}

.article2 p {
	margin-top: 4px;
}

.article2 #the-content &gt; p:first-child:first-letter {
    font-size: initial;
    line-height: initial;
    float: initial;
    margin: initial;
    padding: initial;
    color: initial;
    font-weight: initial;
}

.article2 h2 + p:first-letter {
    font-size: initial;
    line-height: initial;
    float: initial;
    margin: initial;
    padding: initial;
    color: initial;
    font-weight: initial;
}

.textwidget a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

.textwidget a:hover {
	text-decoration: underline;
}


.indexBtn {
	color: #333;
	text-decoration: none;
}

.indexBtn:hover {
	color: #333;
	text-decoration: none;
}

@media only screen and (max-device-width: 480px) {
	
.article2 .entry-title {
    font-size: 25px;
	text-align: center;
}
	
.article2 h2 {
	margin: 30px 0 0 0;
    font-size: 18px;
}
	
	.area_job h3 {
		font-size: 16px !important;
	}
	
div#sidebar {
    padding: 15px !important;
}
	
}



.kaerebalink-box, .booklink-box, .tomarebalink-box {
    border: double #ccc;
    padding: 20px 15px 10px;
    margin: 1.5em 0;
    overflow: hidden;
    font-size: small;
    box-shadow: 2px 3px 8px -5px rgb(0 0 0 / 25%);
}

.kaerebalink-link1 {
	opacity: 1;
}

.kaerebalink-image {
	width: 15%;
	height: auto;
}

.kaerebalink-link1 div a, .booklink-link2 div a, .tomarebalink-link1 div a {
    color: #fff;
    border-width: 2px;
    border-style: solid;
    font-size: 90%;
    font-weight: bold;
    border-radius: 5px;
    padding: 0.7em 0.3em;
    text-align: center;
    display: block;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
	text-decoration: none;
}

.kaerebalink-link1 div a:hover {
	opacity: 0.7;
}

.kaerebalink-name {
	font-weight: bold;
    font-size: 120%;
    line-height: 1.8!important;
    margin-bottom: 10px!important;
}

.kaerebalink-link1 div, .booklink-link2 div, .tomarebalink-link1 div {
    background-image: none!important;
    margin: 0!important;
    padding: 3px!important;
    display: inline-block!important;
    width: 47.5%;
}


div.shoplinkrakuten a {
    background-color: #d91414;
    border-color: #d91414;
}

div.shoplinkamazon a {
    background-color: #e89713;
    border-color: #e89713;
}

.article_banner {
	padding: 0 0 20px;
	margin-bottom: 30px;
	border: 1px solid #fe7b79;
}

@media only screen and (min-width: 768px) {
.pc_remove {
	display: none;
}
}

.article_banner h3 {
	margin: 0 0 20px 0;
    padding: 15px 10px;
    background: #fe7b79;
    color: #fff;
    font-size: 17px !important;
    text-align: center;
    letter-spacing: -0.05em;
}

.article_banner h4 {
	color: #3a1b1b;
    text-align: center;
	font-size: 18px !important;
	line-height: 1.6em;
}

.article_banner .article_banner_image, .article_banner p {
	padding: 0 20px;
	color: #333;
}

.article_banner .article_banner_image {
	margin-bottom: 15px;
}

.recruitBtn {
    text-align: center;
    margin: 0 0 0;
}

.recruitBtn a {
    background: #ff9e22;
    color: #fff;
    margin: 0 0 10px 0;
    border-radius: 60px;
    padding: 8px 0 8px;
    display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    width: 80%;
}

.recruitBtn a:hover {
	opacity: 0.8;
}

.article_banner .free_text {
    position: relative;
    padding: 0 0;
    margin: 20px 0 2px 0;
    color: #ff9e22;
    font-size: 15px;
    text-align: center;
}

.article_banner .free_text:before, .article_banner .free_text:after {
	position: relative;
  display: inline-block;
  content: "";
  background: #ff9e22;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}

.article_banner .free_text:before {
	transform: rotate(-35deg);
}

.article_banner .free_text:after {
	transform: rotate(35deg);
}</pre></body></html>