@import 'https://fonts.googleapis.com/css?family=Amiri';

.input {
  display: inline-block;
  height: 44px;
}
.input--textarea {
  height: 115px;
}
.step__item > em {
  height: 44px;
  font-family: "Lato", "Roboto", sans-serif;
  font-weight: 800;
}
.btn-reset {
  display: none;
}
.btn.btn--disable {
  text-transform: none;
  font-weight: 600 !important;
}

.headline--01 {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 28px;
    text-align: left;
}
@media screen and (max-width: 640px) {
  .headline--01 {
    text-align: center;
  }
  .input {
    font-size: 16px;
  }
}
.inputSelect select {
    height: 42px;
}
.btn--primary {
    max-width: 180px;
    border-color: #003894;
    color: #fff;
    font-family: "Lato", "Roboto", sans-serif;
    font-weight: inherit;
    background-color: #003894;
}
.tableForm th {
    font-weight: bold;
}
.tableForm th .colorAccent {
  font-weight: normal;
}

.btn--cancel, .btn--more {
    font-weight: normal;
}
#pNav div:first-child {
  margin-right: 0;
}

#pNav div:last-child {
  margin-right: 0;
  margin-left: 25px;
}

.column column--1,.column__item {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.agree h5 {
	margin-top: 30px;
	font-weight: bold;
}
.agree ol {
	list-style: decimal;
	padding-left: 20px;
	margin-left: 20px;
}
.agree ul {
	list-style: disc;
	padding: 10px 0 0 20px;
}
.agree li {
	margin-bottom: 5px;
}

@media screen and (max-width: 737px) {
.inputSelect select {
    font-size: 16px;
}
}

/* bookmarks */
.bookMarks--border-01 {
  position: relative;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px;
}

.bookMarks--border-01::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  border-right: 1px solid #ccc;
}

.bookMarks--border-01.none__tk::before {
  display: none;
}

@media screen and (max-width: 640px) {
  .bookMarks--border-01::before {
    border: none;
  }
  .bookMarks--border-01::before {
    top: 0;
    bottom: 43px;
    width: 100%;
    right: 0;
    border-bottom: none;
  }
}

.bookMarks__header {
  position: relative;
}

.bookMarks__headline {
  color: #003894;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding-right: 40%;
}

@media screen and (max-width: 640px) {
  .bookMarks__headline {
    margin: 10px 0 8px;
    padding-right: 0%;
  }
}

.bookMarks__media {
  overflow: hidden;
}

.bookMarks__figure {
  float: left;
  width: 120px;
  max-width: 120px;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 90px;
}

.bookMarks__figure img {
  height: 90px;
}
@media screen and (max-width: 640px) {
  .bookMarks__figure {
    width: 120px;
  }
}

.bookMarks__type {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .bookMarks__type {
    top: 70px;
    bottom: inherit;
  }
}

.bookMarks__text {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .bookMarks__text {
    width: 100%;
  }
}

.bookMarks__address {
  line-height: 1.6;
  letter-spacing: -0.04em;
  padding-right: 40%;
}

@media screen and (max-width: 640px) {
  .bookMarks__address {
    line-height: 1.3;
    letter-spacing: normal;
    padding-right: 0%;
  }
}

.bookMarks__address li {
  color: #666;
  font-size: 85%;
}

.bookMarks__detail {
  position: absolute;
  top: 0;
  left: 450px;
  line-height: 1.7;
  letter-spacing: -0.04em;
  font-size: 85%;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .bookMarks__detail {
    position: static;
    margin-top: 20px;
    line-height: 1.3;
    letter-spacing: normal;
  }
}

.bookMarks__detail span {
  color: #666;
}

.bookMarks__right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .bookMarks__right {
    top: 35px;
    right: 0;
  }
}

.bookMarks__right a {
  margin-top: 10px;
}

.bookMarks__right a:first-child {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .bookMarks__right a:first-child {
    margin-top: 20px;
  }
}

.bookMarks__right a .two {
  margin-left: 24px;
}

.bookMarks .btn.remove {
  color: #ccc;
  border-color: #ccc;
}

.bookMarks .btn:hover {
  color: #ccc;
}

.bookMarks .btn--detail:hover {
  border-color: #ccc;
  background-color: #e9e9f4;
}

.bookMarks .remove_icon {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #ccc;
  vertical-align: middle;
  cursor: pointer;
}

.bookMarks .remove_icon:before, .bookMarks .remove_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

.bookMarks .remove_icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bookMarks .remove_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bookMarks__removed {
  margin-top: 20px;
  border: 1px solid #d00058;
  border-radius: 4px;
  color: #d00058;
  font-size: 16px;
  padding: 25px 30px;
  position: relative;
}

.bookMarks .bookMarks--border-01 .remove_icon {
  top: -8px;
  right: -7px;
  /* transform: translateY(-50%); */
}

@media screen and (max-width: 640px) {
  .bookMarks .bookMarks--border-01 .remove_icon {
    top: 0;
    right: 0;
    transform: none;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .bookMarks__removed {
    padding: 20px 10px;
  }
  .bookMarks__removed p {
    width: 180px;
  }
}

.bookMarks__removed .bookMarks__undo {
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .bookMarks__removed .bookMarks__undo {
    right: 12px;
    padding: 5px 10px;
  }
}

.bookMarks__removed .remove_icon {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .bookMarks__removed .remove_icon {
    top: 0;
    right: 0;
    transform: none;
    margin: 0;
  }
}

.bookMarks .inputCheck + label {
    position: absolute;
    right: -11px;
    top: 51%;
    transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .bookMarks .inputCheck + label {
    position: relative;
    left: 50%;
    top: 0px;
    right: auto;
    padding-left: 0;
    margin-top: 30px;
    transform: translateX(-50%);
    margin-left: -8px;
  }
}
.formCheck__listLower {
  display: block;
  font-size: 12px;
}
.formCheck__list label span {
    color: #039;
    font-weight: 800;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 1px 0;
    font-family: "Lato", "Roboto", sans-serif;
    font-weight: 800;
}
.formCheck__list li:last-child .formCheck__listLower{
    padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .formCheck__listLower {
      padding: 0px 0 15px 30px;
  }
}
.formCheck__list.inline li,
.formCheck__listLower.inline li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
}
.formCheck__listLower.inline li .inputCheck + label {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 3px 0;
    padding-left: 20px;
    cursor: pointer;
}
.inout__title {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}

.textBox {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.textBox #sslarea {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 110px;
}
#complete .textBox {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .textBox #sslarea {
    margin-top: 10px;
    position: relative;
    right: auto;
    top: auto;
    width: 110px;
  }
}
.textBox .title {
  padding-top: 15px;
  margin-bottom: 10px;
 font-size: 18px;
}
.text01{
 margin-bottom: 0;
}

.side .side__fixWrap.fix-state-on {
  width: 240px;
}

#confirm .tableForm th {
  padding-top: 20px;
}
#confirm .tableForm td {
  word-break: break-all;
}
#confirm .table__cell.hasChild p {
  margin-top: 15px;
  font-size: 11px;
}
#confirm .table__cell.hasChild p:first-child {
  margin-top: 0;
}
#confirm .plhl_title {
  color: #ccc;
}
#confirm .hasChild_title {
  display: block;
  color: #039;
  font-size: 14px;
}

.btn--default {
  font-weight: bold;
  max-width: 180px;
  border-color: #333;
}

#complete .column .text01 {
  margin-top: 15px;
}
#complete .formBtn {
    margin: 75px 0 60px 0;
}

.related_topics_box {
  background-color: #efefec;
  padding: 30px;
}

.related_topics_title {
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.contents--column-2 .related_topics_box .column--2 .column__item {
  max-width: 290px;
  -webkit-flex: 0 0 290px;
  flex: 0 0 290px;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #complete  .column__item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .tableForm > .headline--02,
  .tableForm > .textBox,
  .tableForm > .bookMarks {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#grandFooter,
.btnSitemap,
#fBreadcrumb li {
  display: none;
}


/*****************************
 * 
 ** Validation switch style **
 *
 *****************************/

/* btn */
  #input .formBtn.is_disable .obj_disable { display: block;}
  #input .formBtn.is_disable .obj_primary { display: none;}
  #input .formBtn.is_primary .obj_disable { display: none;}
  #input .formBtn.is_primary .obj_primary { display: block;}

/* btn */
  .boardSide.boardSide--required .obj_required { display: table-cell;}
  .boardSide.boardSide--complate .obj_required { display: none;}
  .boardSide.boardSide--required .obj_complate { display: none;}
  .boardSide.boardSide--complate .obj_complate { display: table-cell;}


/* th error text */
  table th i {
    display: inline-block;
    font-style: normal;
  }
  table tr i .colorComplete { display: none;}
  table tr.error i .colorAccent { display: inline-block;}
  table tr.error i .colorComplete { display: none;}
  table tr.complete i .colorAccent { display: none;}
  table tr.complete i .colorComplete { display: inline-block;}

  table tr.error i .colorAccent { display: inline-block;}
  table tr.error i .colorComplete { display: none;}
  table tr.complete i .colorAccent { display: none;}
  table tr.complete i .colorComplete { display: inline-block;}

  /* input error text */
    table tr .formError,
    table tr.complete .formError,
    table tr.complete .formError { display: none;}
    table tr.error .formError.active { display: block;}

  /* input border */
    table tr.error .input { border-color: #d00058;}
    table tr.complete .input { border-color: #ccc;}
