@charset "utf-8";
/*----------------------------------------------
	.c_wrap
---------------------------------------------*/
.c_wrap {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

body:not(#top) .c_wrap:has(.l_header) {
	width: 100%;
	max-width: 900px;
	margin: auto;
}


/*----------------------------------------------
	.c_btn
---------------------------------------------*/
.c_btn {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #E48454;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
	text-decoration: none;
}

/*  .is_login
------------------------------------- */
.c_btn.is_login {
	max-width: 430px;
	width: 100%;
	padding: 17px;
	font-size: 2rem;
}

/*  .is_logout
------------------------------------- */
.c_btn.is_logout {
	width: 130px;
	padding: 5px 0;
	border-radius: 3px;
	background: #bfb9b2;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}


.c_btn.is_backmenu {
	width: 130px;
	padding: 3px 0;
	border-radius: 3px;
	background: #E48454;
	font-size: 1.4rem;
	text-align: center;
}

/*  .is_close
------------------------------------- */
.c_btn.is_close {
	padding: 5px 10px;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: fit-content;
	top: -60px;
	cursor: pointer;
	z-index: 9999;
}

/*  .is_view02
------------------------------------- */
.c_btn.is_view02 {
	position: absolute;
	right: 0;
	width: 160px;
	padding: 12px 0;
	background: #E48454;
	font-size: 1.6rem;
	text-align: center;
	top: 0;
}
.c_btn.is_view02.is_small {
	width: 150px;
	padding: 8px 0;
	font-size: 1.4rem;
}

/* hover */
.c_btn:hover {
	border: 1px solid #E48454;
	background: #fff;
	color: #E48454;
}

.c_btn.is_back:hover {
  background: transparent;
  border: 1px solid transparent;
  left: -10px;
}

.c_btn.is_back:hover::before {
  background: #f4f0eb;
}

.c_btn.is_back:hover::after {
  background: #E48454;
  border-color: #E48454;
}

.c_btn.is_logout:hover {
	background: transparent;
	color: #333;
  border-color: #333;
}


/*----------------------------------------------
	c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  position: relative;
	z-index: 1;
  margin-bottom: 30px;
  padding: 5px 20px;
  background: url(../images/h2_bg.png) top right / cover no-repeat, #254FA1;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
}
.inner .c_ttl_type02 {
  padding-bottom: 5px;
  font-size: 3rem;
}
#meeting .c_ttl_type02 a {
  color: #fff;
}
#meeting .c_ttl_type02 a:hover {
  color: #fe8600;
}
.c_ttl_type02.is_blue02 {
  background-color: #352063;
}


/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
	position: relative;
	margin-bottom: 20px;
  padding: 2px 0;
  color: #CF5A83;
  font-size: 2rem;
  border-bottom: 1px solid #CF5A83;
}


/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
	position: relative;
	display: flex;
	align-items: flex-start;
	color: #F5712F;
	font-size: 1.6rem;
	padding-right: 180px;
}

.c_ttl_type04 > *{
	display: block;
}

.c_ttl_type04 > .is_num{
	min-width: 60px;
}


/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
	position: relative;
	display: flex;
	align-items: flex-start;
	color: #F5712F;
	font-size: 1.6rem;
	margin-bottom: 10px;
	/* padding-right: 180px; */
}

.c_ttl_type05 > *{
	display: block;
}

.c_ttl_type05 > .is_num{
	min-width: 60px;
}

.is_number {
    min-width: 60px;
}


/*----------------------------------------------
	.c_ttl
---------------------------------------------*/
.c_ttl {
	width: 100%;
	height: auto;
}
.c_ttl img {
	object-fit: contain;
	width: 100%;
}


/*----------------------------------------------
	.c_input
---------------------------------------------*/
.c_input {
	max-width: 430px;
	width: 100%;
	height: 50px;
	padding: 13px 20px;
	border: 1px solid #d0ccc3;
	border-radius: 3px;
	font-size: 2rem;
}


/*----------------------------------------------
	.c_error_message
---------------------------------------------*/
.c_error_message {
	font-size: 18px;
	font-weight: bold;
	color: red;
	align-items: center;
	margin-bottom: 10px;
}

/*----------------------------------------------
	.c_browser
---------------------------------------------*/
.c_browser {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.c_browser_header {
	padding: 15px 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, #d8bcce, #d8bcce 5px, transparent 5px, transparent 10px, #d8bcce 10px);
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
	background-repeat: no-repeat;
	color: #CF5A83;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.c_browser_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	padding: 20px;
}

.c_browser_name {
	margin-bottom: 10px;
	padding-left: 7px;
	font-size: 1.6rem;
	border-left: 5px solid #CF5A83;
}


/*----------------------------------------------
	.c_select_ttl
---------------------------------------------*/
.c_select_ttl {
	flex-shrink: 0;
	font-size: 14px;
	font-weight: bold;
}


/*----------------------------------------------
	c_select
---------------------------------------------*/
.c_select{
  border: 1px solid #d0ccc3;
  padding: 10px 15px;
  outline: none;
  width: 75%;
}


/*----------------------------------------------
	c_person
---------------------------------------------*/
.c_person{
  margin-bottom: 10px;
}

#ippan .c_person{
  margin-bottom: 30px;
}


/*----------------------------------------------
	c_number
---------------------------------------------*/
.c_number {
	display: inline-block;
	width: 100px;
	margin-right: 20px;
	padding: 7px 0;
	background: #f1f7fc;
	color: #0057a1;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}

/*----------------------------------------------
	c_title
---------------------------------------------*/
.c_title {
	margin: 5px 0 15px;
	font-weight: bold;
	font-size: 2rem;
}

/*----------------------------------------------
	c_copy
---------------------------------------------*/
.c_copy {
	padding: 7px 0;
	color: #ffffffb6;
	background: #686868;
	font-size: 13px;
	text-align: center;
}

/*----------------------------------------------
	c_presenter
---------------------------------------------*/
.c_presenter{
	display: flex;
}

.c_presenter .c_role{
	display: inline-block;
	width: 50px;
}

.c_presenter .c_aff{
	display: inline-block;
	width: 274px;
	text-indent: -1.6rem;
  padding-left: 1.6rem;
	margin-right: -20px;
}

.c_presenter .c_name.is_en{
	display: inline-block;
	width: 135px;
}


/*----------------------------------------------
	c_aff
---------------------------------------------*/
.c_aff{
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-left: -0.5em;
}


/*----------------------------------------------
	c_abstract
---------------------------------------------*/
.c_abstract{
  background: #fff;
  padding: 25px;
  text-align: left;
}

.c_abstract .c_txt{
  text-align: justify;
  height: 50vh;
  overflow-y: scroll;
  font-size:1.5rem;
}


.c_notice{
	padding: 10px 12px;         /* ★★ 余白 */
	border: 1px solid #f2a5a5;  /* ★★ 薄い赤枠 */
	background: #fff0f0;        /* ★★ 薄いピンク塗り */
	color: #d32f2f;             /* ★★ 赤字 */
	border-radius: 6px;
	line-height: 1.6;
	font-size: 1.3rem;
	margin-bottom: 10px;
	/* padding-right: 180px; */
	margin-right: 180px;
  }
  
  /* スマホでの読みやすさ */
  @media (max-width: 900px){
	.c_notice{ 
		font-size: 1.2rem;
		margin-right: 0px !important; 
	}
  }