@charset "UTF-8";
/* メインの背景色 */
/* メイン色 */
/* メインの文字色 */
/* メイン色が背景になった時の文字色 */
/* サブ色1 */
/* サブ色2 */
/* サブ色3 */
/* サブ色4 */
/* font family */
* {
  margin: 0px;
  padding: 0px;
}

ul, ol, li {
  list-style: none;
}

body {
  font-size: 0.7rem;
  background-color: #FFFFFF;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #444444;
}

header {
  text-align: center;
}

header .site-title {
  color: #ea4884;
  font-size: 2.5rem;
  font-weight: bold;
}

header .site-subtitle {
  color: #ea4884;
  font-size: 1.6rem;
  font-weight: bold;
}

header .contact-wrap .contact-message {
  font-size: 1.2rem;
}

header .contact-wrap .phonenumber {
  font-size: 2.1rem;
  font-weight: bold;
}

header .contact-wrap .formlink a {
  display: block;
  border-radius: 4px;
  background-color: #ea4884;
  font-size: 1.7rem;
  text-decoration: none;
  padding: 5px 0px;
  width: 80%;
  margin: 0px auto 10px auto;
  color: #FFFFFF;
}

.menu-container {
  margin: 0;
}

.menu-container .menu {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #FFFFFF;
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.3em 0em;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ea4884;
  color: #FFFFFF;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

.icon-hamburger {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  display: none;
  margin-bottom: 0.4em;
}

.icon-hamburger span {
  background: #cccccc;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}

.icon-hamburger span::before, .icon-hamburger span::after {
  background: #cccccc;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 19%;
}

@media screen and (max-width: 1023px) {
  .menu-container .menu {
    display: none;
    width: 100%;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
  .icon-hamburger {
    display: inline-block;
  }
}

article {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-top: 20px;
}

article h1 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #ea4884;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 6px 0px;
}

article section h2 {
  text-align: center;
  padding: 15px 0px 0px 0px;
}

article section h2 span.sp-break {
  display: block;
}

article section h2.circle-badge_point {
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  border: 3px solid #ea4884;
  margin: 20px auto 0px auto;
  text-align: center;
  padding-top: 40px;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
  background: #FFFFFF;
}

article section h2.circle-badge_point::before {
  content: 'Point';
  position: absolute;
  font-size: 20px;
  line-height: 14px;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
}

article section h3 {
  font-size: 0.7rem;
  text-align: center;
}

article section h3.bordered {
  padding: 10px 0px;
  border-top: solid 1px #b5e4ec;
  border-bottom: solid 1px #b5e4ec;
}

article section h3 span.title-english {
  font-size: 0.6rem;
  color: #ec7384;
  display: block;
  text-align: center;
}

article section p {
  display: block;
  width: 90%;
  margin: 0px auto;
  padding: 10px 0px;
  font-size: 1rem;
}

article section p img {
  width: 100%;
}

article section p span.image-annotation {
  font-size: 0.6rem;
}

article .greeting-title-wrap {
  background-image: url(../img/index/greeting_title_bg.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 15px;
}

article.contract-establishment-flow-wrap h2 {
  text-align: center;
}

article.contract-establishment-flow-wrap section {
  width: 90%;
  margin: 0px auto;
  /*clearfix*/
}

article.contract-establishment-flow-wrap section.header-description {
  padding: 10px 0px;
}

article.contract-establishment-flow-wrap section div.number {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  border: 3px solid #ea4884;
  margin: 0px 6px 20px 0px;
  text-align: center;
  padding-top: 0px;
  font-size: 21px;
  line-height: 43px;
  font-weight: normal;
  background: #ea4884;
  color: #FFFFFF;
  float: left;
}

article.contract-establishment-flow-wrap section div.number::before {
  content: 'Step';
  position: absolute;
  font-size: 10px;
  line-height: 0px;
  left: 0;
  right: 0;
  top: 6px;
  margin: auto;
}

article.contract-establishment-flow-wrap section div.item h3 {
  text-align: left;
  font-size: 1rem;
  padding-top: 6px;
}

article.contract-establishment-flow-wrap section div.item p {
  text-align: left;
  font-size: 0.6rem;
  margin: 0px 0px 0px auto;
  width: 80%;
}

article.contract-establishment-flow-wrap section::after {
  content: "";
  display: block;
  clear: both;
}

article section.support-wrap h2 {
  padding: 2px 0px;
  font-size: 1.0rem;
  color: #FFFFFF;
  background-color: #7cadd8;
  width: 100%;
  margin: 0px auto 10px auto;
}

article section.support-wrap h3 {
  font-size: 1.3rem;
  font-weight: bold;
  width: 90%;
  margin: 0px auto 10px auto;
  text-align: center;
}

article section.support-wrap ul {
  display: block;
  list-style: none;
  margin: 0px auto 20px auto;
  padding: 0px;
  width: 90%;
}

article section.support-wrap ul li {
  font-size: 1.0rem;
  padding: 5px 0px;
}

article section.support-wrap ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #7cadd8;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

article.area-wrap p {
  display: block;
  width: 90%;
  margin: 10px auto 30px auto;
  font-size: 1.0rem;
}

article.area-wrap section img {
  width: 100%;
}

article.conditions-wrap h2 {
  width: 90%;
  margin: 0px auto;
}

article.conditions-wrap h3 {
  width: 90%;
  margin: 15px auto;
  font-size: 1.3rem;
  font-weight: bold;
}

article.conditions-wrap .example-description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: right;
  font-size: 0.6rem;
}

table.fcy-table {
  width: 100%;
  border-collapse: separate;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

table.fcy-table th.fcy-table-ttl01 {
  padding: 5px 0px;
  font-size: 0.8rem;
  background-color: #ea4884;
  color: #FFFFFF;
}

table.fcy-table th.fcy-table-ttl02 {
  padding: 5px 0px;
  font-size: 0.8rem;
  background-color: #444444;
  color: #FFFFFF;
}

table.fcy-table td.fcy-table-item {
  padding: 3px;
  font-size: 0.6rem;
  background-color: #b5e4ec;
  border-bottom: solid 1px #b5e4ec;
}

table.fcy-table td.fcy-table-txt {
  padding: 3px;
  font-size: 0.6rem;
  border-bottom: solid 1px #b5e4ec;
}

table.fcy-table {
  width: 100%;
  border-collapse: separate;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

table.fcy-table .fcy-table02-ttl01 {
  padding: 5px 0px;
  font-size: 0.8rem;
  background-color: #444444;
  color: #FFFFFF;
}

table.fcy-table .fcy-table02-item {
  padding: 3px;
  font-size: 0.6rem;
  border-bottom: solid 1px #b5e4ec;
}

table.fcy-table .fcy-table02-txt {
  padding: 3px 0px;
  font-size: 0.6rem;
  text-align: center;
  border-bottom: solid 1px #b5e4ec;
  border-left: solid 1px #b5e4ec;
}

table.fcy-table .fcy-table02-ttl02, table.fcy-table .fcy-table02-txt02 {
  padding: 3px;
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #ea4884;
  color: #FFFFFF;
}

table.fcy-table .fcy-table02-ttl02.tac, table.fcy-table .fcy-table02-txt02.tac {
  text-align: center;
}

.pagetop-button {
  display: block;
  background-color: #444444;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  width: 100px;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  margin: 30px 10px 30px auto;
  text-decoration: none;
}

.pagetop-button span {
  display: none;
}

.main-image {
  width: 100%;
  height: 100px;
  background-image: url(http://www.pmind.jp/wp-content/uploads/2015/07/cropped-bg1.jpg);
  background-position: top right;
  background-size: cover;
}

footer {
  margin-top: 50px;
  display: block;
  background-color: #7cadd8;
  color: #FFFFFF;
  padding: 20px 0px;
}

footer .corpname {
  text-align: center;
  font-size: 1.2rem;
}

footer .copyright {
  text-align: center;
}

a.briefing-session-entry-button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 40%;
  background-color: #FFFFFF;
  color: #444444;
  border: solid 1px #ec7384;
  border-radius: 5px;
  padding: 8px auto;
  margin: 10px auto 60px auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

a.briefing-session-entry-button:hover {
  color: #FFFFFF;
  background-color: #ea4884;
}

@media screen and (min-width: 1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
  header {
    width: 1024px;
    margin: 0px auto;
  }
  header::after {
    content: "";
    display: block;
    clear: both;
  }
  header .site-title {
    width: 250px;
    float: left;
  }
  header .site-subtitle {
    width: 146px;
    float: left;
    padding-top: 17px;
  }
  header .contact-wrap {
    width: 350px;
    float: right;
  }
  header .contact-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  header .contact-wrap .contact-message {
    font-size: 1.7rem;
  }
  header .contact-wrap .phonenumber {
    font-size: 1.5rem;
    font-weight: bold;
    float: left;
    width: 49%;
    text-align: left;
  }
  header .contact-wrap .formlink a {
    font-size: 1.3rem;
    width: 49%;
    margin: 0px auto 10px auto;
    float: right;
  }
  .main-image {
    height: 350px;
  }
  article .briefing-session-description {
    width: 1024px;
  }
  header {
    display: block;
    width: 1024px;
    margin: 0px auto;
  }
  footer .corpname {
    font-size: 2rem;
  }
  footer .copyright {
    font-size: 1.2rem;
  }
  .menu-container .menu .menu-item a {
    font-size: 1rem;
  }
  article#greeting,
  article#membership,
  article#openingflow,
  article#support,
  article#area,
  article#conditions {
    width: 80%;
    margin: 0px auto;
  }
  article h1 {
    font-size: 2rem;
    font-weight: bold;
  }
  article section h2 span.sp-break {
    display: inline;
  }
  article section span.membership-image-container-wrap p.membership-image-container {
    width: 33%;
    float: left;
  }
  article section span.membership-image-container-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  article section p {
    font-size: 1.3rem;
  }
  article section .popupimage {
    cursor: pointer;
  }
  article .greeting-title-wrap {
    background-size: contain;
    padding: 80px 0px;
  }
  article .greeting-title-wrap h2 {
    font-size: 2.3rem;
  }
  article .greeting-title-wrap h3 {
    font-size: 1.5rem;
  }
  article.contract-establishment-flow-wrap h2 {
    font-size: 2.2rem;
  }
  article.contract-establishment-flow-wrap section.openingflow-step-wrap {
    width: 60%;
  }
  article.contract-establishment-flow-wrap section.openingflow-step-wrap div.number {
    width: 90px;
    height: 90px;
    font-size: 49px;
    line-height: 122px;
  }
  article.contract-establishment-flow-wrap section.openingflow-step-wrap div.number::before {
    font-size: 30px;
    top: 22px;
  }
  article.contract-establishment-flow-wrap section.openingflow-step-wrap div.item h3 {
    font-size: 1.8rem;
  }
  article.contract-establishment-flow-wrap section.openingflow-step-wrap div.item p {
    font-size: 1.0rem;
    width: 82%;
  }
  article.contract-establishment-flow-wrap section {
    /*clearfix*/
  }
  article.contract-establishment-flow-wrap section.header-description {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin: 50px auto;
  }
  article.contract-establishment-flow-wrap section::after {
    content: "";
    display: block;
    clear: both;
  }
  article.area-wrap p {
    font-size: 1.3rem;
  }
  article.area-wrap section {
    text-align: center;
  }
  article.area-wrap section h2 {
    font-size: 2rem;
  }
  article.area-wrap section img {
    width: 65%;
  }
  article#support section.support-wrap ul li {
    font-size: 1.4rem;
  }
  article.conditions-wrap h2 {
    font-size: 2rem;
  }
  article.conditions-wrap .conditions-title-description {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  article.conditions-wrap h3 {
    font-size: 2rem;
  }
  article.conditions-wrap .example-description {
    font-size: 0.8rem;
  }
  table.fcy-table th.fcy-table-ttl01 {
    font-size: 1.2rem;
  }
  table.fcy-table th.fcy-table-ttl02 {
    font-size: 1.2rem;
  }
  table.fcy-table td.fcy-table-item {
    font-size: 1rem;
  }
  table.fcy-table td.fcy-table-txt {
    font-size: 1rem;
  }
  table.fcy-table .fcy-table02-ttl01 {
    font-size: 1.2rem;
  }
  table.fcy-table .fcy-table02-item {
    font-size: 1.2rem;
  }
  table.fcy-table .fcy-table02-txt {
    font-size: 1rem;
  }
  table.fcy-table .fcy-table02-ttl02, table.fcy-table .fcy-table02-txt02 {
    font-size: 1rem;
  }
}
