@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;
}

nav {
  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;
}

.briefing-session-description {
  width: 95%;
  margin: 20px auto;
}

.briefing-session-description .briefing-session-description_message {
  font-size: 1.0rem;
  text-align: center;
  padding: 10px 0px;
}

.briefing-session-description .briefing-session-contents {
  width: 98%;
  margin: 0px auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.briefing-session-description .briefing-session-contents .briefing-session-contents_title {
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #ec7384;
  color: #FFFFFF;
  padding: 10px 0px;
}

.briefing-session-description .briefing-session-contents .briefing-session-contents_bullet-wrap {
  display: block;
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #ec7384;
  padding: 15px 10px;
  font-weight: bold;
}

.briefing-session-description .briefing-session-contents .briefing-session-contents_bullet-wrap .briefing-session-contents_bullet {
  display: block;
  margin-bottom: 10px;
}

.briefing-session-description .briefing-session-contents .briefing-session-contents_bullet-wrap .briefing-session-contents_bullet span {
  display: inline-block;
  text-align: center;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  line-height: 15px;
  background-color: #ec7384;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 10px;
}

.application-for-participation {
  border: solid 1px #b5e4ec;
  width: 95%;
  margin: 0px auto 40px auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.application-for-participation .application-for-participation-title {
  background-color: #ea4884;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding: 8px 0px;
}

.application-for-participation .application-for-participation-guide {
  padding: 10px;
}

.application-for-participation .application-for-participation-phone {
  width: 95%;
  margin: 0px auto 20px auto;
  border-top: solid 1px #ea4884;
  border-bottom: solid 1px #ea4884;
  text-align: center;
  padding: 20px 0px;
}

.application-for-participation .application-for-participation-phone .application-for-participation-phone-title {
  background-color: #ea4884;
  color: #FFFFFF;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 1rem;
}

.application-for-participation .application-for-participation-phone .phone-number {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #ea4884;
}

.application-for-participation .application-for-participation-phone .division {
  text-align: center;
  font-weight: bold;
}

.application-for-participation .briefing-session-schedule {
  width: 95%;
  margin: 0px auto 20px auto;
}

.application-for-participation .briefing-session-schedule .host-area {
  background-color: #7cadd8;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.application-for-participation .briefing-session-schedule .schedule-wrap {
  background-color: #fff3f1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .schedule-date {
  color: #ec7384;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 15px;
  padding-bottom: 10px;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .schedule-table {
  border: solid 2px #7cadd8;
  border-collapse: collapse;
  width: 90%;
  margin: 0px auto;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .schedule-table th {
  border: solid 1px #7cadd8;
  background-color: #b5e4ec;
  padding: 8px;
  font-weight: bold;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .schedule-table td {
  border: solid 1px #7cadd8;
  background-color: #FFFFFF;
  padding: 8px;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .schedule-caution {
  display: block;
  width: 90%;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .application-button {
  display: block;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .application-button a {
  display: block;
  border-radius: 4px;
  background-color: #ea4884;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 5px 0px;
  width: 90%;
  margin: 0px auto 10px auto;
  color: #FFFFFF;
  text-align: center;
}

.application-for-participation .briefing-session-schedule .schedule-wrap .soldout {
  display: block;
  border-radius: 4px;
  background-color: #444444;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 5px 0px;
  width: 90%;
  margin: 0px auto 10px auto;
  color: #FFFFFF;
  text-align: center;
}

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;
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
}

.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.stepBar .step:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}

.stepBar .step:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.stepBar .step.current {
  color: #FFF;
  background-color: #ec7384;
}

.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #ec7384;
}

.stepBar.step2 .step {
  width: 50%;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step4 .step {
  width: 25%;
}

.stepBar.step5 .step {
  width: 20%;
}

.submitbutton {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  margin: 0 auto 15px;
  transition: all 0.25s ease;
  cursor: pointer;
  background-color: #ea4884;
  color: #FFFFFF;
  position: relative;
  border-width: 0px;
}

.submitbutton::after {
  width: 5px;
  height: 5px;
  right: 15px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

#privacy-policy-consent, .privacy-policy-consent_label {
  cursor: pointer;
}

.button-disabled {
  background-color: #fff3f1;
  color: #444444;
  border-color: #444444;
}

.error-message {
  width: 94%;
  margin: 0px auto 10px auto;
  color: #FF0000;
  background-color: #FFFFCC;
}

.input-preview {
  width: 94%;
  margin: 0px auto;
  font-size: 1.3rem;
  font-weight: bold;
}

.submit-execute-button-wrapper {
  margin-top: 60px;
}

.confirm-message {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ea4884;
  margin: 0px auto 20px auto;
  width: 95%;
}

.application-container {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.form-caution {
  margin: 0px auto;
  width: 95%;
  padding: 30px 0px;
}

.select-date-wrap {
  margin: 0px auto 30px auto;
  width: 95%;
  background-color: #fff3f1;
  padding-top: 10px;
  padding-bottom: 20px;
}

.select-date-wrap .select-date_title {
  font-size: 0.8rem;
  width: 90%;
  margin: 10px auto 10px auto;
  font-weight: bold;
  text-align: center;
  display: block;
  background-color: #ea4884;
  color: #FFFFFF;
  padding: 3px 0px;
}

.select-date-wrap .select-date {
  width: 95%;
  margin: 0px auto;
}

.select-date-wrap .select-date .select-date_date {
  text-align: center;
  color: #ea4884;
  font-weight: bold;
  font-size: 1.4rem;
}

.select-date-wrap .select-date .select-date_time {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.select-date-wrap .select-place_title {
  font-size: 0.8rem;
  width: 90%;
  margin: 10px auto 10px auto;
  font-weight: bold;
  text-align: center;
  display: block;
  background-color: #ea4884;
  color: #FFFFFF;
  padding: 3px 0px;
}

.select-date-wrap .select-place {
  width: 90%;
  margin: 0px auto;
  font-weight: bold;
}

.select-date-wrap .select-date-place_caution {
  width: 90%;
  margin: 10px auto 10px auto;
}

.application-form .application-form_title {
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #fff3f1;
  font-weight: bold;
  padding: 15px 8px;
  font-size: 0.9rem;
}

.application-form .application-form_title .required {
  display: inline-block;
  background-color: #ea4884;
  text-align: center;
  font-weight: bold;
  float: right;
  color: #FFFFFF;
  padding: 2px 3px;
  font-size: 0.8rem;
}

.application-form .application-form_field .application-form_label {
  margin: 0px auto;
  display: block;
  width: 94%;
}

.application-form .application-form_field .form-field-caution {
  margin: 0px auto;
  display: block;
  width: 94%;
}

.application-form .application-form_field input[type="text"] {
  margin: 0px auto;
  display: block;
  width: 90%;
  padding: 8px 0px 8px 8px;
  font-size: 1.1rem;
}

.privacy-policy-wrap {
  background-color: #fff3f1;
  width: 95%;
  margin: 30px auto 0px auto;
  padding: 15px 0px;
}

.privacy-policy-wrap .privacy-policy_title {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.privacy-policy-wrap .privacy-policy_description {
  height: 150px;
  overflow: auto;
  width: 80%;
  padding: 16px;
  background-color: #FFFFFF;
  color: #444444;
  margin: 0px auto;
}

.privacy-policy-consent-wrap {
  margin: 20px 0px 30px 0px;
  text-align: center;
}

.privacy-policy-consent-wrap .privacy-policy-consent_label {
  font-weight: bold;
}

.privacy-policy-consent-wrap .privacy-policy-consent_label::before {
  content: " ";
}

/*---------------------------------------------------------------------------------------------*/
.cp_ipradio {
  width: 90%;
  margin: 2em auto;
  text-align: left;
}

.cp_ipradio label {
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}

@keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.35;
  }
  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0;
  }
}

.cp_ipradio .option-input {
  position: relative;
  position: relative;
  /*top: 13.33333px;*/
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  border: none;
  outline: none;
  background: #d7cbcb;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipradio .option-input:hover {
  background: #fff3f1;
}

.cp_ipradio .option-input:checked {
  background: #ea4884;
}

.cp_ipradio .option-input:checked::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '✔';
  text-align: center;
}

.cp_ipradio .option-input:checked::after {
  position: relative;
  display: block;
  content: '';
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #ea4884;
}

.cp_ipradio .option-input.radio {
  border-radius: 50%;
}

.cp_ipradio .option-input.radio::after {
  border-radius: 50%;
}

.cp_ipradio label {
  line-height: 40px;
  display: block;
}

.cp_ipradio .option-input:disabled {
  cursor: not-allowed;
  background: #b8b7b7;
}

.cp_ipradio .option-input:disabled::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '✖︎';
  text-align: center;
}

.cp_ipradio .disabled {
  color: #9e9e9e;
}

/*-------------------------------------------------------------------------------------------*/
@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;
  }
  .briefing-session-description .briefing-session-description_message {
    font-size: 1.9rem;
  }
  .briefing-session-description .briefing-session-contents .briefing-session-contents_title {
    font-size: 2rem;
  }
  .briefing-session-description .briefing-session-contents .briefing-session-contents_bullet-wrap {
    background-image: url(../../assets/img/briefing_session_contents_image.jpg);
    background-position: right top;
    height: 319px;
    background-repeat: no-repeat;
    padding-left: 45px;
    padding-top: 65px;
  }
  .briefing-session-description .briefing-session-contents .briefing-session-contents_bullet-wrap .briefing-session-contents_bullet {
    font-size: 2rem;
  }
  .briefing-session-description .briefing-session-contents .briefing-session-contents_bullet-wrap .briefing-session-contents_bullet span {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .application-for-participation {
    width: 1024px;
  }
  .application-for-participation .application-for-participation-title {
    font-size: 2rem;
  }
  .application-for-participation .application-for-participation-guide {
    font-size: 1.2rem;
  }
  .application-for-participation .application-for-participation-phone .application-for-participation-phone-title {
    font-size: 2rem;
  }
  .application-for-participation .application-for-participation-phone .phone-number {
    font-size: 3rem;
  }
  .application-for-participation .application-for-participation-phone .division {
    font-size: 1.5rem;
  }
  .application-for-participation .briefing-session-schedule .host-area {
    font-size: 3rem;
  }
  .application-for-participation .briefing-session-schedule .schedule-wrap .schedule-date {
    font-size: 2.2rem;
  }
  .application-for-participation .briefing-session-schedule .schedule-wrap .schedule-table th {
    font-size: 1.2rem;
  }
  .application-for-participation .briefing-session-schedule .schedule-wrap .schedule-table td {
    font-size: 1.5rem;
  }
  .application-for-participation .briefing-session-schedule .schedule-wrap .schedule-caution {
    font-size: 1.3rem;
  }
  .application-for-participation .briefing-session-schedule .schedule-wrap .application-button a {
    width: 370px;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 0px;
  }
  .application-for-participation .briefing-session-schedule .schedule-wrap .soldout {
    width: 370px;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 0px;
  }
  footer .corpname {
    font-size: 2rem;
  }
  footer .copyright {
    font-size: 1.2rem;
  }
  .application-container {
    margin: 0px auto;
    width: 1024px;
  }
  .application-container .form-caution {
    font-size: 2rem;
  }
  .application-container .select-date-wrap .select-date_title {
    font-weight: bold;
    font-size: 2rem;
  }
  .application-container .select-date-wrap .select-date .select-date_date {
    font-size: 2rem;
    font-weight: bold;
  }
  .application-container .select-date-wrap .select-date .select-date_time {
    font-size: 2rem;
    font-weight: bold;
  }
  .application-container .select-date-wrap .select-place_title {
    font-size: 2rem;
    font-weight: bold;
  }
  .application-container .select-date-wrap .select-place {
    font-size: 1.4rem;
    text-align: center;
  }
  .cp_ipradio label {
    width: 50%;
    float: left;
    text-align: center;
  }
  .cp_ipradio::after {
    content: "";
    display: block;
    clear: both;
  }
  .application-form_title {
    font-size: 1.6rem !important;
    font-weight: bold;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
