/* CSS Document */
.xs_none{
    display: none!important;
}

.xs_only{
	display: block;
}

.xs_text_center{
	text-align: center!important;
}

.xs_w90p{
	width:90%!important;
	margin-left: auto;
	margin-right: auto;
}

.xs_w100p{
	width:100%!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.xs_mt10{margin-top: 10px!important;}
.xs_mt30{margin-top: 30px!important;}


.anchor_point{
	padding-top: 55px;
	margin-top: -55px;
}

/*------------------------------*/
body{
	padding-top: 55px;
}

.common_h2_title{
	font-size: 160%;
}
.common_h2_title:after{
	width: 50%;
}

.common_h3_title{
	font-size: 130%;
}


.common_line_tbl th,
.common_line_tbl td{
	display: block;
	width: 100%;
	padding: 5px ;
}
.common_line_tbl td{
	font-size: 90%;
}

.common_line_tbl tr{
	padding: 10px 0;
	display: block;
}


header .head_logo a{
	height: 55px;
	padding: 10px 0;
}

header .head_logo a img{
	height: 100%;
}

header .sp_menu_btn {
	width: 55px;height: 55px;
}

header .sp_menu_btn .box{
	width: 22px;height: 20px;
	margin-bottom: 15px;
}
header .sp_menu_btn .txt{
	font-size: 10px;
	bottom: 7px;
}
.uk-offcanvas-page header .sp_menu_btn .box span:nth-child(1){transform: translateY(9px) rotate(-45deg);}
.uk-offcanvas-page header .sp_menu_btn .box span:nth-child(3){transform: translateY(-9px) rotate(45deg);}

.uk-offcanvas{
	top: 55px;
}

.foot_totop a{
	padding: 15px 0 10px;
}

.foot_totop a img{
	width: 40px;
}

.foot_link_list01 ul li a{
	font-size: 90%;
	padding: 15px 0;
}

.foot_logo .jp{
	width: 200px;
}





.top_main{
	height: 365px;
}



.top_common_news_box .news_tab{
	justify-content: center;
}

.top_common_news_box .news_tab a{
	margin: 10px 0;
	padding: 3px 0;
}

.top_lower_linklist .img_list a{
	font-size: 150%;
}

.top_lower_linklist .img_list a .angle_right_square{
	width: 35px;height: 35px;
}
.top_lower_linklist .img_list a .angle_right_square:after{
	font-size: 120%;
}

.top_lower_linklist .form_link{
	flex-direction: column-reverse;
	height: auto;
	box-shadow: 0 0 15px rgba(0,0,0,0.30);
}

.top_lower_linklist .form_link > div{
	height: 180px;
}

.top_lower_linklist .form_link .angle_right_square{
	width: 35px;height: 35px;
	right: 10px;
}

.top_lower_linklist .form_link .angle_right_square:after{
	font-size: 200%;
}

.top_lower_imgbox{
	overflow: hidden;
}

.top_lower_imgbox .imgbox{
	width: 120%;
	margin-left: -10%;
}

.page_main .title_box{
	height: 180px;
}

.page_main .title_box h1{
	font-size: 180%;
	width: auto;
	padding-right: 1.5em;
	max-width: 90%;
}


.equipment_list_box .toggle_item{
	padding: 0;
	font-size: 90%;
}

.equipment_list_box .toggle_item .btn .img{
	width: 80px;
	margin-right: 15px;
}

.equipment_list_box .toggle_item .btn .txt h4{
	font-size: 100%;
}

.equipment_list_box .toggle_item .btn .txt .en{
	font-size: 90%;
}

.equipment_list_box .toggle_item .btn .icon{
	width: 24px;height: 24px;
	margin-left: 10px;
}

.equipment_list_box .toggle_item .tbl,
.ryokin_tbl{
	overflow-x: auto;
}

.equipment_list_box .toggle_item .tbl:before,
.ryokin_tbl:before{
	content: "表は横にスクロールしてご覧ください";
	display: block;
	color: #CC2A39;
	margin-bottom: 10px;
}

.equipment_list_box .toggle_item .tbl::-webkit-scrollbar,
.ryokin_tbl::-webkit-scrollbar{
	width:8px;
  background: #ddd;
	border-radius: 0;
}
.equipment_list_box .toggle_item .tbl::-webkit-scrollbar:horizontal,
.ryokin_tbl::-webkit-scrollbar:horizontal{
	height:8px;
}
.equipment_list_box .toggle_item .tbl::-webkit-scrollbar-thumb,
.ryokin_tbl::-webkit-scrollbar-thumb{
	background: #34B3D1;
	border-radius: 10px;
}

.eq_tbl{
	min-width: 500px;
}

.eq_tbl th, .eq_tbl td{
	font-size: 90%;
	padding: 15px 1em 15px 10px;
}

.ryokin_tbl table{
	min-width: 500px;
}

.ryokin_tbl table th, .ryokin_tbl table td{
	font-size: 90%;
	padding: 15px 5px;
}


.link_page_list ul li{
	padding-left: 10px;
}

.link_page_list ul li a.link{
	font-size: 100%;
	padding-left: 20px;
}

.link_page_list ul li a.link:before{
	width: 20px;height: 20px;
}

.link_page_list ul li .txtbox{
	padding-left: 20px;
}

.link_page_list ul li .txtbox .contact_title{
	font-size: 100%;
}





.form_step_box ul{
	flex-direction: column;
	background: none;
}

.form_step_box ul li{
	width: 100%;height: 50px;
	margin-right: 0;
	margin-bottom: 20px;
}

.form_step_box ul li:last-child{
	margin-bottom: 0;
	padding-right: 0;
}

.form_step_box ul li:before{
	content: none;
}

.form_step_box ul li:after{
	border-top: 20px solid #EFEFEF;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent!important;
	right: 50%;top: auto;bottom: 1px;
	transform: translate(50%,100%);
}

.step1 .form_step_box ul li.step1:after,
.step2 .form_step_box ul li.step2:after,
.step3 .form_step_box ul li.step3:after{
	border-top: 20px solid #34B3D1;
}


.form_main table td input[type="text"], 
.form_main table td input[type="email"], 
.form_main table td input[type="tel"], 
.form_main table td textarea{
	height: 30px;
}

.form_main table tr{
	padding: 15px 0;
	display: block;
}
.form_main table th, .form_main table td{
	display: block;
	width: 100%!important;
	padding: 5px;
}

.form_main .bgblue_tbl{
	padding:0 10px;
}

.form_main table .check_blue_bg{
	padding-bottom: 15px;
	margin-left: 5%;margin-right: 5%;
}

.form_main table .check_flex{
	margin-top: -15px;
}

.form_main table .check_flex > *{
	margin-right: 20px;
}


.form_main table td input[type="checkbox"]{
	width: 18px;height: 18px;
}
.form_main table td input[type="radio"]{
	width: 18px;height: 18px;
}



.fm__others-btn .add, .fm__others-btn .remove,
.fm__others-btn2 .add, .fm__others-btn2 .remove{
	width: 100%!important;
}

.fm__others-btn p:before,
.fm__others-btn2 p:before{
	left: 8px;
}
.fm__others-btn p.add:after,
.fm__others-btn2 p.add:after{
	left: 18px;
}

.fm__others-btn input,
.fm__others-btn2 input{
	padding: 15px 1em;
	font-size: 90%;
}

.submit_btn_box p,
.submit_btn_box2 p{
	width: 100%!important;
}

.submit_btn_box input,
.submit_btn_box2 input{
	padding: 15px 1em;
}
