@charset "utf-8";

/**
共通スタイル
**/
.p-pagetop {
	background-color: #043c78;
}
.p-pagetop:hover {
	background-color: #043c78;
}
.kaisi_button{
	font-size: 34px;
	text-align: center;
	margin: 20px; 
	font-family: serif;
}

/**
セミナー一覧
**/
.page_contents_title {
	/*font-size: 200%;*/
	font-size: 35px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	/*background-color: #3366cc;
	color: #fff;*/
	color:#333333;
	padding-left: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}
.area_select_seminar {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.area_select_seminar div {
	width: 19%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e0e0e0;
	margin: 2px 1px;
	padding-left: 3px;
}
.area_select_seminar div i {
	color: #3366cc;
}
.area_select_seminar div:hover {
	cursor: pointer;
	background-color: #3366cc;
	color: #fff;
	border-color: #3366cc;
}
.area_select_seminar div:hover i {
	color: #fff;
}
.seminar_pager {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.seminar_pager div {
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 26px;
	border: 1px solid #3366cc;
	color: #3366cc;
	border-radius: 10px;
}
.seminar_pager div:hover {
	cursor: pointer;
}
.seminar_pager div.page_active {
	background-color: #3366cc;
	color: #fff;
}
.seminar_pager div.to_top {
	left: 0;
	position: absolute;
	width: 100px;
	border: 0 solid #3366cc;
}
.seminar_pager div.to_end {
	right: 0;
	position: absolute;
	width: 100px;
	border: 0 solid #3366cc;
}
.seminar_content {
	padding-top: 15px;
	/*display: flex;
	flex-wrap: wrap;*/
}
.seminar_panel {
	width: 48%;
	margin: 3px auto;
}
.seminar_unit_label_1 {
	background-color: #afeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.seminar_unit_label_2 {
	background-color: #d0d0d0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.disp_recep_label_1 {
	color: #fff;
	width: 98%;
	margin: 0 auto;
	border-radius: 3px;
	padding: 10px;
	background-color: #00a1e9;
}
.disp_recep_label_2 {
	color: #fff;
	width: 98%;
	margin: 0 auto;
	border-radius: 3px;
	padding: 10px;
	background-color: #919191;
}
.seminar_unit {
	padding: 8px;
	background-color: #afeeee;
	position: relative;
	/*height: 300px;*/
	width: 100%;
}
.false_rcp {
	background-color: #d0d0d0;
}
.area_group {
	/*width: 100%;*/
	width: 87%;
	background-color: #f0f0f0;
	/*height: 40px;*/
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.area_icon {
	display: inline-block;
	/*width: 130px;*/
	text-align: center;
	border: 1px solid #3366cc;
	/*background-color: #3366cc;*/
	background-color: #fff;
	color: #3366cc;
	height: 25px;
	/*line-height: 20px;
	margin: 2px 10px;*/
	line-height: 25px;
	margin: 2px 1px;
	font-size: 85%;
	/*font-weight: bold;*/
	border-radius: 5px;
	/*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
						-1px 1px 0 #fff, 1px -1px 0 #fff,
						0px 1px 0 #fff, 0px -1px 0 #fff,
						-1px 0px 0 #fff, 1px 0px 0 #fff;*/
	padding-left: 2px;
	padding-right: 2px;
}
.active_area {
	background-color: #3366cc;
	color: #fff;
}
.seminar_title {
	/*padding-bottom: 6px;*/
	font-size: 120%;
	background-color: #f0f0f0;
	/*height: 100px;
	vertical-align: middle;
	width: 820px;
	display: table-cell;*/
	height: 50px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.seminar_title a {
	color: #3366cc;
	text-decoration: underline;
	cursor: pointer;
}
.seminar_title a:hover {
	color: #00afcc;
}
.seminar_date {
	font-size: 90%;
	background-color: #fff;
	/*width: 820px;
	display: table-cell;*/
	/*height: 80px;*/
	/*vertical-align: middle;*/
}
.seminar_sponsor {
	font-size: 90%;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.seminar_venue {
	font-size: 90%;
	background-color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.s_date_label {
	/*width: 100px;*/
	width: 10%;
	display: inline-block;
	/*height: 80px;
	line-height: 80px;*/
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}
.seminar_area {
	background-color: #f0f0f0;
}
.seminar_area div.s_date_label {
	font-size: 75%;
	height: 60px;
	line-height: 60px;
}
div.s_date_content {
	/*width: 710px;*/
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
}
.to_seminar_detail {
	text-align: center;
	background-color: #fff;
	width: 120px;
	heoght: 40px;
	line-height: 40px;
	right: 8px;
	position: absolute;
}
.to_seminar_detail a {
	color: #00bfff;
	cursor: pointer;
}
.seminar_search {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	background-color: #303030;
}
.ss_select {
	width: 30%;
	text-align: center;
}
.ss_select select {
	width: 80%;
	background-color: #505050;
	color: #fff;
	font-weight: bold;
}
.ss_select select option {
	background-color: #fff;
	color: #555;
}
.ss_radio {
	width: 50%;
}
.ss_radio input[type="radio"] {
	display: none;
}
.ss_radio label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: #505050;
	color: #fff;
	width: 40%;
	height: 35px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}
.ss_radio input[type="radio"]:checked + label {
	background-color: #fff;
	color: #3366cc;
}
.ss_btn_area {
	width: 20%;
}
.ss_btn_area button {
	width: 100px;
	height: 35px;
	background-color: #3366cc;
	color: #fff;
	border: 1px solid #3366cc;
	border-radius: 10px;
	font-weight: bold;
}
.ss_btn_area button:hover {
	cursor: pointer;
	opacit: .8;
}
.sc_d_ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	border-top: 1px solid #606060;
}
.sc_d_li {
	border-bottom: 1px solid #606060;
	padding: 0;
	margin: 0;
}
.sc_d_li a {
	display: flex;
	padding: 25px 9px;
	width: 100%;
}
.sc_d_icon {
	display: block;
	width: 10%;
}
.sc_d_i_status {
	display: block;
	width: 90%;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 8px auto;
	background-color: yellow;
}
.r_dead {
	background-color: #c0c0c0;
}
.sc_d_i_remaining {
	display: block;
	width: 90%;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 8px auto;
}
.sc_rem_0 {
	background-color: #3366cc;
	color: #fff;
}
.sc_rem_80 {
	background-color: #ffdc00;
	color: #fff;
	font-size: 80%;
}
.sc_rem_100 {
	background-color: #ff0000;
	color: #fff;
}
.sc_rem_none {
	display: none;
}
.sc_d_i_area {
	display: block;
	width: 90%;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 8px auto;
	background-color: #3366cc;
	color: #fff;
}
.sc_d_i_pref {
	display: block;
	width: 90%;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 8px auto;
	border: 1px solid #999;
}
.sc_d_descrip {
	display: block;
	width: 90%;
	padding-left: 20px;
}
.sc_d_d_title {
	font-size: 120%;
	color: #3366cc;
	display: block;
	font-weight: bold;
	margin: 10px 0 10px;
	padding-bottom: 12px;
}
.sc_d_d_sponsor {
	display: block;
	margin-bottom: 5px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}
.sc_d_d_date {
	display: block;
	margin-bottom: 5px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}
.sc_d_d_venue {
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/**
セミナー詳細
**/
.s_d_title {
	font-size: 160%;
	width: 100%;
	height: 100px;
	/*background: -webkit-linear-gradient(to top, #3366cc, #ebf6f7);
	background: linear-gradient(to top, #3366cc, #ebf6f7);
	color: #fff;*/
	color: #3366cc;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
						-1px 1px 0 #000, 1px -1px 0 #000,
						0px 1px 0 #000, 0px -1px 0 #000,
						-1px 0px 0 #000, 1px 0px 0 #000;*/
	font-weight: bold;
}
.content_stop {
	color: red;
	padding-bottom: 25px;
	/*padding-top: 25px;*/
}
.s_d_content {
	margin: 5px 8px 10px 8px;
	padding-bottom: 15px;
	line-height: 1.5em;
}
.s_d_content a {
	display: block;
	text-align: right;
	width: 100%;
	color: #3366cc;
}
.s_d_content div.img_div {
	text-align: center;
}
.s_d_content div.dc_title {
	font-weight: bold;
	text-align: center;
}
.s_d_item {
	width: 100%;
	font-size: 90%;
	border: 2px solid #ddd;
	border-bottom: 0 solid #fff;
}
.s_d_item_row {
	display: flex;
	min-height: 35px;
	border-bottom: 2px solid #ddd;
}
.s_d_item_label {
	width: 15%;
	font-weight: bold;
	/*margin: 8px 10px;
	color: #3366cc;*/
	background-color: #e7eef8;
	padding: 8px 10px;
	line-height: 2em;
	/*text-align: center;*/
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.s_d_item_value {
	width: 85%;
	margin: 8px 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.5em;
}
label.remain_0 {
	padding: 1px 5px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #3366cc;
	background-color: #3366cc;
	color: #fff;
	width: 90%;
	text-align: center;
}
label.remain_80 {
	padding: 1px 5px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #ffdc00;
	background-color: #ffdc00;
	color: #fff;
	width: 90%;
	text-align: center;
}
label.remain_100 {
	padding: 1px 5px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #ff0000;
	background-color: #ff0000;
	color: #fff;
	width: 90%;
	text-align: center;
}
.sd_remain_mess {
	color: red;
}
.s_d_item_value button {
	background: #3366cc;
	color: #fff;
	height: 35px;
	width: 190px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #3366cc;
	/*margin-top: 5px;*/
	margin: 8px 5px;
}
.s_d_item_value button:hover {
	opacity: .7;
}
.how_to_stop {
	color: red;
}
.sponsored {
	padding-top: 20px;
}
.sponsor_label {
	font-size: 110%;
	font-weight: bold;
	border-left: 10px solid #3366cc;
	text-indent: 1em;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.sponsor_name {
	border: 1px solid #f0f0f0;
	margin: 10px;
	padding: 10px;
	line-height: 1.5em;
}
/**
セミナー予約
**/
#s_confirm_area {
	display: none;
}
#s_input_area {
	display: block;
}
.reservation_acceptance {
	width: 100%;
	height: 90px;
	/*font-size: 200%;
	background-color: #3366cc;
	color: #fff;*/
	font-size: 35px;
	font-weight: bold;
	color: #333333;
	padding: 20px 10px;
	line-height: 50px;
	margin-bottom: 30px;
}
ul > li.seminar_invisible {
	visibility: hidden;
	height: 0px;
	padding: 0;
	margin: 0;
}
ul > li.seminar_invisible > div[class^="wpuf-"]{
	height: 0px;
}
#s_input_area > div > form > ul.wpuf-form > li.wpuf-submit {
	display: none;
}
.reserv_cBtn_area {
	text-align: center;
}
button.reserv_confirm {
	width: 170px;
	height: 50px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 5px;
	box-shadow: none;
}
button.reserv_confirm:hover {
	cursor: pointer;
	opacity: .8;
}
.confirm_contents {

}
.confirm_item {
	margin: 5px 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #e1e1e1;
}
.c_item_label {
	display: inline-block;
	width: 30%;
	font-weight: bold;
	vertical-align: top;
}
.c_item_val {
	display: inline-block;
	width: 65%;
}
.confirm_btn_area {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.answer_list {
	list-style: none;
}
ul.answer_list li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
button.correction_btn {
	width: 130px;
	height: 40px;
	font-size: 110%;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #3366cc;
	color: #3366cc;
}
button.reservation_btn {
	width: 130px;
	height: 40px;
	color: #fff;
	background-color: #3366cc;
	font-size: 110%;
	font-weight: bold;
	box-shadow: none;
	border: 1px solid #3366cc;
	border-radius: 5px;
}
button.correction_btn:hover, button.reservation_btn:hover {
	cursor: pointer;
	opacity: .8;
}
.reservation_complete {
	font-size: 140%;
	text-indent: 1em;
}
.reservation_complete p {
	width: 90%;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#has_error_mess {
	display: none;
	color: red;
	font-size: 110%;
	width: 90%;
	margin-left: 20px;
	margin-bottom: 15px;
}
.s_confirm_mess {
	width: 90%;
	font-size: 110%;
	margin-left: 20px;
	margin-bottom: 15px;
}

/**
ニュース一覧
**/
.notice_content {
	border: 1px solid #f0f0f0;
}
.notice_unit {
	display: flex;
	width: 100%;
	padding: 10px 4px;
	border-bottom: 1px dotted #ddd;
	line-height: 1.5em;
	background-color: #f8f8f8;
	align-items: center;
	font-size: 90%;
}
.notice_content div.notice_unit:last-child {
	border-bottom: 0 dotted #f0f0f0;
}
.notice_date {
	width: 12%;
	text-align: right;
}
.notice_title {
	/*text-decoration: underline;
	color: #3366cc;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice_title:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #3366cc;
}
.notice_title i {
	padding-right: 8px;
}
.notice_label {
	border: 1px solid #000;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
	width: 80px;
	text-align: center;
	/*border-radius: 5px;*/
	margin-right: 10px;
	font-size: 80%;
}
.notice_title_row {
	width: 80%;
}
.notice_1 {
	background-color: #238c00;
	border-color: #238c00;
}
.notice_2 {
	background-color: #e97501;
	border-color: #e97501;
}
.notice_3 {
	background-color: #47585c;
	border-color: #47585c;
}
.p-list__item a.active_year {
	background-color: #3366cc;
	color: #fff;
}

/**
ニュース詳細
**/
.news-template-default div.p-entry__body a {
	color: #3366cc;
}
.p-nav01__item a:hover {
	background: #3366cc;
	color: #fff;
}

/**
書籍一覧
**/
.cart_count_d {
	margin-left: 20px;
	display: inline-flex;
	background-color: #3366cc;
	color: #fff;
	border-radius: 50%;
	width: 55px;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.cart_welcome {
	width: 250px;
	display: inline-flex;
}
.to_shopping_cart {
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #3366cc;
	color: #fff;
	border-radius: 5px;
	margin-left: 10px;
}
.to_shopping_cart:hover {
	cursor: pointer;
	opacity: .8;
}
.p_product {
	width: 150px;
	display: block;
	text-align: center;
	border: 1px solid;
	margin-bottom: 15px;
	padding: 7px 0;
	color: #fff;
}
.pp_1 {
	background-color: #4c6cb3;
	border-color: #4c6cb3;
}
.pp_2 {
	background-color: #884898;
	border-color: #884898;
}
.pp_3 {
	background-color: #f18400;
	border-color: #f18400;
}
.pp_4 {
	background-color: #007b43;
	border-color: #007b43;
}

/**
講習会管理
**/
.mng_seminar_list {
	width: 80%;
	margin: 30px auto;
}
.mng_seminar_title {
	font-size: 220%;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	padding: 15px 20px;
	margin-bottom: 10px;
}
.mng_s_id {
	width: 10%;
}
.mng_s_name {
	width: 55%;
	padding-left: 15px;
}
.mng_s_cnt {
	width: 7%;
	text-align: center;
	font-size: 85%;
}
.mng_s_contents {
	width: 100%;
	display: inline-flex;
	height: 40px;
	justify-items: center;
	align-items: center;
	border-bottom: 2px solid #f0f0f0;
}
.mng_s_item {
	width: 100%;
	display: inline-flex;
	height: 40px;
	justify-items: center;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
}
.recep_mng_pager {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 35px;
}
.recep_mng_pager div {
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 26px;
	border: 1px solid #3366cc;
	color: #3366cc;
	border-radius: 10px;
}
.recep_mng_pager div.pager_active {
	background-color: #3366cc;
	color: #fff;
}
.recep_mng_pager div.mng_top {
	position: absolute;
	left: 0;
	width: 110px;
}
.recep_mng_pager div.mng_end {
	position: absolute;
	right: 0;
	width: 110px;
}
.recep_mng_pager div:hover {
	cursor: pointer;
	opacity: .6;
}
.srm_search_area {
	width: 90%;
	margin: 10px auto;
}
.srm_search_label {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 25px;
}
.srm_search_cond {
	display: flex;
	width: 100%;
	align-items: center;
	height: 50px;
}
.srm_se_co_title {
	width: 20%;
}
.srm_se_co_input {
	width: 80%;
}
.srm_se_co_input input[type="text"] {
	width: 90%;
}
.srm_se_co_btn {
	width: 100%;
	text-align: center;
}
.srm_se_co_btn button.srm_search_btn {
	width: 75px;
	height: 35px;
	margin-right: 10px;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	color: #fff;
}
.srm_se_co_btn button.srm_clear_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
}
.srm_se_co_btn button:hover {
	cursor: pointer;
	opacity: .8;
}
.d_seminar_main {
	width: 80%;
	margin: 25px auto 20px;
}
.seminar_info_disp {
	padding-top: 15px;
	padding-bottom: 15px;
}
.dsrm_contents {
	border-left: 15px solid #3366cc;
	font-size: 130%;
	font-weight: bold;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}
.deadline_upd {
	text-indent: 4em;
	margin-bottom: 10px;
	color: red;
}
.dsrm_s_title {
	text-align: center;
	font-size: 120%;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
	padding-top: 20px;
}
.dsrm_item {
	width: 90%;
	margin: 10px auto 0;
}
.dsrm_row {
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
}
.dsrm_r_label {
	width: 20%;
}
.dsrm_r_val {
	width: 80%;
}
.dsrm_r_val2 {
	width: 60%;
}
.dsrm_r_chk {
	width: 20%;
	margin: 0 auto;
	text-align: left;
}
.dsrm_r_chk button {
	width: 100px;
	height: 35px;
	background-color: #fff;
	color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	font-weight: bold;
}
.dsrm_r_chk button:hover {
	cursor: pointer;
	opacity: .8;
}
.dsrm_r_chk input {
	display: none;
}
.dsrm_r_chk label {
	position: relative;
	display: block;
	padding: 15px 0;
	padding-right: 35px;
	cursor: pointer;
}
.dsrm_r_chk input[type='checkbox'] {
	position: absolute;
	visibility: hidden !important;
}
.dsrm_r_chk input[type='checkbox'] + label:before, .dsrm_r_chk input[type='checkbox'] + label:after {
	position: absolute;
	top: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -7.5px;
	content: '';
}
.dsrm_r_chk input[type='checkbox'] + label:before {
	right: 0;
	width: 30px;
	height: 15px;
	border: 1px solid #e4e3e1;
	border-radius: 15px;
	background-color: #fff;
}
.dsrm_r_chk input[type='checkbox'] + label:after {
	right: 15px;
	width: 15px;
	height: 15px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-radius: 50%;
	background-color: #bdbdbd;
}
.dsrm_r_chk input[type='checkbox']:checked + label:after {
	right: 0;
	background-color: #3366cc;
}
.dsrm_row_btn {
	text-align: right;
	margin-top: 15px;
}
.dsrm_row_btn button {
	width: 70px;
	height: 45px;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 30px;
}
.dsrm_row_btn button:hover {
	cursor: pointer;
	opacity: .7;
}
.application_list_disp {
	padding-bottom: 15px;
	padding-top: 15px;
}
.dsrm_a_title {
	width: 100%;
	margin: 0 auto;
	display: flex;
	font-weight: bold;
	border-top: 1px solid #9a9a9a;
	font-size: 90%;
}
.dsrm_a_tier1 {
	width: 8%;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 40px;
	line-height: 40px;
}
.dsrm_a_tier2 {
	width: 15%;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 40px;
	line-height: 40px;
}
.dsrm_a_tier2_a {
	width: 15%;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 40px;
	line-height: 40px;
}
.dsrm_a_tier3 {
	width: 9%;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 40px;
	line-height: 40px;
}
.dsrm_a_tier4 {
	width: 10%;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 40px;
	line-height: 40px;
}
.dsrm_a_tier5 {
	width: 15%;
	border: 1px solid #9a9a9a;
	border-top: none;
	height: 40px;
	line-height: 40px;
}
.dsrm_a_tier6 {
	width: 17%;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height: 40px;
	/*line-height: 35px;*/
	padding-top: 4px;
}
.dsrm_a_item {
	width: 100%;
	margin: 0 auto;
	display: flex;
	font-size: 90%;
}
.dsrm_a_no {
	width: 8%;
	/*height: 40px;
	line-height: 40px;*/
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	text-indent: 0.5em;
	display: flex;
	align-items: center;
}
.dsrm_a_name {
	width: 15%;
	/*height: 40px;
	line-height: 40px;*/
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	text-indent: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}
.dsrm_s_name {
	width: 15%;
	/*height: 40px;
	line-height: 40px;*/
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	text-indent: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px 0;
}
.dsrm_s_name div {
	width: 100%;
}
.dsrm_a_pay {
	width: 9%;
	/*height: 40px;
	line-height: 40px;*/
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	text-indent: 0.5em;
	display: flex;
	align-items: center;
}
.dsrm_a_status {
	width: 10%;
	/*height: 40px;
	line-height: 40px;*/
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
label.sts_0 {
	background-color: #24140e;
	color: #fff;
	padding: 4px 6px;
	border-radius: 7px;
}
label.sts_1 {
	background-color: #e4007f;
	color: #fff;
	padding: 4px 6px;
	border-radius: 7px;
}
label.sts_2 {
	background-color: #00885a;
	color: #fff;
	padding: 4px 6px;
	border-radius: 7px;
}
label.sts_9 {
	background-color: #72640c;
	color: #fff;
	padding: 4px 6px;
	border-radius: 7px;
}
.dsrm_a_date {
	width: 17%;
	/*height: 40px;
	/*line-height: 35px;*/
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	text-align: center;
	padding-top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dsrm_a_btn {
	width: 15%;
	text-align: center;
	/*height: 40px;
	line-height: 40px;*/
	border: 1px solid #9a9a9a;
	border-top: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.dsrm_a_btn button {
	background-color: #afafb0;
	border: 1px solid #afafb0;
	width: 55px;
	height: 26px;
	font-size: 80%;
	margin: 2px 5px;
}
.dsrm_a_btn button.dsrm_delB {
	background-color: #ff0000;
	color: #fff;
}
.dsrm_a_btn button:hover {
	cursor: pointer;
	background-color: #4169e1;
	color: #fff;
}
.dsrm_a_btn button:disabled {
	pointer-events: none;
}
.dsrm_a_btn button.char3_btn {
	font-size: 80%;
}
.dsrm_back_btn {
	text-align: center;
	padding-top: 20px;
}
.dsrm_back_btn button {
	width: 220px;
	height: 60px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 6px;
}
.dsrm_back_btn button:hover {
	cursor: pointer;
	opacity: .7;
}
.dsrm_search_area {
	width: 95%;
	margin: 20px auto;
	padding-bottom: 25px;
}
.dsrm_search_title {
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
}
.dsrm_search_condition {
	display: flex;
	width: 100%;
	align-items: center;
	height: 40px;
}
.dsrm_se_co_label {
	width: 20%;
}
.dsrm_se_co_input {
	width: 80%;
}
.dsrm_se_co_input input[type="text"] {
	width: 60%;
}
.dsrm_se_co_input input[type="checkbox"] {
	display: none;
}
.dsrm_se_co_input label:focus, .dsrm_se_co_input label:hover, .dsrm_se_co_input label:active, .dsrm_se_co_input input:checked + label {
	color: #3366cc;
}
.dsrm_se_co_input label:focus::before, .dsrm_se_co_input label:hover::before, .dsrm_se_co_input label:active::before, .dsrm_se_co_input input:checked + label::before {
	background-color: #3366cc;
	color: #fff;
}
.dsrm_se_co_input label {
	font-size: 1em;
	/*font-weight: bold;*/
	line-height: 1;
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 1em 0.5em 1em 2em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff;
}
.dsrm_se_co_input label::before {
	position: absolute;
	top: 1em;
	left: 0.5em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #ccc;
}
.dsrm_se_co_input input:checked + label::before {
	border-color: #3366cc;
	background-color: #3366cc;
}
.dsrm_se_co_btn_area {
	text-align: center;
	margin-top: 15px;
}
.dsrm_se_co_btn_area button.dsrm_search_btn {
	width: 75px;
	height: 35px;
	margin-right: 10px;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	color: #fff;
}
.dsrm_se_co_btn_area button.dsrm_clear_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
}
.dsrm_se_co_btn_area button.dsrm_dl_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #3366cc;
	color: #3366cc;
	border-radius: 8px;
}
.dsrm_se_co_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}
.to_original_menu {
	text-align: center;
	margin-top: 30px;
}
.to_original_menu button {
	width: 210px;
	height: 45px;
	color: #fff;
	background-color: #3366cc;
	font-weight: bold;
	border: 1px solid #3366cc;
	border-radius: 5px;
}
.to_original_menu button:hover {
	cursor: pointer;
	opacity: .7;
}
.app_mng_main {
	width: 85%;
	margin: 20px auto;
}
.am_contents {
	border-left: 15px solid #3366cc;
	font-size: 220%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 1em;
	margin-left: 25px;
	margin-bottom: 15px;
}
.am_form {
	width: 90%;
	margin: 10px auto;
	padding-top: 25px;
}
.am_item {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.am_title {
	font-weight: bold;
	width: 20%;
}
.am_seminar_name {
	width: 80%;
}
.am_text {
	width: 80%;
}
.am_text input[type='text'] {
	width: 80%;
}
.am_text input[type='text']#post_text {
	width: 20%;
}
.am_text input[type='text']#tel_text, .am_text input[type='text']#fax_text {
	width: 30%;
}
.am_text.am_date input[type="text"] {
	width: 40%;
}
.am_radio {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
@keyframes click-wave {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}
	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}
.am_radio .am_r_input {
	position: relative;
	/*top: 13.33333px;*/
	top: 9.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-ouit 0s;
	color: #fff;
	border: none;
	outline: none;
	background-color: #d7cbcb;
	-webkit-appearance: none;
	appearance: none;
}
.am_radio .am_r_input:hover {
	background-color: #bbdbf3;
}
.am_radio .am_r_input:checked {
	background-color: #3366cc;
}
.am_radio .am_r_input:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\f00c';
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.am_radio .am_r_input:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background-color: #3366cc;
}
.am_radio .am_r_input.r_design {
	border-radius: 50%;
}
.am_radio .am_r_input.r_design::after {
	border-radius: 50%;
}
.am_radio label {
	line-height: 40px;
	display: inline-block;
}
.am_select {
	width: 80%;
}
.am_select select {
	width: 20%;
}
.am_checkbox {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
@keyframes click-wave2 {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}
	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}
.am_checkbox .am_c_input {
	position: relative;
	/*top: 13.33333px;*/
	top: 9.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #fff;
	border: none;
	outline: none;
	background-color: #d7cbcb;
	-webkit-appearance: none;
	appearance: none;
}
.am_checkbox .am_c_input:hover {
	background-color: #bbdbf3;
}
.am_checkbox .am_c_input:checked {
	background-color: #3366cc;
}
.am_checkbox .am_c_input:checked::before {
	font-size: 20px;
	line-height: 30px;
	position:absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\f00c';
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.am_checkbox .am_c_input:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave2 0.65s;
	animation: click-wave2 0.65s;
	background-color: #3366cc;
}
.am_checkbox .am_c_input.c_design {
	border-radius: 50%;
}
.am_checkbox .am_c_input.c_design::after {
	border-radius: 50%;
}
.am_checkbox label {
	line-height: 40px;
	display: block;
}
.am_textarea {
	width: 80%;
}
.am_address {
	padding-top: 10px;
	padding-bottom: 10px;
}
.am_add_title {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 15px;
}
.am_s_content {
	width: 95%;
	margin: 0 auto;
	padding-top: 15px;
	border-bottom: 1px dotted #959595;
}
.am_s_item {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
}
.am_s_title {
	width: 20%;
	font-weight: bold;
}
.am_s_val {
	width: 80%;
}
.am_s_title_a {
	width: 20%;
	font-weight: bold;
}
.am_s_val_a {
	width: 30%;
}
.am_s_title_p {
	width: 20%;
	font-weight: bold;
}
.am_s_val_p {
	width: 30%;
}
.am_s_val_t {
	width: 40%;
	margin: 0 auto;
	text-align: left;
}
.am_s_val_t input[type='checkbox'] {
	position:absolute;
	z-index: -1;
	opacity: 0;
}
.am_s_val_t label {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 10px;
	padding-left: 35px;
	cursor: pointer;
}
.am_s_val_t label::before {
	position: absolute;
	z-index: -1;
	top: -6px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: ' ';
	border: 2px solid #3366cc;
}
.am_s_val_t input[type='checkbox'] + label::before {
	border-radius: 4px;
}
.am_s_val_t input[type='checkbox']:checked + label {
	padding-left: 10px;
	color: #fff;
}
.am_s_val_t input[type='checkbox']:checked + label::before {
	top: -3px;
	width: 100%;
	height: 100%;
	background-color: #3366cc;
}
.am_s_val_t label, .am_s_val_t label::before {
	-webkit-transition: 0.25s all ease;
	transition: 0.25s all ease;
}
.am_s_val_s {
	width: 40%;
	text-align: right;
}
.am_s_sts {
	/*display: flex;
	width: 100%;
	align-items: center;
	height: 40px;
	justify-content: flex-end;*/
	width: 80%;
	text-align: right;
}
.am_s_text input[type="text"] {
	width: 80%;
}
.am_s_num input[type="text"] {
	text-align: right;
}
.am_s_fee {
	width: 50%;
}
.am_s_attend {
	width: 30%;
}
.am_s_a_label {
	font-weight: bold;
}
.am_s_radio {
	margin: 0 auto;
	text-align: left;
}
.am_s_radio input[type='radio'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.am_s_radio label {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 10px;
	padding-left: 35px;
	cursor: pointer;
}
.am_s_radio label::before {
	position: absolute;
	z-index: -1;
	top: -7px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: ' ';
	border: 2px solid #3366cc;
	border-radius: 4px;
}
.am_s_radio input[type='radio'] + label::before {
	border-radius: 18px;
}
.am_s_radio input[type='radio']:checked + label {
	padding-left: 10px;
	color: #fff;
}
.am_s_radio input[type='radio']:checked + label::before {
	top: -3px;
	width: 100%;
	height: 100%;
	background-color: #3366cc;
}
.am_s_radio label, .am_s_radio label::before {
	-webkit-transition: 0.25s all ease;
	transition: 0.25s all ease;
}
.am_s_report1 {
	width: 20%;
	text-align: center;
}
.am_s_report2 {
	width: 20%;
	text-align: center;
}
.am_s_report1 button, .am_s_report2 button {
	background-color: #afafb0;
	border: 1px solid #afafb0;
	width: 70px;
	height: 30px;
	font-size: 90%;
}
.am_s_report1 button:hover, .am_s_report2 button:hover {
	background-color: #3366cc;
	border-color: #3366cc;
	color: #fff;
	cursor: pointer;
}
.am_btn_area {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
}
button.am_back_list {
	width: 150px;
	height: 35px;
	margin-right: 10px;
	color: #3366cc;
	background-color: #fff;
	border: 1px solid #3366cc;
	font-weight: bold;
	border-radius: 8px;
}
button.am_update {
	width: 150px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	font-weight: bold;
	border-radius: 8px;
}
button.am_send_report {
	width: 150px;
	height: 35px;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 8px;
	color: #3366cc;
	background-color: #f5f5f5;
	border: 1px solid #3366cc;
	display: none;
}
.am_btn_area button:hover {
	cursor: pointer;
	opacity: .7;
}
.am_upd_mess {
	width: 80%;
	margin: 15px auto;
	color: red;
	text-align: center;
}

/**
受講履歴
**/
.ch_mng_main {
	width: 80%;
	margin: 30px auto;
}
.ch_mng_title {
	font-size: 220%;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	padding: 15px 20px;
	margin-bottom: 10px;
}
.ch_mng_pager {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 35px;
}
.ch_mng_pager div {
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 26px;
	border: 1px solid #3366cc;
	color: #3366cc;
	border-radius: 10px;
}
.ch_mng_pager div.pager_active {
	background-color: #3366cc;
	color: #fff;
}
.ch_mng_pager div.mng_top {
	position: absolute;
	left: 0;
	width: 110px;
}
.ch_mng_pager div.mng_end {
	position: absolute;
	right: 0;
	width: 110px;
}
.ch_mng_pager div:hover {
	cursor: pointer;
	opacity: .8;
}
.ch_mng_contents {
	width: 100%;
	display: inline-flex;
	height: 40px;
	justify-items: center;
	align-items: center;
	border-bottom: 2px solid #f0f0f0;
}
.ch_mng_name {
	width: 60%;
}
.ch_mng_date {
	width: 40%;
}
.ch_mng_item {
	width: 100%;
	display: inline-flex;
	justify-items: center;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ch_mng_i_name {
	width: 60%;
}
.ch_mng_i_date {
	width: 40%;
}
.chm_search_area {
	width: 90%;
	margin: 10px auto;
}
.chm_search_label {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 25px;
}
.chm_search_cond {
	display: flex;
	width: 100%;
	align-items: center;
	height: 65px;
}
.chm_se_co_title {
	width: 10%;
}
.chm_se_co_input {
	width: 50%;
}
.chm_se_co_input input[type="text"] {
	width: 90%;
}
.chm_se_co_btn {
	width: 40%;
	text-align: center;
}
.chm_se_co_btn button.chm_search_btn {
	width: 75px;
	height: 35px;
	margin-right: 10px;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	color: #fff;
}
.chm_se_co_btn button.chm_clear_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
}
.chm_se_co_btn button:hover {
	cursor: pointer;
	opacity: .8;
}
.ch_main {
	width: 85%;
	margin: 35px auto 25px;
}
.ch_name_title {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	background-color: #d6ebff;
	box-shadow: 0 0 0 10px #d6ebff;
	border: dashed 2px white;
	margin: 2em 0;
	padding: 1em 0.5em;
}
.ch_ratio_disp {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 130%;
	position: relative;
	padding: 0.5em 1em;
	border: solid 3px #3366cc;
	border-radius: 8px;
}
.ch_ratio_title {
	position: absolute;
	display:inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	background-color: #fff;
	color: #3366cc;
	font-weight: bold;
}
.ch_contents {
	width: 85%;
	margin: 20px auto;
	font-size: 120%;
}
.ch_label {
	display: inline-flex;
	font-weight: bold;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #dadada;
}
.ch_l_no {
	width: 17%;
}
.ch_l_name {
	width: 38%;
	text-indent: 0.5em;
}
.ch_l_sts {
	width: 20%;
}
/*.ch_l_login {
	width: 25%;
}*/
.ch_l_attend {
	width: 25%;
	text-align: center;
}
.ch_item {
	display: inline-flex;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #dadada;
}
.ch_i_no {
	width: 17%;
}
.ch_i_name {
	width: 38%;
	text-indent: 1em;
}
.ch_i_sts {
	width: 20%;
	text-indent: 0.5em;
}
/*.ch_i_login {
	width: 25%;
	text-indent: 0.5em;
}*/
.ch_i_attend {
	width: 25%;
	text-align: center;
}
.ch_i_attend select {
	width: 40%;
}
.ch_btn_area {
	width: 90%;
	margin: 15px auto;
	text-align: center;
}
button.ch_back_btn {
	width: 135px;
	height: 35px;
	font-size: 110%;
	font-weight: bold;
	color: #3366cc;
	border: 1px solid #3366cc;
	background-color: #fff;
	border-radius: 8px;
	margin-right: 10px;
}
button.ch_upd_btn {
	width: 135px;
	height: 35px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
button.ch_attend_btn {
	width: 135px;
	height: 35px;
	font-size: 110%;
	font-weight: bold;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #c9171e;
	border: 1px solid #c9171e;
	color: #fff;
}
/*button.ch_dl_btn {
	width: 135px;
	height: 35px;
	font-size: 110%;
	font-weight: bold;
	border-radius: 8px;
	margin-left: 10px;
	background-color: #606060;
	border: 1px solid #606060;
	color: #fff;
}*/
.ch_btn_area button:hover {
	cursor: pointer;
	opacity: .7;
}
.ch_upd_mess {
	width: 60%;
	margin: 30px auto;
	text-align: center;
	color: red;
}
.ch_search_area {
	width: 95%;
	margin: 20px auto;
	padding-bottom: 25px;
}
.ch_search_title {
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
}
.ch_search_condition {
	display: flex;
	width: 100%;
	align-items: center;
	height: 40px;
}
.ch_se_co_label {
	width: 20%;
}
.ch_se_co_input {
	width: 80%;
}
.ch_se_co_input input[type="text"] {
	width: 60%;
}
.ch_se_co_input input[type="checkbox"] {
	display: none;
}
.ch_se_co_input label:focus, .ch_se_co_input label:hover, .ch_se_co_input label:active, .ch_se_co_input input:checked + label {
	color: #3366cc;
}
.ch_se_co_input label:focus::before, .ch_se_co_input label:hover::before, .ch_se_co_input label:active::before, .ch_se_co_input input:checked + label::before {
	background-color: #3366cc;
	color: #fff;
}
.ch_se_co_input label {
	font-size: 1em;
	/*font-weight: bold;*/
	line-height: 1;
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff;
}
.ch_se_co_input label::before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #ccc;
}
.ch_se_co_input input:checked + label::before {
	border-color: #3366cc;
	background-color: #3366cc;
}
.ch_se_co_btn_area {
	text-align: center;
	margin-top: 15px;
}
.ch_se_co_btn_area button.ch_search_btn {
	width: 75px;
	height: 35px;
	margin-right: 10px;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	color: #fff;
}
.ch_se_co_btn_area button.ch_clear_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
}
.ch_se_co_btn_area button.ch_dl_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #3366cc;
	color: #3366cc;
	border-radius: 8px;
}
.ch_se_co_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}

/**
書籍一覧
**/
.l-contents--grid .l_publication {
	display: block;
}
.publication_panel {
	display: flex;
	flex-wrap: wrap;
}
.product_detail {
	width: 33%;
}
.product_content {
	padding-top: 20px;
}
.pl_description {
	/*width: 70%;*/
	margin: 0 auto 30px;
	background-color: #f7faff;
	border: 3px solid #cdd7e5;
	border-radius: 6px;
	padding: 20px;
	line-height: 1.5em;
}
.pl_d_title1 {

}
.pl_d_item1 {
	padding-left: 1em;
}
.pl_d_title2 {
	margin-top: 15px;
}
.pl_d_item2 {
	padding-left: 1em;
}
.pl_d_item2 span {
	text-decoration: underline;
}
.pl_d_item3 {
	padding-left: 1em;
	margin-top: 15px;
}
.pl_d_item3 a {
	text-decoration: underline;
	color: #3366cc;
}
.required_description {
	padding-left: 25px;
}

@media screen and (max-width: 767px){
	.pl_description {
		font-size: 90%;
		width: 95%
	}
}

/**
書籍注文情報入力
**/
.oif_title {
	width: 100%;
	/*border-left: 10px solid #3366cc;
	font-size: 190%;*/
	font-size: 35px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	margin-bottom: 25px;
}
.oif_contents_1 {
	width: 90%;
	margin: 10px auto 20px;
}
.oif_item_1 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.oif_label_1 {
	width: 15%;
}
.oif_val_1 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.oif_val_1 input[type="text"] {
	height: 35px;
}
.oif_val_1 input[type="text"].text_l {
	width: 80%;
}
@keyframes click-wave-oif {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacityu: 0.35;
	}
	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}
.oif_val_1 .oif_input {
	position: relative;
	top: 9.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #fff;
	border: none;
	outline: none;
	background-color: #d7cbcb;
	-webkit-appearance: none;
	appearance: none;
}
.oif_val_1 .oif_input:hover {
	background-color: #c1e4e9;
}
.oif_val_1 .oif_input:checked {
	background-color: #3366cc;
}
.oif_val_1 .oif_input:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
}
.oif_val_1 .oif_input:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave-oif 0.65s;
	animation: click-wave-oif 0.65s;
	background-color: #3366cc;
}
.oif_val_1 .oif_input.oif_radio {
	border-radius: 50%;
}
.oif_val_1 .oif_input.oif_radio::after {
	border-radius: 50%;
}
.oif_val_1 label {
	line-height: 40px;
	display: inline-block;
}
.oif_contents_2 {
	width: 90%;
	margin: 15px auto 10px;
}
.oif_c2_title {
	font-size: 135%;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 4px solid #3366cc;
}
.oif_c2_purchase {
	border-bottom: 1px dotted #e2e2e2;
}
.oif_p_item {
	margin-bottom: 15px;
}
.oif_p_name {
	margin-bottom: 15px;
}
.oif_p_price {
	display: flex;
	padding-bottom: 10px;
}
.oif_p_purchase {
	width: 70%;
	text-align: right;
}
.oif_p_subtotal {
	width: 30%;
	text-align: right;
}
.oif_c2_postage {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 5px;
}
.oif_c2_total {
	text-align: right;
	margin-bottom: 15px;
}
.oif_none {
	display: none;
}
.oif_btn_area {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
button.oif_back_btn {
	width: 180px;
	height: 40px;
	color: #3366cc;
	background-color: #fff;
	border: 1px solid #3366cc;
	border-radius: 15px;
	font-weight: bold;
	margin-right: 5px;
}
button.oif_confirm_btn {
	width: 180px;
	height: 40px;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	font-weight: bold;
	border-radius: 15px;
	margin-left: 5px;
}
.oif_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}
#input_err {
	display: none;
	font-size: 120%;
	text-align: center;
	color: red;
	padding-top: 15px;
	padding-bottom: 15px;
}

.oc_title {
	/*font-size: 180%;*/
	font-size: 35px;
	font-weight: bold;
	text-indent: 0.5em;
	/*border-left: 13px solid #3366cc;*/
	height: 55px;
	line-height: 55px;
	margin-bottom: 25px;
}
.oc_description {
	font-size: 135%;
	text-align: center;
	margin-bottom: 35px;
}
.oc_orderer {
	width: 85%;
	margin: 10px auto 25px;
	font-size: 115%;
}
.oc_o_title {
	border-bottom: 4px solid #3366cc;
	padding-bottom: 5px;
	font-weight: bold;
}
.oc_o_item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.oc_o_label {
	width: 25%;
}
.oc_o_val {
	width: 75%;
	padding-left: 10px;
	padding-right: 10px;
}
.oc_product {
	width: 85%;
	margin: 10px auto 20px;
	font-size: 115%;
}
.oc_p_title {
	font-weight: bold;
	border-bottom: 4px solid #3366cc;
	padding-bottom: 5px;
}
.oc_p_item {
	padding-top: 20px;
	padding-bottom: 15px;
}
.oc_p_name {
	margin-bottom: 10px;
}
.oc_p_purchase {
	display: flex;
}
.oc_p_num {
	width: 70%;
	text-align: right;
}
.oc_p_subtotal {
	width: 30%;
	text-align: right;
}
.oc_p_postage {
	text-align: right;
	border-bottom: 2px dotted #dadada;
	margin-top: 15px;
	padding-bottom: 10px;
}
.oc_p_total {
	margin-top: 25px;
	text-align: right;
}
.oc_btn_area {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}
.oc_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}
button.oc_back_btn {
	width: 100px;
	height: 40px;
	color: #3366cc;
	font-weight: bold;
	font-size: 110%;
	background-color: #fff;
	border: 1px solid #3366cc;
	border-radius: 10px;
	margin-right: 10px;
}
button.oc_comp_btn {
	width: 100px;
	height: 40px;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 10px;
	margin-left: 10px;
}
.favs_clear {
	display: none;
}
.ocomp_contents {
	width: 93%;
	margin: 15px auto 20px;
}
.ocomp_title {
	/*font-size: 190%;*/
	font-size: 35px;
	font-weight: bold;
	/*border-left: 15px solid #3366cc;*/
	padding-left: 15px;
	line-height: 50px;
	margin-bottom: 30px;
	height: 50px;
}
.ocomp_mess {
	width: 90%;
	margin: 10px auto;
	font-size: 130%;
}
.ocomp_btn_area {
	text-align: center;
	padding-top: 40px;
}
.ocomp_btn_area button {
	width: 200px;
	height: 40px;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
}
.ocomp_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}

/**
注文管理
**/
.po_mng_main {
	width: 80%;
	margin: 30px auto;
}
.po_mng_title {
	font-size: 220%;
	font-weight: bold;
	background-color: #3366cc;
	color: #fff;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.po_mng_pager {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 35px;
}
.po_mng_pager div {
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 26px;
	border: 1px solid #3366cc;
	border-radius: 10px;
	color: #3366cc;
}
.po_mng_pager div.pager_active {
	background-color: #3366cc;
	color: #fff;
}
.po_mng_pager div.mng_top {
	position: absolute;
	width: 110px;
	left: 0;
}
.po_mng_pager div.mng_end {
	position: absolute;
	width: 110px;
	right: 0;
}
.po_mng_pager div:hover {
	cursor: pointer;
	opacity: .8;
}
.po_mng_contents {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 100%;
	border-bottom: 2px solid #f0f0f0;
}
.po_mng_no {
	width: 6%;
}
.po_mng_buyer {
	width: 22%;
	padding-left: 10px;
}
.po_mng_member {
	width: 11%;
	padding-left: 4px;
}
.po_mng_price {
	width: 12%;
	text-align: center;
}
.po_mng_status {
	width: 10%;
	text-align: center;
}
.po_mng_date {
	width: 12%;
	padding-left: 4px;
}
.po_mng_btn {
	width: 27%;
}
.po_mng_item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 90%;
}
.po_mng_i_no {
	width: 6%;
}
.po_mng_i_buyer {
	width: 22%;
	padding-left: 18px;
}
.po_mng_i_member {
	width: 11%;
	padding-left: 8px;
}
.po_mng_i_price {
	width: 12%;
	text-align: right;
	padding-right: 10px;
}
.po_mng_i_status {
	width: 10%;
	text-align: center;
}
.po_mng_i_date {
	width: 12%;
	padding-left: 10px;
}
.po_mng_i_btn {
	width: 27%;
	text-align: center;
}
.po_mng_i_btn button {
	background-color: #b8b8b8;
	border: 1px solid #b8b8b8;
	width: 50px;
	height: 35px;
	font-size: 80%;
}
.po_mng_i_btn button.pom_del {
	background-color: red;
	border-color: red;
	color: #fff;
}
.po_mng_i_btn button:hover {
	cursor: pointer;
	opacity: .8;
}
.po_mng_i_btn button:disabled {
	pointer-events: none;
}
.po_mng_kana {
	font-size: 80%;
}
.pom_search_area {
	width: 95%;
	margin: 20px auto;
	padding-bottom: 25px;
}
.pom_search_title {
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
}
.pom_search_condition {
	display: flex;
	width: 100%;
	align-items: center;
	height: 40px;
}
.pom_se_co_label {
	width: 15%;
}
.pom_se_co_input {
	width: 85%;
}
.pom_se_co_label_1 {
	width: 18%;
}
.pom_se_co_label_2 {
	width: 12%
}
.pom_se_co_input_1, .pom_se_co_input_2 {
	width: 35%;
}
.pom_se_co_input input[type="text"] {
	width: 60%;
}
.pom_se_co_input_1 input[type="text"], .pom_se_co_input_2 input[type="text"] {
	width: 90%;
}
.pom_se_co_input input[type="checkbox"] {
	display: none;
}
.pom_se_co_input label:focus, .pom_se_co_input label:hover, .pom_se_co_input label:active, .pom_se_co_input input:checked + label {
	color: #3366cc;
}
.pom_se_co_input label:focus::before, .pom_se_co_input label:hover::before, .pom_se_co_input label:active::before, .pom_se_co_input input:checked + label::before {
	background-color: #3366cc;
	color: #fff;
}
.pom_se_co_input label {
	font-size: 1em;
	line-height: 1;
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 1em 0.5em 1em 2em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff;
}
.pom_se_co_input label::before {
	position: absolute;
	top: 1em;
	left: 0.5em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #ccc;
}
.pom_se_co_input input:checked + label::before {
	border-color: #3366cc;
	background-color: #3366cc;
}
.pom_search_condition_date {
	display: flex;
	width: 100%;
	align-items: center;
	height: 40px;
}
.pom_search_condition_date input[type="text"] {
	width: 30%;
}
.pom_se_co_btn_area {
	text-align: center;
	margin-top: 15px;
}
.pom_se_co_btn_area button.pom_search_btn {
	width: 75px;
	height: 35px;
	margin-right: 10px;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	color: #fff;
}
.pom_se_co_btn_area button.pom_clear_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
}
.pom_se_co_btn_area button.pom_dl_btn {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #3366cc;
	color: #3366cc;
	border-radius: 8px;
}
.pom_se_co_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}
/**
注文管理詳細
**/
.pod_main {
	width: 80%;
	margin: 25px auto 40px;
}
.pod_buyer_title {
	font-size: 180%;
	font-weight: bold;
	border-left: 10px solid #3366cc;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.pod_b_contents {
	width: 90%;
	margin: 15px auto;
}
.pod_b_item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/**height: 55px;**/
	font-size: 120%;
}
.pod_b_label {
	width: 25%;
	font-weight: bold;
}
.pod_b_val {
	width: 75%;
}
.pod_bname {
	padding-top: 10px;
	padding-bottom: 5px;
}
.pod_bname input[type="text"] {
	width: 80%;
}
.pod_bkana {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pod_bkana input[type="text"] {
	width: 80%;
}
.pod_bcat {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border: 1px solid white;
	border-radius: 3px;
	background-color: #fff;
}
.pod_bcat input[type="radio"] {
	display: none;
}
.pod_bcat label:focus, .pod_bcat label:hover, .pod_bcat label:active, .pod_bcat input:checked + label {
	color: #3366cc;
}
.pod_bcat label:focus::before, .pod_bcat label:hover::before, .pod_bcat label:active::before, .pod_bcat input:checked + label::before {
	border-color: #3366cc;
	background-color: #fff;
}
.pod_bcat label {
	font-size: 1em;
	line-height: 1;
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff;
}
.pod_bcat label::before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #ccc;
	border-radius: 50%;
}
.pod_bcat input:checked + label::before {
	border-color: #3366cc;
	background-color: #3366cc;
}
.pod_ulogin {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pod_acat {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border: 1px solid white;
	border-radius: 3px;
	background-color: #fff;
}
.pod_acat input[type="radio"] {
	display: none;
}
.pod_acat label:focus, .pod_acat label:hover, .pod_acat label:active, .pod_acat input:checked + label {
	color: #3366cc;
}
.pod_acat label:focus::before, .pod_acat label:hover::before, .pod_acat label:active::before, .pod_acat input:checked + label::before {
	border-color: #3366cc;
	background-color: #fff;
}
.pod_acat label {
	font-size: 1em;
	/*font-weight: bold;*/
	line-height: 1;
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition:all 0.15s ease;
	white-space: nowrap;
	text-overflow:ellipsis;
	background-color: #fff;
}
.pod_acat label::before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #ccc;
	border-radius: 50%;
}
.pod_acat input:checked + label::before {
	border-color: #3366cc;
	background-color: #3366cc;
}
.pod_pcode {
	padding-bottom: 10px;
}
.pod_pcode input[type="text"] {
	width: 25%;
}
.pod_baddr {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pod_baddr input[type="text"] {
	width: 100%;
}
.pod_btel {
	padding-top: 10px;
	padding-bottom: 5px;
}
.pod_btel input[type="text"] {
	width: 40%;
}
.pod_bfax {
	padding-top: 5px;
	padding-bottom: 10px;
}
.pod_bfax input[type="text"] {
	width: 40%;
}
.pod_bmail {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pod_bmail input[type="text"] {
	width: 80%;
}
.pod_cname {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pod_cname input[type="text"] {
	width: 80%;
}
.pod_inv_addr {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pod_inv_addr input[type="text"] {
	width: 80%;
}
span.address_0 {
	color: #fff;
	background-color: #004d25;
	border-radius: 15px;
	padding: 5px 7px;
	font-size: 85%;
	font-weight: normal;
	margin-left: 8px;
}
span.address_1 {
	color: #fff;
	background-color: #c70067;
	border-radius: 15px;
	padding: 5px 7px;
	font-size: 85%;
	font-weight: normal;
	margin-left: 8px;
}
.pod_product_title {
	font-size: 180%;
	font-weight: bold;
	border-left: 10px solid #3366cc;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.pod_p_contents {
	width: 90%;
	margin: 15px auto;
}
.pod_p_name {
	font-size: 115%;
	height: 40px;
	line-height: 40px;
}
.pod_p_item {
	display: inline-flex;
	width: 100%;
	margin-bottom: 10px;
	height: 35px;
	align-items: center;
	font-size:110%;
}
.pod_p_num {
	width: 70%;
	text-align: right;
}
.pod_p_price {
	width: 30%;
	text-align: right;
}
.pod_p_label {
	width: 70%;
	text-align: right;
}
.pod_p_val {
	width: 30%;
	text-align: right;
}
.pod_o_contents {
	width: 60%;
	margin: 20px auto 20px;
	font-size: 120%;
}
.pod_o_item {
	display: inline-flex;
	width: 100%;
	align-items: center;
	height: 45px;
}
.pod_o_label {
	width: 40%;
	border-left: 5px solid #3366cc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pod_o_val {
	width: 60%;
	text-align: center;
}
.pod_select {

}
.pod_btn_area {
	text-align: center;
	padding-top: 25px;
}
button.pod_back_btn {
	width: 80px;
	height: 40px;
	font-size: 120%;
	font-weight: bold;
	color: #3366cc;
	background-color: #fff;
	border: 1px solid #3366cc;
	border-radius: 8px;
	margin-right: 10px;
}
button.pod_upd_btn {
	width: 80px;
	height: 40px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	margin-left: 10px;
}
.pod_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}
.pod_none {
	display: none;
}

/**
プラグイン未使用講習会予約フォーム
**/
.sr_item {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 8px;
}
.sr_label {
	width: 30%;
	font-weight: bold;
}
.sr_val {
	width: 70%;
}
.sr_val input[type="text"] {
	width: 90%;
}
.sr_val input[type="text"].sr_input_postal {
	width: 40%;
}
.sr_val textarea {
	width: 90%;
}
.sr_val select {
	width: 40%;
}
.sr_val_radio {
	margin: 0 auto;
	text-align: left;
}
@keyframes click-wave-sr {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}
	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}
.sr_val_radio .sr_input {
	position: relative;
	top: 9.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #fff;
	border: none;
	outline: none;
	background-color: #d7cbcb;
	-webkit-appearance: none;
	appearance: none;
}
.sr_val_radio .sr_input:hover {
	background-color: #c1e4e9;
}
.sr_val_radio .sr_input:checked {
	background-color: #3366cc;
}
.sr_val_radio .sr_input:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
}
.sr_val_radio .sr_input:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave-sr 0.65s;
	animation: click-wave-sr 0.65s;
	background-color: #3366cc;
}
.sr_val_radio .sr_input.sr_radio {
	border-radius: 50%;
}
.sr_val_radio .sr_input.sr_radio::after {
	border-radius: 50%;
}
.sr_val_radio label {
	line-height: 40px;
	display: inline-block;
}
.sr_address_info {
	padding-bottom: 10px;
	padding-top: 10px;
}
.sr_ai_title {
	font-size: 110%;
	font-weight: bold;
}
.sr_copy_title {
	width: 70%;
	text-align: right;
	font-size: 90%;
}
.sr_copy_btn {
	width: 30%;
	text-align: center;
}
.sr_copy_btn button {
	font-size: 90%;
	height: 25px;
	width: 80px;
	background-color: #180614;
	border: 1px solid #180614;
	color: #fff;
	border-radius: 8px;
}
.sr_copy_btn button:hover {
	cursor: pointer;
	opacity: .8;
}
.sr_required {
	color: red;
}
.sr_student_required {
	width: 95%;
	margin: 10px auto;
	color: red;
}
.sr_stu_contents {
	width: 95%;
	margin: 8px auto;
	border-bottom: 1px dotted #9c9c9c;
}
.hidden_stu {
	display: none;
}
.sr_s_item {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 10px;
}
.sr_s_item_r {
	height: 50px;
}
.sr_s_label {
	width: 25%;
	font-weight: bold;
}
.sr_s_val {
	width: 75%;
}
.sr_s_val_radio {
	margin: 0 auto;
	text-align: left;
}
.sr_s_val_radio input[type="radio"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.sr_s_val_radio label {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 10px;
	padding-left: 35px;
	cursor: pointer;
}
.sr_s_val_radio label::before {
	position: absolute;
	z-index: -1;
	top: -6px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: ' ';
	border: 2px solid #3366cc;
	border-radius: 4px;
}
.sr_s_val_radio input[type="radio"] + label::before {
	border-radius: 18px;
}
.sr_s_val_radio input[type="radio"]:checked + label {
	padding-left: 10px;
	color: #fff;
}
.sr_s_val_radio input[type="radio"]:checked + label::before {
	top: -3px;
	width: 100%;
	height: 100%;
	background-color: #3366cc;
}
.sr_s_val_radio label, .sr_s_val_radio label::before {
	-webkit-transition: 0.25s all ease;
	transition: 0.25s all ease;
}
.sr_s_val input[type="text"] {
	width: 95%;
}
.sr_s_label_a {
	width: 25%;
	font-weight: bold;
}
.sr_s_val_a {
	width: 25%;
}
.sr_s_val_a input[type="text"] {
	width: 100%;
}
.sr_s_label_p {
	width: 25%;
	font-weight: bold;
	text-indent: 3em;
}
.sr_s_val_p {
	width: 25%;
}
.sr_s_val_p input[type="text"] {
	width: 100%;
}
.sr_s_toggle {
	text-align: center;
	font-size: 170%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #3366cc;
}
.sr_s_toggle i {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}
.sr_s_val_pat {
	margin: 0 auto;
	text-align: left;
	width: 35%;
}
.sr_s_val_pat input[type="checkbox"] {
	position:absolute;
	z-index: -1;
	opacity: 0;
}
.sr_s_val_pat label {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 10px;
	padding-left: 35px;
	cursor: pointer;
}
.sr_s_val_pat label::before {
	position: absolute;
	z-index: -1;
	top: -5px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: ' ';
	border: 2px solid #3366cc;
}
.sr_s_val_pat input[type='checkbox'] + label::before {
	border-radius: 4px;
}
.sr_s_val_pat input[type='checkbox']:checked + label {
	padding-left: 10px;
	color: #fff;
}
.sr_s_val_pat input[type='checkbox']:checked + label::before {
	top: -3px;
	width: 100%;
	height: 100%;
	background-color: #3366cc;
}
.sr_s_val_pat label, .sr_s_val_pat label::before {
	-webkit-transition: 0.25s all ease;
	transition: 0.25s all ease;
}
.sr_btn_area {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}
button.sr_back_btn {
	width: 110px;
	height: 35px;
	font-size: 110%;
	font-weight: bold;
	color: #3366cc;
	background-color: #fff;
	border: 1px solid #3366cc;
	border-radius: 10px;
	margin-right: 15px;
}
button.sr_confirm_btn {
	width: 110px;
	height: 35px;
	margin-left: 15px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 10px;
}
.sr_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}
.sr_stu_clear {
	width: 40%;
	text-align: right;
}
.sr_stu_clear button {
	width: 85px;
	height: 30px;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	background-color: #7f7f7f;
	border: 1px solid #7f7f7f;
	border-radius: 15px;
}
.sr_stu_clear button:hover {
	cursor: pointer;
	opacity: .8;
}
.sr_no_pat {
	width: 100%;
}
.sr_val.sup_mess {
	font-size: 90%;
}

/**
予約確認画面
**/
.s_confirm_area {

}
.sc_mess {
	font-size: 150%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
}
.sc_title {
	/*font-size: 190%;
	background-color: #3366cc;
	color: #fff;*/
	font-size: 35px;
	color: #333333;
	height: 75px;
	line-height: 80px;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: 20px;
}
.sc_item {
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
}
.sc_remarks {
	height: 100%;
	min-height: 50px;
}
.sc_label {
	width: 35%;
	font-weight: bold;
}
.sc_val {
	width: 65%;
}
.sc_subtitle {
	font-size: 115%;
	font-weight: bold;
	margin-top: 10px;
}
.sc_s_content {
	width: 95%;
	margin: 0 auto;
	font-size: 95%;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #838383;
}
.sc_s_item {
	display: flex;
	width: 100%;
	height: 35px;
	align-items: center;
}
.sc_s_label {
	width: 20%;
	font-weight: bold;
}
.sc_s_val {
	width: 80%;
}
.sc_s_label2 {
	width: 20%;
	font-weight: bold;
}
.sc_s_val2 {
	width: 30%;
}
.sc_btn_area {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 30px;
}
button.sc_back_btn {
	width: 90px;
	height: 40px;
	font-size: 110%;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #3366cc;
	color: #3366cc;
	border-radius: 10px;
	margin-right: 10px;
}
button.sc_comp_btn {
	width: 90px;
	height: 40px;
	font-size: 110%;
	font-weight: bold;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	color: #fff;
	border-radius: 10px;
	margin-left: 10px;
}
.sc_btn_area button:hover {
	cursor: pointer;
	opacity: .8;
}

/**
講習会予約フロー
**/
.reservation_flow {
	width: 40%;
	margin: 50px auto 0;
}
.sr_stepflow {
	font-size: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
.sr_stepflow > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-overflow: ellipsis;
	color: #b0bec5;
	-ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}
.sr_stepflow > li .sr_flow_title {
	font-weight: bold;
}
.sr_stepflow > li .sr_flow_text {
	display: block;
	padding-right: 2.5em;
}
.sr_stepflow > li .sr_bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0.5em;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.sr_stepflow > li .sr_bubble::after, .sr_stepflow > li .sr_bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.sr_stepflow > li.sr_completed, .sr_stepflow > li.sr_completed .sr_bubble {
	color: #00acc1;
}
.sr_stepflow > li.sr_completed .sr_bubble, .sr_stepflow > li.sr_completed .sr_bubble::after, .sr_stepflow > li.sr_completed .sr_bubble::before {
	background-color: #4dd0e1;
}
.sr_stepflow > li:last-child .sr_bubble::after, .sr_stepflow > li:last-child .sr_bubble::before {
	width: 0%;
	margin-right: 50%;
}
.sr_stepflow > li.sr_active, .sr_stepflow > li.sr_active .sr_bubble {
	color: #f57c00;
}
.sr_stepflow > li.sr_active .sr_bubble, .sr_stepflow > li.sr_active .sr_bubble::after, .sr_stepflow > li.sr_active .sr_bubble::before {
	background-color: #fb8c00;
}
.order_flow {
	width: 40%;
	margin: 50px auto 0;
}
.po_stepflow {
	font-size: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
.po_stepflow > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-overflow: ellipsis;
	color: #b0bec5;
	-ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}
.po_stepflow > li .po_title {
	font-weight: bold;
}
.po_stepflow > li .po_text {
	display: block;
	padding-right: 2.5em;
}
.po_stepflow > li .po_bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0.5em;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.po_stepflow > li .po_bubble::after, .po_stepflow > li .po_bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.po_stepflow > li.po_completed, .po_stepflow > li.po_completed .po_bubble {
	color: #00acc1;
}
.po_stepflow > li.po_completed .po_bubble, .po_stepflow > li.po_completed .po_bubble::after, .po_stepflow > li.po_completed .po_bubble::before {
	background-color: #4dd0e1;
}
.po_stepflow > li:last-child .po_bubble::after, .po_stepflow > li:last-child .po_bubble::before {
	width: 0%;
	margin-right: 50%;
}
.po_stepflow > li.po_active, .po_stepflow > li.po_active .po_bubble {
	color: #f57c00;
}
.po_stepflow > li.po_active .po_bubble, .po_stepflow > li.po_active .po_bubble::after, .po_stepflow > li.po_active .po_bubble::before {
	background-color: #fb8c00;
}

/**
領収証表示制限
**/
.dr_main {
	width: 100%;
	padding-top: 50px;
}
.dr_mess {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
.dr_btn {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}
.dr_btn button {
	font-size: 110%;
	font-weight: bold;
	width: 100px;
	height: 40px;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 10px;
}
.dr_btn button:hover {
	opacity: .8;
	cursor: pointer;
}

/**
帳票系
**/
.srepo_content {
	width: 90%;
	margin: 15px auto 25px;
	color: #000;
}
.srepo_title {
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.srepo_item {
	width: 100%;
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}
.srepo_addr {
	width: 60%;
	padding-bottom: 15px;
	padding-top: 10px;
}
.srepo_block {
	width: 40%;
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
}
.srepo_imprint {
	position: absolute;
	/*right: 20%;*/
	left: 225px;
	width: 35%;
	z-index: 20;
}
.srepo_imprint img {
	width: 50%;
}
.srepo_img {
	padding-bottom: 25px;
}
.srepo_img img {
	width: 75%;
}
.srepo_nm {
	padding-bottom: 15px;
}
.srepo_ad {
	padding-bottom: 5px;
}
.srepo_no {
	padding-top: 25px;
	padding-bottom: 5px;
}
.srepo_date {
	padding-bottom: 20px;
}
.srepo_main {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
}
.srepo_subject {
	font-size: 120%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.srepo_money1 {
	font-size: 120%;
	border-bottom: 1px solid #888;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.srepo_stud {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.srepo_th {
	display: flex;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 110%;
}
.srepo_th1 {
	width: 60%;
}
.srepo_th2 {
	width: 15%;
}
.srepo_th3 {
	width: 10%;
}
.srepo_th4 {
	width: 15%;
	text-align: right;
	padding-right: 4em;
}
.srepo_td {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.srepo_bg {
	background-color: #c0c0c0;
}
.srepo_td1 {
	width: 60%;
	padding-left: 1em;
	line-height: 1.3em;
}
.srepo_td1_a {
	font-size: 85%;
}
.srepo_td2 {
	width: 15%;
	/*text-align: right;
	padding-right: 2em;*/
	padding-left: 2em;
}
.srepo_td3 {
	width: 10%;
	/*text-align: right;
	padding-right: 2em;*/
	padding-left: 2em;
}
.srepo_td4 {
	width: 15%;
	text-align: right;
	padding-right: 1em;
}
.srepo_subt {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 25px;
	padding-bottom: 10px;
}
.srepo_subt_b {
	width: 40%;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
}
.srepo_s_title {
	float: left;
	width: 50%;
}
.srepo_s_val {
	width: 50%;
	float: left;
	text-align: right;
}
.srepo_total {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
	padding-bottom: 25px;
}
.srepo_total_b {
	width: 40%;
	border-bottom: 1px solid #888;
	font-size: 110%;
	padding-bottom: 5px;
}
.srepo_t_title {
	float: left;
	width: 50%;
}
.srepo_t_val {
	width: 50%;
	float: left;
	text-align: right;
}
.srepo_payee_title {
	font-size: 120%;
	margin-top: 20px;
}
.srepo_payee_item {
	width: 100%;
	border: 1px solid #888;
	padding: 25px 10px;
}
.srepo_remark_title {
	font-size: 120%;
	margin-top: 15px;
}
.srepo_remark_item {
	width: 100%;
	border: 1px solid #888;
	padding: 25px 10px;
}
.srepo_btn_area {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}
.srepo_bck_btn {
	width: 100px;
	height: 40px;
	font-weight: bold;
	color: #3366cc;
	border: 1px solid #3366cc;
	background-color: #fff;
	border-radius: 8px;
	margin-right: 10px;
}
.srepo_send_btn {
	width: 100px;
	height: 40px;
	font-weight: bold;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	border-radius: 8px;
	margin-left: 10px;
}
.srepo_btn_area button:hover {
	opacity: .8;
	cursor: pointer;
}
.srepo1_content {
	width: 80%;
	margin: 25px auto 35px;
}
.srepo1_title {
	width: 20%;
	font-size: 140%;
	text-align: center;
	height: 50px;
	display: block;
	line-height: 50px;
	background-color: #3366cc !important;
	color: #fff;
	margin-bottom: 40px;
}
.srepo1_student {
	width: 90%;
	margin: 20px auto 25px;
	font-size: 115%;
	border-collapse: collapse;
	border-spacing: 0;
}
.srepo1_item {
	width: 100%;
}
.srepo1_label {
	width: 25%;
	border: 1px solid #000;
}
.srepo1_val {
	width: 75%;
	padding-left: 1em;
	border: 1px solid #000;
	padding-bottom: 25px;
	padding-top: 25px;
}
.srepo1_supplement {
	width: 90%;
	margin: 45px auto 25px;
}
.srepo1_supp_title {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.srepo1_supp_item {
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.srepo2_content {
	width: 90%;
	margin: 15px auto 25px;
	color: #000;
}
.srepo2_title {
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.srepo2_item1 {
	width: 100%;
	display: flex;
	margin-top: 15px;
	margin-bottom: 20px;
}
.srepo2_addr {
	width: 70%;
	padding-top: 10px;
	padding-bottom: 15px;
}
.srepo2_block {
	width: 30%;
	padding-top: 10px;
	padding-bottom: 15px;
}
.srepo2_date {
	padding-bottom: 5px;
}
.srepo2_no {
	padding-bottom: 5px;
}
.srepo2_main {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
.srepo2_price {
	width: 40%;
	margin: 20px auto;
	display: flex;
	font-size: 120%;
	border: 1px solid #000;
}
.srepo2_p_label {
	width: 50%;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.srepo2_p_val {
	width: 50%;
	text-align: right;
	padding-bottom: 15px;
	padding-top:15px;
	padding-right: 10px;
}
.srepo2_summary {
	width: 80%;
	margin: 20px auto 25px;
	text-align: center;
	line-height: 1.5em;
}
.srepo2_item2 {
	width: 100%;
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px;
}
.srepo2_price2 {
	width: 100%;
	display: flex;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}
.srepo2_p2_label {
	width: 50%;
}
.srepo2_p2_val {
	text-align: right;
	width: 50%;
}
.srepo2_p2_price {

}
.srepo2_p2_tax {

}
.vertical{
	width: 60%;
}
.srepo2_block2 {
	width: 60%;
	padding-left: 6em;
	position: relative;
}
.srepo2_img {
	padding-bottom: 25px;
}
.srepo2_img img {
	width: 75%;
}
.srepo2_imprint {
	position: absolute;
	/*right: 10%;*/
	left: 380px;
	width: 30%;
	z-index: 20;
}
.srepo2_imprint img {
	width: 50%;
}
.srepo2_nm {
	padding-bottom: 20px;
}
.srepo2_ad {
	padding-bottom: 5px;
}
.srepo_date_o {
	padding-bottom: 5px;
}
.srepo_imprint_btn {
	width: 100px;
	height: 40px;
	font-weight: bold;
	color: #000;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	margin-left: 20px;
}
.srepo_snd_comp {
	width: 80%;
	margin: 30px auto;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
/*スマホ対応*/
@media screen and (max-width: 767px){
	.ss_btn_area button {
		width: 57px;
		height: 35px;
		background-color: #3366cc;
		color: #fff;
		border: 1px solid #3366cc;
		border-radius: 10px;
		font-weight: bold;
	}
	.sc_d_d_sponsor {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}
.kaisi_button{
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-family: serif;
}
.sc_d_d_date {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}
.sc_d_d_venue {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sc_d_i_status {
	display: block;
	float:left;
	width: 66px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 3px auto;
	background-color: yellow;
}
.sc_d_i_remaining {
	display: block;
	float:left;
	width: 66px;
	font-size:13px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 3px auto;
}
.sc_d_i_area {
	display: block;
	float:left;
	width: 66px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 3px auto;
	background-color: #3366cc;
	color: #fff;
}
.sc_d_i_pref {
	display: block;
	float:left;
	width: 66px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	margin: 3px auto;
	border: 1px solid #999;
}
.sc_d_descrip {
	display: block;
	width: 90%;
	padding-left: 42px;
}
.sc_rem_none {
	display: none;
}
.r_dead {
	background-color: #c0c0c0;
}
.s_d_title {
	font-size: 160%;
	width: 100%;
	height: 100%;
	/*background: -webkit-linear-gradient(to top, #3366cc, #ebf6f7);
	background: linear-gradient(to top, #3366cc, #ebf6f7);
	color: #fff;*/
	color: #3366cc;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
						-1px 1px 0 #000, 1px -1px 0 #000,
						0px 1px 0 #000, 0px -1px 0 #000,
						-1px 0px 0 #000, 1px 0px 0 #000;*/
	font-weight: bold;
}
.s_d_item_value {
	width: 85%;
	margin: 8px 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	word-break: break-word;
}
.s_d_item_label {
	width: 20%;
	font-weight: bold;
	background-color: #e7eef8;
	padding: 8px 10px;
	line-height: 2em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.seminar_pager div.to_top {
	left: 0;
	position: inherit;
	width: 100px;
	border: 0 solid #3366cc;
}
.seminar_pager div.to_end {
	right: 0;
	position: inherit;
	width: 100px;
	border: 0 solid #3366cc;
}
button.oif_back_btn {
	width: 180px;
	height: 40px;
	color: #3366cc;
	background-color: #fff;
	border: 1px solid #3366cc;
	border-radius: 15px;
	font-weight: bold;
	margin-right: 0;
}
button.oif_confirm_btn {
	width: 180px;
	height: 40px;
	color: #fff;
	background-color: #3366cc;
	border: 1px solid #3366cc;
	font-weight: bold;
	border-radius: 15px;
	margin-left: 0;
	margin-top: 15px;
}
.ocomp_title {
	/*font-size: 190%;*/
	font-size: 25px;
	font-weight: bold;
	/*border-left: 15px solid #3366cc;*/
	padding-left: 15px;
	line-height: 50px;
	margin-bottom: 30px;
	height: 50px;
}
.ocomp_mess {
	width: 90%;
	margin: 10px auto;
	font-size: 100%;
}
.order_flow {
	width: 60%;
	margin: 50px auto 0;
}
}
/********************************************
* Now Loading
********************************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}