@charset "UTF-8";

.big_head::before {
  top: 0.2em;
  -webkit-transform: translateY(0%) rotate(45deg);
  transform: translateY(0%) rotate(45deg);
}

.inner {
    margin-top: 60px;
    margin: 0 auto;
    width: calc((355 / 375) * 100%);
}
.contentsInner {
    width: 100%;
}
.contentsInner p {
    text-align: left;
    line-height: 1.6;
	margin-bottom: 1em;
}
.sec01 {
    padding: 80px 0 40px;
    width: calc((325 / 355) * 100%);
    margin: 0 auto;
}
.sec01-title {
  margin: 0 auto;
  font-weight: 100;
  margin-bottom: 40px;
  letter-spacing: 1px;
	position: relative;
}

.sec01-contents {
    margin: 0 auto;
}
.sec01-contents .pinkback {
    background: #ffe5ea;
    padding: 1em;
}
.sec01-contents .hospital {
	padding: 15px;
	margin-top: 40px;
    border: 3px solid #ff7f97;
}
.sec01-contents .hospital h3 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
    text-align: center;
  color: #ff4e70;
    line-height: 1.6;
  margin-bottom: 25px;
}
.sec01-contents .hospital p {
	margin: 1em 0;
}
.sec01-contents .hospital .sheet {
  text-align: center;
}
.sec01-contents .hospital .sheet a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background: #ff7f97;
  display: inline-block;
  width: auto;
  padding: 0.5em 3em 0.5em 0.5em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.sec01-contents .hospital .sheet a:after {
  content: "";
  background: url("../img/second/icon_dl.png") no-repeat;
    background-size: auto;
  background-size: contain;
  display: ;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec01-contents .hospital ul {
    display: table;
    margin: auto;
}
.sec01-contents .hospital ul li {
    line-height: 1.8;
}

.sec01-contents .owner {
	padding: 15px;
	margin-top: 40px;
    border: 3px solid #59bfff;
}
.sec01-contents .owner h3 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
    text-align: center;
  color: #59bfff;
    line-height: 1.6;
  margin-bottom: 25px;
}
.sec01-contents .owner p {
	margin: 1em 0;
}
.sec01-contents .owner .sheet {
  text-align: center;
}
.sec01-contents .owner .sheet a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background: #59bfff;
  display: inline-block;
  width: auto;
  padding: 0.5em 3em 0.5em 0.5em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.sec01-contents .owner .sheet a:after {
  content: "";
  background: url("../img/second/icon_dl.png") no-repeat;
    background-size: auto;
  background-size: contain;
  display: ;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
.inner {
	max-width: 1100px;
    margin: 50px auto 80px;
}

.sec01 {
    width: 100%;
    padding: 0px;
}
.sec01-contents .pinkback {
    padding: 1em 1.5em;
}
.sec01-contents .hospital {
    margin: 50px auto 0;
    padding: 20px;
}
.sec01-contents .hospital p {
	margin: 1.5em 0;
}
.sec01-contents .hospital h3 {
  font-size: 2.4rem;
}
.sec01-contents .hospital .sheet a {
  font-size: 2rem;
}
.sec01-contents .owner h3 {
  font-size: 2.4rem;
}
.sec01-contents .owner .sheet a {
  font-size: 2rem;
}
}

@media (min-width: 1200px) {
.inner {
    margin: 50px auto 140px;
}

.sec01-contents .hospital {
    margin-top: 60px;
    padding: 20px 30px 10px;
	background-position: right bottom;
}
.sec01-contents .hospital h3 {
  font-size: 2.8rem;
}
.sec01-contents .hospital .sheet a {
  font-size: 2.4rem;
}
.sec01-contents .owner h3 {
  font-size: 2.8rem;
}
.sec01-contents .owner .sheet a {
  font-size: 2.4rem;
}
}
