@charset "UTF-8";

/* 共通 */
section article.cfc_content {
	margin-top: 30px;
}
h2.subtitle {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1.2em;
}

@media (min-width: 768px) {
section article.cfc_content {
	margin-top: 50px;
}
h2.subtitle {
	font-size: 3rem;
}
}

@media (min-width: 1200px) {
section article.cfc_content {
	margin-top: 80px;
}
h2.subtitle {
	font-size: 3.8rem;
}
}


/* 猫にやさしい動物病院 ------------------------------------------------------------- */
.cfc_intro p {
  position: relative;
  color: #2b5737;
  padding: 16px;
	text-align: center;
}
.cfc_intro br {
  display: none;
}
.cfc_intro p::before,
.cfc_intro p::after {
  content: "";
  width: 15px;
	height: 100%;
	position: absolute;
  border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.cfc_intro p::before {
	border-left: solid 1px #000000;
	top: 0;
	left: 0;
}
.cfc_intro p::after {
	border-right: solid 1px #000000;
	top: 0;
	right: 0;
}
.cfc_gold {
	width: 150px;
	float: right;
	margin-left: 1em;
}

@media(min-width:768px) {
  
  .cfc_intro p {
    line-height: 1.7em;
    font-size: 2rem;
    padding: 24px;
    text-align: center;
  }
.cfc_gold {
	width: 240px;
	margin-left: 2em;
}
}

@media(min-width:1200px) {
  .cfc_intro p {
    font-size: 2.8rem;
    padding: 56px;
  }
.cfc_gold {
	width: 340px;
	margin-left: 3em;
}
}

/* 基準 ------------------------------------------------------------- */
.cfc_basis > div {
  position: relative;
  padding: 0px 16px 16px;
  border: solid 1px #326440;
  border-radius: 10px;
  margin-bottom: 24px;
}
.cfc_basis > div h3 {
	margin: -15px -8px 15px;
  background: #fff;
  padding: 0 8px;
}
.cfc_basis > div .cfc_basis_img {
	width: 100px;
	float: right;
	margin: 0 0 10px 15px;
	border: solid 1px #326440;
}
.cfc_basis > div ul li {
	list-style: none;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 25px;
	background: url("../images/cfc/check_icon.png") no-repeat left 4px;
	background-size: 20px;
}

@media (min-width: 768px) {
  .cfc_basis p {
    line-height: 1.7em;
  }
.cfc_basis > div {
    padding: 0px 32px 28px;
  }
   .cfc_basis > div h3 {
    font-size: 2.4rem;
	   margin-top: -0.8em;
  }
.cfc_basis > div .cfc_basis_img {
	width: 160px;
	margin-left: 30px;
}
.cfc_basis > div .cfc_basis_img img {
	width: 100%;
}
.cfc_basis > div ul {
}
.cfc_basis > div ul li {
	font-size: 1.8rem;
	padding-left: 37px;
	background-size: 27px;
	margin-bottom: 10px;
}
}

@media(min-width:1200px) {
.cfc_basis > div {
    padding: 0px 52px 28px;
  }
.cfc_basis > div h3 {
    font-size: 3rem;
	   padding: 0 20px;
	margin: -0.8em -20px 1em;
  }
.cfc_basis > div .cfc_basis_img {
	width: 200px;
	margin-left: 30px;
}
.cfc_basis > div ul li {
	font-size: 2rem;
	padding-left: 37px;
	margin: 7px 0 15px;
	background-size: auto;
	background-position: left top;
}
}

/* 猫に寄り添った院内環境 ------------------------------------------------------------- */
.environment {
  margin-top: 56px;
}
.environment ol {
  margin-top: 32px;
  list-style: none;
}
.environment li {
  margin-bottom: 40px;
}
.environment .title {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
	align-items: center;
  margin-bottom: 24px;
}
.environment .title::before,
.environment .title::after {
  content: "";
  width: 60%;
  height: 1px;
  background: #333;
}
.environment .title div {
  width: 100%;
	padding: 0 10px;
}
.environment .title span {
  font-size: 1.8rem;
  font-weight: 200;
}
.environment .title h3 {
  font-size: 1.8rem;
  font-weight: 400;
	white-space: nowrap;
}
.environment .environment_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.environment .environment_content .explanation-img {
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
.environment {
    margin-top: 80px;
  }
.environment ol {
    margin-top: 56px;
  }
.environment .title {
    margin-bottom: 40px;
  }
.environment .title::before,
.environment .title::after {
    width: 80%;
  }
.environment .title span {
    font-size: 2.8rem;
  }
.environment .title h3 {
    font-size: 2.4rem;
  }
.environment .environment_content {
    -ms-flex-direction: column-reverse;
    flex-direction: inherit;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
.environment .environment_content .explanation {
    width: 60%;
	width: -webkit-calc(100% - 280px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 280px);/*Firefox4~15対応*/
	width: calc(100% - 280px);
  }
.environment .environment_content .explanation-img {
    width: 240px;
    text-align: right;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
.environment {
    margin-top: 120px;
  }
.environment ol {
    margin-top: 64px;
  }
.environment .title span {
    font-size: 3.2rem;
  }
.environment .title h3 {
    font-size: 2.8rem;
  }
}
