@charset "UTF-8";

.sectionGuideFlow {
  background-color: #e3f0fb;
  margin: 20px 90px 0;
  border: 1px solid #5b91ce;
  border-radius: 2px;
  padding: 14px 24px 13px;
  text-align: center;
  font-size: 18px;
  line-height: 1.67;
}

.sectionGuideFlow .paragraphTrailer {
  margin-top: 7px;
}

.sectionGuideFlow .textEmph {
  color: #337dd9;
  font-weight: bold;
  font-style: normal;
}

.sectionSignStepFlow {
  margin: 20px 0 0;
  height: 20px;
  background: url(../img/arrow_flow_downward.png) center 0 no-repeat;
  background-size: 40px 20px;
}

.paragraphLead + .sectionGuideFlow {
  margin-top: 40px;
}

.noticeTrailer {
  margin: 50px 0 0;

  font-size: 16px;
  text-align: center;
}

.formBtn a,
.formBtn input[type=submit] {
  font-weight: normal;
}

.formBtn.btnNext a,
.formBtn.btnNext input[type=submit] {
  margin-top: 26px;
}
.confirmContent .formBtn.btnNext input[type=submit] {
  margin-top: 34px;
}

/* Summary（Slideshare）*/
.sectionMaterialEmbed {
  margin: 40px auto 0;
/*  width: 595px; */
}
.sectionMaterialEmbed iframe {
/*  width: 100%; */
  display: block;
  margin:0 auto 20px;
}

.sectionMaterialEmbed img {
  display: block;
  margin:0 auto;
  max-width: 597px;
}

#contents .sectionCtrlAccordion {
  background: #3c4c82;
  border: solid #ccc;
  border-width: 1px 0 1px;
  padding: 0;
}

#contents .sectionCtrlAccordion,
#contents .sectionCtrlAccordion .contCtrlAccordion {
  color: #fff;
  font-size: 18px;
}

.sectionCtrlAccordion .contCtrlAccordion {
  display: block;
  position: relative;
  padding: 15px 20px 13px;
  text-decoration: none;
}
.sectionCtrlAccordion .contCtrlAccordion:after {
  display: block;
  position: absolute;
  content: '';
  right: 15px;
  top: 24px;
  width: 19px;
  height: 12px;
  background: url(../img/sign_accordion_downward.png) 0 0 no-repeat;
}
.sectionCtrlAccordion.accordionOpen .contCtrlAccordion:after {
  background-image: url(../img/sign_accordion_upward.png);
}

#contents .sectionCtrlAccordion.accordionOpen {
  border-bottom: none;
}

.sectionConfirmContent .confirmContent {
  display: none;
}

.confirmContent {
  width: 820px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
/*  padding: 20px 24px; */
  padding: 40px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}

.confirmContent .confirmContentLead {
  margin-bottom: 20px;
  color: #FF4C22;
}

.confirmContent .titleSection {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

.confirmContent input {
  margin: 0;
  padding: 0;
}

.confirmContent .sectionItem {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.confirmContent .sectionItem .sectionCtrl,
.confirmContent .sectionItem .sectionLabel
{
  display: table-cell;
}

.confirmContent .sectionItem .sectionLabel
{
  width: 98%;
}

.confirmContent .ctrlCheckbox {
  display: none;
}
.confirmContent .ctrlCheckbox + .triggerCheckbox {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff;
  vertical-align: -3px;
}

.confirmContent .ctrlCheckbox:checked + .triggerCheckbox:after {
  position: absolute;
  content: '';
  left: 37%;
  top: -30%;
  width: 30%;
  height: 100%;
  border: solid #888;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 2px 0;
  transform: rotate(37deg);
  -webkit-transform: rotate(37deg);
}

.confirmContent .sectionItem .sectionLabel
{
  width: 99%;
}

.sectionConfirmContent.sectionAgreement {
  margin-top: 40px;
  display: block;
}

.sectionConfirmContent.sectionAgreement .confirmContent {
  display: block;
  width: auto;
  border: 1px solid #ccc;
  border-width: 1px 0;
  background-color: #fafafa;
  padding: 20px 24px;
  text-align: center;
}

.sectionConfirmContent.sectionAgreement .labelCtrl {
/*  padding-left: 14px; */
}
.promptOperation {
  display: none;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 16px;
}

.promptOperation .alert {
  background: url(../img/ico_alert.png) no-repeat 0 3px;
  color: #ff4c22;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 20px;
}

#promptOperationAccept + .formBtn a,
#promptOperationAccept + .formBtn input[type=submit] {
  margin-top: 50px;
}

.articlePlain {
  margin-top: 16px;
  line-height: 1.625;
}
.paragraphLead + .articlePlain {
  margin-top: 34px;
}

.articlePlain .titleSection {
  font-size: 18px;
  font-weight: bold;
}

.articlePlain .paragraphPlain {
  margin-top: 12px;
}
.titleSection + .paragraphPlain {
  margin-top: 4px;
}

.articlePlain .tableOfClause {
  margin: 16px 50px 0 50px;
}

.articlePlain .indexItem,
.articlePlain .contentItem
{
  padding-top: 2px;
}
.articlePlain .rowItem:first-child .indexItem,
.articlePlain .rowItem:first-child .contentItem {
  padding-top: 0;
}

.articlePlain .indexItem {
  padding-right: 5px;
  font-weight: normal;
}

.articlePlain .tableOfInquiry {
  margin-top: 5px;
}

.articlePlain .tableOfInquiry .indexItem {
  padding-right: 20px;
  white-space: nowrap;
}
.articlePlain .tableOfInquiry .indexItem:before {
  content: '■';
}

.articlePlain .noticeSignature {
  margin-top: 16px;
  font-size: 14px;
  text-align: right;
}

.noticeTrailer + .formBtn a,
.noticeTrailer + .formBtn input[type=submit] {
  margin-top: 30px;
}

.commonTable tr td select.alert {
  border: 3px solid #ffcece;
}

.commonTable tr td textarea.alert{
  background: #ffcece;
}

.commonTable tr td input[type=radio].alert{
  box-shadow: 0 0 0 3px #ffcece;
}
