@charset "UTF-8";
.p-container {
  border-top: 1.75rem solid #ed7b74;
}

.p-contents__inner {
  padding-top: 3.25rem;
  background: url(../../img/sp/bg.png) left top repeat;
  background-size: 2%;
}

.p-cv .cv__wrapper {
  position: relative;
  background: url(../../img/sp/cv_bg2.png) left top repeat;
  background-size: 100%;
}

.p-contact {
  padding: 3rem 2rem;
  background: url(../../img/sp/bg.png) left top repeat;
  background-size: 2%;
}

.p-footer .copyright {
  background: #ed7b74;
  text-align: center;
  line-height: 2rem;
  font-size: .9rem;
  color: #fff;
}

.accordion__title {
  position: relative;
}

.accordion__title::after {
  content: '';
  position: absolute;
  top: 3.2rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: url(../../img/sp/title_bg.png) left top no-repeat;
  background-size: 100%;
}

.accordion__contents {
  overflow: hidden;
  height: 0;
  max-height: 0;
  transition: all .4s ease-in;
}

.accordion.is-open .accordion__title::after {
  background: url(../../img/sp/title_bg_a.png) left top no-repeat;
  background-size: 100%;
}

.accordion.is-open .accordion__contents {
  will-change: transform;
}

.c-box__inner {
  padding: .75rem 1.5rem 2.5rem;
  background: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.contents-box {
  margin-bottom: 1.75rem;
}

.contents-box__lead {
  margin-bottom: 1.75rem;
}

.contents-box__title {
  margin-bottom: 1.5rem;
  padding: 0 0 .75rem .75rem;
  border-left: 0.425rem solid #886b96;
  line-height: 1.2857142857;
  font-size: 2.1rem;
  font-weight: bold;
  color: #505050;
}

.contents-box__title span {
  display: block;
  margin-bottom: .875rem;
  padding-bottom: .25rem;
  border-bottom: 1px dotted #886b96;
  font-size: 2rem;
}

.contents-box__title em {
  font-weight: bold;
  color: #ed7b74;
}

.contents-box__item {
  margin-bottom: .825rem;
}

.contents-box__item .inner {
  display: table;
}

.contents-box__item .title,
.contents-box__item .text {
  display: table-cell;
  vertical-align: top;
}

.contents-box__item .title {
  width: 7.5rem;
  text-align: center;
}

.contents-box__item .title .title-inner {
  display: block;
  border-radius: 16px;
  background: #886b96;
  line-height: 2.2rem;
  font-size: 1.5rem;
  color: #fff;
}

.contents-box__item .title .small {
  vertical-align: 1px;
  margin-right: .3rem;
  font-size: 1.1rem;
}

.contents-box__item .text {
  padding-left: .5rem;
  line-height: 1.2962962963;
  font-size: 1.68rem;
  color: #505050;
}

.contents-box .bold {
  font-weight: bold;
  color: #ed7b74;
}

.contents-box .color {
  font-size: 1.68rem;
  color: #007dbe;
}

.contents-box.contents5 {
  margin-bottom: 0;
}

.contents-box.contents5 .contents-box__title {
  margin-bottom: 0;
}

.profile .c-box__inner {
  padding-top: 2.5rem;
}

.profile .doctor {
  margin-bottom: 3rem;
}

.profile .doctor__pic {
  margin-bottom: 1.5rem;
}

.profile .doctor__title {
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  border-top: 2px solid #b4b3b4;
  border-bottom: 2px solid #b4b3b4;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.25rem;
  font-weight: bold;
  color: #505050;
}

.profile .doctor__title .first {
  display: block;
  line-height: 1.4166666667;
  font-size: 1.5rem;
}

.profile .doctor__title .second {
  font-size: 1.5rem;
}

.profile .doctor__career {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #b4b3b4;
}

.profile .doctor__career__item {
  margin-bottom: .6rem;
  padding-bottom: .6rem;
  border-bottom: 1px dotted #b4b3b4;
  font-size: 1.4rem;
  color: #787878;
}

.profile .doctor__career__item .inner {
  display: table;
}

.profile .doctor__career__item .title,
.profile .doctor__career__item .text {
  display: table-cell;
}

.profile .doctor__career__item .title {
  width: 5.5rem;
}

.profile .doctor__career__item .text {
  padding-left: 1.8rem;
  line-height: 1.6;
}

.profile .doctor__career__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.profile .doctor__qualification {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #b4b3b4;
  font-size: 1.4rem;
  color: #787878;
}

.profile .doctor__qualification__title {
  margin-bottom: 1.3rem;
}

.profile .doctor__qualification__item {
  line-height: 2;
}

.profile .message {
  position: relative;
  padding: 4rem 1rem 6.75rem;
  background: rgba(240, 237, 236, 0.8);
}

.profile .message__title {
  position: relative;
  margin-bottom: 2.1rem;
  width: 80%;
}

.profile .message__title::before {
  content: '';
  position: absolute;
  top: -4.9rem;
  left: 0;
  padding-top: 14.75%;
  width: 50%;
  background: url(../../img/sp/profile_message_title_bg.png) left top no-repeat;
  background-size: 100%;
}

.profile .message__text {
  text-align: justify;
  line-height: 1.75;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  color: #787878;
}

.profile .message__text em {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ed7b74;
}

.profile .message::after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding-top: 23%;
  width: 50%;
  background: url(../../img/sp/profile_message_pic.png) right bottom no-repeat;
  background-size: 100%;
}

.cv__title {
  position: relative;
  padding: 5.5rem 2.5rem 1rem;
  text-align: center;
}

.cv__title::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  padding-top: 15%;
  width: 60%;
  background: url(../../img/sp/cv_title_bg.png) left top no-repeat;
  background-size: 100%;
}

.cv__wrapper {
  position: relative;
  padding-bottom: 1.5rem;
}

.cv__form {
  margin: 0 1.5rem 1.5rem;
  padding: 1.5rem 0 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.cv__form__inner {
  order: 1;
}

.cv__form__pic {
  float: right;
  margin: -2rem -1rem 0 1rem;
  width: 35%;
}

.cv__form__title {
  margin: 0 1rem 1.5rem;
}

.cv__form__text {
  margin: 0 1rem;
  line-height: 1.6086956522;
  font-size: 1.3rem;
  color: #505050;
}

.cv__form__line {
  order: 3;
}

.cv__form form {
  clear: both;
}

.cv__form form fieldset {
  margin-bottom: 40px;
  padding: 35px;
  background: rgba(240, 237, 236, 0.8);
}

.cv__form form .button {
  text-align: center;
}

.cv__form #formArea {
  order: 2;
}

.cv__buy {
  padding: 1.5rem;
  background: #f9dad9;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
}

.cv__buy__text {
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.3518518519;
  font-size: 1.68rem;
  font-weight: bold;
  color: #cb145a;
}

.cv__buy__list {
  display: flex;
}

.cv__buy__item {
  margin-right: 1rem;
}

.cv__buy__item:last-child {
  margin-right: 0;
}

.cv-line {
  margin-bottom: 42.1333333333vw;
  position: relative;
  background: url(../../img/sp/line_bg.png) left bottom repeat-x;
  background-size: 100% 104.8vw;
}

.cv-line__lead {
  margin: 0 2.9333333333vw 3.7333333333vw 1.3333333333vw;
}

.cv-line__pic {
  position: relative;
  z-index: 1;
  float: right;
  margin: -13.3333333333vw -1.75rem 0 0;
  width: 34.4vw;
}

.cv-line__inner {
  padding: 2.4vw 1.4666666667vw 2.9333333333vw 2vw;
}

.contact__pic {
  margin: 0 7rem 2rem;
}

.contact__box {
  display: table;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #787878;
}

.contact__box__title, .contact__box__text {
  display: table-cell;
}

.contact__box__title {
  width: 6rem;
  text-align-last: justify;
}

.contact__box__text {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

.contact__box__text::before {
  content: '：';
}

/*# sourceMappingURL=index.css.map */
