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

.p-contents__inner {
  margin: 0 auto;
  padding: 32px 40px 40px;
  width: 790px;
  background: url(../../img/pc/bg.png) left top repeat;
}

.p-cv {
  margin: 137px auto 0;
  width: 870px;
}

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

.p-contact {
  margin: 0 auto;
  padding: 30px 0;
  width: 870px;
}

.p-footer .copyright {
  background: #ed7b74;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.c-box {
  margin-bottom: 40px;
}

.c-box__inner {
  padding: 25px;
  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;
}

a {
  transition: opacity 0.25s linear;
}

a img {
  transition: opacity 0.25s linear;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.contents-box {
  margin-bottom: 30px;
}

.contents-box__title {
  margin-bottom: 17px;
  padding: 0 0 16px 12px;
  border-left: 5px solid #886b96;
  line-height: 1.2916666667;
  font-size: 24px;
  font-weight: bold;
  color: #505050;
  letter-spacing: -1px;
}

.contents-box__title span {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #886b96;
  font-size: 18px;
}

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

.contents-box__item {
  margin-bottom: 4px;
}

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

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

.contents-box__item .title {
  width: 91px;
  border-radius: 16px;
  background: #886b96;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}

.contents-box__item .title .small {
  vertical-align: 2px;
  margin-right: 5px;
  font-size: 12px;
}

.contents-box__item .text {
  padding-left: 10px;
  line-height: 1.6666666667;
  font-size: 18px;
  color: #505050;
}

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

.contents-box .color {
  font-size: 18px;
  color: #007dbe;
}

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

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

.profile .doctor {
  overflow: hidden;
  margin-bottom: 30px;
}

.profile .doctor__pic {
  float: left;
  margin-right: 20px;
}

.profile .doctor__title, .profile .doctor__career, .profile .doctor__qualification {
  float: right;
  width: 451px;
}

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

.profile .doctor__title .first {
  display: block;
  line-height: 1.3125;
  font-size: 16px;
}

.profile .doctor__title .second {
  font-size: 16px;
}

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

.profile .doctor__career__item {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #b4b3b4;
  font-size: 14px;
  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: 58px;
}

.profile .doctor__career__item .text {
  padding-left: 23px;
  line-height: 1.6;
}

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

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

.profile .doctor__qualification__title {
  margin-bottom: 6px;
}

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

.profile .message {
  position: relative;
  padding: 50px 20px 80px;
  background: rgba(240, 237, 236, 0.8);
}

.profile .message__title {
  position: relative;
  margin-bottom: 35px;
}

.profile .message__title::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 148px;
  height: 40px;
  background: url(../../img/pc/profile_message_title_bg.png) left top no-repeat;
}

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

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

.profile .message::after {
  content: '';
  position: absolute;
  right: 45px;
  bottom: 25px;
  width: 169px;
  height: 66px;
  background: url(../../img/pc/profile_message_pic.png) right bottom no-repeat;
}

.cv {
  position: relative;
}

.cv__title {
  position: relative;
  padding: 43px 0;
  text-align: center;
}

.cv__title::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 30px;
  width: 331px;
  height: 65px;
  background: url(../../img/pc/cv_title_bg.png) left top no-repeat;
}

.cv__inner {
  padding-bottom: 12px;
}

.cv__form {
  overflow: hidden;
  margin: 0 12px 12px;
  padding: 30px 28px 55px;
  background: #fff;
}

.cv__form__pic {
  float: left;
  margin: 0 26px 30px 30px;
  width: 128px;
}

.cv__form__title, .cv__form__text {
  float: right;
  width: 569px;
  margin-right: 30px;
}

.cv__form__title {
  margin-bottom: 20px;
}

.cv__form__text {
  line-height: 1.5625;
  font-size: 16px;
  color: #505050;
}

.cv__form__line {
  margin: 0 15px;
  border-bottom: dotted 1px #ccc;
}

.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__buy {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f9dad9;
}

.cv__buy__text {
  margin-right: 35px;
  line-height: 1.3333333333;
  font-size: 18px;
  font-weight: bold;
  color: #cb145a;
}

.cv__buy__list {
  display: flex;
}

.cv__buy__item {
  margin-right: 5px;
}

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

.cv::before {
  content: '';
  position: absolute;
  top: -85px;
  left: 50%;
  width: 72px;
  height: 36px;
  background: url(../../img/pc/cv_bg1.png) left top no-repeat;
  transform: translateX(-50%);
}

.cv-line {
  margin-top: 102px;
  position: relative;
}

.cv-line::before {
  content: '';
  position: absolute;
  top: -55px;
  left: 50%;
  width: 73px;
  height: 36px;
  background: url(../../img/pc/cv_bg3.png) left top no-repeat;
  transform: translateX(-50%);
}

.contact {
  display: flex;
  align-items: center;
}

.contact__pic {
  margin: 0 20px 0 90px;
}

.contact__inner {
  display: flex;
  flex-wrap: wrap;
}

.contact__box {
  display: flex;
  line-height: 1.3846153846;
  font-size: 13px;
  color: #787878;
}

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

.contact__box.address {
  width: 100%;
}

.contact__box.tel {
  margin-right: 25px;
}

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