@charset "UTF-8";
@font-face {
  font-family: "AvenirRoman";
  src: url("../font/Avenir_55_Roman.eot") format("eot"), url("../font/Avenir_55_Roman.woff") format("woff"), url("../font/Avenir_55_Roman.woff2") format("woff2"), url("../font/Avenir_55_Roman.ttf") format("truetype");
}
body {
  overflow-x: hidden;
}

/* adjust */
#knowhowContents {
  margin: 0 !important;
}

#mainScreen {
  width: 100% !important;
}

/*#knowhowContents > div, #knowhowHead {
  max-width: 950px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  float: none !important;
}*/

#knowhowMain {
  width: 950px !important;
}

#knowhowMain > div {
  width: 750px !important;
  margin-left: 12px !important;
}

#knowhowMain div#ffooter li a {
  padding: 0 0 !important;
}

/* /adjust */
#profile {
  max-width: none !important;
}
#profile .sp {
  display: none;
}
#profile .small {
  font-size: 12px;
}
#profile {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  color: #333;
  /* pagetopボタン */
}
#profile * {
  box-sizing: border-box;
}
#profile a,
#profile a:link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-weight: 500;
  text-decoration: underline;
}
#profile a:hover {
  text-decoration: none;
}
#profile .inner {
  width: 950px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#profile p {
  line-height: 1.66;
}
#profile .fontBlue {
  color: #03a9ea;
}
#profile .jobList {
  background: #ebf7fc;
  padding: 60px 0 40px;
  margin-bottom: 60px;
  width: 100vw;
  margin: 0 calc(-50vw + 475px) 60px;
}
#profile .jobList .inner {
  width: 950px;
}
#profile .jobList .inner h3 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  padding: 1em 3.2em 0;
  margin-bottom: 40px;
  display: inline-block;
  border: 4px solid #1babe7;
  height: 70px;
}
#profile .jobList .inner h3::before {
  content: attr(data-text);
  position: absolute;
  top: -5px;
  left: 9px;
  right: 0;
  margin: 0;
  width: calc(100% - 18px);
  height: 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  background: #ebf7fc;
  padding: 11px 0 0;
  color: #03a9ea;
  letter-spacing: 0.1em;
  font-family: "AvenirRoman", sans-serif !important;
}
#profile .jobList .inner h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 9px;
  right: 0;
  width: calc(100% - 18px);
  height: 10px;
  display: block;
  background: #ebf7fc;
}
#profile .jobList .inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
}
#profile .jobList .inner ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 43px;
  margin-bottom: 38px;
  position: relative;
  width: 288px;
  text-align: center;
}
#profile .jobList .inner ul li:nth-child(3n) {
  margin-right: 0;
}
#profile .jobList .inner ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
#profile .jobList .inner ul li .illust {
  position: relative;
  width: 100%;
  height: 288px;
  border-radius: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  box-sizing: content-box;
}
#profile .jobList .inner ul li .illust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100%);
  height: calc(100%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 2px bottom 2px;
  background-image: url("../img/common/corner_arrow.svg");
  border-radius: 16px;
  transition: all 0.2s;
}
#profile .jobList .inner ul li .illust::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #1babe7;
  border-radius: 16px;
  transition: all 0.2s;
}
#profile .jobList .inner ul li .illust img {
  width: 100%;
}
#profile .jobList .inner ul li .illust *::-ms-backdrop, #profile .jobList .inner ul li .illust::before, #profile .jobList .inner ul li .illust::after {
  transition: none;
  /* IE11 */
}
@supports (-ms-ime-align: auto) {
  #profile .jobList .inner ul li .illust::before, #profile .jobList .inner ul li .illust::after {
    transition: none;
    /* Edge */
  }
}
#profile .jobList .inner ul li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}
#profile .jobList .inner ul li:hover .illust::before {
  background-image: url("../img/common/corner_arrow_hover.svg");
  z-index: 1;
}
#profile .jobList .inner ul li:hover .illust::after {
  border-color: #efdb51;
  z-index: 1;
}
#profile .jobList .inner ul li:hover .illust img {
  opacity: 0.65;
}
#profile .link__top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  display: none;
  opacity: 1;
  pointer-events: auto;
}
#profile .link__top a:hover {
  opacity: 0.5;
}
#profile .js--hidden {
  overflow: hidden;
}
#profile.index .inner {
  width: 950px;
}
#profile.index #indexHead h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/common/title_index_pc.png") no-repeat;
  width: 950px;
  height: 260px;
  display: block;
  margin: 0 auto 15px;
}
#profile.index #indexHead .lead {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
#profile.index #bannerArea {
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
#profile.index #bannerArea h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  margin: 0 auto 25px;
  padding: 0.3em;
  background-image: url("../img/common/diagonal_lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#profile.index #bannerArea ul li {
  margin-bottom: 20px;
}
#profile.index #bannerArea ul li:last-child {
  margin-bottom: 0;
}
#profile.index #bannerArea ul li a {
  display: inline-block;
  transition: all 0.2s;
}
#profile.index #bannerArea ul li a:hover {
  opacity: 0.5;
}
#profile.index #occupationMap {
  padding: 70px 0;
  background: #ebf7fc;
  text-align: left;
  width: 100vw;
  margin: 0 calc(-50vw + 475px) 60px;
}
#profile.index #occupationMap a,
#profile.index #occupationMap a:link {
  color: #598ca1;
  text-decoration: none;
}
#profile.index #occupationMap a:hover {
  text-decoration: underline;
}
#profile.index #occupationMap .inner {
  font-size: 0;
}
#profile.index #occupationMap h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 28px;
  font-weight: bold;
}
#profile.index #occupationMap .column {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 45px * 2) / 3);
  margin-right: 45px;
}
#profile.index #occupationMap .column:nth-of-type(3n) {
  margin-right: 0;
}
#profile.index #occupationMap *::-ms-backdrop,
#profile.index #occupationMap .column {
  width: calc(((100% - 45px * 2) / 3) - 1px);
  /* IE11 */
}
@supports (-ms-ime-align: auto) {
  #profile.index #occupationMap .column {
    width: calc(((100% - 45px * 2) / 3) - 1px);
    /* Edge */
  }
}
#profile.index #occupationMap h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #598ca1;
}
#profile.index #occupationMap h4 a,
#profile.index #occupationMap h4 a:link {
  font-weight: bold;
}
#profile.index #occupationMap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
#profile.index #occupationMap ul:last-of-type {
  margin-bottom: 0;
}
#profile.index #occupationMap ul li {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
}
#profile.index #occupationMap ul li:last-of-type {
  margin-bottom: 0;
}
#profile.page .inner {
  width: 870px;
}
#profile.page .inner + .inner {
  width: 790px;
}
#profile.page .jobLink {
  display: block;
  padding-top: 30px;
  padding-bottom: calc(24px + 90px);
}
#profile.page .jobLink a {
  background: #1babe7;
  color: #fff;
  border: 2px solid #1babe7;
  padding: 35px 90px 35px 50px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  transition: all 0.2s;
}
#profile.page .jobLink a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right 60px center;
  background-size: auto;
}
#profile.page .jobLink a:hover {
  background: #fff;
  color: #03a9ea;
}
#profile.page .jobLink a:hover::before {
  background-image: url("../img/common/arrow_right_hover.svg");
}
#profile.page .backToIndex {
  display: block;
  padding-top: 0;
  padding-bottom: calc(24px + 90px);
  margin-top: -10px;
}
#profile.page .backToIndex a {
  color: #03a9ea;
  border: 2px solid #1babe7;
  padding: 27px 160px 27px 180px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  transition: all 0.2s;
}
#profile.page .backToIndex a:hover {
  background: #ddf4fc;
}
#profile.page .backToIndex a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/common/arrow_left.svg");
  background-repeat: no-repeat;
  background-position: left 155px center;
  background-size: auto;
}
#profile.page .lead {
  font-size: 16px;
  margin-bottom: 10px;
}
#profile.page .note {
  font-size: 12px;
  color: #777;
  margin-bottom: 70px;
}
#profile.page ul.line + .note {
  text-align: left;
  margin-top: -60px;
  margin-left: 84px;
}
#profile.page h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#profile.page ul.line {
  width: 700px;
  display: block;
  text-align: left;
  margin: 0 auto 70px;
  padding: 1px 0;
  background-image: url("../img/common/lines_pc.png");
  background-repeat: repeat-y;
  background-position: center top;
}
#profile.page ul.line li {
  font-size: 16px;
  line-height: 44px;
}
#profile.page ul.line.dot {
  padding-left: 40px;
  padding-right: 40px;
}
#profile.page ul.line.dot li {
  padding-left: 20px;
  background-image: url("../img/common/dot.svg");
  background-repeat: no-repeat;
  background-position: left 18px;
}
#profile.page ul.feature {
  font-size: 0;
}
#profile.page ul.feature li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc((100% - 70px) / 3);
  padding-top: calc((100% - 70px) / 3);
  margin-right: 35px;
  margin-bottom: 35px;
  border-radius: 35px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 30%;
}
#profile.page ul.feature li:nth-of-type(3n) {
  margin-right: 0;
}
#profile.page ul.feature li.nenshu {
  background-image: url("../img/common/ico_nenshu.svg");
  background-size: auto 33%;
}
#profile.page ul.feature li.kyujitsu {
  background-image: url("../img/common/ico_kyujitsu.svg");
}
#profile.page ul.feature li.teiji {
  background-image: url("../img/common/ico_teiji.svg");
  background-size: auto 33%;
}
#profile.page ul.feature li.mikeiken {
  background-image: url("../img/common/ico_mikeiken.svg");
}
#profile.page ul.feature li.daini {
  background-image: url("../img/common/ico_daini.svg");
}
#profile.page ul.feature li.gakureki {
  background-image: url("../img/common/ico_gakureki.svg");
  background-size: auto 25%;
}
#profile.page ul.feature li p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#profile.page ul.feature li p span {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #03a9ea;
  font-size: 32px;
}
#profile.page ul.feature li p span em {
  font-size: 40px;
  font-style: normal;
}
#profile.page ul.feature *::-ms-backdrop,
#profile.page ul.feature li {
  width: calc(((100% - 70px) / 3) - 1px);
  /* IE11 */
}
@supports (-ms-ime-align: auto) {
  #profile.page ul.feature li {
    width: calc(((100% - 70px) / 3) - 1px);
    /* Edge */
  }
}
#profile.page ul.voice {
  background: #fff;
  border-radius: 35px;
  padding: 30px 50px;
  margin-bottom: 50px;
}
#profile.page ul.voice > li {
  font-size: 16px;
  line-height: 1.625;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #efdb51;
  text-align: justify;
  text-justify: inter-ideograph;
}
#profile.page ul.voice > li:first-of-type {
  border-top: none;
}
#profile.page ul.voice > li em {
  font-style: normal;
  font-weight: bold;
}
#profile.page ul.voice.gakubu > li {
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center;
}
#profile.page ul.voice.gakubu > li:first-of-type {
  padding-top: 0;
  padding-bottom: 40px;
}
#profile.page ul.voice.gakubu > li ul {
  width: calc(100% + 100px);
  font-size: 0;
  margin-left: -50px;
}
#profile.page ul.voice.gakubu > li ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% / 3);
  padding-top: calc(100% / 3 - 60px);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 33%;
  text-align: center;
  border-right: 1px solid #efdb51;
}
#profile.page ul.voice.gakubu > li ul li:nth-of-type(3n) {
  border-right: none;
}
#profile.page ul.voice.gakubu > li ul li.bunkei {
  background-image: url("../img/common/ico_bunkei.svg");
  background-size: auto 35%;
}
#profile.page ul.voice.gakubu > li ul li.rikei {
  background-image: url("../img/common/ico_rikei.svg");
}
#profile.page ul.voice.gakubu > li ul li.senmon {
  background-image: url("../img/common/ico_senmon.svg");
}
#profile.page ul.voice.gakubu > li ul li p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#profile.page ul.voice.gakubu > li ul li p span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #baa80e;
  font-size: 32px;
}
#profile.page ul.voice.gakubu > li ul li p span em {
  font-size: 40px;
}
#profile.page table {
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #e4e4e4;
  width: 790px;
  margin: 0 auto 40px;
}
#profile.page table td {
  padding: 0.4em 2em;
  border: 2px solid #e4e4e4;
  font-size: 18px;
  background: #fff;
}
#profile.page table td:nth-of-type(1) {
  width: 170px;
  padding-right: 65px;
  text-align: right;
}
#profile.page table td:nth-of-type(2) {
  width: 450px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
#profile.page table td:nth-of-type(3) {
  text-align: center;
}
#profile.page .heading {
  border-top: solid 2px #1babe7;
  border-bottom: solid 2px #1babe7;
  padding: 1.7em 0 1em;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  margin: 0 0 20px;
  display: block;
  width: 100%;
  font-weight: bold;
}
#profile.page .heading::before {
  content: attr(data-text);
  position: absolute;
  top: -23px;
  left: 41%;
  right: 41%;
  display: inline-block;
  background: #fff;
  color: #03a9ea;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "AvenirRoman", sans-serif !important;
}
#profile.page .heading em {
  color: #03a9ea;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
}
#profile.page .heading.ribon {
  border-bottom: none;
  padding-bottom: 55px;
}
#profile.page .heading.ribon::before {
  background: #ebf7fc;
}
#profile.page .heading.ribon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 50px;
  background: url("../img/common/ribon_blue_pc.svg") no-repeat;
  background-position: center;
}
#profile.page .heading.yellow {
  border-top-color: #b9a62c;
  border-bottom-color: #b9a62c;
}
#profile.page .heading.yellow::before {
  color: #baa80e;
  background: #f9f6e1;
}
#profile.page .heading.yellow em {
  color: #baa80e;
}
#profile.page .heading.yellow.ribon::after {
  background: url("../img/common/ribon_yellow_pc.svg") no-repeat;
}
#profile.page h4.heading::before {
  left: 45%;
  right: 45%;
  top: -28px;
  font-size: 40px;
}
#profile.page .jobList {
  background: none;
  margin-bottom: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
#profile.page .jobList .inner {
  width: 950px;
}
#profile.page .jobList .inner h3 {
  font-size: 20px;
  padding-top: 1.25em;
  margin-bottom: 20px;
}
#profile.page .jobList .inner h3::before {
  background: #fff;
}
#profile.page .jobList .inner h3::after {
  background: #fff;
}
#profile.page #pageHead {
  background: #1babe7;
  color: #fff;
  width: 100vw;
  margin: 0 calc(-50vw + 475px) 60px;
}
#profile.page #pageHead .inner {
  width: 950px;
  padding: 30px 400px 0 60px;
  height: 340px;
}
#profile.page #pageHead h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/common/title_page_pc.png") no-repeat;
  width: 307px;
  height: 104px;
  display: inline-block;
  margin: 0 auto 10px;
}
#profile.page #pageHead p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.47;
}
#profile.page #pageHead p.occupation {
  width: 490px;
  height: 100px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  border: 4px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#profile.page #pageHead p.occupation::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 9px;
  margin: 0;
  width: calc(100% - 18px);
  height: 10px;
  display: block;
  background: #1babe7;
}
#profile.page #pageHead p.occupation::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 9px;
  right: 0;
  width: calc(100% - 18px);
  height: 10px;
  display: block;
  background: #1babe7;
}
#profile.page #pageHead p.occupation em {
  font-style: normal;
  font-weight: bold;
}
#profile.page #pageHead .illust {
  position: absolute;
  right: 60px;
  top: 20px;
  width: 300px;
  height: 300px;
  border-radius: 16px;
}
#profile.page #summary {
  padding: 80px 0 60px;
  font-size: 0;
}
#profile.page #summary .inner {
  width: 950px;
}
#profile.page #summary .inner > .heading {
  margin-bottom: 30px;
}
#profile.page #summary .inner > .heading::before {
  left: 39.5%;
  right: 39.5%;
}
#profile.page #summary .inner dl {
  display: inline-block;
  width: calc((100% - 35px * 2) / 3);
  text-align: left;
  vertical-align: top;
  margin-right: 35px;
}
#profile.page #summary .inner *::-ms-backdrop,
#profile.page #summary .inner dl {
  width: calc(((100% - 35px * 2) / 3) - 1px);
  /* IE11 */
}
@supports (-ms-ime-align: auto) {
  #profile.page #summary .inner dl {
    width: calc(((100% - 35px * 2) / 3) - 1px);
    /* Edge */
  }
}
#profile.page #summary .inner dl:nth-of-type(3n) {
  margin-right: 0;
}
#profile.page #summary .inner dt {
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 8px;
  position: relative;
}
#profile.page #summary .inner dt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../img/common/ico_search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#profile.page #summary .inner dd {
  font-size: 16px;
  line-height: 1.625;
  margin: 0;
  padding: 0;
}
#profile.page #trend {
  padding: 80px 0 1px;
  background: #ebf7fc;
  width:100vw;
  margin: 0 calc(-50vw + 475px) 60px;
}
#profile.page #trend h4.heading::before {
  background: #ebf7fc;
}
#profile.page #trend .trendword {
  width: 380px;
  margin-bottom: 40px;
}
#profile.page #before {
  padding: 80px 0 0;
}
#profile.page #before .inner {
  width: 950px;
}
#profile.page #before .inner table tr:nth-child(-n+5) td {
  font-size: 24px;
  color: #03a9ea;
  font-weight: bold;
}
#profile.page #before .inner table tr:nth-child(-n+5) td:nth-child(3) {
  font-size: 20px;
}
#profile.page #before .inner table tr:nth-child(-n+5) td:nth-child(3) em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
#profile.page #before .inner table tr.bluePlus td{
  font-size: 24px;
  color: #03a9ea;
  font-weight: bold;
}
#profile.page #before .inner table tr.bluePlus td:nth-child(3){
  font-size: 20px;
}
#profile.page #before .inner table tr.bluePlus td:nth-child(3) em{
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}

#profile.page #before .inner h5 {
  margin-bottom: 10px;
}
#profile.page #feature {
  padding: 80px 0 45px;
  background: #ebf7fc;
  width:100vw;
  margin: 0 calc(-50vw + 475px);
}
#profile.page #feature h4.heading::before {
  background: #ebf7fc;
}
#profile.page #feature .note {
  margin-bottom: 50px;
}
#profile.page #realvoice {
  background: #f9f6e1;
  padding: 80px 0 30px;
  margin-bottom: 50px;
  font-size: 0;
  width:100vw;
  margin: 0 calc(-50vw + 475px) 60px;
}
#profile.page #realvoice .inner h3.heading::before {
  left: 38%;
  right: 38%;
}
#profile.page #realvoice .inner h4.heading {
  padding-bottom: 1.5em;
}
#profile.page #realvoice .inner h4.heading em {
  color: #333;
}
#profile.page #realvoice .inner .note {
  margin-bottom: 50px;
}
#profile.page #realvoice .inner table {
  margin-bottom: 50px;
}
#profile.page #realvoice .inner table tr:nth-child(-n+3) td {
  font-size: 24px;
  color: #baa80e;
  font-weight: bold;
}
#profile.page #realvoice .inner table tr:nth-child(-n+3) td:nth-child(3) {
  font-size: 20px;
}
#profile.page #realvoice .inner table tr:nth-child(-n+3) td:nth-child(3) em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
#profile.page #realvoice .inner .box {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 50px;
  background-color: transparent;
  box-shadow: 0 0 0;
}
#profile.page #realvoice .inner .box:nth-of-type(2n) {
  margin-right: 0;
}
#profile.page #realvoice .inner .box h4.heading::before {
  left: 39%;
  right: 39%;
}
#profile.page #realvoice + .inner {
  margin-top: 80px;
  padding-bottom: 0;
}

#profile .link-area {
    width: 950px;
    margin: 0 auto 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
	}
	
#profile .link-area p {
	display:block;
	font-size:16px;
	line-height:24px;
	border-left:solid 4px #1babe7;
	margin:14px 0 2px; 
	padding-left:6px;
	padding-bottom: 1px;
	}
	
#profile .link-area a {
	margin:0 0 16px;
    padding-left:4px;
	font-size:16px;
	line-height:24px;
    font-weight: bold;
    text-decoration:none;
    transition: all 0.2s;
	}
#profile .link-area a:hover{
    color: #efdb51;
    text-decoration: underline;
}

#profile .bold {
	font-weight:bold;
	}
	
#profile .mb0 {
	margin-bottom: 0px !important;
	}


/* IE　*/
@media all and (-ms-high-contrast: none) {
  #profile,
  #profile a,
  #profile a:link {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
  }
}

/*# sourceMappingURL=pc.css.map */



