.pointservice * {
    color: #000;
    box-sizing: border-box;
}
.mgn-tp10 {margin-top: 10px;}
.mgn-tp15 {margin-top: 15px;}
.mgn-btm15 {margin-bottom: 15px;}
.mgb28 { margin-bottom: 28px;}
.center {
    text-align: center;
}
.text-strong {
    text-align: center;
    font-size  : 50px;
    font-weight: bold;
}
.text-normal {
    font-size: 20px;
}
.appreciation {
    font-size: 26px;
    text-align: center;
    line-height: 1.7;
}
.pointservice_notice {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #f00;
    text-align: center;
}
.pointservice_notice .strong-list {
    font-size:24px;
    color: #f00;
    text-align:center;
    font-weight:bold;
}
a#jsPointChangeAttention {
    color: #f00;
    text-decoration: underline;
}
a#jsPointChangeAttention:hover {
    opacity: 0.8;
    text-decoration: none;
}
.pointservice_notice .strong-supplement {
    font-size:14px;
    color: #f00;
    text-align:center;
}
.list {
    width: 480px;
    margin: 30px auto 40px;
}
.list-items {
    border-bottom: 3px dotted #ff751f;
    counter-increment: num;
    margin: 0 0 20px;
    font-size: 20px;
}
.list-items:before {
    content: counter(num);
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size  : 30px;
    font-weight: bold;
    color      : #fff;
    background-color: #ff751f;
    display: inline-block;
    margin: 0 22px -3px 0;
    vertical-align: -2px;
}
.text-tameru {
    font-size: 24px;
    font-weight: bold;
    margin: 51px 0 -10px;
}
.text-tameru:before {
    content: url("/images/search/icon_crown.png");
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: -3px;
}
.bn-service {
    margin-bottom: 35px;
}
.pointservice-info ul li span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 0 0 0 42px;
    background: url(/images/search/icon_crown.png) no-repeat 404px 0px;
}
.pointservice-info ul li:last-child span {
    background-position: 374px 0;
}
.pointservice-info ul li:last-child{
    margin: 0;
}
.pointservice-info ul li {
    text-align: center;
    margin: 0 0 40px 0;
}
.pointservice-info ul {
    padding: 0 0 53px 0;
    background: url(/images/search/icon_backdelta.png) no-repeat center bottom;
}
.all-present {
    text-align: center;
    margin: 0 0 20px 0;
}
.pointservice-info{
    margin: 0 0 128px 0;
}
.pointservice .ttl-apply {
    background: #ff751f;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 12px 0 5px 96px;
    margin: 0 0 20px 0;
}
.ttl-apply span {
    position: absolute;
    left: 16px;
    top: 4px;
}
.responsible {
    font-size: 13px;
    color: #000000;
    line-height: 1;
    margin: 0 0 0 56px;
}
.necessary-matter {
    font-size: 20px;
    padding: 0 0 0 70px;
    background: url(/images/search/icon_backdelta.png) no-repeat left;
    margin: 0 0 10px 25px;
}
.appreciation span {
    background: url(/images/search/underline-bg.jpg) repeat-x left 13px;
}
.form-sec .apply-form {
    font-size: 15px;
    color: #fff;
    background: #0c8400;
    padding: 5px 0 5px 20px;
}

/*--------------------------------------------------------
    フロー
--------------------------------------------------------*/

.flow {
    width: 1000px;
    margin: 0 auto 70px;
    padding: 40px 0;
    position: relative;
    background-color: #d5f4d1;
}
.flow:before {
    content: url("/images/search/img_flow.png");
    position: absolute;
    top     : -89px;
    left    : -79px;
}
.flow-ttl {
    margin: 0 0 2px 163px;
    font-size  : 36px;
    font-weight: bold;
    line-height: 1;
}
.flow-text-head {
    text-align: right;
    margin: 0 58px 49px 0;
    font-size: 13px;
}
.flow-text-continue {
    text-align: center;
    font-size  : 22px;
    font-weight: bold;
    margin: 0 0 43px;
}
.flow-list {
    margin: 0 20px 37px;
    position: relative;
}
.flow-list:before,
.flow-list:after {
    content: "";
    position: absolute;
    z-index : 1;
}
.flow-list:before {
    width: 9px;
    height: 511px;
    background-color: #ffcc00;
    top: 62px;
    left: 95px;
}
.flow-list:after {
    border-width: 32px 13px 0 13px;
    border-style: solid;
    border-color: #ffcc00 transparent transparent;
    position: absolute;
    top     : 573px;
    left    : 87px;
}
.flow-list-items {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 20px 0 20px 200px;
    position: relative;
    min-height: 113px;
    counter-increment: num;
}
.flow-list-items:before {
    content: counter(num);
    width: 73px;
    height: 73px;
    line-height: 77px;
    text-align: center;
    background-color: #0c8400;
    border-radius: 50%;
    position: absolute;
    top     : 50%;
    left    : 63px;
    z-index : 2;
    margin  : -36px 0 0;
    font-size  : 40px;
    font-weight: bold;
    color      : #fff;
}
.flow-list-items:last-child {
    margin: 0;
}
.flow-list-inner {
    padding: 26px 0 0;
}
.flow-list-text {
    font-size: 20px;
    margin: 0 0 3px;
}
.flow-list-text:last-child {
    margin: 0;
}
.flow-list-coution {
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 0 1em;
}
.flow-list-btn {
    margin: 16px 0 0 155px;
    width: 249px;
}
.flow-list-btn-link {
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 15px;
    color    : #fff;
    background-color: #ff741f;
    border-bottom: 3px solid #d75b0e;
    display: block;
}
.flow-list-btn-link:hover,
.flow-list-btn-link:focus {
    color: #fff;
    text-decoration: none;
}
.flow-list-btn:hover {
    padding: 2px 0 0;
}
.flow-list-btn:hover .flow-list-btn-link {
    border-bottom-width: 1px;
    height: 39px;
    text-decoration: none;
    color: #fff;
}
.flow__text-strong {
    text-align: center;
    font-size  : 22px;
    font-weight: bold;
    margin: 0 0 1px;
}
.flow-coustion__items {
    text-align: center;
    font-size: 13px;
}

/*--------------------------------------------------------
    ここから下森による追記あり
--------------------------------------------------------*/
p {
    margin: 0;
}
.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
/*--------------------------------------------------------
    フォーム
--------------------------------------------------------*/
.form-sec > div {
    width: 1140px;
    margin: 20px auto 0;
}
.cont-inner .comp-name th,
.cont-inner .add-sec th {
    padding-top: 15px;
}
.form-sec table, .form-sec td, .form-sec th {
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}
.form-sec table, .form-sec td, .form-sec th {
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 231, 231);
    border-image: initial;
}
.form-sec td, .form-sec th {
    padding: 3px;
    width: 30px;
    height: 25px;
}
.form-sec th {
    background: #e7e7e7;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    vertical-align: top;
    text-align: left;
    padding: 21px 10px 7px 10px;
    width: 195px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
}
.form-sec td {
    width: 678px;
    padding: 11px 14px;
}
.form-sec td font {
    margin-top: 3px;
    font-size: 12px;
}
.form-sec .even {
    background: #fbf8f0;
}
.form-sec .odd {
    background: #fefcf9;
}
.form-sec .required {
    font-size: 13px;
    color: #fff;
    background: #ff7520;
    width: 40px;
    display: block;
    padding: 4px 0;
    float: right;
    text-align: center;
    position: relative;
    bottom: 4px;
}
.item-ttl {
    display: block;
    float: left;
    font-size: 14px;
}
.input-outer:last-child {
    margin: 0;
}
.input-outer {
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 5px 13px 5px 0;
    width: 445px;
}
.input-outer.input-short {
    width: 369px;
    display: inline-block;
}
.input-outer p {
    display: inline-block;
    padding: 3px 0 3px 0;
    border-right: 1px solid #ccc;
    font-size: 13px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}
.input-outer input {
    border: none;
    display: inline-block;
    width: 359px;
    outline: none;
    vertical-align: middle;
    height: 20px;
}
.input-outer.input-short input {
    width: 263px!important;
}
.eazy-add input {
    display: inline-block;
    width: 250px;
    height: 36px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.eazy-add button {
    width: 160px;
    background: #0c8400;
    border: none;
    padding: 7px 0 6px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.eazy-add button i {
    color: #fff;
    margin-right: 5px;
}
.eazy-add button:hover {
    opacity: 0.7;
}
.build-license th {
    border-bottom: 1px solid #e7e7e7;
}
.input-outer.add {
    width: 575px;
}
.form-add select {
    width: 330px;
    height: 33px;
    display: block;
    margin-top: 5px;
    border: 1px solid #ccc;
    background: url(/images/search/icon_select.png) no-repeat 306px;
    cursor: pointer;
}
.password:last-child th {
    border-bottom: 1px solid #e7e7e7;
}
.build-license select {
    background: url(/images/search/icon_select.png) no-repeat 320px;
    border: 1px solid #ccc;
}
.form-add select:last-child {
    margin-bottom: 0;
}
.form-tel input, .form-tel div, .form-tel div p {
    display: inline-block;
    vertical-align: middle;
}
.comp-same th {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: middle;
    padding: 10px;
}
input {
    height: 36px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.form-mail td input {
    width: 560px;
}
.comp-same th input[type="checkbox"] {
    height: auto;
}
.input-wrap {
    margin: 0 0 5px 0;
}
.input-wrap:last-child {
    margin: 0;
}
.form-tel td input {
    width: 310px;
}
.change-pass-wrap input {
    height: auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.change-pass-wrap p,
.build-license select,
.build-license div {
    display: inline-block;
    vertical-align: middle;
}
.item-description {
    font-size: 12px;
    color: #e60012;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
    padding: 31px 0 0 12px;
    position: relative;
}
.person-charge .input-wrap .input-outer {
    display: inline-block;
    width: 350px;
    vertical-align: middle;
}
.person-charge .input-wrap input {
    width: 264px;
}
.person-charge .input-wrap .input-outer {
    margin: 0;
}
.password input {
    width: 654px;
    margin-bottom: 5px;
}
.password p {
    font-size: 13px;
    color: #000;
}
label {
    cursor: pointer;
}
select {
    height: 30px;
    cursor: pointer;
}
button {
    cursor: pointer;
}
.build-license select {
    width: 335px;
    display: inline-block;
}
.license-num {
    width: 45px;
    margin: 0 5px;
}
.license-issue {
    width: 110px;
    margin: 0 5px;
}
.build-license .license-description {
    font-size: 13px;
    color: #b5b5b5;
    display: inline-block;
    margin: 0 0 0 5px;
}
.mail-add input {
    width: 560px;
}
:placeholder-shown {
    color: #b5b5b5; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #b5b5b5; }
/* Firefox 18- */
:-moz-placeholder {
    color: #b5b5b5; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
    color: #b5b5b5; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
    color: #b5b5b5; }
.bt-send {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    background: #0c8400;
    border: none;
    width: 500px;
    box-shadow: 0 5px 0 #0b5903;
    padding: 13px 0 7px;
    border-radius: 0;
}
.c-checkbox span {
    font-weight: normal;
}
.btn.bt-send:hover {
    position: relative;
    top: 5px;
    box-shadow: 0 0 0;
    text-decoration: none;
    color: #fff;
}
.btn.bt-send:focus {
    color: #fff;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    padding: 0 5px;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    box-sizing: content-box;
    border-color: #ccc;
}
.build-license span {
    display: inline-block;
    margin: 0 3px;
}
.bracket {
    font-size: 21px;
    vertical-align: middle;
}
.person-charge th, .mail-add th {
    padding: 10px 5px 10px 5px;
}
.item-description:before {
    content: "※";
    position: absolute;
    left: 0;
}
/*ラジオボックス*/
.radiobox-wrap input {
    display: none;
}
.radiobox-wrap label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 18px;
    padding: 10px 14px;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
.radiobox-wrap label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 4px;
    left: -10px;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radiobox-wrap label.checked:before {
    background-color: #0c8400;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radiobox {
    display: inline-block;
}
.radiobox-wrap {
    font-size: 0;
}
.comp-same .radiobox-wrap label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -9px;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background: linear-gradient(to bottom, #fbfbfb, #d3d3d3);
    border-radius: 0;
    border: 1px solid #a8a8a8;
}
/*チェックボックス*/
/* input要素の代替 */
.c-checkbox__input {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
}
.c-checkbox__input::before,
.c-checkbox__input::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* input要素の代替（外側） */
.c-checkbox__input::before {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #fbfbfb, #d3d3d3);
}
/* 本来のinput[type="checkbox"]を非表示 */
.c-checkbox input[type="checkbox"] {
    display: none;
}
/* input要素の代替（外側）：チェック後 */
.c-checkbox input[type="checkbox"]:checked + .c-checkbox__input::before {
    background-color: #fcfcfc;
    border-radius: 0;
}
/* input要素の代替（内側）：チェック後 */
.c-checkbox input[type="checkbox"]:checked + .c-checkbox__input::after {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 3px;
    content: "✔";
    border-radius: 0;
}
.form-sec th.last {
    border-bottom: 1px solid #e7e7e7;
}
.btnwrap {
    text-align: center;
    padding: 30px 0 35px;
}
/*----------追加----------*/
.radiobox-wrap p {
    font-size: 13px;
    display: inline-block;
    vertical-align: 0;
}
.room_num input {
    width: 100px;
    display: inline-block;
}
.room_num p {
    display: inline-block;
}
.responsible .input-outer {
    display: inline-block;
    width: 482px;
}
.input-outer.add input {
    width: 483px;
}
.room_num {
    display: inline-block;
    margin: 0 0 0 10px;
}
.form-mobietel td input {
    width: 324px;
}
.form-mail input {
    margin: 5px 0 0 0;
}
.responsible th {
    padding: 10px 0 0 10px;
}
.responsible .input-outer input {
    width: 390px;
}
.confirm-area div {
    text-align: center;
    height: 70px;
}
.confirm-btn {
    cursor: pointer;
    padding: 20px 10px 15px;
    font-weight: bold;
    width: 515px;
    color: #fff;
    font-size: 26px;
    background: #ff751f;
    box-shadow: 0 4px 0 #ab4e15;
}
.confirm-btn:hover {
    box-shadow: none;
    margin-top: 4px;
}
label.register-type-code {
    background-color: #e7e7e7;
    border: 1px solid #ccc;
    padding: 7px 10px 8px;
    width: 220px;
    display: inline-block;
    font-size: 16px;
    margin: 10px 10px 35px 0;
    text-align: center;
    color: #333333;
    font-weight: normal;
}
label.register-type-code:last-child {
    margin-right: 0;
}
label.register-type-code.checked {
    color: #0c8400;
    border: 2px solid #0c8400;
    background-color: #fff;
    font-weight: bold;
}
label.register-type-code:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 5px;
    left: -38px;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.select-register {
    margin: 0 auto;
    width: 1000px;
}
.register-type-code.checked:before {
    background-color: #0c8400;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
label.register-type-code:hover {
    opacity: 0.7;
}
label.register-type-code input {
    display: none;
}
#registerFormArea .member-sec {
    width: 1000px;
    margin: 20px auto;
}
#registerFormArea table {
    width: 100%;
}
.thankyou > p.thankyou-txt {
    margin-bottom: 20px;
}
.thankyou > p.thankyou-detail-txt {
    font-size: 26px;
    color: #000;
    text-align: center;
    margin: 0;
}
.thankyou > p.thankyou-detail-txt span {
    background: url(/images/search/underline-bg.jpg) repeat-x left 13px;
}
.thankyou > .bt-thankyou {
    width: 500px;
    margin: 0 auto;
}
.thankyou > .bt-thankyou a {
    width: 500px;
}
.errormsg {
    color: rgb(255, 0, 0);
}
.policy-link-area {
    text-align: center;
    margin-top: 15px;
}
.policy-link-area a {
    color: #07519A;
}
.policy-link-area a:hover {
    color: #CC0000;
}
div.form-title-area {
    background: #e0e0e0;
    padding: 12px 10px 7px 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.form-title-area p {
    font-size: 16px;
    font-weight: bold;
    width: 250px;
}
div.description-area {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}
.point-consent {
    font-weight: bold;
}
.point-consent-detail {
    margin: 0 0 10px 10px;
}
.point-consent-detail .notice {
    color: #f00;
}
.check-form {
    margin-top: 15px;
}
.check-form label {
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    background: #e5e8ef;
    color: #2c4257;
    border-radius: 5px;
    border: 1px solid #c1c9d4;
    width: 100%;
}
.check-form label.active {
    background: #ff751d;
    color: #fff;
    border: 1px solid #ff751d;
}
