@charset "utf-8";
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
input[type=radio],
input[type=checkbox],
.option_det_02 .product_option_area input[type="radio"],
.option_det_02_noimg .product_option_area input[type="radio"],
.option_det_02 .product_option_area input[type="radio"],
.product_all .content_list_content_swich input.styled,
.product_all .swich input.styled,
.bton-estimate input[type=submit],
.button_bottom input[type=submit],
.bton input[type=submit],
.bton-3e input[type=submit] {
	display: none;
}
/* ########################## Button ############################ */
/* Button 3e */
/* General button style (reset) */
.bton {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 50px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.bton:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 3 */
.nextbutton_box .bton-3 {
/* 		background: #036EB8;	 */
		background: #888888;	
}
.nextbutton_box .bton-3:hover{
	background: #FF0000;
}
.nextbutton_box_hover .bton-3{
	background: #FF0000;
}
/*.nextbutton_box div.styled_checked {
    background-color: #93bf69;
}*/
.bton-3 {
	font-size: 20px;
	color: #fff;
	/*border-radius: 10px;*/
}
.bton-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}


/*************** Button change ***************/
.bton-change {
	padding: 12px 20px 10px 60px;
	overflow: hidden;
	width: 220px;
	background: #595757;
	height: 55px;
}
._bton-change:before {
	left: auto;
	right: -5px;/**アイコン位置*/
	z-index: 2;
}
.bton-change:before {
	content: url(./img/arrow_change.png);
	padding: 2px 0px 15px 25px;
	width: 50%;
	top: -13px;
}

.bton-change:hover {
	background: #525151;
}

#container_buttons .bton-change {
	padding: 10px 20px 10px 15px;
	overflow: hidden;
	width: 130px;
}

/*************** Button change_set ***************/
.bton-change_set {
	padding: 12px 20px 10px 60px;
	overflow: hidden;
	width: 400px;
	background: #595757;
	height: 55px;
}
.base_box01 .bton-change_set {
	/*margin: 5px 0px 5px auto;*/
}
._bton-change_set:before {
	left: auto;
	right: 0px;/**アイコン位置*/
	z-index: 2;
}
.bton-change_set:before {
	content: url(./img/arrow_change.png);
	padding: 2px 0px 15px 0px;
	width: 50%;
	top: -13px;
	left: -40px;
	}

.bton-change_set:hover {
	background: #525151;
}


/*************** Button PDF DL ***************/
.bton-dl {
	text-align: center;
	margin: 0 auto ;
	background: #D7000F;
	padding: 12px 50px 15px 90px;
	overflow: hidden;
	width: 440px;
	height: 55px;
}

.bton-dl:before {
	left: 12%;
	right: -5px;/**アイコン位置*/
	z-index: 2;
}

.bton-dl:before {
	content: url(./img/btn_dl.png);
	width: 0%;
	top: -8px;
}

.bton-dl:hover {
	background: #B81C10;
}
/* ********************************************************************************************************************** PC用 640px over only */
@media only screen and (min-width:640px){
/*************** Button PDF DL ***************/
/*************** Button change_set ***************/

.bottom_box_outer {
	width: 100%;
	display: flex;
	align-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.bottom_box_01,
.bottom_box_03 {
	width: 45%;
}
.bottom_box_01 {
	background: #D7000F;
}
.bottom_box_03 {
	background: #595757;
		align-self:stretch;
}
.bottom_box_01_inner {
	padding-top: 2px;
	text-align: center;
	/*width: 300px;*/
	margin: 2px auto;
}
.bottom_box_03_inner {
	/*padding-top: 7px;*/
	text-align: center;
	/*width: 300px;*/
	margin: 0px auto;
	height: 100%;
}
.bottom_box_03_inner form {
	height: 100%;
}

.button_pdf {
	text-align: right;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
}
.button_change {
	text-align: right;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
}
.button_pdf,
.button_change {
	color: #fff;
	font-size: 160%;
	line-height: 1.0em;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.button_pdf:before {
	text-align: center;
	content: url(./img/btn_dl.png);
	padding: 2px 0px 0px 0px;
	margin-right: 20px;
	margin-left: auto;
	width: 30px;
	top: 17px;
	left: 0px;
	right: 20px;
	height: 100%;
	display:block;
}
.button_change:before {
	content: url(./img/arrow_change.png);
	padding: 9px 0px 0px 0px;
	margin-right: 10px;
	margin-left: auto;
	width: 20px;
	top: 17px;
	left: 0px;
	height: 100%;
	display:block;
}
.button_pdf span,
.button_change span {
	white-space: nowrap;
	margin-top: -3px;
	margin-right: auto;
}
.button_change span {
	display: block;
	padding-left: 
}
.button_pdf br,
.button_change br {
	display: none;
}

/*************** Button estimate ***************/
.bton-estimate_outer {
	text-align: center;
	width: 50%;
	background: #D7000F;
	margin: 0 auto;
	cursor: pointer;
    padding-bottom: 1px;
}
#container_buttons p{
	display:block;
	padding-bottom:20px;
}

.content_list_block #container_buttons p{
    padding-top: 2px;
    padding-bottom: 0;
    text-align: center;
    /*width: 205px;*/
    margin: 2px auto;
}
.bton-estimate {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	color: #fff;
	font-size: 130%;
	line-height: 1.2em;
	width: 100%;
	height: 100%;
}
.bton-estimate:before {
	text-align: center;
	content: url(./img/btn_documents.png);
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	margin-left: auto;
	width: 36px;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	display:block;
}

.bton-estimate span {
	margin: 0 auto  0 0;
	white-space: nowrap;
    margin-top: 0px;
    font-size: 120%;
}

}

/*************** Button login ***************/
.bton-login {
	padding: 10px 40px 10px 15px;
	overflow: hidden;
	width: 110px;
}
.bton-login:before {
	left: auto;
	right: -5px;/**アイコン位置*/
	z-index: 2;
}
.bton-login:after {
	content: url(./img/arrow_right.png);
	z-index: 1;
	right: -10px;
	top: -8px;
	vertical-align: middle;
    display: inline-block;
    -webkit-transform: scale(0.4);
    padding: 0;
    transform: scale(0.4);
}

/*************** Button next ***************/
.nextbutton_box {
	position: fixed;
	bottom: 70px;
	right: 0px;
	z-index: 999;
}
.bton-next:active,
.bton-next {
	padding: 8px 60px 8px 5px;
	overflow: hidden;
	width: 130px;
}

.bton-next:before {
	left: auto;
	right: -25px;/**アイコン位置*/
	z-index: 2;
}

.bton-next:after {
	content: url(./img/arrow_right.png);
	z-index: 1;
	right: 15px;
	top: -3px;
	vertical-align: middle;
    display: inline-block;
    -webkit-transform: scale(0.4);
    padding: 0;
    transform: scale(0.6);
}

.bton-next:hover::after {
	/*width: 30%;右アクセント幅*/
}

/*************** Button admin estimate ***************/
.bton-ad_estimate {
	padding: 10px 10px 10px 40px;
	overflow: hidden;
	width: 200px;
}

.bton-ad_estimate:before {
	content: url(./img/arrow_down.png);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	left: -10px;
	top: -1px;
}


/*************** Button END ***************/


/********************** slide switch ******************/

.option_det_02_noimg .product_option_area .styled,
.option_det_02 .product_option_area .styled {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cyc_lobby .option_det_02 .product_option_area .styled p,
.cyc_slide .option_det_02_noimg .product_option_area .styled p {
	width: 300px;
	text-align: left;
	padding: 10px 0 0 15px;
	font-size: 140%;
}

.content_list_content_swich .slideswichbox,
.swich .slideswichbox {
	margin: 0px 0 5px 0px;
	height: auto;
	width: 24%;
	text-align: center;
	line-height: 1em;
	padding: 0px;
	cursor: pointer;
	border-radius: 5px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.two_stage .swich .slideswichbox,
.select_page .swich .slideswichbox {
	line-height: 2.1em;
}
.content_list_content_swich .slideswichbox {
	position: relative;
	width: 48.5%;
}
.slideswichbox p {
	height: auto;
	line-height: 1.2em;
	margin: 0.3em 0;
	}
.photo_select .slideswichbox p {
	text-align: left;
}
.product_all .slideswichbox p {
	font-size: 170%;
	height: auto;
	line-height: 1.2em;
	margin: 0.8em 0.8em;
	text-align: left;
}

.product_all .category_select_box {
		border: 10px solid #EBEBEC;
}
.product_all .slideswichbox {
	width: 48.5%;
	padding: 15px;
}
.category_select_box_inner {
	width: 100%;
}
.innner_box {
	width: 50%;
	height: 180px;
}

.slideswichbox img {
	width: 100%;
	max-height: 140px;
	max-width: 200px;
	margin: 0px 0px 0px 0px;
	object-fit: cover;
	}

.product_option_area img {
    width: 86%;
    height: auto;
    width: 100%;
    max-height: 139px;
    max-width: 135px;
    margin: 0px 0px 0px 0px;
    object-fit: cover;
}

.content_list_content_swich label.styled,
.content_list_content_swich div.styled {
	width: 100%;
}
.product_all .swich label.styled {
	width: 100%;
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items:stretch;
}

.content_list_content_swich label.styled,
.swich label.styled,
.swich div.styled {
	height: auto;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#step_01 label,
#step_02 label,
#step_03 label {
	cursor: pointer;
}

.swich input.styled {
    vertical-align: middle;
}

.photo_select .swich input.styled {
    vertical-align: middle;
    margin-right: 5px;
}

/* :: CHECKED :: */
.content_list_content_swich input.styled:checked ~ label.styled,
.swich input.styled:checked ~ label.styled {
}
.content_list_content_swich input.styled:checked ~ label.styled:before,
.swich input.styled:checked ~ label.styled:before {
	left:0px;
	opacity: 1;
}
.content_list_content_swich input[type="radio"]:checked + label,
.content_list_content_swich input[type="checkbox"]:checked + label,
.swich input[type="radio"]:checked + label,
.swich input[type="checkbox"]:checked + label,
.swich input[type="radio"]:checked + div,
.swich input[type="checkbox"]:checked + div {
	color: #fff;
}


.label:hover {
	background-color: #E2EDF9;
}

.label img {
	margin: 20px 20px 0 20px;
}
.post .label p {
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}
/******************** button **/




/********************************************* input text textarea */

.content_list_input input,
.content_list_input textarea{
  font-size:23px;
  border: 1px solid #000;
  padding: 6px 0.8em;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  margin-right: 10px;
}


.select_page .content_list_input input{
    width: auto;
}
.content_list_input textarea{
  width:auto;
}
.content_list_input input[type=text]:focus,
.content_list_input textarea:focus {
  border-color:#83B6C2;
  outline:none;
  box-shadow:2px 2px 4px rgba(143,183,222,0.6),-2px -2px 4px rgba(143,183,222,0.6),inset 0 1px 2px rgba(0,0,0,0.2);
}
::-webkit-input-placeholder {
    color:#AFAFAF;
}
:-moz-placeholder {
    color:#AFAFAF;
}
/* ##################################### PC用 */
@media only screen and (min-width:641px){
	
 .option_det_01 .content_list_content_swich label.styled {
	min-height: 50px;
	height: auto;
	padding: 17px;
}
.swich label.styled {
	min-height: 50px;
	height: auto;
}
.swich div.styled {
	min-height: 50px;
	height: auto;
	padding: 17px 17px 7px 17px;
}
.swich .option_det_02 label.styled {
	padding: 0px;
}

.product_all .slideswichbox img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 180px;
	max-height: 180px;
	max-width: 280px;
	object-fit: cover;
}

.product_all .swich {
	width: 100%;
	margin: 0 auto;
}
.content_list_input input {
	width: 250px;
}
.banner_area {
	display: flex;
	justify-content: center;
/* 
	border-top: 10px solid #d4d4d4;
 */
	border-top: 1px solid #d4d4d4;
	margin-top: 40px;
	padding-top: 20px;
}
.banner_area .banner_part {
	width: 48%;
	height: auto;
	position: relative;
}
.banner_area .banner_part img {
	width: 100%;
	height: auto;
}

}
/**************************************************************************************************************************************************960px
{*/
@media screen and (max-width: 979px) {
.bottom_box_01,
.bottom_box_03 {
    width: 49%;
}

.option_det_01 .option_select_box {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}


.option_det_02 .content_list_content_swich .slideswichbox,
.option_det_02_noimg .content_list_content_swich .slideswichbox {
    position: relative;
    width: 100%;
}

.option_select_base .content_list_title,
.content_list_input input {
    width: 146;
   /* height: 45px;*/
}

.content_list_input input {
	width: 100%;
}

.button_pdf,
.button_change {
	color: #fff;
	font-size: 140%;
	line-height: 1.0em;
}
.button_pdf:before {
/*	text-align: center;
	content: url(./img/btn_dl.png);
	padding: 2px 0px 0px 0px;
	margin-right: 20px;
	margin-left: -5px;
	width: 30px;
	top: 17px;
	left: 0px;
	right: 20px;
	height: 100%;
	display:block;*/
}
.button_change:before {
	content: url(./img/arrow_change.png);
	padding: 9px 0px 0px 0px;
	margin-right: 10px;
	margin-left: auto;
	width: 20px;
	top: 17px;
	left: 0px;
	height: 100%;
	display:block;
}
.button_pdf span,
.button_change span {
	white-space: nowrap;
margin-top: 0px;
}


/**************************************************************************************************************************************************640px
*/
@media only screen and (max-width:640px){

.swich .slideswichbox {
	width: 48.5%;
}

.button_a_btype,
.button_atype {
	width: 100%;
	max-width: 60%;
}

.content_list_content_swich label.styled,
.swich label.styled,
.swich div.styled {
	min-height: 50px;
	height: auto;
}
.bton {
    display: block;
    margin: auto 10px 5px auto;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .create_estimate_text {
	margin: 0px auto;
	position: relative;
	display: block;
	line-height: 2.5em;
	padding-bottom: 0px;
	font-size: 130%;
	height: 60px;
	width: 200px;
	right: -20px;
}
_::-webkit-full-page-media, _:future, :root .create_estimate_text:before {
	display: block;
	width: 0%;
	padding-top: 0px;
	padding-right: 10px;
	margin-top: 0px;
	height: 0px;
}
/* /safari */

.create_estimate_text:before {
	width: 0%;
	padding-top: 20px;
	padding-right: 10px;
	vertical-align: middle;
}


.content_list_input input,
.content_list_input textarea{
  font-size:19px;
  /*font-size: 3vw;*/
  border: 1px solid #000;
  padding: 6px 0.5em;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  margin-right: 0px;
}

/*************** Button change ***************/
.bton-change {
	text-align: right;
	font-size: 110%;
	padding: 9px 10px 10px 20px;
	overflow: hidden;
	width: 130px;
	background: #595757;
	height: 40px;
}
.base_box01 .bton-change {
	/*margin: 5px 0px 5px auto;*/
}
._bton-change:before {
	left: auto;
	right: -5px;/**アイコン位置*/
	z-index: 2;
}
.bton-change:before {
	content: url(./img/arrow_change.png);
	padding: 2px 0px 2px 10px;
	width: 30%;
	top: -5px;
	left: -5px;
	transform: scale(0.7,0.7)
	}
.bton-change:hover {
	background: #525151;
}

.option_detail_inner .content_list_content_swich .slideswichbox {
    position: relative;
    width: 49%;
}

.cyc_lobby .option_det_02 .product_option_area .styled p,
.cyc_slide .option_det_02_noimg .product_option_area .styled p {
	width: 300px;
	text-align: left;
	padding: 10px 0 0 15px;
	font-size: 120%;
}

.option_det_02 .content_list_content_swich .slideswichbox,
.option_det_02_noimg .content_list_content_swich .slideswichbox {
	position: relative;
	width: 100%;
}


.option_det_02 .product_option_area .styled,
.option_det_02_noimg .product_option_area .styled {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.product_option_area img {
    height: auto;
    width: 100%;
    max-height: 90px;
    max-width: 90px;
    margin: 0px 0px 0px 10px;
    object-fit: cover;
}

.product_option_area .slideswichbox p {
    height: auto;
    line-height: 1.0em;
    margin: 0em 0;
}

.bton {
    display: block;
    margin: 0;
}

/*************** Home toppage ***************/
.product_all .slideswichbox {
    min-width: 32.5%;
    width: 48.5%;
    width: 48.5%;
    padding: 13px;
}
.product_all .content_list_content_swich label.styled,
.product_all .swich label.styled{
    padding: 0em;
}
.swich div.styled {
    padding: 0.7em;
}
.product_all .slideswichbox p {
	font-size: 140%;
	line-height: 1.2em;
	margin: 0.7em 0.7em;
}
.product_all .swich .slideswichbox {
	width: 96%;
	margin: 0 auto 10px auto;
	}
.swich .slideswichbox {
	/*width: 96%;*/
	/*margin-left: auto;
	margin-right: auto;*/
}

.innner_box {
	padding: 0;
    width: 50%;
    height: auto;
}
.product_all .slideswichbox img {
    border: 0px solid #fff;
}

.nextbutton_box {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 999;
}



/*************** Button PDF DL ***************/
/*************** Button change_set ***************/

.bottom_box_outer {
	width: 100%;
	display: flex;
	align-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.bottom_box_01_inner {
	/*width: 90px;*/
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.bottom_box_03_inner {
	/*width: 115px;
	margin: 20px auto;*/
	width: 100%;
	height: 100%;
}
.bottom_box_01,
.bottom_box_03 {
	width: 49%;
}
.bottom_box_01 {
	background: #D7000F;
}
.bottom_box_03 {
	background: #595757;
}

.button_change {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	font-size: 100%;
	line-height: 1.2em;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.bottom_box_01_inner form,
.bottom_box_03_inner form {
	width: 100%;
	height: 100%;
}
.button_pdf {
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 100%;
	line-height: 1.2em;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.button_pdf:before {
	text-align: center;
	content: url(./img/btn_dl.png);
	width: 100%;
	top: 0px;
	left: 0;
	margin-top: 5px;
	display: inline-block;
	transform: scale(0.8,0.8);
}
.button_change:before {
	/*content: url(./img/arrow_change.png);*/
	content: ' ';
	background-image: url(./img/arrow_change.png);
	background-position: left center;
	background-repeat: no-repeat;
	/*padding: 2px 0px 0px 0px;*/
	margin-right: 0px;
	margin-left: auto;
	/*margin-top: 20%;*/
	width: 25px;
	/*top: 17px;
	left: 0px;
	height: 100%;*/
	display:block;
	transform: scale(0.8,0.8);
}
.button_pdf span {
	margin-bottom: 10px;
}
.button_pdf span,
.button_change span {
	white-space: nowrap;
margin-top: 0px;
}
.button_change span {
	display: block;
	margin-left: 0px;
	margin-right: auto;
}

/*************** Button estimate ***************/
.bton-estimate_outer {
	text-align: center;
	width: 100%;
	background: #D7000F;
	margin: 0 auto;
    padding-bottom: 1px;
}
#container_buttons p{
	display:block;
	padding-bottom:20px;
}

.content_list_block #container_buttons p{
    padding-top: 2px;
    padding-bottom: 0;
    text-align: center;
    /*width: 205px;*/
    margin: 2px auto;
}
.bton-estimate {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	color: #fff;
	font-size: 120%;
	line-height: 1.2em;
}
.bton-estimate:before {
	text-align: center;
	content: url(./img/btn_documents.png);
	padding: 2px 0px 0px 0px;
	margin-right: 7px;
	margin-left: auto;
	width: 36px;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	display:block;
	transform: scale(0.9,0.9)
}

.bton-estimate span {
	margin: 0 auto 0 0;
	white-space: nowrap;
    margin-top: 0px;
}

.content_list_input input, .content_list_input textarea {
    font-size: 3.5vw;
}

.info_come p.est_copy {
    text-align: left;
}

}

/*********************************************************************************************************************************************480px*/
@media only screen and (max-width:480px){

.select_page .content_list_input input {
    width: 75%;
    margin-right: 10px;
}
.product_all .slideswichbox img {
	max-height: auto;
}
.product_all .slideswichbox p {
    font-size: 4.5vw;
    line-height: 1.2em;
    margin: 0.7em 0.7em;
}


}

/*********************************************************************************************************************************************320px*/
@media screen and (max-width: 320px) {
	
.product_all .slideswichbox p {
    font-size: 100%;
    line-height: 1.2em;
    margin: 0.7em 0.7em;
}

.cyc_lobby .option_det_02 .product_option_area .styled p {
    text-align: left;
    font-size: 120%;
}







}