@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */
html {
	height: 100%;
}

body{
color:#555;
font:14px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust:100%;
min-height: 100%;
/*display: flex;
flex-direction: column;*/
}

/* リンク設定
------------------------------------------------------------*/
a{color:#358de0;text-decoration:none;}
a:hover{color:#429bef;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
.product_all {
	min-height: calc(100vh - 80px);
}
.content_body {
	flex: 1;
margin:0px auto 0;
/*padding:0 1%;*/
position:relative;
margin-bottom: 50px;
}
.info_come {
	line-height: 1.5rem;
	border-bottom: 1px solid #999;
	margin: 20px auto 0;
	width:100%;
	position:relative;
	padding: 0;
}
.inner{
margin:0 auto;
width:100%;
}
.r_mark {
	font-size: 40%;
}

.product_all .error_info {
	margin-bottom: 40px;
}
.product_all .error_info p {
	font-size: 160%;
	text-align: center;
}
.product_all .label_text p span {
	display: block;
}
.product_all .label_text p br {
	display: none;
}

/*************
/* ヘッダー
*************/
.header {
	padding: 0 1%;
	z-index:100;
	margin:20px auto;
}

.header:after{
content:"";
display: block;	 
clear:both; 
visibility:hidden;
}

.header h1{
font-size:12px;
font-weight:normal;
}

/*************
/* ロゴ
*************/
.header .logo{
float:left;
padding:10px 0 0;
}

.logo a{
font-size:20px;
color:#444;
font-weight:bold;
line-height:1;
}

.logo span{
font-size:12px;
font-weight:normal;
}

.header h1{
font-size:11px;
color:#444;
margin:0 0 10px 0;
}

/* トップナビゲーション 
**************************/

.gohome_box {
float:right;
margin-top:10px;
text-align: center;
}

.gohome_box a{
color:#555;
font-size:13px;
display:block;
/*padding:25px 20px;*/
line-height:1.2em;
}
.gohome_box a:before{
content: url("./img/home.png");
display: block;
text-align: center;
}
/*************
/* STEPナビ
*************/

.sptep_nav {
	margin: 0px auto;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position:relative;
    margin-bottom: 60px;
}

.sptep_nav_block {
	font-size: 16px;
	flex-wrap: wrap;
	width: 32.5%;
	border: 1px solid #4C4948;
	text-align: center;
	padding: 10px;
	position:relative;
}
.two_stage .sptep_nav_block {
	width: 24%;
	padding: 10px;
}
.sptep_nav_block span {
	background: #595757;
	color: #fff;
	line-height: 1em;
	padding: 2px 10px;
	margin-right: 10px;
}
.two_stage .sptep_nav_block p {
	display: flex;
	align-items: center;
}
.two_stage .sptep_nav_block p span {
	display: flex;
	align-items: center;
	align-self: center;
	height: 34px;
}
.two_stage .sptep_nav_block p span:nth-child(2) {
	text-align: left;
	background: none;
	color: #000;
	line-height: 1em;
	padding: 0px;
	margin-right: 0px;
}
#step_01 .sptep_nav01,
#step_02 .sptep_nav02,
#step_03 .sptep_nav03,
#step_04 .sptep_nav04 {
	background: #EBEFCC;
}
.two_stage #step_03 .sptep_nav04 {
	background: none;
}
.sptep_nav01:after,
.sptep_nav02::after,
.two_stage .sptep_nav03::after {
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 10px #222;
	right: 0px;
	content:"";
	height:0;
	top:50%;
	margin-top:-7px;
	position: absolute;
	width:0;
	left:100%;
}


/**************************
/* step 01 エリア選択
**************************/

.area_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.area_label {
	font-size: 16px;
	flex-wrap: wrap;
	width: 24.4%;
	text-align: center;
	padding: 0px;
	height: 74px;
	position:relative;
	cursor: pointer;
}
.area_label p {
	padding-top: 7px;
	/*margin-top: 10px;*/
	margin-top: 2px;
	/*font-size: 26px;*/
	font-size: 20px;
	text-align:  center;
	line-height: 1;
}
.area_label span {
	padding-left: 5px;
	color: #221815;
}
.snow01 {
	background: #DED9D6;
}
.snow02 {
	background: #CDC5C0;
}
.snow03 {
	background: #BCB1AA;
}
.snow04 {
	background: #9e928b;
}

input[type="radio"]:checked + .area_label {
	background: #93bf69;
	color: #ffffff; 
}

.snow01 p {
	padding-right: 15%;
}
.snow02 p {
	padding-right: 20%;
}
.snow03 p {
	padding-right: 10%;
}
.snow04 p {
	padding-right: 5%;
}
.snow03 span,
.snow04 span {
padding-left: 0px;
}
.snow01 p::before {
    content: "";
    background-image:url("./img/snow01.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    height: 78px;
    top: -5px;
    zoom: 86%;
    margin-top: -7px;
}
.snow02 p::before {
    content: "";
    background-image:url("/css/img/snow02.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 110px;
    height: 78px;
    zoom: 86%;
    margin-top: -7px;
}
.snow03 p::before {
    content: "";
    background-image:url("/css/img/snow03.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 148px;
    height: 78px;
    zoom: 86%;
    margin-top: -7px;
}
.snow04 p::before {
    content: "";
    background-image:url("/css/img/snow04.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 146px;
    height: 78px;
    zoom: 86%;
    margin-top: -7px;
}

.step_arrow {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

/**************************
/* メイン画像（トップページ）
**************************/

.mainhead {
	display: table;
	width: 100%;
	height: 100px;
	position: relative;
}

.mainhead h1 {
	line-height: 1.2em;
	color: #fff;
	display: block;
	padding: 0 3%;
	width: 940px;
	 margin: 0 auto;
}
.mainhead h1 img.daichanbig {
	max-width: 940px;
	max-height: 300px;
	width: auto;
	height:auto;
	margin: 0 auto; 
}

.product_all .mainhead .mainhead_inner {
	/*height: 100px;*/
	display: flex;
	justify-content:center;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
}
.product_all .mainhead .mainhead_inner_sub {
	width: 100%;
	text-align: center;
	max-height: 300px;
	/*height: 300px;*/
	background-image: url(../img/top_head_bg_image_daichan.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.image_sub {
	display: flex;
	flex-direction: column;
}
.daichantitle {
	margin-bottom: 10px;
}
.baloon {

}
.baloon img {
}
.baloon:before{
content: "";
position: absolute;
background:url("../img/daichan.png") no-repeat;
background-size:contain;
width: 271px;
height: 288px;
margin-top: -160px;
margin-left: -270px;
}

/*.product_all .mainhead .mainhead_inner_sub .image_sub {
	width: 100%;
	height: 200px;
	background-image: url(../img/top_head_image_sub.png);
	background-position:center top;
	background-repeat:no-repeat;
}*/
.product_all .mainhead h1 {
	line-height: 1em;
	font-size: 380%;
	color: #000;
	display: block;
	padding: 0;
	padding-bottom: 0px;
	width: 100%;
	 margin: 0 auto;
}

.product_all h2.heading {
	background: #4C4948;
	color: #fff;
	font-size: 160%;
	padding: 8px 20px;
}
.mainhead_inner_sub .mainhead_copy {
	width: 90%;
	padding-top:80px; 
	margin:0px auto;
	text-align: center;
	font-size: 150%;
}
.h1_image {
	margin-right: 15px;
}
.h1_image,
.h1_copy {
	/*margin-top: 20px;*/
}
.h1_copy p {
	line-height: 1.4em;
}


/*************
/* フッター
*************/
.footer{
	height: 55px;
	text-align: center;
	color: #fff;
	flex: 1;
	border-top: 1px solid #717071;
}

.copyright {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 8px;
}

.footer_box a {
		color: #717071;
}
.footer_nav_l {
	border-right: 1px solid #717071;
}
.footer_nav_l a {
	width: 40%;
	text-align: right;
}
.footer_nav_r a {
	width: 40%;
	text-align: left;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.pagenav a{
color:#555;
}

.pagenav a:hover{
color:#a5a5a5;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* Main Content Body
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
float: right;
}


.error_info {
	position: relative;
}
.error_info p {
	/*margin-bottom: 20px;*/
	font-size: 100%;
	color: #ff5d5d;
}
.info_come {
	line-height: 1.1em;
	border-bottom: 1px solid #999;
	margin: 10px auto 0;
	font-size: 133%;
	margin-bottom: 10px;
}

/* ***********************************************************************************************************************************************PC用
 */
 
@media only screen and (min-width:640px){
/**************************
/* メイン画像（トップページ）
**************************/

.mainhead {
	display: table;
	width: 100%;
	height: 100px;
	position: relative;
	margin-bottom: 18px;
}


.mainhead .mainhead_inner {
	display: table-cell;
	vertical-align: middle;
	height: 102px;
}
.mainhead h1 {
	line-height: 1.2em;
	font-size: 36px;
	color: #fff;
	display: block;
	padding: 0;
	padding-bottom: 0px;
	width: 980px;
	 margin: 0 auto;
}
/* メイン画像（トップページ）
**************************/
.header,
.sptep_nav,
.error_info,
.info_come,
.content_body,
.inner{
width:980px;
padding:0;
/*border: 1px solid red;*/
}
.error_info p {
	font-size: 16px;
}
.content_body {
	/*padding-bottom:20px;
	display: flex;*/
	margin-top: 20px;
	}
.side_block {
	position: relative;
width: 200px;
margin-right: 20px;
}
.main {
	width: 100%;
}



/* トップナビゲーション 
**************************/


nav div.panel{display:block !important;}

a#menu{display:none;}

#topnav{
float:right;
margin-top:-5px;

}

#topnav li{
float:left;
margin:13px 0px 0;
text-align:center;
position:relative;
/*border-left: 1px solid #d0d0d0;*/
}
.right_border {
	border-right: 1px solid #d0d0d0;
}

#topnav a{
color:#555;
font-size:13px;
display:block;
/*padding:25px 20px;*/
line-height:1.2em;
}
#topnav a:before{
content: url("./img/home.png");
display: block;
text-align: center;
}

#topnav span{
font-size:10px;
color:#a5a5a5;
}

#topnav li.current-menu-item a,#topnav a:hover{
/*background:#f5f5f5;*/
}

#topnav ul{
width:160px;
display:none;
}

#topnav li:hover ul{
display:block;
position:absolute;
top:80px;
left:0;
z-index:500;
}

#topnav li li{
margin:0;
float:none;
width:160px;
text-align:left;
background:#f4f4f4;
}

#topnav li li a{
padding:10px;
border:0;
}

#topnav li.current-menu-item li a,#topnav li li a{
border-bottom-width:1px;
}

#topnav li li.current-menu-item a,#topnav li li a:hover{
padding-bottom:10px;
border-bottom-width:3px;
background:#eee;
}

.footer{
grid-row-start: 2;
	grid-row-end: 3;
}


/* ########################## option_select_box ############################ */
.option_select_base .content_list_title_box {
	width: 100%;
}
.content_list_title_box {
	width: 100%;
}

.option_detail_inner .content_list_title_box {
	width: 100%;
}
.option_det_02 .option_select_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 10px;
}
.content_list_content {
	width: 100%;
	justify-content: space-between;
}
.option_detail_inner .content_list_title {
width: 100%;
}
.content_list_title:before{
top: 50%;
left: 100%;
margin-top: -10px;
}

.content_list_content_swich {
	padding: 10px 0px 0px 0px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
/* ########################## swich unit  ############################ */
.swich {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content:space-between;
	align-content:space-between;
}
/* ######################### 横3 ######################### */
.cyc_lobby .swich::after {
	content:"";
	display: block;
  width:32.5%;
}
/* ######################### 横４ ######################### */
.cyc_slide .swich::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.cyc_slide .swich::after{
  content:"";
  display: block;
  /*width:24%;*/
  width:32.5%;
}



}
/* ############# /PC ############################## */




/**************************
/* step 01 カテゴリー
**************************/
.photo_select {
	display: flex;
	justify-content:space-between;
}
.select_cate {
	flex-wrap: wrap;
	width: 235px;
	text-align: center;
}

.select_cate {
	display: flex;
	align-content:center;
}
.cate_type {
	width: 100%;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:column;
	margin: 28px auto;
}

.cate_type p {
	font-size: 16px;
	padding-bottom: 10px;
}

.cyc_slide .cate_type {
	padding-left: 10px;
	text-align: left;
	margin: 5px auto;
}
.cyc_slide .cate_type p {
	font-size: 140% !important;
	font-weight: bold;
    padding-bottom: 0px;
}
.cyc_slide .cate_pillar .cate_title {
	color: #58A9FF;
}
.cate_title span {
	display: block;
}
/* ########################## swich unit ############################ */
.cyc_slide .swich,
.cyc_lobby .swich {
	width: 730px;
}
.cyc_slide .swich .slideswichbox,
.cyc_lobby .swich .slideswichbox {
	width: 32.5%;
	/*height: 235px;*/
	/*height: 239px;*/
}
/*.cyc_slide .swich {
	width: 100%;
}*/
.cyc_slide .swich .slideswichbox {
	
}
/* ########################## content_list_block ############################ */
.product_all .content_list_block {
	min-height: 100%;
}
.content_list_block {
	margin-bottom: 20px;
	/*border-bottom: 1px solid #999;*/
	padding-bottom: 20px;
	min-height: 600px;
}
.options_page .option_select_base p {
	/*font-size: 16px;*/
	width: 100%;
}
.option_select_base .option_select_box {
	margin-top: 20px;
}

.content_unit {
	margin-bottom: 20px;
	padding-bottom: 20px;
	min-height: 600px;
	width: 100%;
}

/* ########################## content unit ############################ */
.option_detail_inner .option_select_box {
}
.option_det_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.option_det_01 .option_select_box {
	position: relative;
	flex-wrap: wrap;
	width: 470px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.content_list_input {
	padding: 0px;
	font-size: 20px;
	}

#step_02 .options_page .content_list_content {
	/*height: 60px;*/
}
.content_list_swich,
.options_page .content_list_content .content_list_input,
.photo_select .content_list_button {
	/*height: 50px;*/
	width: 100%;
	display: block;
	overflow: hidden;
	}
.options_page .content_list_button + .content_list_input {
	width: 60%;
	display: block;
}
.content_list_input span {
	height: 45px;
	line-height: 1em;
}
.option_select_box_parent {
	display: flex;
	flex-flow: row-reverse nowrap;
	padding: 0px 0px 20px 0px;
}
.option_select_box_parent .base_box01 {
	width: 100%;
}
.option_select_box_parent .base_box02 {
	width: auto;
}
#step_02 .photo_select,
.option_select_base .option_select_box {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 10px;
}
#step_02 .option_select_base .option_select_box {
	flex-direction: column;
}
.content_list_title_box {
	display: flex;
	align-items: center;
}
.content_list_title_box .list_product_name {
	font-size: 24px;
	line-height: 1.3em;
	margin-top: -0.1em;
}
.base_box01 .content_list_button {
	margin-left: auto;
	height: 58px;
}
.base_box01 .content_list_content .content_list_button {
	padding-top: 3px;
}
.content_list_swich {
-webkit-flex-grow: 1; /* Safari */
	flex-grow:1;
	clear: both;
}

.option_select_base .content_list_title {
padding: 7px 20px 7px 20px;
}
.option_detail {
	/*padding: 15px 15px 5px 15px;*/
	margin-bottom: 15px;
}
.option_detail_inner {
	margin-bottom: 15px;
}

.options_page .content_list_content {
	/*padding: 10px;
	background: #EFF0EF;*/
	position: relative;
	display: flex;
	flex-direction: column;
}
.options_page .button_box {
	align-items: flex-end;
}
.select_page .content_list_content {
	/*height: 65px;*/
	padding: 10px;
	background: #c8c9ca;
	overflow: hidden;
}
.adminpage .content_list_title,
.option_select_base .content_list_title {
	background: #C8C9CA;
}

.select_page .content_list_title {
padding: 7px 10px 7px 10px;
}
.adminpage .content_list_title {
padding: 7px 10px 7px 20px;
}
.adminpage .option_select_base .content_list_title p,
.select_page .option_select_base .content_list_title p {
	line-height: 2.5em;
}
.select_page .content_list_title {
	height: 62px;
	/*display: table-cell;
	vertical-align: middle;*/
}
.options_page .content_list_title {
	height: auto;
}

.select_page .content_list_title,
.options_page .content_list_title {
position: relative;
margin: /*1.5em 15px 1.5em*/ 0;
/*min-width: 120px;*/
max-width: 100%;
color: #555;
font-size: 16px;
margin-right: 0px;
height: auto;
/*background: #aaaaaa;*/
}
.content_list_title_box .content_list_title_outer .content_list_title {
	margin-right: 10px;
}
.options_page .content_list_title p {
	/*line-height: 1em;*/
	margin: 0;
	padding: 0;
}
.option_detail .content_list_title {
	/*background: #fff;*/
}
.option_detail .content_list_title p {
	border-bottom: 1px solid #000;
	color: #555;
	/*padding: 0.5em 0 0.7em 1em;*/
}

.content_list_title:before{
content: "";
position: absolute;
}
.content_list_title p {
margin: 0;
padding: 0;
font-size: 20px;
}
.content_list_input img {
	/*border: 4px solid #91BF66;*/
	/*width: 314px;*/
	width: auto;
	height: 204px;
	margin-right: 20px;
}

/* ########################## estimate step03 ############################ */

#estimate h3 {
	font-size: 160%;
	line-height: 1em;
	margin: 60px 0 20px 0;
	padding: 0px;
}
.fee_total {
	color: #ff0000;
	font-size: 160%;
	float: right;
}

section.content_estimate_block {
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 116%;
	border: 1px solid #b1b1b1;
}
.estimate_block {
	border: 1px solid #b1b1b1;
	padding: 10px;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.resource_links_box {
	font-size: 116%;
	margin-bottom: 20px;
}

.resource_links_block h3 {
	font-size: 130%;
	margin-bottom: 10px;
}

.caution_box dl,
.caution_box dt,
.caution_box dd {
 margin: 0;
 padding: 0;
}
.caution_box dl {
 width: auto;
}
.caution_box dt {
 display: block;
 background: #C7C9CA;
 color: #000;
 width: 100%;
 padding: 0.5em 0 0.5em 1.4em;
 margin-bottom: 0.5em;
}
.caution_box dd {
 background-color: #FFF;
 margin: 0 0 0 0.5em;
 padding: 0.1em 1em 0.5em 1em;
}

#estimate table {
	margin-bottom: 20px;
	/*border-top: 1px solid #999;*/
	border-collapse: collapse;
	width: 100%;
}

#estimate table th {
	border-left: 2px solid #fff;
	padding: 2px 10px;
	color: #fff;
	background-color: #333;
	text-align: center;
	white-space:nowrap;
}
#estimate table th:nth-child(1) {
	width: 45%;
}
#estimate table th:nth-child(2) {
	width: 35% !important;
}
#estimate table td {
	border-left: 2px solid #fff;
	padding: 2px 10px;
	vertical-align: middle;
}
td.td_2d {
	text-align: center;
	width: 30%;
}

#estimate td p {
	display: inline;
	padding-right: 20px;
}

h2.heading {
margin-bottom: 10px;
font-size: 18px;
}
h3.heading{
	margin-bottom: 20px;
	padding:3px 0 8px;
	font-size:100%;
	border-bottom:2px solid #ccc;
}


/* ########################## /estimate ############################ */

#button_box i {
	font-size: 140%;
	padding: 4px;
}


/* #########################	/tabel ##*/

/* ---- Table ---- */

	thead th[colspan],
	thead th[rowspan] {
		background:#66a9bd;
}

/* ---- /Table ---- */


/****20171114追加***/

.step_number {
	background: #595757;
	color: #fff;
	line-height: 1em;
	text-align: center;
	padding: 5px 10px;
	margin-right: 10px;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 20px;
}
.info_come p {
	/*text-align: center;*/
	padding-bottom: 10px;
	font-size: 120%;
}
.info_come p.est_copy {
	text-align: center;
}

#container_buttons .bton-3e,
#container_buttons .bton-next {
	float: right;
}
 #container_buttons {
	text-align: center;
	/*padding-top: 30px;*/
}


/****2017/11/20追加***/
.error_info {
	margin: 10px auto 0 auto;
}
/****2019/09/180追加***/
/*table.zebra::after {
	position: absolute;
	display: block;
	content: " ";
	width: 97.5%;
	border-bottom: 2px solid #D7D8D8;
}*/


.two_stage h4 {
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}
/**** end 2019/09/180追加***/

table.zebra tr:nth-child(2n) td {
    background-color: #EBEBEB;
}
table.zebra tr:nth-child(odd) td(odd) {
    background-color: #EBEBEB;
}
table .zebra td[rowspan*="2"] {
    border-bottom: 1px solid  #EBEBEB;
}
.attention {
	margin: 0 0 30px 0;
}
.att_01 {
	font-size: 140%;
	padding-bottom: 10px;
}
.att_01 a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration : none;
}
.att_02 {
	padding-left: 1em;
	text-indent: -1em;
}

/* 2018/02/26追加 IE11ハック*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .option_select_base .base_box01 {
	 margin-left: 100px;
}

*::-ms-backdrop, .button_pdf span {
     padding-left: 30px;
     padding-top: 4px;
}
*::-ms-backdrop, .button_change span {
	padding-top: 4px;
}
}
/****2018/09/20追加***/
.input_comment {
	line-height: 1.2em;
	color: red;
	font-size: 14px;
	margin-left: 0px;
	text-indent: -1em;
	padding-left: 1em;
}
/****2018/12/13追加***/
@media only screen and (min-width:640px){
#estimate table td[data-label*="サイズ情報"],
#estimate table td[data-label*="自転車収容可能台数"] {
	padding-top: 10px;
}

#estimate table td[data-label*="サイズ情報"] {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	flex-direction: row;
}
#estimate td p {
    display: block;
    padding-right: 0px;
}
#estimate table td[data-label*="サイズ情報"] P {
	width: 33%;
	/*word-break: keep-all;
	white-space: nowrap;*/
}
#estimate table td[data-label*="サイズ情報"] div {
	width: 100%;
}
}
@media only screen and (min-width:640px){
.estimete_uper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.product_number {
	width: 33%;
	display: flex;
	flex-direction: column;
}

.maguchi {
	width: 33%;
	display: flex;
	flex-direction: column;
}
.number_installed {
	width: 33%;
	display: flex;
	flex-direction: column;
}
.size_info dt,
.estimete_uper dt {
padding: 10px;
color: #fff;
background-color: #333;
text-align: center;
white-space: nowrap;
}
.estimete_uper dd {
	padding: 20px 10px;
}
}

.cyc_lobby .size_info dt,
.cyc_lobby .estimete_uper dt {
	background-color: #E9F1C9;
	color: #000;
}
.cyc_slide #estimate table th,
.cyc_lobby #estimate table th  {
	background-color: #D7D8D8;
	color: #000;
	border-top: none;
}
.cyc_slide .size_info dt,
.cyc_slide .estimete_uper dt {
	background-color: #D9E0F0;
	color: #000;
}
@media only screen and (max-width:640px){
.estimete_uper {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.size_info dt {
	font-size: 90%;
}
.size_info dt,
.estimete_uper dt {
padding: 2px;
color: #fff;
background-color: #333;
text-align: center;
white-space: nowrap;
}
.estimete_uper dd {
	padding: 10px 10px;
}
.cyc_slide .size_info dl {
	width: 100%;
	display: flex;
	flex-direction: column;
}
}
.estimete_uper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.estimete_uper dd {
	font-size: 140%;
}

.size_info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.size_info dl {
	width: 33%;
	display: flex;
	flex-direction: column;
}

.estimete_uper dl {
	display: flex;
	flex-direction: column;
}
.size_info  dd {
	padding: 10px 10px;
}

.size_info dl:nth-last-child(1) dd,
.size_info dl:nth-last-child(2) dd,
.size_info dl:nth-last-child(3) dd {
	border-bottom: 1px solid #000;
}
.size_info dd,
.estimete_uper dd {
	text-align: center;
    border-left: 2px solid #fff;
    vertical-align: middle;
}
.input_subtext_mm {
	/*padding-top: 15px;*/
	padding-top: 5px;
}