@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 430px) {/*SP*/}
@media screen and (min-width: 431px),print {/*PC*/}


#estimate_box,#estimate_box * {box-sizing: border-box}
#estimate_box a:hover ,
#estimate_box .accord_box:hover ,
#estimate_box label:hover {opacity: 0.5;cursor: pointer}



#estimate_box {
	clear: both;
  background: #8CD8FD;
  background-color: #dd3e3f;
  background-image: linear-gradient(-45deg, #c10e0e 25%, transparent 25%, transparent 50%, #c10e0e 50%, #c10e0e 75%, transparent 75%, transparent);
  background-size: 5px 5px;
	width: 100%;
  max-width: 959px;
  margin: 0 auto 1rem;
}
#estimate_box img {height: auto}
#estimate_box .estimate_inner {
  background: #FFF;
}
#estimate_box .flex {
  display: flex;
  flex-wrap: wrap;
}
#estimate_box .flex.service_list {
  justify-content: flex-start !important;
}
#estimate_box .column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#estimate_box .flex .fg1 {
  flex-grow: 1
}
#estimate_box figcaption {padding: 0;margin-top: 7px;line-height: 1}
#estimate_box .fig_tel {text-align: center; margin: 1rem auto}

#estimate_box li {list-style: none}
@media screen and (max-width: 800px) {/*SP*/
  #estimate_box { padding:10px; }
  #estimate_box .estimate_inner { padding:10px; }
  #estimate_box .fig_tel .text {display: block;text-align: center; margin-top: 5px; color: #666}
}
@media screen and (min-width: 801px),print {/*PC*/
  #estimate_box { padding: 20px 30px; margin-top: 30px; }
  #estimate_box .estimate_inner { padding:20px 30px 15px; }
}


/*-----------------------------------------------------
作業箇所と作業内容の選択
-----------------------------------------------------*/
#estimate_box .choice_title {
  font-weight: bold;text-align: center;color: #224488;
  border-bottom: solid 2px #224488;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
#estimate_box #service_list .choice_title {
  margin-top: 1rem;
}
#estimate_box input {display: none}
#estimate_box input:checked + label {border-color: #cc0000;background: #ffffcc}
#estimate_box input:checked + label .title {background: #cc0000;color: #FFF;}

#objects_list,
#service_list {
  margin-right: -10px;
}
#estimate_box label {
  display: flex;
  flex-direction: column;
  border: solid 1px #999;
  padding: 1px;
  overflow: hidden;
  cursor:pointer;
}
#estimate_box label .title {
  background:  #0514ab;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
}
#estimate_box label * {text-align: center;}
#estimate_box label .img {line-height: 1}
#estimate_box label img {width: 100%; max-width: 150px;border-radius: 8px;}
#estimate_box label .sub {
  text-align: center;
	line-height: 1.3;
}
#service_list label img {max-width: 100px;}

@media screen and (max-width: 430px) {/*SP*/
	#estimate_box label {  margin-right: 5px;margin-bottom: 5px;}
	#estimate_box label .title {font-size: 3.5vw}
	#estimate_box label .img {padding: 5px;}
	#estimate_box label .sub {font-size: 3vw;margin: 0 5px 0.5em;}
  #estimate_box .col4-col2 label {width: calc((100% - 5px) / 2);}
  #estimate_box .col4-col3 label {width: calc((100% - 15px) / 3);}
  #estimate_box .col5-col3 label {width: calc((100% - 15px) / 3);}
}
@media screen and (max-width: 800px) {/*SP*/
	#estimate_box label {  margin-right: 5px;margin-bottom: 5px;}
	#estimate_box label .img {padding: 5px;}
  #estimate_box .col4-col2 label {width: calc((100% - 15px) / 3);}
  #estimate_box .col4-col3 label {width: calc((100% - 15px) / 3);}
  #estimate_box .col5-col3 label {width: calc((100% - 15px) / 3);}
}
@media screen and (min-width: 801px),print {/*PC*/
	#estimate_box label {  margin-right: 10px;margin-bottom: 10px;}
	#estimate_box label .img {padding: 10px 10px 5px;}
	#estimate_box label .sub {margin: 0 10px 0.5em;}
  #estimate_box .col4-col2 label {width: calc((100% - 40px) / 4);}
  #estimate_box .col4-col3 label {width: calc((100% - 40px) / 4);}
  #estimate_box .col5-col3 label {width: calc((100% - 50px) / 5);}
}



/*-----------------------------------------------------
作業箇所と作業内容
-----------------------------------------------------*/
#Result .no_choice {
  display: block;
  background: #ffffcc;
  padding: 100px 0;
  text-align: center;
}
#Result .end_title {
  font-weight: bold;text-align: center;color: #fff;
  background: linear-gradient(to bottom, #db6464 0%, #dd3e3f 31%, #dd3e3f 45%, #c10e0e 50%, #d31b07 83%, #df0a0a 100%);
  font-size: 1.5em;
  line-height: 3em;
  margin:1em 0 0.5em;

}
#Result p ,#Result dd {line-height: 1.5;}
#Result > p {margin: 1rem 0}
#Result span.price {font-weight: bold;color: #cc0000;}

#Result .flex {justify-content: space-between}
#Result .flex * {text-align: center}
#Result .flex *.t_left {text-align: left}
/* #Result ul.flex > li {margin-bottom: 10px}*/
#Result .col2 > * {width: calc((100% - 10px) / 2);}
#Result .col3 > * {width: calc((100% - 20px) / 3);}
@media screen and (max-width: 700px) {/*SP*/
#Result {padding-top: 10vw;margin-top: -10vw;}
	
#Result .col2-col1 > * {width: 100%;}
#Result .col2-col1 > *:nth-child(n+2) {margin-top: 10px !important}
#Result .col3-col1 > * {width: 100%;}
#Result .col3-col1 > *:nth-child(n+2) {margin-top: 10px !important}
#Result .col3-col2 > * {width: calc((100% - 10px) / 2);}
#Result .col3-col2 > *:nth-child(n+3) {margin-top: 10px !important}
#Result .col4-col2 > * {width: calc((100% - 10px) / 2);}
#Result .col4-col2 > *:nth-child(n+3) {margin-top: 10px !important}
#Result .col5-col3 > * {width: calc((100% - 20px) / 3);}
#Result .col5-col3 > *:nth-child(4) {margin-left: calc((100% - 20px) / 6);margin-top: 10px}
#Result .col5-col3 > *:nth-child(5) {margin-right: calc((100% - 20px) / 6);margin-top: 10px}
}

@media screen and (min-width: 701px),print {/*PC*/
#Result {padding-top: 100px;margin-top: -100px;}

#Result .col2 > *:nth-child(n+3) {margin-top: 10px !important}
#Result .col3 > *:nth-child(n+4) {margin-top: 10px !important}
#Result .col2-col1 > *:nth-child(n+3) {margin-top: 10px !important}
#Result .col2-col1 > * {width: calc((100% - 10px) / 2);}
#Result .col2-col1 > *:nth-child(n+3) {margin-top: 10px !important}
#Result .col3-col1 > * {width: calc((100% - 20px) / 3);}
#Result .col3-col1 > .col_2 {width: calc((100% - 20px) / 3 * 2);}
#Result .col3-col1 > *:nth-child(n+4) {margin-top: 10px !important}
#Result .col3-col2 > * {width: calc((100% - 20px) / 3);}
#Result .col3-col2 > *:nth-child(n+4) {margin-top: 10px !important}
#Result .col4-col2 > * {width: calc((100% - 30px) / 4);}
#Result .col5-col3 > * {width: calc((100% - 40px) / 5);}
#Result .flex.col3-col1.set2 {justify-content: flex-start}
#Result .flex.col3-col1.set2 li:first-of-type {margin-right: 10px;}
}


#Result ul {  margin: 1rem 0;}
#Result ul.note li {text-indent: -1.15em;margin-left: 1.15em;line-height: 1.5;color: #666;}
#Result ul.note label {
	border: none;border-radius: 0; padding: 0;margin: 0; color: #666;
	display: inline;text-decoration: underline;cursor: pointer;
}

#Result ul.note li::before {content: "※";margin-right: 0.15em;width: auto;text-indent: 0;}
#Result .type_inner ul.note:last-child {margin-bottom: 0}
/*#Result .type_inner ul.note:last-child li {margin-left: 1.15em;}*/
#Result .type {
  border: solid 2px #3366cc; border-radius: 8px;overflow: hidden;margin: 10px 0;
}
#Result .type .type_title {
  background: #3366cc; color: #FFF; font-weight: bold; text-align: center; padding: 0.5em;
}
#Result .type .type_title sup {color: #FFF;}
#Result .type_title_sub {
	position: relative;padding-bottom: 0.5rem;margin-bottom: 1rem;
	color: #3366cc; font-weight: bold; text-align: center;
}
#Result .type_title_sub::after {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 0;
    border-bottom: dotted 2px #3366CC;
}
#Result .type.orange { border-color: #ff9900; }
#Result .type.orange .type_title { background: #ff9900; }
@media screen and (max-width: 430px) {/*SP*/
  #Result ul.note li {text-indent: -1.15em;margin-left: 1.15em;line-height: 1.5;color: #666;}
}
@media screen and (min-width: 431px),print {/*PC*/}






/***料金の共通設定***/
#Result .type_inner p {margin-bottom: 1rem}
#Result .type img,
#Result .price_box img {width: 100%; max-width: 150px;border-radius: 8px;}
#Result .price_box dt {background: #8CD8FD;color: #224488;font-weight: bold;padding: 0.5em 0;}
#Result .price_box dd {padding: 10px;margin: 0}
#Result .price_box .base,
#Result .price_box .base.buhin {
    text-decoration: line-through;
    color: #cc0000;
    font-weight: bold;
  white-space: nowrap
}
#Result .price_box .base.buhin {text-decoration: none}
#Result .price_box .base.buhin span {
  text-decoration: line-through;
  color: #cc0000;
  font-weight: bold;
}
#Result .price_box .discount {
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.5rem;
    background: #ffff99;
    padding: 0.75rem 0 0.5rem;
    margin-top: 3px;
  width: 100%;
}
#Result .price_box .discount span {
    display: inline-block;
    color: #cc0000;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: bold;
}
#Result .price_box dd.price {
  color: #cc0000;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2rem;
}
/***料金に複数パターンがある時***/
#Result .type_inner ul.price_box:first-child {margin-top: 0}
#Result .type_inner ul.price_box:last-child {margin-bottom: 0}
#Result .type_inner ul.price_box li {margin: 0;}
#Result ul.price_box dl {
  display: flex;  flex-direction: column;  height: 100%;
  border: solid 2px #8CD8FD;
}
#Result ul.price_box dl dt {
  flex-grow: 1;
  display: flex;justify-content: center;align-items: center;
}
#Result ul.price_box dl dt sup {margin-bottom: 0.3rem}
#Result ul.price_box dl dd {
  display: flex;  flex-direction: column;justify-content: center;
}
#Result ul.price_box dl dd figure {flex-grow: 1;}

/***料金が1パターンのみの時***/
#Result dl.price_box {
  border: solid 2px #8CD8FD; margin: 0 0 1rem;
  display: flex;flex-wrap: wrap;
}
#Result dl.price_box dt, dl.price_box dd {
  display: flex;flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#Result .type_inner dl.price_box:last-child {margin-bottom: 0}


/***イレギュラー対応***/
#Result ul.price_box dl .fg_0 {flex-grow: 0 !important}
#Result ul.price_box dl .fg_1 {flex-grow: 1 !important}

@media screen and (max-width: 430px) {/*SP*/
  #Result .type .type_inner {padding: 10px;}
  #Result dl.price_box dt, dl.price_box dd,dl.price_box dd .discount {width: 100%}
}
@media screen and (min-width: 431px),print {/*PC*/
  #Result .type .type_inner {padding: 20px 20px;}
  #Result div.price_box .discount {padding: 0.5em;margin-left: 1rem}
  #Result dl.price_box dt {width: 40%}
  #Result dl.price_box dd {width: 60%}
	#Result .price_box dd.price {line-height: 3rem}
}




/*-注釈--------------------------*/
#Result .not_box { border: solid 2px #ee88aa; border-radius: 8px;overflow: hidden;margin: 10px 0 0;}
#Result > .not_box {margin: 10px 0;}
#Result .nb_title { background: #ee88aa; color: #FFF; font-weight: bold; text-align: center; padding: 0.5em;margin: 0 !important}
#Result .nb_inner.flex {padding-bottom: 0 !important}
#Result .nb_inner.flex .text * {text-align: left}
#Result .nb_inner p {margin-bottom: 1rem}
#Result .nb_inner > p:last-child {margin-bottom: 0}
#Result .nb_inner > .img {margin-bottom: 1rem;text-align: center}
#Result .nb_inner .flex img {max-width: 150px;width: 100%;}
#Result .nb_inner ul {margin-bottom: 0}
#Result .nb_inner ul:first-child {margin-top: 0}
#Result .nb_inner.sample_boxs dl { border: solid 1px #ee88aa; padding: 0.5rem; background: #ee88aa10;}
#Result .nb_inner.sample_boxs dl dt {border-bottom: solid 1px #dd6688;color: #dd6688;font-weight: bold;padding-bottom: 0.5rem;margin-bottom: 0.5rem}
@media screen and (max-width: 430px) {/*SP*/
#Result .nb_inner {padding: 10px}
#Result .nb_inner.sample_boxs {padding: 10px !important}
#Result .nb_inner.i1-t2 .img {width: 100%;margin: 0}
#Result .nb_inner.i1-t2 .text {width: 100%;margin-top: 1rem}
}
@media screen and (min-width: 431px),print {/*PC*/
#Result .nb_inner {padding: 15px 40px}
#Result .nb_inner.sample_boxs {padding: 15px !important}
#Result .nb_inner.i1-t2 .img {width: 200px;}
#Result .nb_inner.i1-t2 .text {width: calc(100% - 220px);}
}






/*-折り畳み--------------------------*/
#Result .accord_box { position: relative}
#Result .accord_box::before{
	content: "";display: block;border-radius: 50%;
	width: 1.7rem;height: 1.7rem;background: #FFF;
}
#Result .accord_box.open::before{background: #eee}
#Result .accord_box::after {
	display: block;width: 1.7rem;line-height: 1.7rem;text-align: center; font-weight: normal;
}
#Result .accord_box::after,#Result .accord_box::before{
	position: absolute;top: calc(50% - 0.85rem);bottom: calc(50% - 0.85rem);right: 5px;
}
#Result .accord_box::after{ content: "開";}
#Result .accord_box.open::after{ content: "閉";}
#Result .type_title.accord_box::after {color: #3366cc}
#Result .orange .type_title.accord_box::after {color: #ff9900}
#Result .nb_title.accord_box::after {color: #ee88aa}

#estimate_box .type_inner ,
#estimate_box .nb_inner {display: none}

#estimate_box .open + .type_inner ,
#estimate_box .open + .nb_inner {display: block}
#estimate_box .open + .nb_inner.flex {display: flex !important}

@media screen and (max-width: 430px) {/*SP*/
  #Result .accord_box {padding-right: 2.5em !important}
}



