/*
* Create by meyou
* use:o2o-estimate/o2o-tyr-estimate/agent-estimate/agent-order
*/

section.o2o > section > div {
    margin-bottom: 3rem;
}
section.o2o.o2oh2mt0 h2 {
	margin-top:0;
}
.oe-ttl1 {
    font-size: 30px;
    font-weight: bold;
    margin: 8% auto 3%;
}
.oe-o-ttl {
    border: 3px solid #ffcb83;
    padding: 10px 0;
    border-radius: 50px;
}
.oe-ttl2 {
	font-size: 40px;
	font-weight: bold;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin: 8% auto 3%;
}
.oe-ttl3 {
	font-size: 30px;
	font-weight: bold;
	margin: 8% auto 30px;
	position: relative;
}
.oe-ttl3::before {
	content:"";
	background: #204894;
	width: 100px;
	height: 3px;
	position: absolute;
	border-radius: 10px;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
}
.oe-ttl4 {
	background: #204894;
	color: #fff;
	font-size: 30px;
	padding: 10px 0;
	border-radius: 10px;
	margin: 5% auto 3%;
}
.oe-ttl5 {
	
}

.headQ {}
.headQ h2 {
    background: #204894;
    color: #fff;
    font-size: 40px;
    padding: 15px 0 20px;
    letter-spacing: 5px;
    position: relative;
    margin-bottom: 3%;
}
.headQ h2::before {
    content:"";
    border: 1px solid #fff;
    width: calc(100% - 21px);
    height: calc(100% - 21px);
    position: absolute;
    left: 10px;
    top: 10px;
}
.headQ h2 span {
    display: block;
    color: #f4ff1e;
    letter-spacing: 0;
    font-size: 70%;
    font-weight: bold;
}
.headQ h2 span br {
    display: none;
}
.headQ p {
    font-size: 30px;
    font-weight: bold;
}
.headQ p span {
    font-weight: bold;
}
.headQ p span:first-child {
    color: #204894;
    font-size: 150%;
    padding-right: 5px;
}

.oe-url {}
.oe-url label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.oe-url input {
    height: 50px;
    border-color: #51a7bf;
    border-radius: 10px;
    padding: 1rem;
    font-size: 1rem;
}
.oe-url input:focus, .addtxt div.input-group input:focus,
.oe-discount input:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgb(229 253 13 / 60%);
            box-shadow: 0 0 0 .25rem rgb(229 253 13 / 60%)
}
.oe-gyoshu, .addtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.oe-gyoshu label {
    width: 49%;
    height: 49px;
    margin-bottom: 5px;
}
.oe-gyoshu label:first-child {
    background: #204894;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px 10px 0;
    position: relative;
    margin-right: 2%;
}
.oe-gyoshu label:first-child::before, .addtxt label::before {
    content: "\02192";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    color: #f4ff1d;
}
.oe-gyoshu label:nth-child(n+2) {
    cursor: pointer;
}
.oe-gyoshu label:nth-child(n+3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-left: 51%;
}
.oe-gyoshu label input {
    display: none;
}
.oe-gyoshu label span {
    display: block;
    background: #ddd;
    height: 100%;
    font-size: 18px;
    padding-top: 12px;
}
.oe-gyoshu label:hover span {
    background: #204894;
    color: #fff;
}
.oe-gyoshu label input:checked ~ span {
    background: #e60101;
    color: #fff;
}
.addtxt label {
    width: 49%;
    margin-bottom: 10px;
    background: #6f87b3;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px 10px 0;
    position: relative;
    margin-right: 2%;
}
.addtxt div.input-group {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.addtxt div.input-group:nth-child(2) {
    width: 49%;
}
.addtxt div.input-group:nth-child(n+3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-left: 51%;
}
.addtxt div.input-group input {
    width: calc(100% - 50px);
    margin-right: 10px;
    height: 49px;
    padding: 1rem;
}
.addtxt div.input-group button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0 0 0px;
    border-color: #204894;
    background: #6f87b4;
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
    cursor: pointer;
}
.addtxt div.input-group button.remove-btn {
    border-color: #e60100;
    background: #9a7473;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
.oe-area.addtxt {
    max-width: 800px;
    margin: 0 auto 3%;
}
.oe-area.addtxt label {
    width: 100%;
    font-size: 30px;
    margin-right: 0;
}
.oe-area.addtxt label::before {
    display: none;
}
.oe-area.addtxt div.input-group:nth-child(2) {
    width: 100%;
}

.oe-page {
}
.oe-page > label {
    background: #719b6c;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    display: block;
    margin-bottom: 1rem;
}
table.page-count-table {
    width: 100%;
}
table.page-count-table tbody {
    font-size: 0;
}
table.page-count-table tr {
    width: calc(100% / 4);
    display: inline-block;
    vertical-align: top;
}
table.page-count-table th {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
table.page-count-table th span {
    display: block;
    color: #719b6d;
    font-size: 70%;
    font-weight: bold;
}
table.page-count-table tr:last-child th {
    padding: 9px 0;
}
table.page-count-table td {
    width: 90%;
    display: block;
    margin: 10px auto 50px;
    background: #f0f0f0;
    font-size: 50px;
    color: #707070;
    position: relative;
    padding-bottom: 3%;
}
table.page-count-table tr:last-child td {
    background: #719b6d;
    color: #fff;
}
table.page-count-table td > span {
    font-size: 200%;
    line-height: 120%;
}
table.page-count-table tr:last-child td span {
    color: #fff;
}
.count-buttons {
    position: absolute;
    top: 105%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.count-buttons button {
    border: unset;
    background: #707070;
    color: #fff;
    width: 48%;
    font-size: 30px;
    line-height: 100%;
    padding-bottom: 3px;
    cursor: pointer;
    vertical-align: bottom;
}
.count-buttons button:hover {
    background: #719b6d;
}
.count-buttons button:first-child {
    line-height: 57%;
    padding-bottom: 10.2px;
    font-size: 40px;
    background: #ddd;
    color: #525252;
}
.oe-page > p {
    font-size: 16px;
}
.oe-page > p span {
    font-size: 120%;
}


.oe-goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.oe-goal > div {
    max-width: 29%;
    padding: 3%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
div.oe-now {
    background: #b5e0b1;
    margin-right: 45px;
}
div.oe-now::before {
    content: "+";
    position: absolute;
    font-weight: bold;
    font-size: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: -35px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
div.oe-add {
    background: #e4ce81;
    margin-right: 45px;
}
div.oe-add::before {
    content:"\0bb";
    position: absolute;
    font-weight: bold;
    font-size: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: -35px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
div.oe-goal1 {
    background: #a9b5cd;
}
.oe-goal > div label, div.oe-goal1 span:first-child {
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
            box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
}
.oe-goal > div input {
    height: 40px;
    border-color: #ffffff29;
    background: #ffffff00;
    font-size: 50px;
    width: 130px;
    padding: 30px 10px;
    appearance: none;
}
.oe-goal > div input:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgb(255 255 255 / 60%)
            box-shadow: 0 0 0 .25rem rgb(255 255 255 / 60%)
}
div.oe-goal1 span#oe-goal {
    font-size: 50px;
    color: #fff;
}
.oe-goal > div span:nth-child(3) {
    height: fit-content;
    font-size: 20px;
    font-weight: bold;
}
.oe-goal > div.oe-goal1 span:nth-child(3) {
    color: #fff;
}
.oe-option, .oe-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.oe-option label, .oe-menu label {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.oe-option label:nth-child(3n), .oe-option label:last-child,
.oe-menu label:nth-child(3n), .oe-menu label:last-child {
    margin-right:0;
}
.oe-option label input, .oe-menu label input {
    display: none;
}
.oe-menu label span {
    border: 3px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: 3%;
    display: block;
    background: #fff;
}
.oe-menu label input:checked ~ span {
    border: 3px solid #707070;
    -webkit-filter: drop-shadow(0px 0px 6px #f4ff1e);
            filter: drop-shadow(0px 0px 6px #f4ff1e);
}
.oe-menu label:hover span {
    border: 3px solid #707070;
}
.oe-menu.oe-menu-area label {
    width: calc(95% / 6);
    margin-right: 1%;
}
.oe-menu.oe-menu-area label:nth-last-child(2) {
    margin-right: 0;
}

.oe-option label img {
    width: 80%;
    margin: 0 auto;
}
.oe-option label span:nth-of-type(1) {
    display: block;
    background: #ddd;
    padding: 5px 0;
}
.oe-option label:hover span:nth-of-type(1) {
    background: #204894;
    color:#fff;
}
.oe-option label span:nth-of-type(1)::before {
    content:"+";
    position: absolute;
    font-weight: bold;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #707070;
    border-radius: 50%;
    border: 2px solid #000;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}
.oe-option label input:checked ~ span:nth-of-type(1) {
    background: #f9a8a8;
}
.oe-option label input:checked ~ span:nth-of-type(1)::before {
    content:"\02713";
    background: #f9a8a8;
    border: 2px solid #e60100;
}
.oe-option label span:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    background: #204894;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
}
.oe-option label span:nth-of-type(2):hover {
    background: #e60100;
}
.oe-option label div {
    position: absolute;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 35px;
    padding: 10%;
    background: #fdffd7e6;
    text-align: left;
    opacity: 0;
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 3px solid #ddd;
    z-index: 2;
}
.oe-option label span:nth-of-type(2):hover ~ div {
	opacity: 1;
	display: block;
}
.usual {
    font-size: 27px;
}
.usual > br, .amount > br {
    display:none;
}
.usual > span#usual-small {
    font-size: 170%;
}
.usual > span, .amount > span {
    font-size: 70%;
}
.usual span#usual, .amount span#amount {
    font-size: 110%;
}
.discount {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1%;
    font-weight: bold;
    font-size: 20px;
    color:#e60101;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffdfdf));
    background: -o-linear-gradient(transparent 60%, #ffdfdf 0%);
    background: linear-gradient(transparent 60%, #ffdfdf 0%);
    padding: 3px 10px;
}
.discount span#discount, .discount span#campaign-discount {
    color:#e60101;
    font-size: 120%;
    font-weight: bold;
}
.discount span.discount-off {
    font-size: 100%;
    font-weight: bold;
}
.amount {
    font-size: 30px;
    font-weight: bold;
}
.amount > span#amount-small {
    font-size: 170%;
    font-weight: bold;
}
.oe-discount {}
.oe-discount label, .oe-name label {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
.oe-discount input {
    height: 49px;
    padding: 1rem;
    width: 250px;
    background: #f4f4f4;
    border-color: #ddd;
    border-radius: 10px;
}
.oe-name {}
.oe-name input {
    height: 49px;
    padding: 1rem;
    width: 400px;
    background: #707070;
    border-color: #ddd;
    border-radius: 10px;
    color:#fff;
    font-size:20px;
    max-width: 100%;
}
div#oe-dl {}
div#oe-dl button#download-button {
    cursor: pointer;
    background: #204894;
    color: #fff;
    border-color: #ddd;
    border-radius: 10px;
    padding: 10px 30px;
}
div#oe-dl button#download-button.download-estimate {
    background: #e60100;
}


.oe-form-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.oe-form-navigation button {
    width: 48%;
    max-width: 400px;
    padding: 13px 0;
    border: 2px solid #ddd;
    font-size: 18px;
    cursor: pointer;
}
.oe-form-navigation button:last-child {
    margin-left: 4%;
}
.oe-form-navigation button:hover {
    background: #707070;
    color: #fff;
}
.oe-form-navigation button#next-button {
    background: #fabf3c;
    color: #fff;
    border: 2px solid #ffecc3;
}
.oe-form-navigation button#next-button:hover {
    background: #204894;
    border: 2px solid #b2ccff;
}
.oe-form-navigation button#first-button {
	background: #204894;
	color: #fff;
}
.oe-form-navigation button#first-button:hover {
	background: #707070;
}

ul#estimate-step-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1%;
}
ul#estimate-step-navigation::before {
    content: "Step";
    font-size: 20px;
    font-weight: bold;
    padding-top: 13px;
    color: #204894;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
}
ul#estimate-step-navigation li {
    width: 50px;
    height: 50px;
    background: #204894;
    margin-left: 2%;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    padding-top: 3px;
    border: 3px solid #204894;
    cursor: pointer;
}
ul#estimate-step-navigation li.active, ul#estimate-step-navigation li:hover {
    background: #f4ff1e!important;
    color: #000;
}
ul#estimate-step-navigation li.completed {
    background: #707070;
}


/* 発注セクション用 */

.oe-order-form {
    max-width: 800px;
    margin: 0 auto;
}
.oe-order-form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.oe-order-form table tbody {
    display: table-row-group;
}
.oe-order-form table th {
    width: 260px;
    background: #ddd;
    text-align: center;
    padding: 10px 0;
}
.oe-order-form table th span {
    font-size: 80%;
    color: #e60100;
}
.oe-order-form table td {
    padding-left: 10px;
}
.oe-order-form table td input {
    height: 43px;
    background: #f5f5f5;
    border: 1px solid #cccbcb;
    width: 100%;
    padding: 0 10px;
}
button#order-button {
    margin: 5% auto 15px;
    background: #204894;
    color: #fff;
    border-color: #ddd;
    border-radius: 10px;
    padding: 10px 30px;
    cursor: pointer;
}
button#order-button:hover {
    background:#e60100;
}
button#order-button:disabled {
    background: #707070;
    cursor: unset;
}

/* ダウンロード用pdf */

@media screen and (max-width: 1000px) {

.oe-gyoshu label, .addtxt label,
.addtxt div.input-group:nth-child(2),.addtxt div.input-group:nth-child(n+3) {
    width: 100%;
}
.oe-gyoshu label:first-child, .addtxt label {
    margin-right: 0;
}
.oe-gyoshu label:first-child::before, .addtxt label::before {
    content: "\02193";
}
.oe-gyoshu label:nth-child(n+3), .addtxt div.input-group:nth-child(n+3) {
    margin-left: 0;
    flex: unset;
}
.oe-page > label {
	margin-bottom: 5px;
}
table.page-count-table td {
    font-size: 35px;
}

div.oe-now, div.oe-add {
    margin-right: 40px;
}
div.oe-now::before, div.oe-add::before {
    right: -33px;
}
.oe-option label, .oe-menu label {
    width: 32%;
    margin-right: 2%;
}

.headQ h2 span {
    font-size: 60%;
}
.headQ h2 br.br1000 {display:block;}








}

@media screen and (max-width: 700px) {

section.o2o > section > div {
    margin-bottom: 2rem;
}
.oe-ttl1 {
    font-size: 25px;
}
.oe-o-ttl {
    padding: 8px 0;
}
.oe-ttl2 {
	font-size: 30px;
}
.oe-ttl3, .oe-ttl4 {
	font-size: 25px;
}
.oe-ttl3::before {
	width: 80px;
}

.headQ h2 {
    font-size: 35px;
    letter-spacing: 3px;
}
.headQ h2 span {
    font-size: 5.28vw;
}
.headQ h2 span br {
    display: block;
}
.headQ p {
    font-size: 23px;
}
.headQ p span:first-child {
    font-size: 150%;
}

.oe-gyoshu label {
    height: 46px;
}
.oe-gyoshu label:first-child {
    font-size: 18px;
    padding: 8px 20px 8px 0;
}
.oe-gyoshu label span {
    font-size: 16px;
    padding-top: 10px;
}
.addtxt label {
    font-size: 18px;
}
.addtxt div.input-group input {
    height: 46px;
}
.addtxt div.input-group button {
    margin-top: 3px;
}
.oe-area.addtxt label {
	font-size: 23px;
}

table.page-count-table tr {
    width: 50%;
}
table.page-count-table tr:nth-child(-n+2) td {
    margin-bottom: 10px;
}
.oe-page > p {
    font-size: 14px;
}

.oe-page > label {font-size: 18px;padding: 8px 0;}

.oe-goal > div {
    max-width: unset;
}
div.oe-now, div.oe-add {
    max-width: unset;
    width: 44%;
    margin-bottom: 50px;
}
div.oe-add {
    margin-right: 0;
}
div.oe-add::before {
    right: auto;
    left: -25px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -60px;
    top: auto;
}
.oe-goal > div label, div.oe-goal1 span:first-child {
    font-size: 18px;
}
.oe-goal > div input {
    font-size: 40px;
    width: 110px;
    padding: 20px 5px;
}
div.oe-goal1 span#oe-goal {
    font-size: 40px;
}

.oe-option label, .oe-option label:nth-child(3n),
.oe-menu label, .oe-menu label:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
}
.oe-menu.oe-menu-area label {
    width: 32%;
    margin-right: 2%;
}
.oe-menu.oe-menu-area label:nth-child(3n) {
    margin-right: 0;
}
.oe-option label:nth-child(even), .oe-menu label:nth-child(even) {
    margin-right: 0;
}
.oe-option label span:nth-of-type(1) {
    font-size: 14px;
}
.oe-option label span:nth-of-type(1)::before {
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 28px;
}
.oe-option label span:nth-of-type(2) {
    font-size: 12px;
}
.oe-option label div {
    border: 1px solid #707070;
    padding: 5%;
    font-size: 14px;
}

.usual > br, .amount > br {
    display:block;
}
.usual {
    font-size: 25px;
}
.oe-discount label, .oe-name label {
    font-size: 18px;
    margin-bottom: 5px;
}
.discount {
    font-size: 18px;
}
.amount {
    font-size: 28px;
}

.oe-form-navigation button {
    width: 49%;
    font-size: 16px;
    padding: 10px 0;
}
.oe-form-navigation button:last-child {
    margin-left: 2%;
}
ul#estimate-step-navigation li {
    width: 45px;
    height: 45px;
    font-size: 21px;
}

/* 発注セクション用 */

.oe-order-form table {
    border-collapse: collapse;
    border-spacing: 0;
}
.oe-order-form table th {
    display: block;
    width: 100%;
}
.oe-order-form table td {
    display: block;
    width: 100%;
    padding: 0;
}


}


/* 営業支援　数量カウント */

.oe-option .add-count {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    position: relative;
}
.oe-option .add-count:nth-child(3n), .oe-option .add-count:last-child{
    margin-right:0;
}
.oe-option .add-count label {
    width: 100%!important;
    margin: 0!important;
	display:block;
}
.qty-control {
    position: relative;
    margin: 3px 0 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2px 0;
}
.qty-control button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    border: unset;
    cursor: pointer;
    background: #95a8cc;
    color: #fff;
    height: 100%;
}
.qty-control button.qty-plus {
    right: 0;
    left: auto;
    font-weight: bold;
    background: #f9a9a8;
}
.qty-control button:disabled {
    cursor: auto;
    background: #fafafa;
    color:#525252;
}
.qty-control button:hover {
    background: #e60100;
}
.qty-control button:disabled:hover {
    background: #fafafa;
}
.qty-control span.qty-count {
    font-size: 20px;
}

@media screen and (max-width: 1000px) {
.oe-option .add-count {
    width: 32%;
    margin-right: 2%;
}
}

@media screen and (max-width: 700px) {
.oe-option .add-count, .oe-option .add-count:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
}
.oe-option .add-count:nth-child(even) {
    margin-right:0;
}
.qty-control {
    font-size: 14px;
}
.qty-control button {
    width: 35px;
}
.qty-control span.qty-count {
    font-size: 18px;
}


}

