@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.10.0/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');
/* --------------------------------------------
各画面のクラスを記述するcss
auther:s_taniguci
----------------------------------------------- */


/* --------------------------------------------
TOPページ/index
----------------------------------------------- */
.index_table_area{
	height: 830px;
	height: 760px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.index_table_area table{
	position: relative;
}
.index_table_area table thead th{
	background-color: #ffb516;
	color: #fff;
	font-weight: normal;
	text-align: center;
	position: sticky;
	top: 0;
}
.index_table_area table tr td{
	background-color: #fff;
}

.index_table_area table tr td{
	border: 1px solid #ddd;
}
.index_table_area table tr td:nth-child(2){
	font-weight: bold;
	color: #22b6a4;
}
.index_table_area table tr th:first-child{
	width: 150px;
	border-radius: 10px 0 0 0;
}
.index_table_area table tr th:last-child{
	border-radius: 0 10px 0 0;
}
.index_table_area .registered{
	font-size: 12px;
	color: #ff4c16;
}
.index_table_area .registered i{
	margin-right: 3px;
}
.date_area{
	font-size: 32px;
	height: 40px;
	position: relative;
	color: #ff4c16;
	font-weight: bold;
	width: 250px;
}
.date_area .date_left{
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.date_area span{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #bb8000;

}
.date_area .date_right{
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.index_table_area .index_note{
	color: #aaa59d;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	word-break: break-all;
}
/* --------------------------------------------
ログインページ/login
----------------------------------------------- */
.login_area{
	width: 50%;
	margin: 20% auto;
	text-align: center;
}
.main_logo_area{
	width: 60%;
	margin: 20px auto;
}
.main_logo_area img{
	width: 100%;
}
/* --------------------------------------------
訪問情報入力/inputVisitInformation
----------------------------------------------- */
.visit_info_table_area{
	height: 800px;
	height: 730px;
	overflow-x: hidden;
	overflow-y: scroll;
	word-break: break-all;
}
.visit_info_table_area table tr{
	border-bottom: 2px dotted #60ddce;
	min-height: 73px;
}
.visit_info_table_area table tr:last-child{
	border-bottom: none;
}
.visit_info_table_area table th,
.visit_info_table_area table td{
	vertical-align: middle;
}
.visit_info_table_area table th{
	width: 150px;
	font-size: 14px;
	white-space: nowrap;

}
.time_span{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.mini_ttl{
	font-size: 18px;
	font-weight: bold;
	margin-left: 3px;
}
.mini_ttl i{
	font-size: 20px;
	margin-right: 10px;
	color: #ff855f;
}
.visit_info_table{
	border-bottom: 3px solid #60ddce;
}
.visit_info_sb{
	padding: 10px 0;
}
.inputabled{
	pointer-events: auto !important;
	background-color: inherit !important;
}
.disabled{
	pointer-events: none !important;
	background-color: #dfdcbd !important;
}
.checkbox-inputabled{
	content: "";
	pointer-events: auto !important;
	opacity: 1;
}
.checkbox-disabled{
	content: "";
	pointer-events: none !important;
	opacity: 0.5;
}
.label-inputabled{
	cursor: pointer!important;
}
.label-disabled{
	cursor: default!important;
}
.ratio_area{
	display: flex;
	align-items: center;
}
.ratio_area input{
	width: 120px;
}
.etc_input{
	display: none;
}
.charger_table{
	padding: 10px 0;
}
.charger_table_card{
	margin: 10px;
	border: 2px solid #ff855f;
	border-radius: 7px;
}
.charger_table tr:nth-child(2) td,
.charger_table tr:nth-child(2) th{
	padding-top: 0;
}
.charger_table_card tr{
	border-bottom: 1px dotted #ff855f !important;
}
.charger_table_card tr:first-child,
.charger_table_card tr:last-child{
	border-bottom: none !important;
}

.charger_check{
	border-bottom: none !important;
}
.charger_check td{
	/* padding: 0 !important; */
	padding-bottom: 0 !important;
}
.modal_box .visit_info_table_area{
	overflow: visible;
	height: auto;
}
.modal_box .mini_ttl{
	text-align: left;
}
.modal_image_area{
	width: 90%;
	margin: 2% auto;
}
.modal_image_area img{
	width: 100%;
	max-width: 100%;
}
.modal_box .charger_table_card tr:first-child{
	border-bottom: 1px dotted #ff855f !important;
}
.modal_box .charger_table tr:nth-child(2) td,
.modal_box .charger_table tr:nth-child(2) th{
	padding-top: 10px;
}
.season_flex{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.display_month_span{
	margin-left: 15px;
}
.sticky_btn_area{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
}
.sticky_btn_area button{
	background-color: #ff4c16;
	opacity: 0.9;
	color: #fff;
	margin: 5px 0;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	border-radius: 10px;
	font-size: 10px;
	border: 3px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.sticky_btn_area button:nth-child(2){
	background-color: #22b6a4;
}

.memo_del_btn{
	background-color: #22b6a4;
	color: #fff;
	padding: 3px 15px;
	border-radius: 30px;
}
.display_range,.display_range2{
	width: 42px;
	display: inline-block;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}
.emoji_1,.emoji_2{
	font-size: 30px;
}
.input_range{
	display: flex;
    align-items: center;
    height: 65px;

}
.input_range div{
	margin-left: 5px;
	white-space: nowrap;
}
.change_emoji,
.change_season_emoji,
.change_reaction_emoji{
	font-size: 35px;
}
.start_ttl,.end_ttl{
	padding: 3px;
	border-radius: 3px;
}
.start_ttl{
	background-color: #ff4c16;
	color: #fff;
	border: 1px solid #ff4c16;
}
.end_ttl{
	background-color: #fff;
	color: #ff4c16;
	border: 1px solid #ff4c16;
}
.start_month,.end_month{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}
.season_flex .month_scale{
	margin-top: 0;
}
#memo_modal{
	width: 90vw;
	height: 600px;
	padding: 0;
  }
  .memo_modal_area{
	position: relative;
  }

  .memo_modal_close{
    top: 15px;
    right: 4px;
	font-size: 30px;
  }
  .memo_modal_btn button{
	margin: 10px;
  }
  .memo_modal_area{
	padding: 15px 40px 15px 15px;
  }
  .memo_modal_save{
	position: absolute;
	right: 0;
	bottom: 10px;
    opacity: 0.9;
    color: #fff;
    margin: 5px 0;
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
	background-color: #22b6a4;
  }
  .canvas_area{
	border: 2px solid #22b6a4;
	background: #fff;
	width: 100%;
	height: 100%;
}
.theme_del_none{
	display:none;
}
.school_switch_btn{
	background-color: #ffb516;
	color: #fff;
	border-radius: 100px;
	padding: 5px 15px;
}
.school_switch_btn:nth-child(2){
	background-color: #60ddce;
}
.visit_info_table .theme_table tr,
.visit_info_table .carrying_items_table tr{
	border-bottom: none;
}
.visit_info_table .theme_table .theme_last_tr,
.visit_info_table .theme_table .theme_cnt,
.visit_info_table .carrying_items_table .carrying_items_num,
.modal_carrying_commodity .modal_carrying_items .modal_carrying_last_tr,
.modal_visit_theme_table .modal_delete_table .modal_theme_last_tr{
	border-bottom: 2px dotted #ff855f;
}
.visit_info_table .theme_area:last-child .theme_last_tr,
.visit_info_table .theme_area:last-child .theme_cnt,
.visit_info_table .carrying_items_area:last-child .carrying_items_num,
.modal_carrying_commodity .modal_carrying_items:last-child .modal_carrying_last_tr,
.modal_visit_theme_table .modal_delete_table:last-child .modal_theme_last_tr{
	border-bottom: none;
}
.theme_form th,.theme_form td,
.carrying_items_type th,.carrying_items_type td,
.carrying_items_num th,.carrying_items_num td{
	padding-bottom: 0 !important;
}
.theme_cnt th,.theme_cnt td{
	padding-top: 0 !important;
}
.theme_area tr td:nth-child(3),
.carrying_items_type td:nth-child(3){
	width: 55px;
	padding:10px 0;
}
.theme_btn_area,
.carrying_items_btn_area{
	text-align: center;
}
.theme_btn_area button i,
.carrying_items_btn_area button i{
	font-size: 36px;
}
.theme_btn_area .fa-plus-square,
.carrying_items_btn_area .fa-plus-square{
	color: #fe0000;
}
.theme_btn_area .fa-minus-square,
.carrying_items_btn_area .fa-minus-square{
	color: #22b6a4;
}
.no_bottom_boder_tr{
	border-bottom: none !important;
}
.minipro_th{
	height: 55px;
	background-image: url("../../img/cmn/minipro_pc.png");
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 15% 50%;
}
.achievement_th{
	height: 55px;
	background-image: url("../../img/cmn/achievement_logo.png");
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: 10% 50%;
}
/* --------------------------------------------
学校一覧/schoolList
----------------------------------------------- */
.search_table_area{
	height: 730px;
	overflow-x: hidden;
	overflow-y: scroll;
	word-break: break-all;
	scroll-behavior: smooth;
}
.search_table_area table tr th{
	white-space: nowrap;
}
.search_table{
	width: 85%;
	margin: auto;
    border: 2px solid #ff855f;
    border-radius: 7px;
    padding: 15px 30px;
	min-width: 450px;
}
.search_table tr th,
.search_table tr td{
	padding: 5px 15px !important;
}
.sub_btn_area{
    margin: 40px 0px 5px 0px;
    text-align: right;
	display: flex;
	justify-content: flex-end;
}
.sub_btn_area form{
	display: inline;
}
.sub_btn{
    background-color: #22b6a4;
    color: #fff;
    padding: 5px 30px;
    width: 140px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
	margin: 5px;
}
.school_list_table table thead th{
	background-color: #ffb516;
    color: #fff;
    font-weight: normal;
    text-align: center;
    position: sticky;
    top: 0;
}
.school_list_table table thead th:first-child{
    border-radius: 10px 0 0 0;
}
.school_list_table table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.school_list_table table tr td {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
}
.school_list_table table tr th:nth-child(6){
	padding: 10px 7px;
}
.school_list_table table tr td:nth-child(2){

	width: 250px;
}
.school_list_table table tr td:nth-child(3){
	width: 80px;
}
.school_list_table table tr td:nth-child(4),
.school_list_table table tr td:nth-child(5),
.school_list_table table tr td:nth-child(6)
{
	text-align: center;
}
.school_list_table table tr td:nth-child(7){
	width: 94px;
}
.school_list_table .tell_icon{
	width: 40px;
}
.school_list_table .school_name .school_name_layout{
	font-weight: bold;
	color: #22b6a4;
	margin-bottom: 2px!important;
}
.school_list_table .school_name p:last-child{
	font-size: 12px;
	line-height: 1;
}
.add_sort_area{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.add_sort_select{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.add_sort_select select,
.add_sort_select .select_box{
	width: 150px;
}
.add_sort_select span{
	font-size: 14px;
	margin-left: 5px;
	margin-right: 4px;
	color: #ff855f;
}
.emphasis_text{
	color: #fe0000;
	font-weight: bold;
	font-size: 15px!important;
}
.index_readonly{
	color:#000000;
}
/* -------------------------------
/* --------------------------------------------
学校情報新規登録(更新)/registSchoolInfo
----------------------------------------------- */
.short_input{
	max-width: 300px;
}
.no_border_bottom{
	border-bottom: none !important;
}
.delete_check_area{
	margin-bottom: 40px;
    text-align: center;
}
.delete_btn{
    background-color: #22b6a4;
    color: #fff;
    padding: 8px 35px;
    width: 180px;
    font-size: 18px;
    border-radius: 5px;
}
.delete_btn:disabled {
 	background: #ccc;
}
.right_btn_area{
	margin: 10px auto;
	text-align: right;
}
.back_btn{
    background-color: #909090;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    width: 80px;
    font-size: 18px;
    border-radius: 5px;
}
.school_regist_table {
    height: 700px;
}
.star_rating_item {
	font-size: 35px;
    color: #909090;
}
.star_rating_item_on i{
	color: #ffb516 !important;
	background: linear-gradient(0deg, #FFB516 30%,#fffca6 90%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.star_rating_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.star_reset{
	background-color: #60ddce;
	background-color: #22b6a4;
	color: #fff;
	border-radius: 20px;
	font-size: 15px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	line-height: 26px;
	margin-left: 10px;
	text-align: center;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.star_reset i{
	padding-right: 1px;
}
.star_rating_item_wrap{
	width: 250px;
	height: 50px;
}
.star_rating_item{
	width: 40px;
	display: inline-block;
	vertical-align: text-top;
}
.star_rating_half,.star_rating_full {
	position: relative;
}
.star_rating_half i{
	overflow: hidden;
	width: 20px !important;
	display: inline-block;
	position:absolute;
	z-index: 2;
}
.star_rating_full i{
	overflow: hidden;
	width: 40px !important;
	display: inline-block;
	position:absolute;
	z-index: 1;
}
/* --------------------------------------------
学校情報詳細/schoolInfoDetail
----------------------------------------------- */
.info_detail_btn_area{
    margin: 0px auto;
    text-align: right;
}
.info_detail_btn{
    background-color: #22b6a4;
    color: #fff;
    padding: 5px 20px;
    width: 120px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}
.more_btn{
    background-color: #ff855f;
    border-radius: 20px;
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
    width: 100%;
}
.retirement_pic_area{
	background: #ccc;
}
.employment_results_title {
    margin-top: 10px;
    margin-bottom: 15px !important;
}
.online_icon{
	font-size: 22px;
	color: #00b3f0;
}
.recruitment_record_table{
	margin-bottom: 20px;
	line-height: 1.3;
}
.recruitment_record_table thead th{
    background-color: #ffb516;
    color: #fff;
    font-weight: normal;
    text-align: center;
	width: auto;
	text-align: center!important;
}
.visit_info_table .recruitment_record_table tbody tr{
	border-bottom: none;
	border: 1px solid #ddd;
}
.recruitment_record_table td{
	background-color: #fff;

}
.recruitment_record_table tr td:first-child{
	width: 17%;
}
.recruitment_record_table tr td:nth-child(2){
	width: 55px;
	text-align: center;
}
.recruitment_record_table tr td:nth-child(3),
.recruitment_record_table tr td:nth-child(5){
	width: 110px;
}
.recruitment_record_table tr td:nth-child(4){
	width: 40%;
	font-size: 14px;
}
.recruitment_record_table tr th:first-child{
	border-radius: 10px 0 0 0;
}
.recruitment_record_table tr td:nth-child(2),
.recruitment_record_table tr td:nth-child(3){
	text-align: center;
}
.recruitment_record_table tr th:last-child{
	border-radius: 0 10px 0 0;
}
.retirement_date{
	font-size: 13px;
	display: block;
}
.open_area_map{
	color: blue;
	cursor: pointer;
}
/* --------------------------------------------
担当者新規登録（更新）/registSchoolPic
----------------------------------------------- */
.file_area input[type="file"]{
	display: none;
}
.file_area label {
    background-color: #22b6a4;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 30px;
    transition: 0.5s;
    text-align: center;
    margin-right: 10px;
    white-space: nowrap;
}
.file_clear{
	padding-left: 10px;
	white-space: nowrap;
}
.file_clear i{
	color: #60ddce;
}
/* --------------------------------------------
担当割当登録/registAllocation
----------------------------------------------- */

.regist_allocation_search_table{
	width: 85%;
	margin: auto;
	padding: 15px 30px;
}
.regist_allocation_search_table th{
	width: 184px;
}
.regist_allocation_modal_area table tr{
	border-bottom: 2px dotted #60ddce;
}
.regist_allocation_modal_area table tr:last-child{
	border-bottom: 3px solid #60ddce;
}
.regist_allocation_modal_area table tr td{
	position: sticky;
	padding : 2px 0px 2px 50px;
}
.regist_allocation_search_list table tr td:nth-child(5),
.regist_allocation_search_list table tr td:nth-child(6),
.regist_allocation_search_list table tr td:nth-child(7),
.regist_allocation_search_list table tr td:nth-child(8),
.regist_allocation_search_list table tr td:nth-child(9){
	text-align: center;
}
.regist_allocation_search_list table thead th{
	background-color: #ffb516;
	color: #fff;
	font-weight: normal;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 1;
}
.regist_allocation_search_list table thead th:first-child{
	border-radius: 10px 0 0 0;
	padding-left: 3px;
	padding-bottom: 3px;
	width: 40px;
}
.regist_allocation_search_list table thead th:last-child{
	border-radius: 0 10px 0 0;
}
.regist_allocation_search_list table tr td {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	font-size: 14px;
}
.regist_allocation_search_list .checkbox-parts{
	margin: 1px;
	padding: 1px;
}
.modal_box .regist_allocation_modal_area{
	overflow: visible;
	height: auto;
}
/* --------------------------------------------
訪問履歴一覧/schoolVisitHistoryList
----------------------------------------------- */
.list_count{
	background-color: #f7fdd6;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	position: sticky;
	top: 0;
	z-index: 1;
}
.list_count p{
	padding-right: 10px;
}
.list_count span{
	font-size: 16px;
	margin-right: 2px;
}
.visit_history_search_list table thead th{
	background-color: #ffb516;
	color: #fff;
	font-weight: normal;
	text-align: center;
	position: sticky;
	top: 22px;
}
.visit_history_search_list table thead th:first-child{
	border-radius: 10px 0 0 0;
}
.visit_history_search_list table thead th:last-child{
	border-radius: 0 10px 0 0;
}
.visit_history_search_list table tr td:nth-child(2){
	min-width:220px;
}
.visit_history_search_list table tr td:nth-child(3){
	width:91px;
}
.visit_history_search_list table tr td:nth-child(4){
	width:120px;
}
.visit_history_search_list table tr td:nth-child(5){
	width:105px;
}
.visit_history_search_list table tr td {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	font-size: 14px;
}
.visit_history_detail_btn{
	background-color: #60ddce;
	color: #fff;
	padding: 3px 13px;
	letter-spacing: 2px;
	border-radius: 13px;
	white-space:nowrap;
}
.visit_history_search_list table tr td:nth-child(6){
	text-align: center;
}
.visit_history_search_list .visit_day_cnt p:first-child{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.visit_history_search_list .visit_day_cnt p:first-child span:first-child{
	margin-right: 4px;
}
.visit_history_search_list .visit_day_cnt .online_icon{
	font-size: 19px;
}
/* -----------------------------------------------
会社紹介動画/companyIntroductionMovie
-------------------------------------------------- */
.movie_table_area{
	height: 700px;
	overflow-x: hidden;
	overflow-y: scroll;
	word-break: break-all;
}
.movie_list_wrap ul{
	    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.movie_list_wrap ul li{
    width: 30%;
    margin: 1% 1.5%;
    background-color: #fff;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 50%);
    transition: .5s;
}
.movie_list_wrap ul li a{
	width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -1px;
}
.movie_list_wrap ul li video{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.movie_list_wrap ul li span{
    font-size: 14px;
    color: #404040;
    display: block;
    padding: 10px;
    line-height: 130%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}
.movie_name{
	width: 90%
}
.movie_url_copy{
	font-size: 18px;
    font-weight: lighter;
    color:	#60ddce;
	cursor: pointer;
}
.share_btn_area{
	margin: 5px 0;
	margin-left: 5px
}
.all_movie_share_btn{
	background-color: #ffb516;
	color: #fff;
	padding: 3px 13px;
	margin-left: 5px;
	font-size: 16px;
	border-radius: 5px;
}
.all_movie_share_btn i{
	margin-right: 5px;
}
/* --------------------------------------
動画再生モーダル
----------------------------------------- */
.select_movie_warp{
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    padding: 30px 0;
    z-index: 7777;
    display: flex;
    justify-content: center;
    align-items: center;
   	width: fit-content;
    height: fit-content;
    overflow: hidden;
    transform: scale(1);
    opacity: 1;
	transition: transform 0.2s, opacity 1.5s;
}
.movie_fade {
	transform: scale(0);
	opacity: 0;
	transition: transform 1.0s, opacity 0.3s;
}
.select_movie_inner{
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	width: 100%;
	max-width: 640px;
	height: auto;
	outline: none !important;
}
.select_movie_close{
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}
.select_movie_close i{
	font-size: 25px;
    color: #898787;
}
.select_movie_inner video{
	width: 100%;
	height: auto;
	outline: none;
}
/* --------------------------------------------
携行品登録/registCarryingCommodity
----------------------------------------------- */
.each_file_area{
	margin: 10px 0;
	    display: flex;
    align-items: center;
}
.each_file_area button{
	padding-left: 10px;
}
.each_file_area button i{
	font-size: 18px;
}
.file_plus_btn i{
	color: #fe0000;
}
.file_minus_btn i{
	color: #22b6a4;
}
/* --------------------------------------------
携行品一覧/carryingCommodityList
----------------------------------------------- */
.commodity_list_table table thead th{
	background-color: #ffb516;
    color: #fff;
    font-weight: normal;
    text-align: center;
    position: sticky;
    top: 0;
}
.commodity_list_table table thead th:first-child{
    border-radius: 10px 0 0 0;
}
.commodity_list_table table thead th:last-child{
	min-width: 95px;
    border-radius: 0 10px 0 0;
}
.commodity_list_table table tr td {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
}
.commodity_list_table .commodity_name{
	max-width: 300px;
	word-break: break-word;
	font-weight: bold;
    color: #22b6a4;
}
.commodity_list_table table tr td:last-child{
	text-align: center;
}
#commodity_file iframe{
min-height: 40vh;
    height: 60vh;
    width: 100%;
}
#commodity_file .modal_close_area{
    height: 15px;
}
/* -----------------------------------------------
動画再生ページ/playMovie
-------------------------------------------------- */
.play_movie_container{
	width: 100%;
	padding: 15px;
}
.play_movie_container video{
	width: 100%;
}
/* --------------------------------------------
訪問実績一覧/schoolVisitResults
----------------------------------------------- */
.handsouts_list_table{
	margin-bottom: 30px;
}
.handsouts_list_table table thead th{
	background-color: #ffb516;
    color: #fff;
    font-weight: normal;
    text-align: center;
	font-size: 14px;
}
.handsouts_list_table table thead th:first-child{
    border-radius: 10px 0 0 0;
}
.handsouts_list_table table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.handsouts_list_table table tr td {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
}
.handsouts_list_table table .saturday_tr td {
    background-color: #dff9ff;
}
.handsouts_list_table table .holiday_tr td {
    background-color: #ffeff5;
}
.handsouts_list_table table tr th:first-child{
	width: 200px;
	min-width: 100px;
}
.handsouts_list_table table tr .task_td{
	min-width: 100px;
}
.handsouts_list_table table tr .school_name_td{
	min-width: 150px;
}
.handsouts_list_table table tr .new_or_exist_td,
.handsouts_list_table table tr .leaflet_td,
.handsouts_list_table table tr .poster_td,
.handsouts_list_table table tr .teleapo_td
{
	width: 100px;
	text-align: center;
}
.recruitment_charger{
	font-size: 17px;
	font-weight: bold;
	white-space:nowrap;
}
.recruitment_charger i{
	color: #22b6a4;
	padding-left: 3px;
	margin-right: 5px;
}
.recruitment_charger_total{
	position: absolute;
    z-index: 2;
    right: 0;
    top: 243px;
    color: #fff;
    background-color: #ff4c16;
    width: 33px;
    height: 72px;
    padding-top: 8px;
	opacity: 0.9;
}
.recruitment_charger_total p{
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
}
.recruitment_charger_link{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 315px;
}
.recruitment_charger_cnt{
	display: flex;
    flex-direction: row-reverse;
}
.recruitment_charger_link button{
	background-color: #22b6a4;
	opacity: 0.9;
	color: #fff;
	margin: 5px 0;
	width: 33px;
	height: 119px;
	display: block;
	text-align: center;
	margin: 0;
	font-size: 16px;
}
.recruitment_charger_link button:hover{
	opacity: 0.8;
}
.recruitment_charger_link button p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: middle;
	margin-right: 0;
	margin: 0 auto;
}
.recruitment_charger_link .recruitment_charger_list{
	background-color: #22b6a4;
	opacity: 0.9;
	width: 140px;
	display: none;
}
.recruitment_charger_link .recruitment_charger_list li{
	line-height: 1.8;
	border-bottom: 1px dotted #fff;
	padding: 5px 10px;
	overflow-wrap: break-word;
}
.recruitment_charger_link .recruitment_charger_list a{
	color: #fff;
	font-weight: normal;
}
.recruitment_charger_link .recruitment_charger_list a::before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
.handsouts_list_table.handsouts_total_table tr th:first-child{
	min-width: 120px;
}
.handsouts_list_table.handsouts_total_table tr td:not(:first-child){
	width: 10%;
	text-align: center;
	min-width: none;
}
.report_btn{
	background-color: #ffb516;
	color: #fff;
	border-radius: 5px;
	padding: 3px 5px;
	font-size: 14px;
	border: #fff 1px solid;
	margin-left: 10px;
	margin-right: 15px;
}
/* --------------------------------------------
リベート一覧/rebateList
----------------------------------------------- */
.period_area{
	padding-left: 5px;
}
.total_payment{
	white-space:nowrap;
}
.period_area span:first-child,
.total_payment span:first-child{
	font-weight: bold;
	margin-right: 3px;
}
.total_payment span:last-child{
	padding-right: 10px;
}
.rebatelist li:first-child{
	border-top: 3px solid #22b6a4;
}
.rebatelist li{
	border-bottom: 1px solid #22b6a4;
	padding: 10px 0;
}
.rebatelist li:last-child{
	border-bottom: 3px solid #22b6a4;
}
.rebatelist_open_btn i{
	margin-right: 0;
	padding-left: 0 ;
	font-size: 20px;
	color: #ff4c16;
	transition: 0.3s;
}
.rebatelist_open_btn .fa-minus-square:before{
	content: "\f146"!important;
	color: #22b6a4;
}
.rebatelist_first_line{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rebate_table_area table{
	margin-bottom: 20px;
}
.rebate_table_area table thead th{
	background-color: #ffb516;
    color: #fff;
    font-weight: normal;
    text-align: center;
	border: none;
	padding: 10px 15px;
}
.rebate_table_area table tbody th{
	background-color: rgb(96, 221, 206);
	color: #fff;
	border: 1px solid #ddd;
	white-space: normal!important;
	font-weight: normal;
	padding: 3px 10px !important;
}
.rebate_table_area table tbody td{
	padding: 3px 10px !important
}
.rebate_table_area table thead th:first-child{
    border-radius: 10px 0 0 0;
}
.rebate_table_area table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.rebate_table_area table tr td {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
}
.rebate_table_first{
	margin-top: 10px;
}
.rebate_table_first tbody tr:first-child th:first-child{
	width: 210px;
}
.rebate_table_first tbody tr:first-child th:nth-child(2)
{
	width: 70px;
}
.rebate_table_second tbody tr:first-child th:first-child{
	width: 200px;
}
.rebate_table_second tbody tr:first-child th:nth-child(2){
	width: 80px;
}
.total_sum{
	text-align: right;
	background-color: transparent !important;
	border: none !important;
	font-weight: bold;
}
.dropholder_check{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dropholder_check .dropholder{
	margin-right: 10px;
}
.dropholder_check label{
	margin: 5px;
}
/* datepicker関連 */
.datepicker{
	z-index:100 !important;
	margin-top:30px;
	border:#ff4c16 1px solid;
}
.datepicker table tr td.disabled{
	border-radius:0;
	background-color:#c5c5bb;
}

.datepicker-dropdown::before{
	border-bottom:7px solid #ff4c16!important;
}
.datepicker .clear{
	transition:0.5s;
	padding-top:7px;
	color:#ff4c16;
}
.datepicker .clear::hover{
	background:#ff4c16;
	color:#fff;
}
.datepicker .prev,
.datepicker .next{
	color:#ff4c16;
}
.datepicker td, .datepicker th{
	padding:5px;
}
.datepicker .dow:first-child{
	color:red;
}
.datepicker .dow:last-child{
	color:blue;
}
.datepicker_month_label .datepicker_month{
	width:100%!important;
	text-align:left;
	pointer-events:auto;
	cursor:pointer;
	color: #ff855f;
}
.datepicker_month_label{
	position:relative;
	width: 200px;
	min-width:150px;
}
.datepicker_month_label::after {
	content:"\f073";
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	position:absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	pointer-events:none;
	z-index:1;
	color: #ff855f;
}
.datepicker_date_label .datepicker_date{
	width:100%!important;
	text-align:left;
	pointer-events:auto;
	cursor:pointer;
	color: #ff855f;
}
.datepicker_date_label{
	position:relative;
	width: 200px;
	min-width:150px;
}
.datepicker_date_label::after {
	content:"\f073";
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	position:absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	pointer-events:none;
	z-index:1;
	color: #ff855f;
}
.datepicker_time_label .datepicker_time{
	width:100%!important;
	text-align:left;
	pointer-events:auto;
	cursor:pointer;
	color: #ff855f;
}
.datepicker_time_label{
	position:relative;
	width: 200px;
}
.datepicker_time_label::after {
	content:"\f017";
	font-family:"Font Awesome 5 Free";
	display:inline-block;
	position:absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	pointer-events:none;
	z-index:1;
	color: #ff855f;
}

 .time_clearbtn{
z-index: 99999;
    background-color: #D4D4D4;
    border-radius: 3px;
    position: absolute;
    bottom: 7px;
    height: 20px;
    width: 60px;
    border: #ddd 1px solid;
    text-align: center;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-top: 3px !important;
}
.xdsoft_datetimepicker{
	padding-bottom:30px;
}

/* --------------------------------------------
操作マニュアル閲覧/previewManual
----------------------------------------------- */
.pdf_area{
	width: 100%;
}
.pdf_area iframe{
	width: 100%;
	height: 450px;
}

/* --------------------------------------------
ポスター作製/createPoster
----------------------------------------------- */
.display_none{
	display: none;
}

.pdf_view{
	width: 100%;
	margin-top: 30px;
	position: relative;
	padding-top: 100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	border:2px solid #ccc;
}
.pdf_view iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}
/* -----------------------------------------------
タブレットサイズ以下
-------------------------------------------------- */
@media screen and (max-width:768px){
	.datepicker{
		margin-top:0;
	}
}

@media screen and (max-width:756px){
	.sub_btn_area{
		margin: 20px 0px 5px 0px;
	}
}

/* -----------------------------------------------
スマホサイズ以下
-------------------------------------------------- */

@media screen and (max-width:414px){
    .date_area{
		font-size: 28px;
		width: 100%;
	}
	.index_table_area{
		height: auto;
		overflow: visible;
	}
	.index_table_area table thead{
		display: none;
	}
	.index_table_area table tr{
		border-bottom: 2px solid #ff4c16;
	}
	.index_table_area table td{
		display: block;
		width: 100%;

	}
	.index_table_area table td:first-child{
		text-align: left !important;
	}
	.index_table_area table td:first-child:before{
		content: "時間：";
		font-weight: bold;
		color:#000;

	}
	.index_table_area table td:nth-child(2):before{
		content: "学校名:";
		font-weight: bold;
	}
	.login_area{
		width: 80%;
	}
	.visit_info_table_area{
		height: auto;
		overflow: visible;
	}
	.visit_info_table_area .visit_info_table th,
	.visit_info_table_area .visit_info_table td{
		padding: 0;
		display: block;
		width: 100%;
	}
	.visit_info_table_area .visit_info_table input{
		margin: 3px 0;
	}
	.visit_info_table_area .visit_info_table th{
		padding-top: 5px;
		padding-left: 5px;
	}
	.visit_info_table_area .visit_info_table td{
		padding: 5px 5px 10px 5px !important;
	}
	.time_span input{
		width: 100%;
	}
	.visit_info_table_area .select_box select{
		margin: 3px 0;
	}
	.visit_info_table_area .select_box::before{
		top: 8px;
	}
	.carrying_items_type td:last-child,
	.theme_form td:last-child
	{
		display: table-cell;
		vertical-align: top;
		width: 40px!important;
	}
	.theme_btn_area, .carrying_items_btn_area{
		text-align: right;
	}
	.minipro_th{
		background-image: url("../../img/cmn/minipro_sp.png");
		background-position: left;
		height: 40px;
		background-size: 90px auto;
	}
	.achievement_th{
		background-image: url("../../img/cmn/achievement_logo.png");
		background-position: left 1%;
		height: 50px;
		background-size: 90px auto;
		padding: 1px;
	}
	.charger_table_card{
		margin: 5px;
	}
	.sticky_btn_area{
		position: fixed;
		right: 0;
		bottom: 60px;
		width: 50px;
	}
	.season_flex{
		display: block;
	}
	.input_range{
		display: block;
		height: auto;
		text-align: center;
	}
	.month_scale{
		justify-content: center;

	}
	.input_range div{
		text-align: center;
		margin: 0 auto;
	}
	.input_spinner input[type=number]{
		display: block;
	}
	.display_month_span{
		margin-left: 0;
		text-align: center;
	}
	.season_flex .slidebar-multithumb,
	.season_flex .month_scale{
		margin: 0 auto;
	}
	.season_flex input{
		margin: 0 !important;
	}
	.search_table_area{
		height: auto;
		overflow: visible;
	}
	.search_table{
		height: auto;
		overflow: visible;
		min-width: auto;
		width: 100%;
		padding: 5px;
	}
	.search_table tr th,
	.search_table tr td{
		padding: 0;
		display: block;
		width: 100%;
	}
	.search_table tr th{
		padding-top: 5px !important;
		padding-left: 5px !important;
	}
	.search_table tr td{
		padding: 5px 5px 10px 5px !important;
	}
	.search_table input{
		margin: 3px 0;
	}
	.school_list_table{
		height: auto;
		overflow: visible;
	}
	.school_list_table table thead{
		display: none;
	}
	.school_list_table table tr{
		border-bottom: 2px solid #ff4c16;
	}
	.school_list_table table td{
		display: block;
		width: 100% !important;
	}
	.school_list_table table td{
		text-align: left !important;
	}
	.school_list_table table td:first-child:before{
		content: "都道府県： ";
		font-weight: bold;
	}
	.school_list_table table td:nth-child(2):before{
		content: "学校名: ";
		font-weight: bold;
	}
	.school_list_table table td:nth-child(3):before{
		content: "種別: ";
		font-weight: bold;
	}
	.school_list_table table td:nth-child(4):before{
		content: "住所: ";
		font-weight: bold;
	}
	.school_list_table table td:nth-child(5):before{
		content: "訪問: ";
		font-weight: bold;
	}
	.school_list_table table td:nth-child(6):before{
		content: "採用: ";
		font-weight: bold;
	}
	.school_list_table table td:nth-child(7):before{
		content: "担当: ";
		font-weight: bold;
	}
	.recruitment_record_table thead{
		display: none;
	}
	.visit_info_table .recruitment_record_table tr{
		border-bottom: 2px solid #ff4c16!important;
	}
	.recruitment_record_table tr td{
		border-bottom: 1px solid #ddd;
	}
	.recruitment_record_table tr td:last-child{
		border-bottom: none;
	}
	.visit_info_table_area .recruitment_record_table tr td,
	.recruitment_record_table tr th{
		width: 100%!important;
		text-align: left!important;
		padding: 5px!important;
	}
	.recruitment_record_table tr td br{
		display: none;
	}
	.recruitment_record_table tr td:first-child:before{
		content: "名前：";
		font-weight: bold;
	}
	.recruitment_record_table tr td:nth-child(2)::before{
		content: "所属:";
		font-weight: bold;
	}
	.recruitment_record_table tr td:nth-child(3)::before{
		content: "属性:";
		font-weight: bold;
	}
	.recruitment_record_table tr td:nth-child(4)::before{
		content: "学部・学科:";
		font-weight: bold;
	}
	.recruitment_record_table tr td:nth-child(5)::before{
		content: "備考:";
		font-weight: bold;
	}
	.regist_allocation_search_table tr td,
	.regist_allocation_search_table tr th{
		padding: 0;
		display: block;
		width: 100%;
	}
	.regist_allocation_search_table tr th{
		padding-top: 5px !important;
		padding-left: 5px !important;
	}
	.regist_allocation_search_table tr td{
		padding: 5px 5px 10px 5px !important;
	}
	.regist_allocation_search_table input{
		margin: 3px 0;
	}
	.regist_allocation_search_list{
		height: auto;
		overflow: visible;
	}
	.regist_allocation_search_list table th:not(:nth-child(1)){
		display: none;
	}
	.regist_allocation_search_list table th:nth-child(1):before{
		content: "全選択/全解除： ";
		font-weight: bold;
	}

	.regist_allocation_search_list table thead th:first-child{
		border-radius: 10px 10px 0 0;
	}
	.regist_allocation_search_list table tr{
		border-bottom: 2px solid #ff4c16;
	}
	.regist_allocation_search_list table td{
		display: block;
		width: 100%;
	}
	.regist_allocation_search_list table td{
		text-align: left !important;
	}
	.regist_allocation_search_list table td:nth-child(2):before{
		content: "都道府県: ";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(3):before{
		content: "学校名: ";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(4):before{
		content: "種別: ";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(5):before{
		content: "設置:";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(6):before{
		content: "文理: ";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(7):before{
		content: "IT学科: ";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(8):before{
		content: "訪問: ";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(9):before{
		content: "採用: ";
		font-weight: bold;
	}
	.regist_allocation_search_list table td:nth-child(10):before{
		content: "担当: ";
		font-weight: bold;
	}
	.sub_btn_area{
		text-align: center;
	}
	.visit_history_search_list{
		height: auto;
		overflow: visible;
	}
	.visit_history_search_list table thead{
		display: none;
	}
	.visit_history_search_list table tr{
		border-bottom: 2px solid #ff4c16;
	}
	.visit_history_search_list table td{
		display: block;
		width: 100%;
	}
	.visit_history_search_list table td{
		text-align: left !important;
	}
	.visit_history_search_list table tr td:nth-child(2),
	.visit_history_search_list table tr td:nth-child(3),
	.visit_history_search_list table tr td:nth-child(4),
	.visit_history_search_list table tr td:nth-child(5){
		width:100%;
	}
	.visit_history_search_list table td:nth-child(1):before{
		content: "都道府県: ";
		font-weight: bold;
	}
	.visit_history_search_list table td:nth-child(2):before{
		content: "学校名: ";
		font-weight: bold;
	}
	.visit_history_search_list table td:nth-child(3):before{
		content: "種別: ";
		font-weight: bold;
	}
	.visit_history_search_list table td:nth-child(4):before{
		content: "訪問日時: ";
		font-weight: bold;
	}
	.visit_history_search_list table td:nth-child(5):before{
		content: "担当: ";
		font-weight: bold;
	}
	.movie_list_wrap ul li{
    	width: 100%;
    	margin: 15px 30px;
	}
	.share_btn_area{
		margin-left: 0;
	}
	.add_sort_area{
		flex-direction: column-reverse;
	}
	.sub_btn_area{
		text-align: left;
		margin: 10px 0 10px 5px;
	}
	.handsouts_list_table thead{
		display: none;
	}
	.handsouts_list_table tr th,
	.handsouts_list_table tr td{
		display: block;
		width: 100%!important;
		text-align: left!important;
	}
	.handsouts_list_table tr{
		border-bottom: 2px solid #ff4c16;
	}
	.handsouts_list_table:not(.handsouts_total_table) tr .date_td{
		border: #ff4c16;
		background-color: #ff4c16;
		color: #fff;
		font-size: 18px;
	}
	.handsouts_list_table tr .date_td::before{
		content: "\f073";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		margin-right: 8px;
	}
	.handsouts_list_table tr .task_td::before{
		content: "業務：";
		font-weight: bold;
	}
	.handsouts_list_table tr .school_name_td::before{
		content: "学校名：";
		font-weight: bold;
	}
	.handsouts_list_table tr .new_or_exist_td::before{
		content: "新/既：";
		font-weight: bold;
	}
	.handsouts_list_table tr .leaflet_td::before{
		content: "リーフレット：";
		font-weight: bold;
	}
	.handsouts_list_table tr .poster_td::before{
		content: "ポスター：";
		font-weight: bold;
	}
	.handsouts_list_table tr .teleapo_td::before{
		content: "テレアポ：";
		font-weight: bold;
	}
	.handsouts_list_table.handsouts_total_table tr td:first-child::before{
		content: "担当者：";
		font-weight: bold;
	}
	.handsouts_list_table.handsouts_total_table tr td:nth-child(2)::before{
		content: "新規訪問：";
		font-weight: bold;
	}
	.handsouts_list_table.handsouts_total_table tr td:nth-child(3)::before{
		content: "既存訪問：";
		font-weight: bold;
	}
	.handsouts_list_table.handsouts_total_table tr td:nth-child(4)::before{
		content: "WEB訪問：";
		font-weight: bold;
	}
	.handsouts_list_table.handsouts_total_table tr td:nth-child(5)::before{
		content: "イベント：";
		font-weight: bold;
	}
	.handsouts_list_table.handsouts_total_table tr td:nth-child(6)::before{
		content: "リーフレット：";
		font-weight: bold;
	}
	.handsouts_list_table.handsouts_total_table tr td:nth-child(7)::before{
		content: "ポスター：";
		font-weight: bold;
	}
	.recruitment_charger_total{
		position: fixed;
	}
	.recruitment_charger_link{
		position: fixed;
	}
	.rebate_table_area{
		overflow-x: scroll;
	}
	.rebate_table_area table tbody th,
	.rebate_table_area table tbody td{
		min-width: 80px;
	}

	.time_span .datepicker_time_label,
	.time_span .datepicker_month_label,
	.time_span .datepicker_date_label{
		width: 100%;
	}

	.school_visit_history{
		height: auto;
		overflow: visible;
	}
	.school_visit_history .school_visit_history_table thead{
		display: none;
	}
	.school_visit_history .school_visit_history_table tr{
		border-bottom: 2px solid #ff4c16;
	}
	.school_visit_history .school_visit_history_table td{
		display: block;
		width: 100% !important;
	}
	.school_visit_history .school_visit_history_table td{
		text-align: left !important;
	}
	.school_visit_history .school_visit_history_table tr td:first-child::before{
		content: "日時：";
		font-weight: bold;
	}
	.school_visit_history .school_visit_history_table tr td:nth-child(2)::before{
		content: "訪問者：";
		font-weight: bold;
	}
	.school_visit_history .school_visit_history_table tr td:nth-child(3)::before{
		content: "オンライン：";
		font-weight: bold;
	}
}
@media screen and (max-width:280px){
	.sub_btn{
		padding: 5px 10px;
		width: 100px;
	  }
	.input_range{
		max-width:200px
	}
	.dropdown > p {
    max-width: 70vw;
	}
}
/* -----------------------------------------------
 hover指定できるPC
-------------------------------------------------- */
@media (hover: hover) {
	.more_btn:hover,
	.file_area label:hover,
	.movie_url_copy:hover {
    	opacity: 0.8;
    	cursor: pointer;
	}
	.theme_table not(.theme_area tr td:nth-child(3)) tr td{
	}
}
/* -----------------------------------------------
 hover指定できないタッチ端末
-------------------------------------------------- */
@media (hover: none) {
	.more_btn:active ,
	.file_area label:hover,
	.movie_url_copy:active{
    	opacity: 0.8;
	}
}
/* -----------------------------------------------
_reboot.scss 上書き部分
-------------------------------------------------- */
button:focus {
  outline: none;
}
a:hover{
 text-decoration: none;
 opacity:0.8;
}
p{
	margin-bottom:0 !important;
}
button, [type="button"], [type="reset"], [type="submit"]{
	-webkit-appearance:none;
}
label {
	margin-bottom: 0;
}
.radio_btns label{
	display: inline;
}
/* --------------------------------------------
共通:全体
----------------------------------------------- */
.pre_text{
	white-space: pre-wrap;
}
