@charset "utf-8";

/*----------------------------------------------
	c_input
---------------------------------------------*/
.c_input {
	width: 100%;
	display: block;
	padding: 13px 15px;
	border-radius: 5px;
	font-size: 1.8rem;
	border: 1px solid #b9b9b9;
}

.c_table_type01 .c_input {
	padding: 10px;
	height: auto;
	font-size: 1.5rem;
}

.c_input.is_short{
	max-width: 300px;
}

@media only screen and (max-width: 640px){
	.c_input.is_short,
	.c_input {
		max-width: 100%;
		width: 100%;
		height: unset;
	}
}


.c_check_entry{
	margin-left: 15px;
}

@media only screen and (max-width: 640px){
	.c_check_entry{
		margin-left: 0;
		margin: 5px 0;
	}
	}

/*----------------------------------------------
	c_select
---------------------------------------------*/
.c_select{
	max-width: 500px;
	width: 100%;
	padding: 8px 5px;
}

/*----------------------------------------------
	btn
---------------------------------------------*/
.c_btn {
	display: block;
	margin: 0 auto;
	border: none;
	background: #B7635D;
	color: #fff;
	max-width: 270px;
	width: 100%;
	font-size: 2rem;
	padding: 15px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border-radius: 100px;
	font-weight: bold;
}

.c_btn.is_form{
	background: linear-gradient(36deg, #e58208, #ebab0b 100%);
	font-size: 1.6rem;
	position: relative;
}

.c_btn.is_form::after{
	content: "";
	background: url(../images/icon_document.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	top: calc(50% - (20px / 2));
	filter: invert(1);
}

.c_btn.is_text{
	background: linear-gradient(36deg, hsl(214, 84%, 45%) 0%, hsl(214, 90%, 55%) 100%);
	font-size: 1.6rem;
	position: relative;
	min-width: 250px;
}

.c_btn.is_text::after{
	content: "";
	background: url(../images/icon_pdf.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: cover;
	position: absolute;
	top: calc(50% - (18px / 2));
}

.c_btn.is_orange{
	background: #EA943A;
	border: 2px solid #F8B877;
	width: 49%;
	font-size: 2rem;
	margin: unset;
	font-weight: bold;
}

.c_btn.is_test{
	background: #2888e7;
	border: none;
}

/* .c_btn.is_next{
	text-align: left;
	position: relative;
	width: 250px;
} */

.c_btn.is_next.is_right{
	position: absolute;
	right: 0;
	top: 0;
}


.c_btn.is_prev{
	text-align: center;
	position: absolute;
	width: 150px;
	left: 0;
}

.c_btn.is_prev.is_lg{
	width: 300px;
	position: relative;
	left: auto;
}


.c_btn_img{
	display: block;
	border: none;
	background: #F5F7FF;
	color: #5476DC;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.4rem;
	position: relative;
	width: 100%;
	text-align: left;
	padding: 7px;
	padding-left: 45px;
	margin-bottom: 5px;
}


@media only screen and (max-width: 1000px){
	.c_btn.is_prev{
		position: relative;
		margin-bottom: 30px;
		padding: 14px;
		font-size: 1.5rem;
	}
	.c_btn.is_next.is_right{
		position: relative;
		margin: 30px auto;
	}
}

@media only screen and (max-width: 640px){
	.c_btn.is_text{
		min-width: unset;
	}
}


/*  TYPE
------------------------------------- */
.c_btn.is_login {
	width: 100%;
	padding: 15px;
	max-width: 100%;
}

.c_btn.is_back {
	width: 250px;
	padding: 8px 0;
	font-size: 1.5rem;
	border:none;
	margin: 0;
}

.c_btn.is_logout {
	display: block;
	max-width: 170px;
	width: 180px;
	background: #fff;
	color: #B7635D;
	border: none;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 8px 0;
	margin: 0;
}

.c_btn.is_search{
	width: 50px;
	height: 28px;
	position: relative;
	right: 2px;
	border-radius: 0 3px 3px 0;
}

.c_btn.is_allses{
	font-size: 1.3rem;
	padding: 3px 5px;
	min-width: 190px;
	max-width: 100%;
	margin-left: 20px;
}

.c_btn.is_view {
	width: 150px;
	max-width:unset;
	padding: 13px 0;
	font-size: 1.6rem;
	margin: initial;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 99;
}



.c_btn.is_close {
	max-width: 300px;
	background: #639EF5;
	margin: 20px auto 0;
	text-align: center;
	width: 90vw;
	padding: 15px;
	padding-right: 30px;
	font-size: 20px;
	font-size: 2rem;
	border-radius: calc(62px / 2);
	position: relative;
}


.c_btn.is_pagetop{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	box-shadow: none;
}

.c_btn.is_pagetop::before {
    display: inline-block;
    position: absolute;
    top: calc(50% - (30px/2));
    right: calc(50% - (26px/ 2));
    width: 0;
    height: 0;
    border-width: 0 13px 24px 13px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: "";
}

.c_btn.is_select{
	background: #639EF5;
	padding: 13px;
	font-size: 1.6rem;
	max-width: 300px;
	width: 100%;
	border-radius: calc(52px / 2);
	margin: 0 auto;
}

.c_btn.is_send_q{
	max-width: 140px;
	width: 100%;
	border-radius: 5px;
	font-size: 1.5rem;
	background: #528ce4;
	padding: 3px;
}

.c_btn.is_send_a{
	max-width: 150px;
	width: 100%;
	border-radius: 5px;
	font-size: 1.5rem;
	background: #F5A530;
	padding: 3px;
}



.c_btn02.is_program{
	width: 180px;
}

.c_btn02.is_timetable{
	width: 140px;
}




.c_btn.is_cert{
	background: #C8963F;
	padding-right: 4%;
}


.c_btn.is_note{
	position: relative;
	background: #4d9cdd;
}


.c_btn.is_large{
	max-width: 480px;
	width: 100%;
	padding: 15px 0;
	font-size: 2rem;
}

.c_btn.is_300{
	max-width: 300px;
	width: 100%;
	padding: 15px 0;
	font-size: 2rem;
}

.c_btn.is_upload{
	width: 24px;
	height: 49.2px;
}

.c_btn.is_send{
	width: 37px;
	height: 50px;
}



.c_btn02.is_reply{
	font-size: 1.3rem;
	margin-right: 20px;
	position: relative;
	padding: 0;
	border-bottom: none;
}



@media screen and (max-width: 640px) {
	.c_btn.is_logout, .c_btn.is_back {
		font-size: 1.2rem;
		padding: 5px;
		height: fit-content;
		width: 100px;
	}
	.c_btn.is_back{
		width: 180px;
	}
	.c_btn.is_allses{
		margin-left: 0;
		margin-top: 15px;
	}

}


@media screen and (max-width: 640px) {
	.c_btn.is_view {
		width: 100%;
		padding: 10px 0;
		margin: initial;
		margin: 0 auto 20px;
		position: relative;
		top: unset;
	}
}


/*  HOVER
------------------------------------- */
.c_btn:hover {
	background: #f5a29c;
	box-shadow: none;
	color: #fff;
}

.c_btn.is_logout:hover{
	background: #B7635D;
	color: #fff;
}

.c_btn.is_answer:hover::after {
	opacity: 0.6;
}

.c_btn.is_send_q:hover{
	background: #86b7ff;
}

.c_btn02:hover{
	color: #eb8511;
	border-color: #eb8511;
}

.c_btn02:hover::before{
	background: #eb8511;
}

.c_btn02.is_reply:hover{
	color: #5476DC;
	opacity: 0.7;
}


.c_btn_img:hover{
	opacity: 0.7;
}


/*  DISABLED
------------------------------------- */
.c_btn.is_disabled {
	background: rgb(197, 197, 197);
	cursor: auto;
	color: #fff;
	box-shadow: none;
}

.c_btn.is_disabled:hover {
	background: rgb(197, 197, 197);
	cursor: auto;
	color: #fff;
	opacity: 1;
	/* border: 1px solid rgb(197, 197, 197); */
}

/*  ACCESSORY
------------------------------------- */
.c_triangle, .c_icon { position: relative; }

.c_triangle::before {
	display: inline-block;
	position: absolute;
	top: calc(50% - (12px / 2));
	left: 20px;
	z-index: 999;
	width: 0;
	height: 0;
	border-width: 5px 6px 5px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: "";
}

.c_triangle:hover::before {
	border-color: transparent #fff transparent transparent;
}



/*----------------------------------------------
	c_icon
---------------------------------------------*/
.c_icon.is_upload{
	width: 14.8px;
	height: 18px;
}

.c_icon.is_send{
	width: 18px;
	height: 18px;
}

.c_icon:hover{
	opacity: 0.7;
}


/*----------------------------------------------
	c_list_type01
---------------------------------------------*/
.c_list_type01 li:not(:last-child) {
	margin-bottom: 5px;
}

.c_list_type01.is_red li::before {
	background: #f00;
}

.c_list_type01 .c_ses {
	display: inline-block;
	width: 50px;
}

.c_list_type01 .c_ttl {
	display: inline-block;
	width: 450px;
}




.c_venue{
	text-align: right;
	margin-right: 10px;
}

.c_ttl {
	color: #004672;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.c_name {
	text-indent: -10em;
	padding-left: 10em;
}

@media screen and (max-width: 750px){
	.c_venue{
		text-align: left;
		margin-right: 0;
		font-size: 1.4rem;
	}
	.c_name {
		text-indent: -3em;
		padding-left: 3em;
		font-size: 1.4rem;
	}
}


/*----------------------------------------------
	c_browser
---------------------------------------------*/
.c_browser_header {
	padding: 13px 0;
	background-image: repeating-linear-gradient(-1deg, transparent, transparent, transparent, transparent, transparent), repeating-linear-gradient(89deg, transparent, transparent, transparent, transparent, transparent), repeating-linear-gradient(179deg, transparent, transparent, transparent, transparent, transparent), repeating-linear-gradient(269deg, #A2B68C, #A2B68C 5px, transparent 5px, transparent 8px, #A2B68C 8px);
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
	background-repeat: no-repeat;
	color: #485935;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}

.c_browser_inner {
	padding: 20px 20px 5px;
	font-size: 1.4rem;
}

.c_browser_name {
	margin-bottom: 10px;
	padding-left: 7px;
	border-left: 5px solid #A2B68C;
}

/*----------------------------------------------
	.c_contact_type01
---------------------------------------------*/
.c_contact_type01 {
	background: #ddd;
  width: 100%;
}
.c_contact_type01 .c_contact_header {
  color: #333;
  font-size: 1.6rem;
  
  padding: 9px 0px 9px 12px;
}
.c_contact_type01 .c_contact_details {
  padding: 12px;
  line-height: 1.5;
}
/*----------------------------------------------
  .c_contact_type02
---------------------------------------------*/
.c_contact_type02{

}
.c_contact_type02 .c_contact_header {
  color: #333;
  font-size: 1.5rem;
	
  padding: 9px 0px 9px 12px;

}
.c_contact_type02 .c_contact_details {
  padding: 0px 12px;
  line-height: 1.5;
	font-size: 1.4rem;
}

/*----------------------------------------------
  .c_contact_type03
---------------------------------------------*/
.c_contact_type03:first-child:after {
  content: "";
  background: #44160b;
  width: 1px;
  height: 123px;
  position: absolute;
  right: -1px;
  top: 12px;
}
.c_contact_type03 {
  padding:0 50px;
  position: relative;
}
.c_contact_type03 .c_contact_header {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: inline-block;
}
.c_contact_type03 .c_contact_details {
  padding: 15px;
  line-height: 1.5;
}

/*----------------------------------------------
  .c_contact_type04
---------------------------------------------*/
.c_contact_type04 {
	background: #ccc;
}
.c_contact_type04 .c_contact_header {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: inline-block;
	vertical-align: top;
}
.c_contact_type04 .c_contact_details {
  padding: 0;
  line-height: 1.5;
	display: inline-block;
}

/*----------------------------------------------
  .c_contact_type05
---------------------------------------------*/
.c_contact_type05 {
	background: #ccc;
  width: 100%;
}
.c_contact_type05 .c_contact_header {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: block;
	vertical-align: top;
}
.c_contact_type05 .c_contact_details {
  line-height: 1.5;
	display: block;
  padding: 20px;
}



/*----------------------------------------------
	c_tab
---------------------------------------------*/
.c_tab {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - (7px * 4));
	padding: 13px 10px 5px;
	border-radius: 3px 3px 0 0;
	background: #6F76CD;
	border: 1px solid #6F76CD;
	color: #fff;
	font-weight: bold;
	font-size: 2.5rem;
	text-decoration: none!important;
	text-align: center;
}

.c_tab.is_custom01 {
	font-size: 1.6rem;
	display: block;
	line-height: 1;
}

.c_tab span {
	font-size: 3.5rem;
	position: relative;
	top: -3px;
}

/* .c_tab::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 13px;
	background: rgb(0,87,161);
	background: linear-gradient(180deg, #ffffff 0%, #c8ced12c 100%);
	content: "";
} */

.c_tab:not(:last-of-type) { margin-right: 7px; }

.c_tab.is_active,
.c_tab:hover
 {
	position: relative;
	background: #fff;
	color: #6F76CD;
	border: 1px solid #D3DBF5;
}

.c_tab.is_active::after,
.c_tab:hover::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #fff;
	bottom: -3px;
}

@media screen and (max-width: 940px) {
	.c_tab {
		font-size: 1.2rem;
		width: calc(100% - (2px * 4));
		padding: 10px 0 5px;
	}
	.c_tab span {
		font-size: 1.6rem;
		top: -1px;
	}
	.c_tab:not(:last-of-type) { margin-right: 3px; }
}


/*----------------------------------------------
	c_ttl
---------------------------------------------*/
/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
	.c_ttl_type01 {
		font-size: 2.6rem;
		font-weight: bold;
		background: linear-gradient(90deg, rgba(208,37,25,1) 0%, rgba(200,118,0,1) 100%);
		color: #fff;
		position: relative;
		padding: 13px 20px;
	}


	/*----------------------------------------------
			.c_ttl_type02
	---------------------------------------------*/
	.c_ttl_type02 {
		padding: 5px 15px;
		font-size: 2.2rem;
		font-weight: bold;
		color: #fff;
		background: linear-gradient(90deg, #152509 0%, #475834 100%);
	}


	/*----------------------------------------------
			.c_ttl_type03
	---------------------------------------------*/
	.c_ttl_type03 {
		font-size: 1.8rem;
		font-weight: bold;
		color: #333;
		position: relative;
		padding-right: 150px;
		margin: 0 0 7px;
	}

	/*----------------------------------------------
			.c_ttl_type04
	---------------------------------------------*/
	.c_ttl_type04 {
		font-size: 1.5rem;
		color: #333;
		position: relative;
		/* padding-right: 150px; */
		margin: 0 0 7px;
		text-indent: -2.2rem;
    padding-left: 4.4rem;
	}

	.c_ttl_type04.is_nonum {
		text-indent: 0;
    padding-left: 0;
	}

	.c_ttl_type04 span{
		font-weight: bold;
		display: inline-block;
		margin-right: 20px;
	}
	
	/*----------------------------------------------
			.c_ttl_type05
	---------------------------------------------*/
	
	.c_ttl_type05 {
			font-size: 1.6rem;
			font-weight: bold;
			color: #FC9E09;
	}


	@media only screen and (max-width: 640px){
.c_ttl_type01{
	font-size: 2rem;
}
.c_ttl_type01::after{
	content: "";
	bottom: -20px;
}
.c_ttl_type02{
	font-size: 1.8rem;
}
.c_ttl_type03{
	font-size: 1.6rem;
	padding-right: 0;
}
.c_ttl_type04{
	padding-right: 0;
	text-indent: 0;
  padding-left: 0;
}
	}

/*----------------------------------------------
	.c_box
---------------------------------------------*/
.c_box_type01{
	border: 2px solid #0d679731;
	color: #286d92;
	padding: 30px;
	width: fit-content;
	margin: 0 auto;
	border-radius: 5px;
}

.c_box_type01 p:not(:last-child){
	margin-right: 40px;
}

.c_box_type02{
	border: 1px solid #d43b3b;
	color: #d43b3b;
	font-weight: bold;
	background: #fff;
	padding: 13px;
	width: 100%;
	text-align: center;
}

.c_box_type03{
	background: #fff;
	border: 1px solid #0d679731;
	border-top: none;
	padding: 20px;
}

.c_nav_video{
	background: transparent;
	border: none;
	color: #5476DC;
	padding: 0 20px;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.6rem;
}

.c_nav_video:not(:last-of-type){
	border-right: 1px solid #5476DC;
}

.c_nav_video:hover{
	opacity: 0.7;
}

@media only screen and (max-width: 640px){
	.c_box_type01{
		display: block;
	}
	.c_box_type01 p:not(:last-child){
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
table td{
	background: #fff;
}

.c_table_type01 {
  width: 100%;
	table-layout: fixed;
}

.c_table_type01 tbody th{
  background: #2d80ad;
  color: #fff;
	font-weight: normal;
	text-align: left;
	width: 400px;
	background-clip: padding-box;
}

.c_table_type01 tbody th span {
  font-size: 1.3rem;
}

.c_table_type01 th,
.c_table_type01 td {
  padding: 10px;
  border: 1px solid #5ea6cc;
	position: relative;
	background-clip: padding-box;
}

.c_table_type02 th{
	font-weight: bold;
	width: 40%;
	text-align: left;
}

.c_table_type02 th,
.c_table_type02 td{
	padding: 5px;
}

.c_hissu {
	background: #d43b3b;
	color: #fff;
	font-size: 1rem;
	padding: 0 5px;
	position: absolute;
	right: 15px;
	top: calc(50% - (20px / 2));
}

.c_hissu_relative {
	background: #d43b3b;
	color: #fff;
	font-size: 1rem;
	padding: 0 5px;
	position: relative;
	right: 15px;
	top: calc(50% - (20px / 2));
}

.c_payment.is_paid{
	background: #217FB2;
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 5px;
	position: absolute;
	right: 15px;
	top: calc(50% - (22px / 2));
}

.c_payment{
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	right: 15px;
	width: 50px;
	text-align: center;
	top: calc(50% - (22px / 2));
}

.c_payment.is_paid{
	background: #217FB2;
}

.c_payment.is_reserve{
	background: #df580a;
}


	.c_table_type01 th,
	.c_table_type01 td,
	.c_table_type02 th,
	.c_table_type02 td  {
		display: block;
	}
	.c_table_type01 tbody th{
		width:100%;
	}
	.c_table_type01 tbody tr:not(:last-of-type) td,
	.c_table_type01 tbody tr:not(:last-of-type) th {
		border-bottom: 0;
	}
	.c_table_type02 tbody th{
		padding-bottom: 0;
	}
	.c_hissu {
		position: unset;
		display: block;
		width: fit-content;
	}
	.c_table_type02 th{
		width: auto;
	}



/*----------------------------------------------
	.c_menu_btn
---------------------------------------------*/
.c_menu_btn{
	background: #4486c7;
	border: none;
	padding: 15px 20px;
	color: #fff;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}

.c_menu_btn:hover{
	background: #5c9cdd;
	color: #fff;
}

.c_menu_btn:not(:last-child){
	margin-bottom: 20px;
}

.c_menu_btn.is_custom01{
	background: #199457;
}

/* .c_menu_btn.is_disabled{
	background: rgb(197, 197, 197);
	cursor: auto;
	color: #fff;
	box-shadow: none;
}

.c_menu_btn.is_disabled:hover{
	background: rgb(197, 197, 197);
	cursor: auto;
	color: #fff;
	opacity: 1;
}

.c_menu_btn.is_disabled:after{
	content: none;
} */


