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

/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* TabL+PC */
br.spbr {
    display: none;
}
.formArea {
    width: 100%;
}
.formCont {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 4%;
}
.formTit {
    max-width: 322px;
    width: 70%;
    padding-top: 6%;
    margin: 0 auto 4%;
}
.formTit img {
    width: 100%;
    height: auto;
}
.formAttTxtArea {
    border: 1px solid #989898;
    padding: 10px 15px;
}
.formAttTxtArea.conTxtArea{
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 4%;
}
.formAttTxtLi dt {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.formAttTxtLi dd {
    font-size: 14px;
    margin-bottom: 14px;
}
.formCont span.red {
    color: red;
}
.formCont span.strong {
    font-size: 18px;
    font-weight: bold;
}
.formCont span.supText {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
.formCont span.subText {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}
.formCont span.attTxt {
    font-size: 12px;
    display: inline-block;
    padding-left:1em;
    text-indent:-1em;
}
.formCont p a,.formCont span.attTxt a {
    color: red;
    text-decoration: underline;
}

.formBg01 {
    background-color: #e6e6e5;
    padding: 4% 0 2%;
}
.formBg02 {
    background-color: #e6e6e5;
    padding: 4% 0 2%;
    margin-bottom: 6%;
}
.formContLi {
    list-style: none;
    width: 100%;
    padding-bottom: 4%;
}
.formContLi li {
    margin-bottom: 2%;
    padding: 2%;
    background-color: #fff;
}
.formContLi li.formContLiTxt {
    background-color: inherit;
    padding: 6% 0 2% 0;
}
.formTbl01 {
    border: none;
    width: 100%;
    font-size: 14px;
}
.formTbl01 th {
    width: 30%;
    border: none;
    background-color: inherit;
    color: #008c8c;
    font-size: 22px;
    vertical-align: top;
}
.formTbl01 td {
    border: none;
}

.submit.btnLi01 {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    width: 80%;
    max-width: 600px;
    margin:0 auto;
    list-style: none;
}
.submit.btnLi01 li {
    width: 48%;
}
input.kakunin {
    width: 100%;
    padding: 15px 0!important;
    cursor: pointer;
    cursor: hand;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #008c8c;
    border-radius: 10px!important;
    border: none!important;
    color: #fff;
    border-style: none;
}
input.reset {
    width: 100%;
    padding: 15px 0!important;
    cursor: pointer;
    cursor: hand;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #7f7f80;
    border-radius: 10px!important;
    border: none!important;
    color: #fff;
    border-style: none;
}
input.return {
    width: 100%;
    padding: 15px 0!important;
    cursor: pointer;
    cursor: hand;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #7f7f80;
    border-radius: 10px!important;
    border: none!important;
    color: #fff;
    border-style: none;
}
input.kakunin:hover,input.reset:hover,input.return:hover {
    opacity: 0.6;
}

button, input, select, textarea {
    border: 1px solid #cbcbcb!important;
    padding: 4px 10px!important;
    margin-bottom: 4px;
    border-radius: 5px!important;
}
select {
    position: relative;
}
select:after {
    position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;   
}
.selectWrap{
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
#drill_year {
    padding-right: 30px!important;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 4px 30px 4px 10px!important;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}

.w01 {
    width: 100px;
}
.w02 {
    max-width: 500px;
    width: 80%;
}
.w03 {
    width: 100%;
}
textarea.formTxtArea {
    width: 100%;
    height: 30%;
    min-height: 140px;
}
.faqTit {
    color: #e12785;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e12785;
}
.faqLi dt {
    font-size: 16px;
    color: #e12785;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: dotted 1px #ccc;
}
.faqLi dd {
    margin-bottom: 26px;
    font-size: 13px;
}


.conBtn01 a {
    display: block;
    text-decoration: none;
    width: 80%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 80px;
    padding: 15px 0;
    cursor: pointer;
    cursor: hand;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #e12785;
    border-radius: 10px;
    border: none;
    color: #fff;
    border-style: none;
}
.conBtn01 a:hover {
    opacity: 0.6;
}


/* thank */
.thxTxt {
    padding: 30px 0 60px;
    text-align: center;
}

@media screen and (max-width: 959px) {
/* TABP+SPL */
.formTbl01 {
    border: none;
    width: 100%;
    font-size: 14px;
}
.formTbl01 th {
    width: 100%;
    display: block;
    border: none;
    background-color: inherit;
    color: #008c8c;
    font-size: 22px;
    vertical-align: top;
}
.formTbl01 td {
    border: none;
    display: block;
    width: 100%;
}
}/* /TABP+SPL */

@media screen and (max-width: 599px)  {
/* SPP */
br.spbr {
    display: block;
}
    .txtC {
        text-align: center;
        padding: 10px 0;
    }
.submit.btnLi01 {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    width: 80%;
    max-width: 600px;
    margin:0 auto;
    list-style: none;
}
.submit.btnLi01 li {
    width: 100%;
    margin-bottom: 4%;
}
}/* /SPP */