@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: #db2222;
}

#site-title a:hover {
	color: #db2222;
}

#navi {
border-bottom: 1px solid #f0f0f0;
margin-bottom:30px;
}

#navi-in {
}

#navi ul {
	background: none;
	border: none;
}

#navi ul > 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 > li a {
	color: #333;
    display: block;
    line-height: 3.1em;
    text-decoration: none;
	font-size: 13px;
padding: 0 15px;
}

#navi ul > li a:hover {
	background: #db2222;
	color: #fff;
}

#body-in {
	width: 1000px;
}

#main {
	border: none;
	padding: 0;
	width: 640px;
}

#sidebar .widgettitle {
	border-bottom: 1px solid #db2222;
	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: #666666;
	text-decoration: none;
}

#sidebar .widget ul li a:hover {
	color: #db2222!important;
}

#sidebar #arealist ul li {
	border-bottom: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #666666;
}

.article h1 {
	color: #333;
    font-size: 30px;
    font-weight: bold;
    border-bottom: none;
    padding: 6px 6px 6px 0;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 10px 0 20px;
}


.article h2 {
	color: #000;
    font-size: 26px !important;
    font-weight: bold;
    margin: 1.5em 0;
	border: none;
	padding: 0;
	text-align: center;
}

.article h2 .titleNumber, .article h4 .titleNumber, .article h3 .titleNumber {
	display: none;
}

.article h3 {
	color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 1.5em 0;
	border-bottom: none;
	padding: 0;
}

.article h4 {
	color: #333;
    font-size: 18px !important;
    font-weight: bold;
    margin: 30px 0 10px;
	border-bottom: none;
	padding: 0;
}

.titleNumber {
	color: #db2222;
}

.article p {
	font-size: 16px;
	margin: 0 0 1em;
}

.article .more-link {
	float: none;
	display: block;
	clear: both;
}

hr.sep {
	display: none;
}

.eye-catch {
    position: relative;
    margin-bottom: 15px;
    height: auto;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.entry-title {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    border-bottom: none;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    background: rgba(255,255,255,0.7);
    position: absolute !important;
    padding: 12px 30px 12px 20px !important;
    box-sizing: border-box;
    bottom: 0;
    margin-bottom: -1px !important;
    margin-top: 0 !important;
}



.article-list h2.entry-title {
	font-size: 30px !important;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

h2.entry-title a:hover {
	color: #db2222 !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;
}

#the-content > p:first-child:first-letter {
    font-size: 3em;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0 0;
    color: #db2222;
    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 {
	border-bottom: 5px solid #e7e7e7;
	font-size: 18px !important;

	text-align: center;
	background:#ffe798;
	padding: 3px 0 !important;
}

#footer {
	background: #aaa;
}

#copyright {
	font-size: 11px;
}


@media screen and (max-width:1150px){
	#navi-in {
		background: none;
    	height: auto;
    	padding: 0;
	}
	
	#navi ul > 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 > 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: 20px auto;
	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: 20px 0 0;
	font-weight: bold;
}


.scrollTextBox.scrollUnit03 {
	font-weight: normal;
}

.scrollUnit03 {
    background: #ffffff;
    margin: 20px 0 0;
}

.scrollUnit03 span {
	color: #cc0000;
	font-weight: bold;
}

.scrollTextBox.scrollUnit04 {
	font-weight: normal;
	font-size: 14px !important;
	line-height: 1.5em;
}

.scrollUnit04 {
    background: #ffffff;
    margin: 20px 0 0;
}

.scrollUnit04 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: 0;
}




.more-link {
    margin: 15px auto;
    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 20px 0;
	/* border: 3px solid #000; */
	/* padding: 8px 10px 7px; */
	/* text-align: left; */
}

.splitBox .readmoreBtn {
	width: 50%;
	/* margin-bottom:  30px; */
	background: none;
	border-radius: 7px;
	color: #fff;
	background:  #f74040;
	text-decoration: none;
	padding: 12px 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;
}



@media only screen and (max-device-width: 480px) {

.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: #000;
    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: 70px;
}


@media screen and (max-width:760px){

.articleSeparator {
	margin-bottom: 0;
}
	
.responsive-unit {
	    max-width: 336px;
}

}


#wpp-2 h4 {
	margin-top: 0 !important;
}



.ad-pr-text, .linkText {
    margin-bottom: 0 !important;
}


.page-links {
    padding: 10px;
    text-align: center
}
.page-links_t, .page-links_tp {
    padding: 7px 15px;
    font-size: 18px;
    border: 1px solid #293524;
    display: inline-block;
    background: #293524;
    border-radius: 90px;
    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 {
    background: #293524;
    color: #FFF;
}





h2.titleNumber1, h2.titleNumber2, h2.titleNumber3, h2.titleNumber4, h2.titleNumber5, h2.titleNumber6, h2.titleNumber7, h2.titleNumber8, h2.titleNumber9 {
	margin: 80px 0 60px;
    padding: 50px 0;
}

h2.titleNumber1 {
    background:url(images/bg_01.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber2 {
    background:url(images/bg_02.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber3 {
    background:url(images/bg_03.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber4 {
    background:url(images/bg_04.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber5 {
    background:url(images/bg_05.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber6 {
    background:url(images/bg_06.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber7 {
    background:url(images/bg_07.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber8 {
    background:url(images/bg_08.png) no-repeat center center;
	background-size: 20%;
}

h2.titleNumber9 {
    background:url(images/bg_09.png) no-repeat center center;
	background-size: 20%;
}


h3.titleNumber1, h3.titleNumber2, h3.titleNumber3, h3.titleNumber4, h3.titleNumber5, h3.titleNumber6, h3.titleNumber7, h3.titleNumber8, h3.titleNumber9 {
    margin: 50px 0 15px 0 !important;
	padding: 0 0 0 51px;
}

h3.titleNumber1 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber2 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber3 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber4 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber5 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber6 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber7 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber8 {
    background:url(images/titleNumber_h3.png) no-repeat 0 center;
}

h3.titleNumber9 {
    background:url(images/titleNumber9_h3.png) no-repeat 0 center;
}

h3 .titleNumber {
	display: none;
}

h4.titleNumber1, h4.titleNumber2, h4.titleNumber3, h4.titleNumber4, h4.titleNumber5, h4.titleNumber6, h4.titleNumber7, h4.titleNumber8, h4.titleNumber9 {
	font-size: 18px;

}



.bg_staffVoice {
	min-height: 150px;
	padding-right: 116px;
	background: url(images/bg_staff3.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_housewife6.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;
}



@media only screen and (max-device-width: 480px) {

.readmoreMask {
	position: relative;
    height: 210px;
    overflow: hidden;
}
	
.readmoreMask:after {
  position: absolute;
  top: 121px;
  left: 0;
  z-index: 100;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
}

.readmoreMask h2.titleNumber1, .readmoreMask h2.titleNumber2, .readmoreMask h2.titleNumber3, .readmoreMask h2.titleNumber4, .readmoreMask h2.titleNumber5, .readmoreMask h2.titleNumber6, .readmoreMask h2.titleNumber7, .readmoreMask h2.titleNumber8, .readmoreMask h2.titleNumber8 {
    margin: 10px 0 60px 0 !important;
}
		
}


.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 > 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: #666;
	font-size: 14px;
}

.textwidget a:hover {
	color: #999999;
	text-decoration: underline;
}

.indexBtn {
	color: #000;
	text-decoration: none;
}

.indexBtn:hover {
	color: #000;
	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;
}
	
}






