@charset 'UTF-8';

.enqmsg, .enqmsg2 {
    font-size: 14px;
    line-height: 180%;
    margin: 0 0 30px 0;
}

.enqmsg2 a {
    font-size: 14px;
}

.enqmsg span {
	font-weight: bold;
    color: #ff4f00;
}

.enqmsg .annotation{
    color: #3e3e3e;
    font-size: 12px;
    padding: 20px 40px 20px;
    display: inline-block;
    background: #FFFAF3;
    border-radius: 8px;
}

.tokutokupoint_1 {
    margin: 0 0 30px 0;
}

.tokutokupoint_2 {
    margin: 0 0 30px 0;
}

.enqmcatch {
    font-size: 24px;
    font-weight: bold;
    margin: 35px 0 15px 0;
    padding: 0 0 0 0;
    color: #ff4f00;
}

.mailform {
    width: 100%;
    margin: 0 0 35px 0;
    display: block;
    background: #fafafa;
    border: solid 3px #d6d4d4;
    border-radius: 10px;
}

.mailform tbody, .mailform tr {
    display: block;
}

.mailform tr {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0px 15px 0px 15px;
    padding: 30px 20px;
    border-bottom: solid 1px #c5c5c5;
}

.mailform th {
    width: 40%;
    padding: 0 10px 0 10px;
    text-align: left;
    display: block;
    position: relative;
}
.mailform th p {
    font-size: 14px;
}

.mailform th p span {
    color: #ff4f00;
}

.mailform td {
    font-size: 14px;
    width: 60%;
    display: block;
}

.mailform td .adjust {
    margin-top: 10px;
}
.mailform td .service {
    font-weight: bold;
    margin-top: 5px;
    color: #ff4f00;
}
.meado {
    line-height: 160%;
}

.submitbox {
    text-align: center;
}

/*サンキューぺーじ*/
.thanks_h {
    font-size: 26px;
    text-align: center;
    color: #E84872;
}

.thanks {
    margin: 50px 0 20px 0;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
}

.back {
    margin: 25px 0 0 0;
    text-align: center;
}

.bt_summary {
    font-size: 18px;
    display: inline-block;
    padding: 16px 45px 14px 20px;
    text-decoration: none;
    color: #FFF;
    background: #232323;
    position:relative;
}

.bt_summary:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 18px;
    content: "　";
    width: 16px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    background-image: url("/img/common/arrow02.svg");
    background-repeat: no-repeat;
}


.domain {
    padding-left:0px;
}
.domain:before {
    content: "　";
    padding-left:8px;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align:middle;
    background-size: contain;
    background-image: url("/img/common/arrow01.svg");
    background-repeat: no-repeat;
}

textarea {
    width: 100%;
}
.enq__nomination {
    line-height: 1.6;
    position: relative;
}
.enq__nominationWrap {
    line-height: 1.6;
}

.enq__nominationWrap label{
    margin:0px 10px 0px 0px;
}