/* CSS Document */
.sp_none, .slick-slide img.sp_none {
  display: none !important;
}

.pc_only{display:none!important;}

.txt50sp {
  font-size: 50% !important;
}
.txt60sp {
  font-size: 60% !important;
}
.txt70sp {
  font-size: 70% !important;
}
.txt80sp {
  font-size: 80% !important;
}
.txt90sp {
  font-size: 90% !important;
}
.txt100sp {
  font-size: 100% !important;
}
.txt110sp {
  font-size: 110% !important;
}
.txt120sp {
  font-size: 120% !important;
}
.txt130sp {
  font-size: 130% !important;
}
.txt140sp {
  font-size: 140% !important;
}
.txt150sp {
  font-size: 150% !important;
}
.txt160sp {
  font-size: 160% !important;
}
.txt170sp {
  font-size: 170% !important;
}
.txt180sp {
  font-size: 180% !important;
}
.txt190sp {
  font-size: 190% !important;
}
.txt200sp {
  font-size: 200% !important;
}
.txt240sp {
  font-size: 240% !important;
}
.txt280sp {
  font-size: 280% !important;
}
.sp_mb0 {
  margin-bottom: 0 !important;
}
.sp_mb05 {
  margin-bottom: 5px !important;
}
.sp_mb10 {
  margin-bottom: 10px !important;
}
.sp_mb20 {
  margin-bottom: 20px !important;
}
.sp_mb30 {
  margin-bottom: 30px !important;
}
.sp_mb40 {
  margin-bottom: 40px !important;
}
.sp_mb50 {
  margin-bottom: 50px !important;
}
.sp_mt0 {
  margin-top: 0 !important;
}
.sp_mt10 {
  margin-top: 10px !important;
}
.sp_mt20 {
  margin-top: 20px !important;
}
.sp_mt30 {
  margin-top: 30px !important;
}
.sp_mt40 {
  margin-top: 40px !important;
}
.sp_mt50 {
  margin-top: 50px !important;
}
.sp_mt60 {
  margin-top: 60px !important;
}
.sp_mt80 {
  margin-top: 80px !important;
}
.sp_ml0 {
  margin-left: 0 !important;
}
.sp_ml10 {
  margin-left: 10px !important;
}
.sp_mr0 {
  margin-right: 0 !important;
}
.sp_lh160p {
  line-height: 1.6;
}
.t_align_left_sp {
  text-align: left;
}
.t_align_center_sp {
  text-align: center !important;
}
.sp_w80 {
  width: 80%;
}
.sp_w100 {
  width: 100%;
}
.sp200px {
  width: 200px;
}
.sp_mw450px {
  max-width: 450px;
}
.sp_mw_none {
  max-width: none;
}
.sp_block {
  display: block !important;
}
.sp_w100 {
  width: 100%;
}

.sp_colmun_reverse{
	flex-direction: column-reverse;
}
/*------------------------------*/
body{
	padding-top: 75px;
}
.section_padding{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section_padding_l{
	padding-top: 50px;
	padding-bottom: 50px;
}


.common_h2_title{
	font-size: 180%;
	padding: 20px 0;
}
.common_h2_title:after{
	width: 35%;
}

.common_h3_title{
	font-size: 140%;
}



header .sp_menu_btn {
	background: #34B3D1;
	cursor: pointer;
	width: 75px;height: 75px;
	display: flex;
	justify-content: center;align-items: center;
	position: relative;
}

header .sp_menu_btn .box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 30px;height: 25px;
	margin-bottom: 20px;
}

header .sp_menu_btn .box span{
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}

.uk-offcanvas-page header .sp_menu_btn .box span:nth-child(1){
	transform: translateY(11.5px) rotate(-45deg);
}
.uk-offcanvas-page header .sp_menu_btn .box span:nth-child(2){
	opacity: 0;
}
.uk-offcanvas-page header .sp_menu_btn .box span:nth-child(3){
	transform: translateY(-11.5px) rotate(45deg);
}

header .sp_menu_btn .txt{
	font-size: 12px;
	position: absolute;
	left: 50%;bottom: 10px;
	color: #fff;
	line-height: 1;
	transform: translateX(-50%);
}
header .sp_menu_btn .txt:after{
	content:"MENU";
}


.sp_menu_list .sub_menu{
	padding: 20px 0;
	border-top: 1px solid #D1D1D1;
}

.sp_menu_list .sub_menu a{
	color: #013A93;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}


.sp_menu_list .main_menu{
	border-top: 1px solid #D1D1D1;
}

.sp_menu_list .main_menu a{
	border-bottom: 1px solid #D1D1D1;
	padding: 20px 1em;
	color: #333;
	text-decoration: none;
	display: block;
	position: relative;
}

.sp_menu_list .main_menu a:after{
	content:"\f105";
	font-family: FontAwesome;
	font-weight: bold;
	position: absolute;
	right: 1em;top: 50%;
	line-height: 1;
	transform: translateY(-50%);
	color: #34B3D1;
	font-size: 120%;
}

.sp_menu_list .lower_menu{
	width: 90%;
	margin-left: auto;margin-right: auto;
}

.sp_menu_list .lower_menu a{
	border-bottom: 1px solid #D1D1D1;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	display: block;
	position: relative;
	font-size: 80%;
}


.sp_menu_list .lower_menu a:after{
	content:"\f105";
	font-family: FontAwesome;
	font-weight: bold;
	position: absolute;
	right: 0;top: 50%;
	line-height: 1;
	transform: translateY(-50%);
	color: #34B3D1;
	font-size: 120%;
}


.uk-offcanvas-page header .sp_menu_btn .txt:after{
	content:"CLOSE";
}

.uk-offcanvas{
	top: 75px;
}

.uk-offcanvas-flip .uk-offcanvas-bar{
	background: #fff;
	padding: 0;
	width: 100%;
	max-width: 380px;
	right: -380px;
}

.foot_link_list01 ul li{
	margin-top: 0!important;
}

.foot_link_list01 ul li a{
	padding: 20px 0;
	display: block;
	border-top: 1px solid #fff;
}

.foot_link_list01 ul li:last-child a{
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}





.top_main{
	height: 600px;
	min-height: inherit;
}

.top_important_news_list_body {
    padding: 0;
	margin: -10px 0 -15px;
}
.top_important_news_box .news_txt{
	padding: 10px 20px;
}

.top_important_news_box .btn {
	margin-top: -10px;
    justify-content: center;
	padding-right: 0;
	padding-bottom: 15px;
}

/*
.top_important_news_box .btn{
	padding: 20px;
}
*/

.top_important_news_box .btn a{
	width: auto;
	min-width: 145px;
}

.top_common_news_box .sp_line_none{
	margin-top: 30px!important;
}

.top_common_news_box .sp_line_none:before{
	content: none!important;
}


.top_lower_linklist .img_list a{
	height: 200px;
}

.top_lower_linklist .img_list a:after{
	height: 100px;
}

.sp_bg_gray{
	background: #EDEDED;
}

.top_lower_linklist .form_link {
	height: 200px;
}

.top_lower_linklist .form_link img{
	height: 100%;
	object-fit: cover;
}

.top_lower_imgbox .imgbox{
	position: static;
	width: 100%;
}

.top_lower_imgbox:after{
	content: none;
}

.top_tw_area{
	display: none;
}

.page_main{
	padding: 30px 0;
}

.page_main .title_box{
	height: 240px;
}

.page_main .title_box h1{
	font-size: 240%;
	padding: 20px 1em 20px 0;
	min-width: inherit;
	width: auto;
	max-width: 420px;
}


.page_top_nav ul li a{
	font-size: 90%;
}

.equipment_list_box .toggle_item .btn{
	padding: 30px 0;
}

.equipment_list_box .toggle_item .btn .img{
	width: 100px;
	margin-right: 20px;
}

.equipment_list_box .toggle_item .btn .txt h4{
	font-size: 120%;
}

.equipment_list_box .toggle_item .btn .icon{
	width: 40px;height: 40px;
}

.link_page_list ul li a.link{
	font-size: 120%;
}
.link_page_list ul li .txtbox{
	font-size: 90%;
}




.form_step_box ul li .en{
	font-size: 90%;
}

.form_step_box ul li .jp{
	font-size: 120%;
}


.form_main table th, .form_main table td{
	font-size: 90%;
}

.form_main table th{
	width: 240px;
}
.form_main .bgblue_tbl table th{
	width: calc(240px - 20px);
}



.fm__others-btn,
.fm__others-btn2{
	flex-direction: column;
}


.fm__others-btn p:before,
.fm__others-btn2 p:before{
	width: 20px;height: 3px;
	left: 20px;
}

.fm__others-btn .add, .fm__others-btn .remove,
.fm__others-btn2 .add, .fm__others-btn2 .remove{
	width: 60%!important;
	max-width: 480px;
	margin: auto;
}
.fm__others-btn p:nth-child(n + 2),
.fm__others-btn2 p:nth-child(n + 2){
	margin-left: auto;
	margin-top: 20px;
}

.fm__others-btn p.add:after,
.fm__others-btn2 p.add:after{
	width: 3px;height: 20px;
	left: 30px;
}



.submit_btn_box{
	flex-direction: column-reverse;
}

.submit_btn_box p{
	width: 60%!important;
	max-width: 480px;
	margin: auto;
}

.submit_btn_box p:nth-child(n + 2){
	margin-left: auto;
	margin-bottom: 20px;
}

