@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_ttl {
  background: #eee;
}
#page_ttl h1,#page_ttl p {
	text-align: center;
}
#sub_page_ttl h1 {
	text-align: center;
}
#sub_page_ttl h1 span {
	display: block;
}
#pankuzu {
	padding: 20px 0;
	font-size: 12px;
}
body {
	background: url('../img/sub_page_bg.png') no-repeat right top;
}
#pankuzu,
#pankuzu a {
	color: #ff695c;
}
#pankuzu a:after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 10px;
	background: url('../img/arrow.png') no-repeat center center;
}
@media only screen and ( max-width : 991px ) {
	#main_contents {
		margin-top: 80px;
	}
	#page_ttl {
		padding: 30px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	#page_ttl h1,#page_ttl p {
		font-size: 24px;
	}
}

@media only screen and ( max-width : 767px ) {
	#pankuzu a:after {
		margin: 0 10px;
	}
	#sub_page_ttl h1 .en {
		font-size: 32px;
	}
	#sub_page_ttl h1 .jp {
		font-size: 14px;
	}
}
@media only screen and ( max-width : 575px ) {
	#page_ttl {
		margin-left: -5px;
		margin-right: -5px;
	}
	body {
		background-size: 180px auto;
	}
	#sub_page_ttl h1 {
		margin-bottom: 30px;
		padding: 0;
	}
}

@media print, screen and ( min-width : 768px ) {
	#pankuzu a:after {
		margin: 0 20px;
	}
	#sub_page_ttl h1 {
		margin-bottom: 100px;
		padding: 50px 0;
	}
	#sub_page_ttl h1 .en {
		font-size: 16px;
	}
	#sub_page_ttl h1 .jp {
		font-size: 32px;
		color: #ff695c;
	}
}
@media print, screen and ( min-width : 992px ) {
	#main_contents {
		margin-top: 105px;
	}
	#content {
		padding-top: 0;
	}
	#page_ttl {
		padding: 80px 20px;
	}
	#page_ttl h1,#page_ttl p {
		font-size: 30px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   company

--------------------------------------------------------------------------------------------- */
#company {
	background: #fcfcfc;
}
#company .container {
	position: relative;
}
#company .container:before {
	content: "";
	position: absolute;
	background: url(../img/top/leaf.png) no-repeat center / 100%;
}
.dl_list dt {
	font-weight: bold;
}
#company iframe {
	width: 100%;
	display: block;
	height: 300px;
}
@media only screen and ( max-width : 991px ) {

}

@media only screen and ( max-width : 767px ) {
	.dl_list dt:first-of-type {
		border-top: 1px solid #ddd;
	}
	.dl_list dt {
		padding-top: 20px;
		margin-bottom: 5px;
	}
	.dl_list dd {
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
}

@media print, screen and ( min-width : 768px ) {
	#company .container:before {
		width: 100px;
		height: 100px;
		top: -140px;
		right: 0;
	}
	.dl_list {
		width: 550px;
		margin: 0 auto;
	}
	.dl_list dt,.dl_list dd {
		padding: 25px 0;
		border-bottom: 1px solid #ddd;
	}
	.dl_list dt {
    width: 10em;
    padding-right: 1em;
	}
	.dl_list dd {
		width: calc(93% - 8em);
	}
}


/* contact */
.form_tbl {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.form_tbl th,
.form_tbl td {
	padding: 10px 0;
}
.form_tbl th {
	width: 39%;
	text-align: right;
	vertical-align: top;
	padding: 25px 30px;
}
.form_tbl th span {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: #8d1f24;
	padding: 2px 7px 3px;
	margin-left: 10px;
}
.form_tbl .ninni {
	font-weight: 400;
	color: #fff;
	background: #8d1f24;
	padding: 2px 7px 3px;
	margin-left: 10px;
}
.form_tbl td input,
.form_tbl td textarea {
	width: 100%;
	font-size: 17px;
	padding: 15px 20px;
	background: #efefef;
	border: none;
}
.form_tbl td textarea {
	height: 150px;
}
.form_tbl td .error {
	margin-top: 5px;
}
.submit {
	max-width: 300px;
	margin: auto;
    margin-top: 40px;
}
.submit input[type="submit"] {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px;
	background: #8d1f24;
	border: 1px solid #611316;
	transition: 0.5s;
	cursor: pointer;
}
.submit input[type="submit"]:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.privacy h3{
	border-bottom: 1px solid #000;
	padding: 10px 0px;
	margin-bottom: 25px;
    font-size: 20px;
    border-bottom: 1px solid #53bde1;
    color: #53bde1;
}
.privacy h3 p {
	margin-bottom: 45px;
}
.sitemap ul li {
	width: 17%;
	float: left;
	padding: 5px;
}

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

}

@media only screen and ( max-width : 767px ) {
.form_tbl th {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.form_tbl th, .form_tbl td {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
}

@media print, screen and ( min-width : 768px ) {

}


/* ---------------------------------------------------------------------------------------------

　   SINGLE

--------------------------------------------------------------------------------------------- */
#single_post time {
	color: #888;
}
#single_post_content ul {
	margin: 1em 0;
}
#single_post_content ol {
	margin: 1em 0;
	counter-reset:number;
}
#single_post_content ul li {
	position: relative;
	padding-left: 1.2em;
}
#single_post_content ol li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}
#single_post_content ol li:last-child {
	margin-bottom: 0;
}
#single_post_content ul li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	background: #ff695c;
	border-radius: 50%;
	left: 0;
	top: 0.5em;
	position: absolute;
}

.link_div_single a{
color: #ff8a7f ;
text-decoration: underline;
}

.a_link_page{
color: #ff8a7f ;
text-decoration: underline;
}



#single_post_content ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #ff695c;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#single_post_content .aligncenter {
	display: inline-flex;
	justify-content: center;
}
.single_post_tit {
	position: relative;
}
.single_post_tit:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 14px;
/*	background: rgb(255,169,161);
	background: -moz-linear-gradient(-45deg,  rgba(255,169,161,1) 0%, rgba(255,205,201,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,169,161,1) 0%,rgba(255,205,201,1) 100%);
	background: linear-gradient(135deg,  rgba(255,169,161,1) 0%,rgba(255,205,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9a1', endColorstr='#ffcdc9',GradientType=1 );
*/
	z-index: -1;
}
#single_post_content h1 {
	position: relative;
	color: #0b1118;
}
#single_post_content h1:before,#single_post_content h1:after {
	content: "";
}
#single_post_content h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	background: #ff695c;
	height: 3px;
}
#single_post_content h1:after {
	width: 100%;
	background: #ddd;
	height: 1.5px;
	display: block;
	margin-top: 0.5em;
}
#single_post_content h2 {
	position: relative;
	padding-left: 40px;
	color: #0b1118;
}
#single_post_content h2:before {
	content: "";
	height: 2px;
	width: 30px;
	background: #0b1118;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
#single_post_content p{
	line-height: 1.6em;
	margin-bottom: 1em;
}
#single_post_content .text-center,#single_post_content .text-right {
	margin: 0.5em 0;
}
#single_post_content table {
	width: 100%;
	margin: 2em 0;
	border-top: 1px solid #ddd;
}
#single_post_content th,#single_post_content td {
	border-bottom: 1px solid #ddd;
	text-align: left;
}


.list__nurc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
.list__nurc li{
    width: 49%;
    margin: 0 2% 0 0 !important;
}
.list__nurc li:nth-child(even){
    margin-right: 0 !important;
}
.list__nurc li .nursing_ptext{
	margin: 0 !important;
}

@media only screen and ( max-width : 999px ) {
	.list__nurc li{
  	  width: 100%;
  	  margin: 0 !important;
	}
	.list__nurc li:nth-child(n+2){
		margin-top: 30px !important;
	}
}

.animal_flow{
    margin-top: 0px;

}

.animal_img_new{
    width: 100%;
    text-align: center;}

.animal_img_new img{
    width: 33%;
    text-align: center;
    margin-top: 80px

}

@media screen and (min-width:700px) and ( max-width:1050px) {
.animal_img_new img {
       width: 60%;
}
}


@media only screen and ( max-width : 767px ) {
	#single_post_content .row {
		margin-top: 30px;
	}
	#single_post_content .col-md-6 {
		margin-bottom: 20px;
	}
	#single_post_content .col-md-6:last-child {
		margin-bottom: 0;
	}
	.single_post_tit {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#single_post_content {
		margin-top: 30px;
	}
	#single_post_content h1 {
		font-size: 22px;
	}
	#single_post_content h2 {
		font-size: 18px;
	}
	#single_post_content h1,#single_post_content h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#single_post_content th{
		width: 120px;
	}
	#single_post_content th,#single_post_content td{
		padding: 15px 0;
	}
.animal_img_new img {
    width: 100%;
}

.order3 {
  order: 3;
}
.order4 {
  order: 4;
}

.list__nurc p{

    margin-top: 20px;
}


.animal_img_new{
    margin: 5px 0px;
    width: 100%;
}


}

@media print, screen and ( min-width : 768px ) {
	.single_post_tit {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#single_post_content,#single_post_content .row {
		margin-top: 50px;
	}
	#single_post_content h1 {
		font-size: 32px;
	}
	#single_post_content h2 {
		font-size: 26px;
	}
	#single_post_content h1,#single_post_content h2 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#single_post_content th{
		width: 200px;
	}
	#single_post_content th,#single_post_content td{
		padding: 30px 0;
	}

}


/* ---------------------------------------------------------------------------------------------

　   doctor

--------------------------------------------------------------------------------------------- */


.doctor_contens h3{
    border-bottom: 1px solid;
    font-size: 32px;
    color: #f9695c;
    margin-bottom: 20px;
}

.doctor_contens h3  span{
font-size: 16px;
    color: #f9695c;

}



.doctor_contens h4{
margin-bottom: 40px;
    font-size: 20px;
}



.doctor_contens li{
    width: 100%;
    display: inline-block;
}


.doctor_contens li:nth-child(odd){
font-weight: bold;
    width: 86%;
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid;
margin-top: 10px;
}


.doctor_contens soan{
}

.doctor_contens p{
}

.doctor_text{
width: 75%;
    display: inline-block;
    top: 0px;
}

.text_color{

    font-weight: bold;
    color: #f9695c;
}

.doctor_img{
    width: 25%;
    display: inline-block;
    float: right;
}

.doctor_h4{
    border-bottom: 1px solid;
    font-size: 32px;
    color: #f9695c;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

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

.doctor_text {
        width: 100%;
    display: inline-block;
}

.doctor_contens li:nth-child(odd) {
padding: 6px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 6px;
    background: #dedede;
}

.doctor_contens li {
    width: 100%;
    display: inline-block;
}

.doctor_img {
    width: 100%;
    margin: auto;
    display: inline-block;
}

.doctor_img p{
text-align: center;
    margin: auto;
margin-top: 20px;
}

}

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


}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {

}



/* ---------------------------------------------------------------------------------------------

　   request

--------------------------------------------------------------------------------------------- */

.img_re{
    width: 100%;
    display: inherit;
}

.img_re_i{
    width: 100%;
    display: inherit;
    margin-top: 30px;
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   Our efforts

--------------------------------------------------------------------------------------------- */

.what_list {
	display: flex;
	justify-content: space-around;
	padding: 50px 0;
    background: #ff665814;
}
.what_list li {
	width: 200px;
}
.what_list li .icons {
	display: block;
	width: 200px;
	height: 200px;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #fe695c;
	border-radius: 100%;
	position: relative;
}
.what_list li .icons img {
	position: absolute;
	bottom: 100px;
	width: auto;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.what_list li .icons p {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fe695c;
}
.what_list li .icons p span {
	display: block;
	font-size: 16px;
}
.what_list li ul li {
	font-size: 16px;
	font-weight: 700;
	padding: 3px 0 3px 25px;
	background: url('../img/our-efforts/check.png') no-repeat left center;
}
.lineup_box {
	border: 2px solid #efefef;
	padding: 20px 50px;
}
.lineup_box h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.lineup_box table {
	width: 100%;
}
.lineup_box table tr {
	border-top: 1px solid #efefef;
}
.lineup_box table tr:first-child {
	border-top: none;
}
.lineup_box table th,
.lineup_box table td {
	padding: 10px 0;
}
.lineup_box table th {
	width: 40%;
	font-weight: normal;
	text-align: left;
}
.analysis_box {
	text-align: center;
	padding: 50px 30px;
    background: #ff665814;
}
.analysis_box img {
	width: 100%;
	max-width: 820px;
	height: auto;
}

.sp_imgd{
    background: #fff;
}


@media only screen and ( max-width : 991px ) {
}

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

.sp_imgd{
    text-align: center;
    margin-top: 30px;
}


	.what_list {
		display: block;
		padding: 30px 0;
	}
	.what_list li {
		width: 170px;
		margin: auto;
	}
	.what_list li:nth-child(n+2) {
		margin-top: 20px;
	}
	.what_list li .icons {
		width: 170px;
		height: 170px;
		margin-bottom: 10px;
	}
	.what_list li .icons img {
		bottom: 80px;
	}
	.what_list li .icons p {
		bottom: 25px;
		font-size: 16px;
	}
	.what_list li .icons p span {
		font-size: 15px;
	}
	.what_list li ul li {
		font-size: 15px;;
		padding: 2px 0 2px 20px;
		background-size: 12px auto;
	}
	.what_list li ul li:nth-child(n+2) {
		margin-top: 0;
	}
	.lineup_box {
		padding: 20px;
	}
	.lineup_box h3 {
		font-size: 15px;;
	}
	.lineup_box table th,
	.lineup_box table td {
		font-size: 13px;;
	}
	.analysis_box {
		padding: 20px 10px;
	}
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
}
