html {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #061846;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top:-5px;
}
#main_board {
	height: auto;
	width: 100%;
}
#main_board h2 {
	height: auto;
	width: 100%;
}
#main_board h2 .pc {
	display: block;		
	height: auto;
	width: 100%;
}
#main_board h2 .sp {
	display: none;
}
#main_board .txt01 {
	display: none;
}
#main_board .efect01 {
	display: none;
}



/*申し込みの流れ*/	
.pc {
	display: block;
}
.pc02 {
	display: block;
}
.sp {
	display: none;
}
.sp02 {
	display: none;
}
#FR_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#flow_box {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
#flow_box .title {
	display: flex;
	height: 30px;
	width: 100%;
	margin-top: 18px;
	background-image: url(/lp/img/flow_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 23px;
}
#flow_box .title h3 {
	margin-left: 13px;
	height: 25px;
	width: 189px;
	margin-top: 5px;
}
#flow_box .title h3 img {
	height: auto;
	width: 79%;
}
#flow_box .title p {
	margin-left: 570px;
	height: 30px;
	width: 187px;
}
#flow_box .title p img {
	height: auto;
	width: 88%;
}
#flow_box div:empty {
	background-color: #F4F7F9;
	border: 1px solid #D1DFE7;
	height: 4px;
	width: 100%;
}
#flow_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 18px;
}
#flow_box ul li {

}


/*商品件数*/
#item_number {
	background-color: #F5F5F5;
	height: auto;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 22px;
	margin-bottom: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}


#item_number p {
	font-size: 13px;
	font-weight: normal;
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

#item_number p span {
	font-weight: bold;
}


.Item_area {
	width: 804px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.Item_area .title_daikin {
	background-color: #FF9900;
	height: 33px;
	width: 802px;
	border: 1px solid #F90;
}
.Item_area .title_daikin h3 {
	border: 1px solid #FFF;
	margin: 1px;
	height: 29px;
	width: 798px;
	background-image: url(../AIR/daikin_logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 	font-feature-settings: "palt"; 	
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
.Item_area .title_daikin h3 span {	
	display: inline-block;
	margin-top: 3px;
	margin-left: 160px;
	font-weight: bold;
}
.Item_area .title_daikin h3 span b {
	color: #FFFF99;
	font-weight: bold;
}

.Item_area .title_sharp {
	background-color: #FF9900;
	height: 33px;
	width: 802px;
	border: 1px solid #F90;
}
.Item_area .title_sharp h3 {
	border: 1px solid #FFF;
	margin: 1px;
	height: 29px;
	width: 798px;
	background-image: url(../AIR/sharp_logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 	font-feature-settings: "palt"; 	
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
.Item_area .title_sharp h3 span {	
	display: inline-block;
	margin-top: 3px;
	margin-left: 260px;
	font-weight: bold;
}
.Item_area .title_sharp h3 span b {
	color: #FFFF99;
	font-weight: bold;
}

.Item_area .place {
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom:1;	
	margin-top: 7px;
}
.Item_area .place .left_box {
	height: auto;
	width: 440px;
	margin-top: 0px;
	float: left;
	font-size: 0;
}
.Item_area .place .left_box img {
	height: auto;
	width: 100%;
}
.Item_area .place .right_box {
	height: auto;
	width: 360px;
	margin-top: 0px;
	float: right;
}

.point {
	height: 420px;
	width: 358px;
	border: 1px solid #F0F0F0;
}
.point_ttl {
	background-color: #FFEDDD;
	height: auto;
	width: 348px;
	border: 1px solid #FF9900;
	font-size: 14px;
	color: #FF9900;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.divide {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-top: 20px;
	padding-bottom: 20px;
}
.divide_adjust01 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-top: 58px;
	padding-bottom: 20px;
}
.divide_adjust02 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-top: 13px;
	padding-bottom: 20px;
}
#divide_HG {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../AIR/SIAA_HG.png);
	background-repeat: no-repeat;
	background-position: 253px 12px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#divide_KC {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../AIR/KC-M511_setupIMAGE.png);
	background-repeat: no-repeat;
	background-position: 210px 25px;
	padding-top: 25px;
	padding-bottom: 50px;
}
#divide_slim {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../AIR/SIAA_slim.png);
	background-repeat: no-repeat;
	background-position: 253px 12px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#divide_compact {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../AIR/SIAA_compact.png);
	background-repeat: no-repeat;
	background-position: 245px 18px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#divide_FU {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../AIR/FU_cleanIMAGE.png);
	background-size: 116px auto;
	background-repeat: no-repeat;
	background-position: 200px 25px;
	padding-top: 25px;
	padding-bottom: 50px;
}
.right_box h5 {
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
.right_box p {
	font-size: 12px;
	color: #666;
}
.emp {
	font-size: 12px;
	font-weight: bold;
	color: #D60033;
}

.floor {
	height: 23px;
	width: 352px;
	margin-top: 4px;
	border: 4px solid #FFF0E3;
	text-align: center;
}
.floor img {
	height: 20px;
	width: auto;
}

.Order_area {
	height: auto;
	width: 802px;
	overflow: hidden;
	position: relative;
	zoom:1;
	border-top-width: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	margin-top: 12px;
	padding-bottom: 9px;
}
.Order_area .left {
	height: auto;
	width: 374px;
	margin-top: 8px;
	margin-left: 20px;
	float: left;
	font-size: 0;	
}
.Order_area .left img {
	height: auto;
	width: 100%;
}
.Order_area .right {
	height: auto;
	width: 356px;
	text-align: center;
	float: left;
	margin-left: 35px;
	margin-top: 24px;
}
.amount {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: -6px;
	line-height: 1;		
}
.amount span {	
	font-size: 15px;
	font-weight: bold;
	color: #DC0032;		
}
.amount span b {
	font-size: 19px;
	font-weight: bold;	
}
.Order_area .right small {
	line-height: 60%;	
	font-size: 11px;
	color: #666;
	line-height: 1;	
}





.order_btn_small {
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(18%, #E08585), color-stop(87%, #99090C) );
	background:-moz-linear-gradient( center top, #E08585 18%, #99090C 87% );
	background:-ms-linear-gradient( top, #E08585 18%, #99090C 87% );


    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E08585', endColorstr='#99090C');
	background-color:#99090C;
	color:#ffffff;
	display:block;
	margin-top: 1px;	
	margin-bottom: 0px;	
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	padding-bottom: 12px;
	text-align: center;
	width: 100%;
}
.order_btn_small a {
	color: #FFF;
	text-decoration: none;
}

.order_btn_small_soldout {
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(18%, #CCCCCC), color-stop(87%, #666666) );
	background:-moz-linear-gradient( center top, #CCCCCC 18%, #666666 87% );
	background:-ms-linear-gradient( top, #CCCCCC 18%, #666666 87% );

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666');
	background-color:#99090C;
	color:#ffffff;
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	margin-bottom: 0px;
	width: 400px;
}







/*レンタルエリア*/
.line:empty {
	background-color: #F0F4F7;
	height: 1px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
#aboutRENTAL {
	background-image: url(../img/RENTAL_bg.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#aboutRENTAL h2 {
	height: 168px;
	width: 813px;
	margin-right: auto;
	margin-left: auto;
}
#aboutRENTAL h2 img {
	height: auto;
	width: 100%;
}
#aboutRENTAL figure {
	display: none;
}


#aboutRENTAL .each {
	height: auto;
	width: 726px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
}

#aboutRENTAL .each h3 {
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#aboutRENTAL .each h3 img {
	height: auto;
	width: 100%;
}
#aboutRENTAL .each .new {
	font-size: 13px;
	background-image: url(../img/RENTAL_icon01.png);
	background-size: auto 35px;
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-left:10px;	
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 120%;
	background-position: 638px 18px;
	font-weight: 500;
}
#aboutRENTAL .each .easy {
	font-size: 13px;
	background-image: url(../img/RENTAL_icon02.png);
	background-size: auto 34px;
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-left:10px;	
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 120%;
	background-position: 653px 18px;
	font-weight: 500;
}
#aboutRENTAL .each .easy br {
	display: block;
}
.easy .water_ver {
	display: inline;
}
.easy .air_ver {
	display: none;
}
#aboutRENTAL .each .relief {
	font-size: 13px;
	background-image: url(../img/RENTAL_icon03.png);
	background-size: auto 32px;
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-left:10px;	
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 120%;
	background-position: 650px 18px;
	font-weight: 500;
}
#aboutRENTAL .each .small {
	font-size: 10px;
	color: #999;
	line-height: 100%;
	margin-top: 5px;
}
#aboutRENTAL .each .small br {
	display: block;
}












.bgpt {
	background-image: url(../img_rental/bg02.png);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
}


#order {
	background-color: #FFF;
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#order .title {
	background-image: url(../img_rental/bg_line05.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#order .title h3 {
	background-color: #FFF;
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#order .tel .txt01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #0D90D1;
	margin-top: 25px;
	margin-left: 310px;
}
#order .tel .txt01 .call {
	font-size: 11px;
}

#order .tel .txt02 {
	text-align: center;
	margin-top: -8px;
	margin-bottom: -8px;
}
#order .tel .txt02 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 53px;
	color: #0D90D1;
	font-weight: bold;		
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-decoration-color: #0D90D1;	
}
#order .tel .txt02 a span {
	font-size: 48px;
	font-weight: bold;		
}

#order .tel .txt03 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #0D90D1;
	text-align: center;
}
.library_prefooter {
	width:100%;
	margin-right: auto;
	margin-left: 10px;	
	text-align: left;
	font-size: 11px;
	color: #999;
	margin-top: 0px;
}






/* 注意事項展開部 */
.accordion {
	height: auto;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 60px;
}
.accordion h4 {
	display: none;
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	font-family: 'hm_light', sans-serif;
	display: block;
	color: #333;
	background:#fff;
	font-size:12px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 8px;
	font-weight: bold;
	line-height: 125%;
}
.Label span {
	font-size: 10px;
	display: inline-block;
	margin-left: 20px;
	line-height: 125%;
	font-feature-settings: "palt";
	color: #666;
}

.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 5px;
	height: 5px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 2px );
	left: 149px;
	transform: rotate(135deg);
}
.Label,
.display {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.display {		/*本文*/
	height: 0;
	margin-bottom:5px;
	padding:0 5px;
	overflow: hidden;
    opacity: 0;	
}
.toggle:checked + .Label + .display {	/*開閉時*/
	height: auto;
	padding:5px ;
	transition: all .4s;
    opacity: 1;	
}
.toggle:checked + .Label::before {
	transform: translate(0, 3px) rotate(-45deg) !important;
}

.attention {
	font-size: 11px;
	color: #333;
	text-align: left;
	height: auto;
	width: 96%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	line-height: 145%;
	padding-bottom: 0px;
	padding-top: 9px;
	padding-right: 0px;
}
.attention li {
	padding-left: 20px;
	text-indent: -16px;	
}
