@charset "UTF-8";

@media print {
  body {
    zoom: 0.9;
  }
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
label {
  font-weight: normal;
  margin-bottom: 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.badge {
  margin-bottom: 0;
}
.card {
  margin-bottom: 20px;
}

.card-title {
  font-size: 16px;
}

.form-inline label {
  display: inline-block;
}
.card-header {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .form-group {
    display: flex;
  }
}

.col-sm-3 {
  max-width: 100%;
}
.col-sm-9 {
  max-width: 100%;
}

.hidden-xs {
  display: none !important;
}

/*-------------------------------------------------
	PAGE BASE
-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.231;
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: none;
  font-family: ".HiraKakuInterface-W2", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#page {
  margin: 0 auto;
  background: #fff;
}

.content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .content {
    padding: 0 20px;
  }
}

.form-control {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .form-control {
    font-size: 1rem;
  }
}

.form-inline .form-control {
  display: inline-block;
  padding: 6px 5px;
  width: 77%;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .form-inline .form-control {
    width: 180px;
    font-size: 1rem;
  }
}

.form-group {
  margin-bottom: 5px;
  word-break: break-all;
  overflow-wrap: break-word;
}

#pageHeader {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

#pageHeader .headerContent {
  display: flex;
  height: 54px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  #pageHeader .headerContent {
    height: 66px;
    max-width: 960px;
    padding: 0 20px;
  }
}

#pageHeader .headerLogo {
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  #pageHeader .headerLogo {
    padding-right: 20px;
  }
}

#pageHeader .headerLogo img {
  width: 98px;
  height: 38px;
}
@media print, screen and (min-width: 768px) {
  #pageHeader .headerLogo img {
    width: 140px;
  }
}

#pageHeader .pageTitle {
  padding: 10px 0 10px 10px;
  margin: 10px 0;
  border-left: 1px solid #ebebeb;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  flex: 0 1 auto;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #pageHeader .pageTitle {
    padding: 10px 0 10px 20px;
    font-size: 20px;
    flex: 0 0 auto;
  }
}

#pageHeader .pageTitle span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#pageMain {
  display: block;
}

#footerLink {
  background: #f5f5f5;
  font-size: 12px;
  color: #666;
  font-size: 93%;
}

#footerLink ul {
  margin: 0;
  padding: 20px 0 20px;
  list-style: none;
}
#footerLink ul li {
  line-height: 1.8;
}

#footerLink a {
  color: #666;
}

#footerLink a[target="_blank"] {
  background: transparent url(/apl_sc/seminar/img/icon_blank.svg) right center no-repeat;
  background-size: 13px 10px;
  padding-right: 16px;
}

#copyright {
  padding: 10px 0 10px;
  background: #fff;
}

#copyright p {
  padding-left: 0px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #555;
  font-weight: 300;
  line-height: 1.8;
}

.pageContent {
  margin: 10px 0 20px 0;
}
@media print, screen and (min-width: 768px) {
  .pageContent {
    margin: 20px 20px 30px 20px;
  }
}

small {
  font-size: 83%;
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

/*-------------------------------------------------
	GROUP LOGO
-------------------------------------------------*/
.headerGroupLogo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 12px;
  height: 36px;
  color: #fff;
  background: #036;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .headerGroupLogo {
    padding: 0 15px;
  }
}

.groupLogo a {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .groupLogo a {
    display: block;
    line-height: 12px;
  }
}

.groupLogo img {
  width: 72px;
  max-width: 100%;
  height: 12px;
  vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
  .groupLogo img {
    height: auto;
  }
}

/*-------------------------------------------------
	STEP
-------------------------------------------------*/
.step {
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .step {
    width: 80%;
  }
}

.step li {
  display: table-cell;
  position: relative;
  background: #f5f5f1;
  padding: 1.5em 0.5em 1.5em 2em;
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .step li {
    font-size: 14px;
    padding: 1em 0.5em 1em 2em;
  }
}

.step li:first-child {
  padding-left: 1em;
}

.step li:last-child {
  padding-right: 1em;
}

.step li:last-child:before,
.step li:last-child:after {
  display: none;
}

.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before {
  top: -18px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li:after {
  top: -18px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #f5f5f1;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li.liCurrent {
  background: #2f5289;
  font-weight: bold;
  color: #fff;
}

.step li.liCurrent:after {
  border-color: transparent transparent transparent #2f5289;
}

.step li.liFont {
  font-size: 0.74em;
}
@media print, screen and (min-width: 768px) {
  .step li.liFont {
    font-size: 14px;
  }
}

/*-------------------------------------------------
	LOADING
-------------------------------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cvSpinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/*-------------------------------------------------
	アンケート（任意）
-------------------------------------------------*/
#question {
  position: relative;
  cursor: pointer;
  color: #2f5289;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #e3eee2;
  border-radius: 5px;
  width: 100%;
  z-index: 2;
}

#question:before,
#question:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 12px;
  height: 2px;
  background: #2f5289;
  transition: all 400ms ease;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  #question:before,
  #question:after {
    top: calc(50% - 1px);
    right: 24px;
  }
}

#question:before {
  transform: rotate(90deg);
}

#question:after {
  transform: rotate(0deg);
}

#question.in:before {
  transform: rotate(0deg);
  opacity: 0;
}

/*-------------------------------------------------
	BUTTON
-------------------------------------------------*/
.cButtonWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 20px auto;
}
@media print, screen and (min-width: 768px) {
  .cButtonWrap {
    margin: 0 auto 30px auto;
  }
}

.cButtonWrap > * {
  margin: 5px 5px;
}
@media print, screen and (min-width: 768px) {
  .cButtonWrap > * {
    margin: 10px 10px;
  }
}

.cButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #fff;
  line-height: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  min-height: 50px;
  background: #2f5289;
  border: 1px solid #2f5289;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
}

.cButton:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #fff;
  border-radius: 25px;
  pointer-events: none;
  opacity: 0;
}

.cButton:hover {
  text-decoration: none;
}

.cButton:hover:before {
  -webkit-animation: button-hover 800ms ease-in-out;
  animation: button-hover 800ms ease-in-out;
}

.cButton.disabled:hover:before {
  -webkit-animation: none;
  animation: none;
}

/* 青ボタン */
.cButton.link {
  color: #fff;
  background: #2f5289;
  border-color: #2f5289;
  font-size: 15px;
  min-width: 200px;
}

.cButton.link:hover,
.cButton.link:focus {
  color: #fff;
  text-decoration: none;
}

/* オレンジボタン */
.cButton.main {
  color: #fff;
  background: #e56100;
  border-color: #e56100;
  min-width: 300px;
}

.cButton.main:hover {
  color: #fff;
}

/* 緑ボタン */
.cButton.cancel {
  color: #1e865e;
  background: #fff;
  border-color: #1e865e;
  min-width: 300px;
}

.cButton.cancel:hover {
  color: #1e865e;
}

/* 無効ボタン */
.cButton.disabled {
  color: #999;
  background: #eee;
  border-color: #ddd;
}

.cButton.disabled:hover {
  color: #999;
}

.cButton.main:after,
.cButton.link:after,
.cButton.cancel:after,
.cButton.next:after {
  font-family: "sonylife" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  font-size: 11px;
}

.cButton.back:after {
  right: auto;
  left: 12px;
  transform: rotate(180deg);
}

@-webkit-keyframes button-hover {
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes button-hover {
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

/*-------------------------------------------------
	LINK
-------------------------------------------------*/
#sonylife #page .linkBlank {
  padding-right: 20px;
  min-height: 14px;
  margin-right: 3px;
  display: inline-block;
  background: url(/apl_sc/seminar/img/icon_blank.svg) no-repeat right center;
  background-size: 16px 14px;
}

#sonylife #page .linkBlank,
#sonylife #page .linkBlank:hover {
  color: #245eb9;
}

.linkMark {
  display: inline-block;
  position: relative;
  line-height: 1.8;
  padding-left: 1.125em;
  padding-right: 26px;
  margin-top: 15px;
  margin-bottom: 0px;
  background-image: url(/apl_sc/seminar/img/mark_01.png), url(/apl_sc/seminar/img/icon_blank.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right center;
  color: #222;
}

.linkMark:before {
  font-family: "sonylife" !important;
  @include icomoon;
  position: absolute;
  left: 0;
  content: "\e906";
  color: #2f5289;
  transform: scale(0.6);
  display: inline-block;
}

/*-------------------------------------------------
	FORM
-------------------------------------------------*/
.inputBody {
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
}

.formBlock .inputBody {
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .formBlock .form-group {
    display: block;
    width: 100%;
  }
}

.form-inline.form-block {
  display: block;
}

.form-inline .form-group {
  display: block;
  width: 100%;
}

.optionWrap {
  margin-top: 50px;
}

.formCategory {
  border-left: 5px solid #2f5289;
  background: #e3eee2;
  padding: 10px 10px;
  margin: 30px 0 5px 0;
  font-weight: bold;
}

.formBtn {
  text-align: center;
}
.formConfirm .formBtn {
  margin-top: 25px;
}

.inputNotice {
  font-size: 11px;
  margin: 5px 0 0 0;
  line-height: 150%;
  word-break: normal;
}

.inputComment {
  margin-top: 5px;
  margin-bottom: 5px;
}

.formConfirm .inputComment {
  font-weight: bold;
}

.labelList + .labelList {
  margin-top: 20px;
}
hr.hrStyle {
  border-top: 1px dashed #999;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.formTitle {
  background: #e8e8c7;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.card-header {
  border-style: none;
}

#addressArea.close {
  display: none;
}

.visibilityHidden {
  visibility: hidden;
}

span.hyphen {
  margin-right: 3px;
  margin-left: 3px;
}

.table.media {
  border-collapse: separate;
  margin-bottom: 0px;
  position: relative;
}

.table.media tr,
.table.media td {
  border: none;
  padding: 2px;
  vertical-align: middle;
}

.taL {
  text-align: left;
  margin-bottom: 20px;
  font-size: 13.5px;
}

.notice {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.strong,
strong {
  font-weight: bold;
  font-style: normal;
  line-height: 20px;
}

.itemFloat {
  float: left;
}

.itemNoneFloat {
  clear: both;
}

.w100per {
  width: 100%;
}

.w100perSP {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .w100perSP {
    width: 465px;
  }
}

.marL5 {
  margin-left: 5px;
}

.marR4 {
  margin-right: 4px;
}

.marR5 {
  margin-right: 5px;
}

.marR10 {
  margin-right: 10px;
}

.marR15 {
  margin-right: 15px;
}

.marB15 {
  margin-bottom: 15px;
}

.marT20 {
  margin-top: 20px;
}

/*-------------------------------------------------
	TITLE
-------------------------------------------------*/
.inputTitle {
  background: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .inputTitle {
    text-align: right;
    margin-right: 5px;
  }
}

.inputTitle label {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .formConfirm .form-group.row .inputTitle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.formBlock .form-group .inputTitle {
  text-align: left;
  padding: 15px 10px 15px 15px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .formBlock .inputTitle {
    margin: 0px;
  }
}

.labelRequired {
  background: #d60008;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  color: #fff;
}

.labelAny {
  background: #54a9cc;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .labelRequired,
  .labelAny {
    margin-top: 3px;
  }
}

/*-------------------------------------------------
	FORM MESSAGE
-------------------------------------------------*/
.formMessage {
  text-align: left;
  border: 2px dotted #333;
}
@media print, screen and (min-width: 768px) {
  .formMessage {
    width: 80%;
    margin: auto;
  }
}

.formMessage p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.formInput .formMessage {
  margin: 10px auto 40px auto;
  padding: 15px 10px 15px 20px;
}

.formMessage.info {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.formMessage.info p {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}

.formMessage.error {
  border: 2px dotted #d60008;
  color: #d60008;
}

.nonList {
  padding-left: 0px;
}

.nonList li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

.nonList li:before {
  content: "※";
  position: absolute;
  left: 0em;
}

/*-------------------------------------------------
	TEXTAREA
-------------------------------------------------*/
textarea {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  textarea {
    font-size: 14px;
  }
}

/*-------------------------------------------------
	SELECTBOX
-------------------------------------------------*/
.selectBox {
  display: inline-block;
}

.form-group select.form-control {
  border-radius: 5px;
  margin-right: 1%;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 5px;
  border: 1px solid #ccc;
  background: #f2f2ed;
  background: url(/apl_sc/seminar/img/select_arrow.png) 94% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2ed));
  background: url(/apl_sc/seminar/img/select_arrow.png) 94% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #f2f2ed 100%);
  background-size: 10px 10px, 100% 100%;
  background-position: 95% 50%, 100% 100%;
}

@media print, screen and (min-width: 768px) {
  .form-group select.form-control {
  font-size: 14px;
  margin-right: 5px;
  padding: 5px 5px 5px 10px;
  height: 33px;
  background: url(/apl_sc/seminar/img/select_arrow.png) 175px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2ed));
  background: url(/apl_sc/seminar/img/select_arrow.png) 175px 50% no-repeat, linear-gradient(to bottom, #fff 0%, #f2f2ed 100%);
  background-size: 10px 10px, 100% 100%;
  background-position: 95% 50%, 100% 100%;
  }
}

.form-group select.form-control.err {
  background: url(/apl_sc/seminar/img/select_arrow.png) 94% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffdddd));
  background: url(/apl_sc/seminar/img/select_arrow.png) 94% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #ffdddd 100%);
  background-size: 10px 10px, 100% 100%;
  background-position: 95% 50%, 100% 100%;
}

.form-group .selectBox select.err {
  background: url(/apl_sc/seminar/img/select_arrow.png) 94% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffdddd));
  background: url(/apl_sc/seminar/img/select_arrow.png) 94% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #ffdddd 100%);
  background-size: 10px 10px, 100% 100%;
  background-position: 95% 50%, 100% 100%;
}

.form-group .selectBox select.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
  background: linear-gradient(to bottom, #fff 0%, #dddddd 100%);
}

select::-ms-expand {
  display: none;
}

.form-inline select.sizeYear {
  width: 27%;
  max-width: 125px;
}
@media print, screen and (min-width: 768px) {
  .form-inline select.sizeYear {
    width: 125px;
  }
}

.form-inline select.sizePref {
  width: 125px;
}

.form-inline select.sizeBS {
  background-position: 98% 50%, 100% 100%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .form-inline select.sizeBS {
    width: 280px;
  }
}

.form-inline select.sizeRelation {
  width: 200px;
}

.form-inline select.sizeS {
  width: 24%;
  max-width: 95px;
}
@media print, screen and (min-width: 768px) {
  .form-inline select.sizeS {
    width: 95px;
  }
}

.form-inline select.sizeM {
  background-position: 98% 50%, 100% 100%;
  width: 70%;
}
@media print, screen and (min-width: 768px) {
  .form-inline select.sizeM {
    background-position: 95% 50%, 100% 100%;
    width: 200px;
  }
}

div.form-check {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}

div.form-check label {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 5px 5px 37px;
}

div.form-check label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 5px;
  background: #ffffff;
  box-shadow: inset 0px 0px 2px 0px #2f5289;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #2f5289;
  top: 50%;
  transform: translateY(-50%);
}

div.form-check input[type="checkbox"] {
  display: block;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

div.form-check input[type="checkbox"]:checked + label:before {
  background: #4c6bbe url(/apl_sc/seminar/img/label_checked.png) center no-repeat;
  background-size: 16px;
}

div.form-check p {
  margin-top: 0;
  margin-left: 37px;
}

div.form-check.cipMedia {
  padding-bottom: 5px;
}

.form-inline .form-check label {
  padding: 5px 5px 5px 37px;
}

.padB0 {
  padding: 0 0 0 0 !important;
}

.hojChk {
  margin: 5px auto auto auto;
}
@media print, screen and (min-width: 768px) {
  .hojChk {
    margin: auto auto auto 15px;
  }
}

/*-------------------------------------------------
	LABEL BTN
-------------------------------------------------*/
.btn-group {
  display: block;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #f2f2f2;
  color: #333333;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px;
}

.btn-group > .btn:last-child:not(:first-child) {
  border-radius: 5px;
}

.btn-group label {
  display: inline-block;
  cursor: pointer;
  width: 47%;
  height: 33px;
  padding: 7px 5px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .btn-group label {
    width: 200px;
    padding: 7px;
    margin-right: 10px;
  }
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  background: #f2f2f2;
  border-color: #a0a0a0;
  color: #333333;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  background: #f2f2f2;
}

.btn-secondary.err:hover,
.btn-secondary.err:active,
.btn-secondary.err:focus,
.btn-secondary.err.focus {
  background: #ffdddd;
}

.btn-secondary.active,
.btn-secondary.active:hover {
  border: 1px solid #57d247 !important;
  background: #57d247 url(/apl_sc/seminar/img/label_checked.png) 6px center no-repeat !important;
  background-size: 15px 15px !important;
  color: #fff !important;
}

.btn-secondary.active:focus,
.btn-secondary.active.focus {
  border: 1px solid #4e555b !important;
  background: #57d247 url(/apl_sc/seminar/img/label_checked.png) 6px center no-repeat !important;
  background-size: 15px 15px !important;
  color: #fff !important;
}

.btn-secondary.active:focus,
.btn-secondary.active.focus {
  outline: 1px solid #66afe9 !important;
  outline-offset: 1px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.c_gender1.active,
.c_gender1.active:hover {
  border: 1px solid #4c6bbe !important;
  background-color: #4c6bbe !important;
  color: #fff !important;
}

.c_gender1.active:focus,
.c_gender1.active.focus {
  border: 1px solid #4e555b !important;
  background-color: #4c6bbe !important;
  color: #fff !important;
}

.c_gender2.active,
.c_gender2.active:hover {
  border: 1px solid #ff8080 !important;
  background-color: #ff8080 !important;
  color: #fff !important;
}

.c_gender2.active:focus,
.c_gender2.active.focus {
  border: 1px solid #4e555b !important;
  background-color: #ff8080 !important;
  color: #fff !important;
}

.btn-group label.sizePermission {
  width: 45%;
}

.btn-group label.sizeHojLabel {
  width: 30%;
  max-width: 190px;
}

.btn-group label.sizeHojContractLabel {
  width: 30%;
  max-width: 190px;
}

.optionWrap .card {
  border-style: none;
}

.formInput .card-body .formConfirm .card-body,
.formThanks .card-body {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
}

.formInput .card-body.policyMessege {
  padding: 20px;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.76923;
}
@media print, screen and (min-width: 768px) {
  .formInput .card-body.policyMessege {
    padding: 30px 40px;
  }
}

.formInput .card-body.policyMessege > * {
  margin-bottom: 15px;
}

.formInput .card-body.policyMessege > :last-child {
  margin-bottom: 0;
}

.card-body.policy {
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .card-body.policy {
    padding: 10px 40px;
  }
}

.panelSeminar {
  border-top: 1px solid #ddd;
  padding: 15px;
}

.dotList li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

.dotList li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.25em;
  width: 0.285em;
  height: 0.285em;
  background: #727272;
  border-radius: 50%;
  transform: rotate(35deg);
}

.card-header.seminarTitle {
  background: #e3eee2;
}

.policyBlock {
  margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .policyBlock {
    margin-top: 30px;
  }
}

/*-------------------------------------------------
	TEXTBOX
-------------------------------------------------*/
.form-inline .form-control.sizeName {
  width: 38%;
}
@media print, screen and (min-width: 768px) {
  .form-inline .form-control.sizeName {
    width: 180px;
  }
}

@media print, screen and (min-width: 768px) {
  label.c_name {
    width: 28px;
    text-align: right;
    margin-right: 3px;

  }
}

label.c_name {
  width: 28px;
  text-align: right;
  margin-right: 3px;
}

@media print, screen and (min-width: 768px) {
  label.c_name {
    width: 35px;
    text-align: right;
    margin-right: 5px;
  }
}

.form-inline input.sizeTel {
  width: 28%;
}
@media print, screen and (min-width: 768px) {
  .form-inline input.sizeTel {
    width: 125px;
  }
}

.form-inline input.sizeZip {
  width: 125px;
}

.inputBody input.sizeL {
  width: 98%;
}
@media print, screen and (min-width: 768px) {
  .inputBody input.sizeL {
    width: 465px;
  }
}

.form-inline input.sizeR {
  width: 200px;
}

/*-------------------------------------------------
	ERRSTYLE
-------------------------------------------------*/
input.err,
input.errKanji {
  background: #ffdddd;
}

select.err {
  background: #ffdddd;
}

label.err {
  background: #ffdddd;
}

textarea.err,
textarea.errKanji {
  background: #ffdddd;
}

input.form-check.err label:before {
  background: #ffdddd;
}

div.form-check.err label:before {
  background: #ffdddd;
}

div.form-check.err .form-group {
  display: block;
  padding: 0;
  margin-top: 3px;
}

.errorMessage,
.errorMessageNoCheck {
  font-size: 11px;
  color: #d60008;
  margin-top: 0;
  margin-bottom: 5px;
  height: 10px;
  padding-top: 8px;
}


.errorMessageMail {
  font-size: 11px;
  color: #d60008;
  margin-top: 0;
  margin-bottom: 5px;
  height: 20px;
  padding-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .errorMessageMail {
    height: 10px;
  }
}

input.disabled {
  background-color: #eeeeee;
  color: #aaaaaa;
}

/*-------------------------------------------------
	FOCUS, HOVER
-------------------------------------------------*/
.form-control:not(.disabled):hover {
  border-color: #adadad;
}

.form-group select.form-control:not(.disabled):hover {
  border-color: #adadad;
  cursor: pointer;
}

.form-control:not(.disabled):focus,
.form-group select.form-control:not(.disabled):focus,
textAreaFree:focus,
button:focus,
textarea:focus,
label.btn-secondary.focus,
label.btn-secondary:focus {
  border: 1px solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

button.cButton:focus,
#question:focus,
#question:hover,
input[type="checkbox"]:focus + label,
input[type="checkbox"]:hover + label,
input[type="radio"]:focus + label,
input[type="radio"]:hover + label,
a:focus,
.toSeminar:focus {
  outline: 1px solid #66afe9;
  outline-offset: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.body-event-detail #contents #main header h1,
.body-event-category #contents #main header h1 {
  padding: 0 0 5px 0;
  margin-top: 10px;
}
.body-event-detail #contents #main header .right,
.body-event-category #contents #main header .right {
  margin-top: 0px;
}
.body-event-detail #contents #main header .seminarPoint li,
.body-event-category #contents #main header .seminarPoint li {
  padding: 0 0 5px;
}

.panel-body {
  line-height: 1.5;
}

#page .category span.keiyaku {
  border-color: #4f70bb;
}
#page .category span.seminar {
  border-color: #df0000;
}
#page .category span.prefectures {
  border-color: #e5ca4b;
}
#page .category span.category {
  border-color: #a7e1dd;
}

@media print, screen and (min-width: 768px) {
  .imgR img {
    max-width: 260px;
    max-height: 260px;
  }
}

/*-------------------------------------------------
	お問い合わせ
-------------------------------------------------*/
.chat_notice_title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #2f5289;
}

a.chat_icon_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 5px;
  border-color: rgba(47, 82, 137, 0.5);
  background: #2f5289;
  transition: all 200ms ease;
  color: #222;
  text-decoration: none;
}

a.chat_icon_link:hover {
  text-decoration: none;
}

a:visited {
  color: #653d96;
}

.chat_icon_inner {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5px 12px 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "sonylife" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chat {
  font-size: 25px;
  margin-bottom: 2px;
}

.icon-chat:before {
  content: "\e90b";
}

a.linkBlank {
  padding-right: 20px;
  min-height: 14px;
  margin-right: 3px;
  display: inline-block;
  background: url(/apl_sc/form/img/icon_blank.svg) no-repeat right center;
  background-size: 16px 14px;
}

.chat_otoiawase {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.chat_icon_div {
  width: 110px;
  height: 59px;
  margin: 10px auto 20px 20px;
}

@media print, screen and (min-width: 768px) {
  .chat_icon_div {
    margin: 10px auto 20px 20px;
  }
}

.chat_notice {
  font-size: 14px;
}

.notes {
  color: #d60008;
  text-indent: -1em;
  padding-left: 1em;
}

.marB10 {
  margin-bottom: 10px;
}

.seminarOrgTable th {
  width: 20%;
}
@media print, screen and (min-width: 768px) {
  .seminarOrgTable th {
    width: 10%;
  }
}

.teacherItd{
  display: flow-root;
}
.teacherItd img {
  max-width: 260px;
  max-height: 260px;
}

.teacherItd p:nth-child(2) {
  width: unset;
}

.teacherItd #div-seminar-pic {
  padding-top: 10px;
  height: fit-content;
  float: none;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .teacherItd #div-seminar-pic {
    float: right;
    margin-left: 15px;
    display: block;
  }
}

.inputTitleLeft {
  text-align: left !important;
  margin-right: 0px !important;
}

.radiodiv1 {
  display: flex;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 14px;
}

.radiodiv1 input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}


.checkboxDiv1 {
  display: flex;
  margin-bottom: 5px;
  margin-left: 10px;
}

.checkboxDiv1 input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.textAreaFree {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  height: 182px;
  width: 100%;
}
.mb5{
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .width100_5 {
    width: calc(100% + 5px);
  }
}

div.form-check1 label {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 5px 5px 31px;
}

div.form-check2 label {
  padding: 3px 5px 3px 31px;
  margin-top: 2px;
  margin-bottom: 2px;
}

div.form-check1 label:before {
  content: "";
  /* width: 19px;
  height: 19px; */
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: 5px;
  background: #ffffff;
  box-shadow: inset 0px 0px 2px 0px #2f5289;
  border-radius: 50%;
  border: 1px solid #2f5289;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}

div.form-check1 input[type="radio"] {
  display: block;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

div.form-check1 input[type="radio"]:checked + label:before {
  background: #4c6bbe center;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+);
  background-size: 16px;
}

input.form-check1.err label:before {
  background: #ffdddd;
}

div.form-check1.err label:before {
  background: #ffdddd;
}

div.form-check1.err .form-group {
  display: block;
  padding: 0;
  margin-top: 3px;
}

.checkboxDiv1.err label:before {
  background: #ffdddd;
}

div.pad15{
  padding-left: 15px;
  padding-right: 15px;
}

.textAreaFree:focus {
  color: #495057;
  background-color: #fff;
}

.selectClear {
  display: inline-flex;
  color: rgb(58, 157, 253);
  text-decoration: underline;
  margin-left: 20px;
}
.selectClear:hover{
  color: rgb(0, 126, 252);
  cursor: pointer;
}

.d-block{
  display: block !important;
}

.table-tantou {
  margin: 25px 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;

  line-height: 1.7;
}

.table-tantou th {
  padding: 10px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  text-align: left;
  border-left: 0;
  border-right: 0;
  width: 30%;
}

.table-tantou td {
  padding: 8px 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  word-break: break-all;
  border-left: 0;
  border-right: 0;
  white-space: normal;
}


@media print, screen and (min-width: 768px) {
  .table-tantou th {
    width: 20%;
  }
    
  .table-tantou td {
    padding: 10px;
    word-break: break-all;
  }
}
.lineH{
  line-height: 1.7;
}

.msg1 {
  margin: 0px auto !important;
  border: 0px !important;
  padding: 0px 0px 15px 0px !important;
}
.formCategory {
  border-left: 5px solid #2f5289;
  background: #e3eee2;
  padding: 10px;
  margin: 30px 0 5px 0;
  font-weight: bold;
}
div.padding15All {
  padding: 15px
}

div.in-block {
  display: inline-block;
}

