@charset "utf-8";

/*----------------------------------------------
	c_input
---------------------------------------------*/
.c_input {
	width: 100%;
	display: block;
	height: 50px;
	padding: 13px 20px;
	border-radius: 3px;
	font-size: 2rem;
	border: 1px solid #D3DBF5;
}

.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: #F68383;
	background: linear-gradient(149deg, #FCA0A0 0%, #F68383 64%);
	color: #fff;
	width: 300px;
	font-size: 1.8rem;
	padding: 18px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 8px 0 #000e3916;
	font-weight: bold;
}

.c_btn.is_view{
	font-size: 2.8rem;
	padding: 23px;
	max-width: 400px;
	width: 100%;
}

.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_logout{
	background: #FFB0B0;
	font-size: 1.4rem;
	padding: 10px 0;
	position: absolute;
	top: -1px;
	right: 0;
	width: 130px;
	border-radius: 0 0 5px 5px;
}

/* .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_logout{
		font-size: 1.4rem;
		padding: 8px 0;
		right: 10px;
		width: 100px;
	}
}

/*  TYPE
------------------------------------- */
.c_btn.is_login {
	width: 100%;
	padding: 17px;
	font-size: 2.2rem;
}

.c_btn.is_back {
	width: 250px;
	padding: 11px 0;
	font-size: 1.6rem;
	margin: initial;
	margin-bottom: 30px;
	border:none;
}

.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_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_allses{
		margin-left: 0;
		margin-top: 15px;
	}

}


@media screen and (max-width: 640px) {

	.c_btn.is_view{
		font-size: 2rem;
		padding: 18px;
	}

	.venue3_4 .c_btn.is_view {
		width: calc(100% + 2em);
		padding: 10px 0;
		font-size: 1.8rem;
		margin: initial;
		margin: 10px auto 30px;
		position: relative;
		left: -2em;
	}
}


/*  HOVER
------------------------------------- */
.c_btn:hover {
	opacity: 0.7;
	box-shadow: none;
	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_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: 10px 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, #D5D5D5, #D5D5D5 5px, transparent 5px, transparent 10px, #D5D5D5 10px);
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-size: 2px 100%, 100% 2px, 2px 100% , 100% 1px;
	background-repeat: no-repeat;
	color: #2d66a5;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	width: 100%;
}

.c_browser_inner {
	padding: 20px;
	color: #333;
}

.c_browser_name {
	margin-bottom: 8px;
	font-size: 1.4rem;
	font-weight: bold;
	border-left: 5px solid #b4c1d0;
	padding-left: 5px;
}

@media screen and (max-width: 940px) {
  .c_border{
		display: none;
	}
}

/*----------------------------------------------
	c_contact
---------------------------------------------*/
.c_contact_type02 { font-size: 1.4rem; }

.c_contact_type02 .c_contact_header {
	position: relative;
	padding: 3px 0 3px 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	border-left: 3px solid #ffffff;
}

.c_contact_type02 .c_contact_header::before {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	width: 1px;
	height: 20px;
	margin: auto 0;
	background: #ffffff;
	content: '';
}

.c_contact_type02 .c_contact_details { line-height: 1.5; }




/*----------------------------------------------
	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: 3.6rem;
		font-weight: bold;
		width: 300px;
		border-bottom: 2px solid #FFB0B0;
	}

/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  font-size: 2.2rem;
  font-weight: bold;
	background:#7accf7;
  color: #FFFFFF;
	padding: 8px 15px;
}

.c_ttl_type02 {
  color: #333;
  border-bottom: 2px solid #7accf7;
  background: none;
  padding: 8px 0;
}

.c_ttl_type02_2 {
  color: #333;
  border-bottom: 2px solid #7accf7;
  border-image: linear-gradient(to right, #330099 0%, #7accf7 100%) 1;
  background: none;
  padding: 8px 0;
  -webkit-appearance: none;
}
.iPhone.line {
  color: #333;
  border-bottom: 2px solid #7accf7;
  border-image: linear-gradient(to right, #330099 0%, #7accf7 100%) 1;
  background: none;
  padding: 8px 0;
  -webkit-appearance: none;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 2rem;
  font-weight: bold;
  color: #282828;
  padding: 5px 0;
  position: relative;
  border-top: 3px solid #FFAE42;
  border-bottom: 1px solid #CCCCCC;
}

.c_ttl_type03 .u_fs14 {
  font-size: 1.4rem;
}

.c_ttl_type03_2 {
  border-left: 4px solid #7accf7;
  border-bottom: 1px dotted #7accf7;
  padding: 5px;
  font-size: 1.6rem;
}

/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0091DB;
  position: relative;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.c_ttl_type05::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 6px #CE0073;
	margin-right: 4px;
}

/*----------------------------------------------
    .c_ttl_type06
---------------------------------------------*/
.c_ttl_type06 {
  font-size: 1.6rem;
  position: relative;
  border-bottom: 2px solid #FFAE42;
}

.midashi{
  width: 13rem;
}

.midashi_short{
  width: 3rem;
}

@media only screen and (max-width: 640px){
	.midashi{
		width: fit-content;
	}
}

/*----------------------------------------------
  	.c_para_type01
---------------------------------------------*/
.c_para_type01 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}


	@media only screen and (max-width: 640px){
.c_ttl_type01{
	font-size: 2.4rem;
}
.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;
}
	}

/*----------------------------------------------
	.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;
	width: fit-content;
	word-break: keep-all;
}

.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;
} */

/*----------------------------------------------
	.c_list_type01
---------------------------------------------*/
.c_list_type01 {
  vertical-align: top;
}

.c_list_type01 li {
  list-style: none;
  position: relative;
}

.c_list_type01 li:before {
  color: #333;
  position: absolute;
  left: 2px;
}

.c_list_type01.is_disc li:before {
  content: "・";
}

.c_list_type01.is_disc li{
  text-indent: 0rem;
  padding-left: 1.5rem;
}

/*----------------------------------------------
	.c_list_type01
---------------------------------------------*/
.c_table_program tbody tr td p{
	display: flex;
}

.c_table_program tbody tr td p span{
	display: inline-block;
}

.c_table_program tbody tr td p span.is_name{
	width: 100px;
	flex-shrink: 0;
}

.c_table_program tbody tr td p span.is_name.is_long{
	width: auto;
	margin-right: 1rem;
}

.c_table_program tbody tr td p span.is_aff{
	text-indent: -0.5em;
	margin-left: 0.5em;
}