@charset "UTF-8";
/* CSS Document */

.mod-checkbox input[type=checkbox] {
  display: none;
}

.mod-checkbox__text {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1rem;
}
.mod-checkbox__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-checkbox__text:before {
  background: rgba(0, 0, 0, 0) url("../../../common/img/check.png") no-repeat scroll center center / 14px 14px;
  content: '';
    height: 14px;
    width: 14px;
}

/*  form  */
.mod-form {
  /*margin: 0;*/margin: 0 auto;
  width: 98%;
}
.mod-form .required {
  position: relative;
  top: -3px;
  font-weight: normal;
  color: #ca2727;
  font-size: 16px;
  margin-left: 5px;
}
.mod-form__itemHeading {
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: bold;
}
.mod-form__itemHeading {
  padding-top: 30px;
  border-top: 1px solid #cbcbcb;
}
.mod-form__itemInput {
  padding: 20px 0 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
}
.mod-form__itemInput:last-child {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 30px;
}
.mod-form__itemInput textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-form__button {
  margin: 30px auto 0;
  text-align: center;
}
.mod-form__button a, .mod-form__button button {
  font-weight: bold;
}
.mod-form__section2 {
  margin: 20px 0;
  border-bottom: 1px solid #cbcbcb;
}
.mod-form__section2.type-noBorder {
  border-bottom: none;
}
.mod-form__section2.type-tBorder {
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}
.mod-form__text {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.mod-form__text.size-s {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5;
}
.mod-form__text2 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
.mod-form__lead {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
}
.mod-form__mailmag {
  margin: 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #cbcbcb;
}
.mod-form__mailmag dt, .mod-form__mailmag dd {
  margin: 0;
}
.mod-form__mailmag dt {
  margin: 0 0 20px;
  font-weight: bold;
}
.mod-form__mailmag dd {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.mod-form__mailData {
  margin-top: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mod-form__mailDataCol {
  display: table-cell;
}
.mod-form__mailDataCol:nth-child(2) {
  vertical-align: middle;
  text-align: right;
}

.mod-inputText {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 15px 10px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
}
.mod-inputText.type-auto {
  width: auto;
}
.mod-inputText.type-ss {
  width: 10%;
}
.mod-inputText.type-s {
  width: 20%;
}
.mod-inputText.type-m {
  width: 50%;
}
.mod-inputText.type-l {
  width: 80%;
}
.mod-inputText.size-s {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.mod-inputText::-webkit-input-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}
.mod-inputText:-moz-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}
.mod-inputText::-moz-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}
.mod-inputText:-ms-input-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}

.mod-textarea {
  display: block;
  width: 100%;
  height: 110px;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.mod-textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}
.mod-textarea:-moz-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}
.mod-textarea::-moz-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}
.mod-textarea:-ms-input-placeholder {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2.16667;
}

.mod-select__selectbox {
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 30px 5px 20px;
  border: 1px solid #000;
  list-style: 1.56;
  text-align: left;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.14286;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-select__selectbox select {
  width: 100%;
  background-color: #fff;
  border: none;
}
.mod-select__selectbox select option {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.14286;
}
.mod-select__selectbox.type-auto {
  width: auto;
}
.mod-select__selectbox.type-ss {
  width: 90px;
}
.mod-select__selectbox.type-s {
  width: 180px;
}
.mod-select__selectbox.type-m {
  width: 300px;
}
.mod-select__selectbox.type-l {
  width: 400px;
}
.mod-select__selectbox.size-s {
  padding-top: 1px;
  padding-bottom: 1px;
  letter-spacing: 1.22;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.27273;
}
.mod-select__selectbox.size-s option {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.27273;
}
.mod-select__selectbox.size-s:after {
  right: 5px;
  margin-top: -3px;
  border-width: 6px 3px 0 3px;
}
.mod-select__selectbox.size-M {
  padding-top: 1px;
  padding-bottom: 1px;
  letter-spacing: 1.22;
  padding: 10px 20px 10px 10px;
}

.mod-checkbox {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.mod-checkbox input[type=checkbox] {
  display: none;
}
.mod-checkbox__text {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.mod-checkbox__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-checkbox__text:before {
  display: block;
  content: '\e64c';
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transition: opacity .2s linear;
     -moz-transition: opacity .2s linear;
          transition: opacity .2s linear;
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 16px;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px 1px 1px #fff, -1px 1px 1px #fff;
  z-index: 5;
  font-weight: bold;
  color: #000;
  opacity: 0;
}
.mod-checkbox .mod-checkbox__input:checked + .mod-checkbox__text:before {
  opacity: 1;
}

.mod-radio {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  line-height: 2;
  cursor: pointer;
}
.mod-radio:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-radio input[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  position: absolute;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  z-index: 2;
  top: 11px;
  left: -7px;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-box-shadow: 10px 0 #fff;
          box-shadow: 10px 0 #fff;
}
.mod-radio input[type='radio']:checked {
  -webkit-box-shadow: 10px 0 #000;
          box-shadow: 10px 0 #000;
}
.mod-radio input[type='radio']:focus {
  outline: 0;
}

.mod-checkboxList {
  margin-bottom: 30px;
}
.mod-checkboxList__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cbcbcb;
}
.mod-checkboxList__listItem {
  border-bottom: 1px solid #cbcbcb;
}
.mod-checkboxList__label {
  display: block;
  position: relative;
}
.mod-checkboxList__label input[type='checkbox'] {
  display: none;
}
.mod-checkboxList__label input[type='checkbox']:checked + span {
  background-color: #cbcbcb;
}
.mod-checkboxList__label input[type='checkbox']:checked + span:before {
  display: none;
}
.mod-checkboxList__label input[type='checkbox']:checked + span:after {
  content: '\e64d';
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 18px;
  margin: -9px 0 0 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.mod-checkboxList__label span {
  display: block;
  position: relative;
  padding: 10px 10px 10px 40px;
}
.mod-checkboxList__label span:before {
  content: '';
  display: block;
  margin: -8px 0 0 0;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 15px;
  height: 15px;
  z-index: 1;
  border-radius: 0;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-formGroup {
  margin: 0;
}
td .mod-formGroup:last-child {
  margin-bottom: 0;
}
td .mod-formGroup:last-child ul:last-child {
  margin-bottom: 0;
}
.mod-formGroup__text {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.mod-formGroup__text.size-s {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.09091;
}
.mod-formGroup__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-formGroup__list.type-inlineA {
  position: relative;
  margin-top: -10px;
  margin-left: -6.25%;
  overflow: hidden;
}
.mod-formGroup__list.type-inlineA li {
  float: left;
  width: 43.75%;
  margin-top: 10px;
  margin-left: 6.25%;
}
.mod-formGroup__list.type-inlineA li:nth-child(2n+1) {
  clear: both;
}
.mod-formGroup__listItem {
  margin: 0 0 10px;
}
.mod-formGroup__listItem:last-child {
  margin-bottom: 0;
}

/*  buttonG  */
.mod-buttonG {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  padding: 13px 20px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77778;
}
.mod-buttonG:link, .mod-buttonG:visited {
  color: #000;
}
.mod-buttonG.disabled, .mod-buttonG[disabled], .mod-buttonG input[type='submit'][disabled], .mod-buttonG input[type='button'][disabled] {
  cursor: default;
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #fff;
}
.mod-buttonG.type-L {
  padding: 33px 20px;
}
.mod-buttonG i {
  position: relative;
  top: 1px;
  margin: 0 6px;
}

.mod-checkbox__text:before {
  display: block;
  position: absolute;
  top: -1px;
  left: 2px;
  z-index: 5;
  opacity: 0;
  content: '';
}

.mod-checkbox .mod-checkbox__input:checked + .mod-checkbox__text:before {
  opacity: 1;
}

/*  notes  */
.mod-notes {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.mod-notes__item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
