@charset "UTF-8";
/* CSS Document */

/* TOP */

.main_image_pc
	width:100%;
    z-index: 0;
	display: block;
}

.main_image_pc_en{
	width:55%;
    z-index: 0;
	display: block;
  margin: 52px 0 10px 0;
 }

.main_image_sp{
	width:100%;
      z-index: 0;
	display: block;
	margin: 0;
}
.main_image_sp_en{
	width:90%;
  z-index: 0;
	display: block;
	margin: 0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.main_image_pc,.main_image_pc_en { display: block !important; }
.main_image_sp,.main_image_sp_en { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.main_image_pc,.main_image_pc_en { display: none !important; }
.main_image_sp,.main_image_sp_en { display: block !important; }
}




.topbtn{
	color: #fff;
	background-color: #ed3264;
	border: 2px solid #fff;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
	width: 310px;
	font-weight: bolder;
	position: absolute;
    top: 10px;
    left: 0px;
	border-radius: 10px 10px 10px 10px;
}

.topbtn:hover{
	color: #fff;
	opacity: 0.8;
}

.topbtn span{
	font-size: 12px;
	color: #fff;
}

.mybtn {
	color: #fff;
	background-color: #8FBE30;
	border: 2px solid #fff;
	text-align: center;
	padding: 25px 20px;
	text-decoration: none;
	font-size: 18px;
	width: 170px;
	height: 110px;
	font-weight: bolder;
	position: absolute;
    top: 10px;
    left: 40%;
	transform: translateX(-50%);
	border-radius: 10px 10px 10px 10px;
}

.mybtn:hover{
	color: #fff;
	background-color: #99cc33;
}

.mybtn span{
	font-size: 12px;
	color: #fff;
}

.topbtn2{
	color: #fff;
	background: -moz-linear-gradient(top, #FF6633 60%, #CC6633);
	background: -webkit-linear-gradient(top, #FF6633 60%, #CC6633);
	background: linear-gradient(to bottom, #FF6633 60%, #CC6633);
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	width: 30px;
	font-weight: bolder;
	position: absolute;
    top: 90px;
    left: 0px;
	display: inline-block;
}

.topbtn2:hover{
	color: #fff;
	opacity: 0.8;
}

.topbtn3{
	color: #fff;
	background: -moz-linear-gradient(top, #27B4EA 60%, #2197c4);
	background: -webkit-linear-gradient(top, #27B4EA 60%, #2197c4);
	background: linear-gradient(to bottom, #27B4EA 60%, #2197c4);
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	width: 310px;
	font-weight: bolder;
	position: absolute;
    top: 70px;
    left: 0px;
	display: inline-block;
}

.topbtn3:hover{
	color: #fff;
	opacity: 0.8;
}

.topbtn4{
	color: #fff;
	background: -moz-linear-gradient(top, #8FBE30 60%, #79a12a);
	background: -webkit-linear-gradient(top, #8FBE30 60%, #79a12a);
	background: linear-gradient(to bottom, #8FBE30 60%, #79a12a);
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	width: 310px;
	font-weight: bolder;
	position: absolute;
    top: 128px;
    left: 0px;
	display: inline-block;
}

.topbtn4:hover{
	color: #fff;
	opacity: 0.8;
}

.onDBx {
	position: absolute;
	top: 665px;
	right: 0px;
	border: 4px solid #f00;
	width: 300px;
	padding: 5px 10px;
	text-align: center;
	background-color: #ffe6ea;
}



.onDLtxt {
	color: #f00;
	font-weight: bolder;
	font-size: 18px;
}

.onDtxt {
	font-weight: bolder;
	font-size: 16px;
	line-height: 1;
}

@media screen and (max-width: 800px) {
	
	.topbtn{
		color: #fff;
		background: -moz-linear-gradient(top, #ed3264 60%, #c81142);
		background: -webkit-linear-gradient(top, #ed3264 60%, #c81142);
		background: linear-gradient(to bottom, #ed3264 60%, #c81142);
		text-align: center;
		padding: 10px 20px;
		text-decoration: none;
		font-size: 18px;
		min-width: 280px;
		width: 100%;
		line-height:1.5em;
		font-weight: bolder;
		display: table;
		margin: 10px auto;
		position: static;
		margin-left:-2.5%;
}

	
	
	.topbtn span{
	font-size: 20px;
	color: #fff;
}

	.mybtn {
		color: #fff;
		background: -moz-linear-gradient(top, #8FBE30 60%, #739926);
		background: -webkit-linear-gradient(top, #8FBE30 60%, #739926);
		background: linear-gradient(to bottom, #8FBE30 60%, #739926);
		text-align: center;
		padding: 25px 20px;
		text-decoration: none;
		font-size: 18px;
		min-width: 280px;
		width: 100%;
		height: 78px;
		line-height:1.5em;
		font-weight: bolder;
		display: table;
		margin: 10px auto 15px;
		position: relative;
		left: 50%;
		margin-left: -2.5%;
	}
	
	.onDBx {
		position: relative;
		width: 90%;
		top: 0;
		left: 0;
		margin: 20px 0;
	}
	
	.topbtn2{
		color: #fff;
		background: -moz-linear-gradient(top, #FF6633 60%, #CC6633);
		background: -webkit-linear-gradient(top, #FF6633 60%, #CC6633);
		background: linear-gradient(to bottom, #FF6633 60%, #CC6633);
		text-align: center;
		padding: 10px 20px;
		text-decoration: none;
		font-size: 20px;
		max-width: 480px;
		width: 100%;
		font-weight: bolder;
		display: table;
		margin: 10px auto;
		position: static;
	}
	.topbtn3{
		color: #fff;
		background: -moz-linear-gradient(top, #27B4EA 60%, #2197c4);
		background: -webkit-linear-gradient(top, #27B4EA 60%, #2197c4);
		background: linear-gradient(to bottom, #27B4EA 60%, #2197c4);
		text-align: center;
		padding: 10px 20px;
		text-decoration: none;
		font-size: 20px;
		max-width: 480px;
		width: 100%;
		font-weight: bolder;
		display: table;
		margin: 10px auto;
		position: static;
	}
	
		.topbtn4{
		color: #fff;
		background: -moz-linear-gradient(top, #8FBE30 60%, #79a12a);
		background: -webkit-linear-gradient(top, #8FBE30 60%, #79a12a);
		background: linear-gradient(to bottom, #8FBE30 60%, #79a12a);
		text-align: center;
		padding: 10px 20px;
		text-decoration: none;
		font-size: 20px;
		max-width: 480px;
		width: 100%;
		font-weight: bolder;
		display: table;
		margin: 10px auto;
		position: static;
	}
		
}


.topics dl{
	padding: 15px;
  height: 345px;
	max-height: 345px;
	overflow-y: scroll;
  background-color:#fff;
  padding-top:1em;	
}

.topics_en dl{
	padding: 15px;
  height: 250x;
	max-height: 190px;
	overflow-y: scroll;
	border-top: solid 8px #E6AC19;
  background-color:#fff;
  padding-top:1em;	
}


.topics dl img{
	display: block;
	width: 30%;
	position:relative;
	left:0;
}

.topics_en dl img{
	display: block;
	width: 15%;
	position:relative;
	left:0;
}

.topics_en dl{
	padding: 10px;
	max-height:200px ;
	overflow-y: scroll;
}
	
.topics dt{
	padding-top:5px;
	padding-bottom: 5px;
  display:inline-block;
}



.topics_en dt {
  border-bottom: 1px dotted #808080;
	padding-top: 5px;
	padding-bottom: 5px;
  display:inline-block;
  width:12%;
}

.topics dd{
	border-bottom: 1px dotted #808080;
	padding-bottom: 5px;
  display:inline-block;
  width:100%;
　text-align:left;
}

.topics_en dd{
	border-bottom: 1px dotted #808080;
	padding-bottom: 5px;
  display:inline-block;
  width:88%;
　text-align:left;
  margin-left:-0.5em;
}

.new_navi{
	color: #fff;
	background: #c81142;
	border-radius: 5px;
	padding:0 3px;	
	font-size:70%;
	position: absolute;
	top: 5px;
	right: 5px;
}

.topics_new{
	color: #fff;
	background: #E6AC19;
	padding:0.2em 0.5em;
	margin-right:0.5em;	
	font-size:90%;
	vertical-align:baseline;
  font-size:10pt;
  
}

/* SNS */
#snsWrap{
	width:100%;
  min-height:10rem;
	padding-top:0.5em;
	padding-bottom:1em;	
 	background-image: url(../img/kaisaichi.png);
  background-size:cover;
	background-repeat:repeat;
	background-position:center top;
	margin-top: auto;
	z-index: 0;
  position: relative;
}

/* TOP */


.sns{
	margin: 10px auto 0;
	display: table;
}




.bnr_space{
	margin: 20px 0 0;
	padding-bottom: 10px;
  background-color:2d2d2d;
  width:100%;
  min-height:90px;
}

.bnr_space img{
	width: 330px;/*バナー4つ並ぶ場合245px*/
	border: 1px solid #000;
}




/*コンテンツ*/

.contents_title{
 width:100%;
 height:auto;
 margin:25px auto;
 margin-top:3em;	
 }
 .contents_title img{
 width:20%;
 height:auto;
 margin:0 40%;
 margin-bottom:2px;
 
 }
.contents_title h2{
  margin: 0 auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #003972;
  text-align: center;   /* 追加 */

}

.outline_row{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.outline_row h3{
    width: 245px;          /* 左側の見出し幅 */
    margin: 10px 0 5px 0;
    padding: .5em 1em;
    background-color: #B7AD8A;
    color: #fff;
    border-left: solid 8px #E94820;
    flex-shrink: 0;
}

.outline_blank{
    width: 250px;
    flex-shrink: 0;
}

.outline_row p{
    margin: 15px 0 0 20px;
	font-weight: bolder;
    flex: 1;
}

.outline_row span {
	color: #003972;
    margin: 15px 50px 0 20px;
	white-space: nowrap;
	font-weight: bolder;
}

.outline_row span.twotext {
    margin: 15px 120px 0 20px;
}


.outline_row span::before {
    content: "■";
    color: #003972;
    font-size: 0.8em;
    margin-right: 0.2em;
    vertical-align: middle;
	font-weight: bolder;
}

.outline_row ul{
    margin: 15px 0 0 0;
    padding-left: 0;
}


h4{
	padding: 0.5em;
	color: #000;
	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
	margin: 20px 0;
	font-weight: bolder;
	font-size: 17px;
}

h5 {
	position: relative;
	margin: 20px 0;
	font-size: 15px;
}

h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #516ab6, #516ab6 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #516ab6, #516ab6 2px, #fff 2px, #fff 4px);
}

 
 a:hover{
 color:#003E92;
 }

.preparation{
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
}

.topi{
	font-weight: bolder;
	font-size: 17px;
	color: #000;
	margin:10px 0;
}

.top_moji {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 10px;
	color: #000;
	background-color:#e6ac19;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	/* width: 30%; */
	border-radius:5px;
	display: inline-block;
}

.ondemand_info{
	margin-top:5px;
	margin-bottom:15px;
	padding:15px 0 3px 10px;
	width:95%;
	color: #000;
	background-color:#fff;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	/* width: 30%; */
	border-radius:15px;
	border:5px solid #eab419;
	display:inline-block;
}

.topi_red{
	font-weight: bolder;
	font-size: 18px;
	color: #E50B0E;
	text-align:center;
}

/*コンテンツ お知らせ*/
.h_atn{
	color: #f00;
	font-size: 28px;
}

.thanks{
	color: #f00;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
}
  
/*コンテンツ 会長挨拶*/
.chairman{
 height:auto;
 margin-bottom:30px;
 position: relative;
 }
 
 .gr_name {
    font-size: 20px;
    font-weight: 600;
} 
 .aisatsu{
 clear:both;
 width:100%;
 min-height:40rem;	 
 text-indent:1em;
 margin-bottom:15px;
 }
.aisatsu p{
 padding-bottom:0.7em;
 line-height:1.8em;
 }
 
/*コンテンツ  学会プログラム*/
.prodate {
	/* background-color: #eee; */
	background-color: #e7f4d3;
	border: 1px solid #007275;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.nolabel p {
	text-align: left;
	/* background: #C32B57; */
	background: #007275;
	padding: 5px 10px;
	position: relative;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	/* margin-left: 1.1em; */
}

.pro_enjya span {
	color: #fff;
	background: #8acc25;
	padding: 3px 8px;
	margin-right: 10px;
	border-radius: 2pt;
}

/*コンテンツ 海外招待講演*/
.overseas{
 height:auto;
 margin-bottom:20px;
 position: relative;
 }

 .overseas_name {
    font-size: 20px;
    font-weight: 600;
	line-height:2.5em;
} 

.point{
	 border:solid 0.2px #ccc;
}

/*お知らせ*/

 .in_btn{
 margin:10px 0 25px 0;
 }
 .in_btn a{
  width:300px;
  display:block;
  padding:18px;
  color:#fff;
  font-size:20px;
  font-weight:600;
  background-color:#c81142;
  text-align:center;
  margin:0 auto;
  border-radius:5px;
  text-decoration:none;
 }
 .in_btn a:hover{
    background-color:#d92158;
 }

 /*コンテンツ 各種協賛の募集*/
.c_list{
 margin-bottom:10px;
 }
 .c_list li{
  list-style-position:inside;
 }
  .c_btn{
 margin:10px 0 25px 0;
 }
 .c_btn a{
  width:260px;
  display:block;
  padding:16px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  background: linear-gradient(to left, #1d7a58, #00997f);
  text-align:center;
  margin:0 auto;
  border-radius:5px;
  text-decoration:none;
  box-sizing: border-box;
 }

 .c_btn a:hover{
  opacity: 0.6;
 }

 .no_btn{
 margin:10px 0 25px 0;
 }
 .no_btn a{
  width:260px;
  display:block;
  padding:16px;
  color:#777 !important;
  font-size:18px;
  font-weight:600;
  background-color:#ddd !important;
  text-align:center;
  margin:0 auto;
  border-radius:5px;
  text-decoration:none;
  pointer-events: none !important;

 }


 /*コンテンツ　公募演題募集*/
.hp_mb0 {
	margin-bottom: 30px !important;
}

.date{
  font-size:25px;
  font-weight:bolder;
  letter-spacing: 2px;
  /* padding:0.5em 0; */
  padding-bottom: 0.5em;
  }
.date-ml{
  display: inline-block; /* 20230523追加 */
  margin-left: 12em;
  }
.strike{
  text-decoration: line-through;
  font-size:26px;
  letter-spacing: 2px;
  }

.dateRed{ /* 20230523追加 */
	font-size: 26px;
	color: #f00;
}

.date_enBiBx { /* 20230523追加 */
	height: 130px;
	position: relative;
}

.hp_fs20 { /* 20230523追加 */
	font-size: 20px !important;
}

.date_enBx { /* 20230523追加 */
	position: absolute;
	left: 19em;
	top: -5px;
}

.dateRed_en { /* 20230523追加 */
	width: 100%;
	text-align: center;
	color: #f00;
}

.sp480 { /* 20230524追加 */
	display: none;
}

.end{
	text-align:center;
	font-size:26px;
	color:red;
	margin-top:-40px;
    font-weight: normal;
    letter-spacing:normal;
	line-height: 1;
  }


.toroku{
  width:100%;
  /* background:#e6e6fa; */
  background:#e6fae9;
  padding:15px 0;}

  
.t-btn{
margin:0 220px;
padding:5px;
}

 .t-btn ul{
 text-align:center;
 list-style:none;
 }
 
 .t-btn li{
 display: inline-block;
 vertical-align: bottom;
   }
   
 .t-btn a{
  width:260px;
  display:block;
  padding:16px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  background-color:#0bd;
  text-align:center;
  margin:10px auto;
  border-radius:5px;
  text-decoration:none;
  line-height:1.5em;
 }
 
 .t-btn a.kon{
 background-color:#1e90ff;
 }
 
 .t-btn a:hover{
 background-color:#008caf;
 }
.t-btn span{
 font-size:14px;
 text-align:center;}

/*コンテンツ 演題登録*/
.moji {
	margin: 1em 1em 4em;
	padding:15px 10px;
	border: solid 2px #dd0000;
}

.moji_double{
	margin: 1em 1em 4em;
	padding:15px 10px;
	border: 6px double #000000;
}

/* アコーディオン関連のクラス */

.ac-container {
	width: auto;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left: 1.1em;
}
.ac-container label {
	width: 98%;
	text-align: left;
	background: #007275;
	padding: 5px 10px;
	position: relative;
	display: block;
	height: px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.ac-container label::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -3px 5px 0 0;
	background-image: url("../../html/endai/img/btn-64.png");
	background-size: contain;
	vertical-align: middle;
}
.ac-container label:hover {
	opacity: 0.8;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ac-container input {
	display: none;
}
.ac-container div {
	background: #f0fff0;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	width: 98%;
}
.ac-container input:checked ~ div {
	transition: height 0.9s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
	width: 98%;
	min-height: 40px;
	height: auto !important;
	height: 50px;
	padding: 0 10px 10px 10px;
	text-align: left;
}
.ac-container div p, .ac-container div table {
	color: #000;
	line-height: 23px;
	font-size: 14px;
	margin: 13px;
	width: 98%;
	margin: 10px auto 0 auto;
}
.ac-container div table {
	border-spacing: 0 8px;
	border-collapse: separate;
}
.ac-container div th {
	margin: 0;
	padding: 0;
	font-weight: normal;
	width: 95%;
	text-align: center;
	vertical-align: top;
}

/* アコーディオン関連ここまで */

.endai_tab,.endai_tab th,.endai_tab td{
	border: 1px solid #333;
	border-collapse: collapse;
	padding: 5px;
	margin: 5px 0;
}

.endai_tab{
	margin-left: 1em;
	width: 97%;
}

.endai_tab th{
	background: #eee;
}

.e-btn{
/* margin:0 220px; */
margin: 0;
padding:5px;
}

 .e-btn ul{
 text-align:center;
 list-style:none;

 }
 
 .e-btn li{
 display: inline-block;
 vertical-align: bottom;
   }
   
 .e-btn a{
  width:260px;
  display:block;
  padding:20px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  background-color:#0bd;
  text-align:center;
  margin:10px auto;
  border-radius:5px;
  text-decoration:none;
  line-height:1.5em;
 }
 
 .e-btn a.kon{
 background-color:#1e90ff;
 }
 
 .e-btn a:hover{
 background-color:#008caf;
 }
.e-btn span{
 font-size:14px;
 text-align:center;}

/* 日本肺がん学会学術集会への演題応募時の倫理的手続き確認のご案内 */

.hp_fontSize22 {
	font-size: 22px;
}

.setsumon {
	width: 100%;
	margin: 0 auto;
	background: #ddd;
	padding: 20px;
}

/*
.setsumon table {
	width: 95%;
	margin: 0 auto;
}
*/

.setsumon td {
	text-align: left;
	vertical-align: top;
	min-width: 140px;
}

.hp_pdL1em {
	padding-left: 1em;
}

 /*コンテンツ　利益相反*/

.moji2 {
	margin: 1em 0 2em;
	padding:15px 10px;
	border: solid 2px #000;
}

.hp_coiBtn {
	margin: auto !important;
	text-align: center !important;
}

.coiBtnList {
	width: 60%;
 	margin: 0 auto;
}

.coitab {
	border-collapse: separate;
	border-spacing: 5px 12px;
}

.coitab th{
	font-weight: bolder;
	white-space: nowrap;
	/* padding-right: 5px; */
	/* 20230316高倉追加 */
	display: table-cell;
	background-color: #D5EAD8;
	height: 51.59px;
	padding: 8px 8px 8px 24px;
	text-align: left;
	vertical-align: middle;
}

.coitab td{
	vertical-align: middle;
	/* background-color: #e6e6fa; */
	background-color: #e6fae9;
	padding: 8px 8px 8px 8px;
}

/*コンテンツ 日程表*/
 .s_btn{
 margin:10px 0 25px 0;
 }
 .s_btn a{
  width:290px;
  display:block;
  padding:16px;
  color:#fff;
  font-size:15px;
  font-weight:600;
  background-color:#0bd;
  text-align:center;
  margin:0 auto;
  border-radius:5px;
  text-decoration:none;
 }
 .s_btn a:hover{
    background-color:#008caf;
 }

/*コンテンツ 患者・家族向けプログラム*/

.indent_for{
	margin-left: 1.5em;
}

/*コンテンツ　ハンズオンセミナー*/

.hans_dl dt,.hans_dl dd{
	float: left
}

.hans_dl{
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.hans_dl dt{
	width: 10em;
	/* color: #4340CB; 20230919変更 */
	font-weight: bolder;
}

.hans_dl dd{
	width: 50em;
}

/*コンテンツ　共催プログラム*/

.kyousai_dl dt,.kyousai_dl dd{
	float: left
}

.kyousai_dl{
	padding: 5px 0;
}

.kyousai_dl dt{
	width: 5em;
	color: #4340CB;
	font-weight: bolder;
}

.kyousai_dl dd{
	width: 50em;
}


.uketsuke{
	color: #4340CB;
	font-weight: bolder;
}

.indent_5{
	padding-left:5em;
	text-indent:-5em;
	display: inline-block;
}

/*コンテンツ　プログラム*/

.pro_h{
	position: relative;
	padding: 7px 0;
	font-weight: bolder;
	font-size: 20px;
	color: #000;
	background: #eee;
	border: 1px solid #007275;
	margin-top:0.5em;
	margin-bottom: 10px;
	height: 48px;
}

.pro_h:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	padding: 0.5em;
}

.pro_h span{
	color: #fff;
	/* background: #516ab6; */
	background: #007275;
	padding: 5px 8px;
	margin-right: 10px;
	font-size: 20px;
}

.prodate{
	text-align: right;
	color: #003E92;
}

.pro_tit{
	font-size:18px;
	color: #003E92;
	font-weight: 900;
}

.pro_dl dt,.pro_dl dd{
	display: inline-block;
	/* padding: 5px 0; */
}

.pro_dl{
	/* padding: 10px 0; */
	padding: 5px 0;
}

.pro_dl dt{
	width: 7em;
	vertical-align: top;
	font-weight:bolder;
}

.pro_sec {
	color: #fff;
	background-color: #527a16;
	/* background: #456612; */
	padding: 5px 8px;
	margin-right: 10px;
	font-size: 20px;
}

.programline {
	border: 1px dotted #000;
    margin: 18px 0;
    display: inline-block;
    width: 95%;
}

.hp_mb0 {
	margin-bottom: 0 !important;
}

.hp_mb10 {
	margin-bottom: 10px !important;
}

.hp_pl025 {
	padding-left: 0.25em !important;
}

.hp_pl05 {
	padding-left: 0.5em !important;
}

.hp_pl075 {
	padding-left: 0.75em !important;
}

.hp_ls-003em {
	letter-spacing: -0.03em !important;
}

.hp_w8em {
	width: 8em !important;
}

.hp_w10em {
	width: 10em !important;
}

.hp_w11em {
	width: 11.4em !important;
}

.hp_w9em {
	width: 9.75em !important;
}

.hp_fs15 {
	font-size: 15px !important;
}

.hp_fs12 {
	font-size: 12px !important;
}

.hp_fs11 {
	font-size: 11px !important;
}

.hp_fs10 {
	font-size: 10px !important;
}

.hp_wAuto {
	width: auto !important;
}

.hp_vaMid {
	vertical-align: middle !important;
}

.name{
	width: 8em;
	display: inline-block;
}

.name_en {
	width: 11em;
	display: inline-block;
}

.psy{
	font-size: 14px;
	color: #fff;
	padding: 4px;
	margin-right: 10px;
	background:#0bd;
}


.pro_navi {
	/*
    margin: 1em 1em 2em;
    padding: 20px 20px;
	border: solid 2px #516ab6;
	text-align: left;
	width:90%;
	*/
    width: 100%;
    margin: 10px auto;
    border: #007275 3px solid;
	background-color: #fdfdfd;
    padding: 20px;
    overflow: auto;
    margin-bottom: 2em;
}

.pro_navi li {
    float: left;
    width: 50%;
    line-height: 150%;
    list-style: none;
    text-align: left;
	padding-left:0.5em;
	text-indent:-0.5em;
}

.pro_navi li::before {
    content: "●";
    margin-right: 4px;
    font-size: 11px;
    color: #AEE0D0;
}



.pro_navi li a {
    text-decoration: none;
    color: #000;
}

/*
.pro_navi a:before{
	content: '';/*何も入れない*/
  /*display: inline-block;/*忘れずに！*/
  /*width: 1em;/*画像の幅*/
  /*height: 1em;/*画像の高さ*/
  /*
  background-image: url(../../html/program/img/icon.png);
  background-size: contain;
  vertical-align: middle;
}
*/

.font-12{
	font-size: 12px;
	padding: 5px 4px;

}

.affiliation{
	display: inline-table;
	text-indent: -5px;
    padding-left: 5px;
}

/* コンテンツ 託児所のご案内 */

.hp_h800__sp1500 {
	height: 800px !important;
}

.reBtn {
	height: 67px !important;
	font-size: 15px !important;
	padding-top: 23px !important;
}

.hp_fL {
	float: left !important;
}

.alphaLogo {
	clear: both !important;
	margin-left: 5%;
}

/*コンテンツ　会場案内*/

.map{
	margin:0 auto;
	width: 90%;
	max-width: 799px;
	display: block;
}

.map_movie{
    position:relative;
    width:80%;
    height:0%;
    padding-top:60%;
	margin: 0 auto;
}

.map_movie iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80%;
}

.mv_h{
	margin-top: -70px;
}

/* 20230524追加ここから */
.hp_bder {
	border: solid 1px #777777 !important;
}

.mapFlex {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.hp_w85 {
	width: 85.5% !important;
}

.hp_mAuto {
	margin: 20px auto !important;
}

.hp_w90 {
	width: 90% !important;
}

.hp_bgG {
	background-color: #f5f5f5 !important;
	padding: 20px !important;
}

.sp860 {
	display: none;
}

.busBx {
	border: solid 1px #516ab6;
	width: 32%;
	height: 250px;
}

.busHLBx {
	width: 100%;
	height: 68px;
	position: relative;
	text-align: center;
	background-color: #516ab6;
	font-size: 18px;
}

.busHL {
	display: inline-block;
	width: 100%;
	color: #fff;
	position: absolute;
	/* left: 29.25%; */
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*
.hp_l15 {
	left: 15.75% !important;
}

.hp_l23 {
	left: 23% !important;
}
*/
.busBxTime {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	border-bottom: solid 1px #516ab6;
	font-weight: bold;
}

.busBxRe {
	width: 100%;
	position: relative;
}

.busBxGeOf {
	position: absolute;
	left: 4%;
	top: 10px;
	display: inline-block;
	width: 30%;
	text-align: center;
	padding: 5px 0;
	border: solid 1px #cccccc;
	color: #516ab6;
	font-weight: bold;
}

.busBxTxt {
	display: inline-block;
	position: absolute;
	left: 38%;
	top: 15px;
}

.hp_w400 {
	width: 400px !important;
}

.hp_mr50 {
	margin-right: 50px !important;
}

.hp_w100 {
	width: 100% !important;
}

.sp690 {
	display: none;
}
/* 20230524追加ここまで */

.acc_tab{
	margin: 20px auto 0;
}

.acc_tab td{
	padding: 0 10px
}

.chart{
	margin:0 auto;
	width: 90%;
	max-width: 629px;
	display: block;
}

 /*コンテンツ　司会・座長・演者へのご案内*/
.jyunbibox{
width: 95%;
}


.banner{
	display: table;
	margin: 0 auto;
	border: 1px solid #000;
	line-height: 0;
}

.soufu{
	vertical-align: top;
	width: 4em;
}

 .p_btn{
 margin:10px 0 25px 0;
 }
 .p_btn a{
  width:290px;
  display:block;
  padding:16px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  background-color:#3e6791;
  text-align:center;
  margin:0 auto;
  border-radius:5px;
  text-decoration:none;
 }
 .p_btn a:hover{
    background-color:#12397a;
 }

/* コンテンツ　WEB視聴・オンライン抄録アプリ */

.appimg{
	width: 90%;
	margin: 0 auto;
	display: block;
}

.app_tab,.app_tab th,.app_tab td{
	border: 1px solid #333;
	border-collapse: collapse;
	padding: 5px;
	margin: 5px 0;
}

.app_tab{
	margin-left: 1em;
	width: 95%;
}

.app_tab th{
	background: #eee;
	width: 20%;
}

.qr{
	display: table;
	margin: 0 auto;
}

.app_mobile{
	width: 60%;
}

.mobile_td{
	width: 15%;
}

.app{
	width: 100%;
	max-width: 200px;
}

.app_tab2{
	margin: 0 auto;
}

.app_tab2 td{
	text-align: center;
	padding: 10px 70px;
}



@media screen and (max-width: 1000px) {
	.pro_dl dt, .pro_dl dd {
    	display: block;
    	padding: 5px 0;
	}
	

	
	
}



@media print, screen and (min-width: 1001px) {
	
	.topics{
		float: left;
		width: 60%; /*パソコン表示　新着情報の横幅*/
		margin-bottom:1em;
	}
	.topics_en{
		float: left;
		width: 100%; /*パソコン表示　新着情報の横幅*/
		margin-bottom:2em;
	}
	
	.topics dl img{
	 width:50%;
	}
.topics_en dl img{
	 width:15%;
	}
	
	.download-box{
		float: left;
		width: 257px; /*パソコン表示　新着情報の横幅*/
		height: 120px;
		margin-bottom:1em;
		background: #FFFBC7;
		border: 1px solid #D12133;
	}
	
	 .slide_btn1{
 margin:10px 0 25px 0;
 }
 .slide_btn1 a{
  width:230px;
  display:block;
  padding:10px;
  color:#fff;
  font-size:15px;
  font-weight:600;
  background-color:#F18D2D;
  text-align:center;
  margin:0 auto;
  border-radius:5px;
  text-decoration:none;
 }
 .slide_btn1 a:hover{
    background-color:#F1B12D;
 }
	
 .slide_btn2{
 margin:10px 0 25px 0;
 }
 .slide_btn2 a{
  width:230px;
  display:block;
  padding:10px;
  color:#fff;
  font-size:15px;
  font-weight:600;
  background-color:#003972;
  text-align:center;
  margin:-1em auto;
  border-radius:5px;
  text-decoration:none;
 }
 .slide_btn2 a:hover{
    background-color:#007CBB;
 }
	
.linkdesign {
  background-image: url(../img/downloadicon.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 10px center;
padding: 10px;
}
	

	

	
	
	
	
	
	
	
	
	
	
	
	.video{
		margin-left: 200px;
		width:30%;
	}
	
	.twitter{
		float: left;
    margin-left: 0px;
		padding-right: 30px;
	}
	
	.facebook{
		float: left;
	}
	
	.bnr{
		margin: 0 5px;
	}
	
	 .chairman img{
	 width:180px;
	 height:220px;
	 float: left;
}

 .chairman p{
float:left;
padding-top:130px;
padding-left: 25px;
}

.top_moji {
	width: 60%;
}
	
	
	
	
/* =========================
   What's New
========================= */

.container{
    margin-left:277px;
}

.news-title{
    color:#003972;
    border-left:6px solid #f0b400;
    padding-left:10px;
    font-size:23px;
    font-weight:bold;
    margin-bottom:15px;
}

.news-scroll{
    height:80px; /*新着情報のスクロール表示150px→100px*/
    overflow-y:auto;
}

.news ul{
    margin:0;
    padding:0;
}

.news li{
    list-style:none;
    padding:12px 0;
    border-bottom:1px dotted #999;
}

	
.news-date{
    display:inline-block;
    width:100px;
}

.news-new{
    background:#d91f2d;
    color:#fff;
    font-size:12px;
    padding:2px 8px;
    border-radius:3px;
    margin-right:10px;
}	
	

.new{
    background:#d91f2d;
    color:#fff;
    font-size:12px;
    padding:2px 8px;
    border-radius:3px;
    margin-right:10px;
}

/* =========================
   動画エリア
========================= */

.movie-wrap{
    margin-left:277px;
    width:calc(100% - 277px);
    display:flex;
    margin-top:20px;
    margin-bottom:30px;
    box-sizing:border-box;
}

.movie-box{
    flex:1;
}

.movie-box:first-child{
    margin-right:20px;
}

.movie-title{
    border-left:6px solid #003c78;
	border-top: 2px solid #003c78;
    padding:6px 0 10px 10px;
	margin-bottom: 1em;
    color:#003c78;
    font-size:15px;
    font-weight:bold;
    line-height:1.4;
    min-height:88px;
}

.movie-box iframe{

    width:100%;

    aspect-ratio:16/9;

    border:none;

    display:block;
}



	
	

	

 /*コンテンツ　司会・座長・演者へのご案内pc*/
.schedule_memo {
	width: 95%;
}
.image_w95 {
	width: 90%;
	margin:5px;
}

.jyunbibox{
display:inline-block;	
width: 67%;
margin-right:20px;
}

.keiji_spage{
width: 28%;
}	
	
/*海外招待PC*/
	
 .overseas img{
	 width:13%;
	 height:auto;
	 float: left;
	 margin-top:10px;
}

 .overseas p{
float:left;
width:80%;
padding-left: 25px;
margin-left: 2em;
margin-top: 0.5em;	 
padding: 0 1em 1em 1em;
border-left: 6px double #007275;
}
	

.thema p{
 border:0;
 margin-left:1em;	
     }
	
	
/*
.pro_navi{
    width:85%;
}
*/
		
.sy{
 width: 6em;
 color: #ffffff;
 background: #8acc25;
 padding: 5px 8px;
 text-align: center;
 margin-right: 10px;
 border-radius: 2pt;	
}

	
}

@media screen and (max-width: 1000px) {
	
	.main_image{
  		position: relative;
  		width:100%;
  		left:0;
  		top:0;
  	}
	
	

.topics dl{
	padding: 15px;
  height: 250px;
	max-height: 190px;
	overflow-y: scroll;
	border-top: solid 8px #E6AC19;
  background-color:#fff;
 margin-bottom:1em;;
}
	
.topics_en dl{
	padding: 15px;
  height: 190px;
	max-height: 190px;
	overflow-y: scroll;
	border-top: solid 8px #E6AC19;
  background-color:#fff;
 margin-bottom:1em;;
}


	
.topics dt,.topics_en dt {
  border-bottom: none;
	padding-top: 1px;
	padding-bottom: 3px;
  display:block;
  width:100%;


}

.topics dd,.topics_en dd {
	border-bottom: 1px dotted #808080;
	padding-bottom: 5px;
  display:block;
  width:100%;
　text-align:left;
  margin-left:0.3em;
}
	
	
	.topics,.topics_en{
		width: 92%;
		margin: 0 auto;
	}
	
	.topics dl,.topics_en dl{
		height: auto;
	}
	
	.topics_en dd {
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}
	
	.video{
		width: 90%;
		margin: 10px auto ;
		display: block;
	}
	
	.bnr_place{
		display: block;
		margin: 20px 50px;
		width: auto;	
}
	
	.bnr_space img{
	width: 80%;
  
}

	
	.bnr_space_eng img{
	width: 80%;
}


	
	.twitter{
		float: none;
    	margin: 0 auto;
		padding-right: 0;
		width: 80%;
		margin-bottom: 0.5em;
	}
	
	.facebook{
		float: none;
		margin: 0 auto;
		width: 85%;
	}
	
	
	.facebook iframe{
		width: 100%;
	}
	
	
	.bnr_space img{
		padding: 0;
		margin: 0 auto;
		display: block;
	}

 .bnr_space_eng img{
		padding: 0;
		margin: 10px auto;
		display: block;
	}

/*コンテンツ 会長挨拶*/
	.chairman {
		margin: 0 auto;
		width: fit-content;
	}

	.chairman img{
		width:250px;
		height:auto;
		margin: 0 auto;
		display: block;
	}
	
	.chairman p{
		float: none;
		padding-top:10px;
	}

/*コンテンツ 海外招待sp*/

	.overseas {
		margin: 0 auto;
		width: fit-content;
	}

	.overseas img{
		width:200px;
		height:auto;
		margin: 0 auto;
		display: block;
	}
	
	.overseas p{
		float: none;
		padding-top:10px;
		padding-bottom:1em;
		padding: 0 1em 1em 1em;
		margin: 1em 0;
        border-left: 6px double #007275;
		width:97%;
	}
	
	.thema p{
     border:0;
	 margin-left:-1em;	
     }
	
.sy{
 width: 6em;
 color: #ffffff;
 background: #8acc25;
 padding: 5px 8px;
 text-align: center;
 margin-right: 10px;
 border-radius: 2pt;	
}
	
		
/*コンテンツ 演題登録*/
  
  .e-btn{
	margin:0 auto;
}
  .e-btn li{
  display: block;
   }
	
 .date{
  font-size:26px;
  font-weight:bolder;
  letter-spacing: 2px;
  padding:0.5em 0;
  padding-bottom:0em;

  }
	
.date-ml{
  margin-left:0;
  }
	
 .end{
  text-align:left;
  margin-top:0px;
  }
	
 .ac-container label {
	padding: 10px 10px;
}
	
	/*コンテンツ 患者・家族向けプログラム*/

	.indent_for{
	margin-left: 0;
	}
	
	
/*コンテンツ　ハンズオンセミナー*/


.hans_dl dd{
	width: 100%;
}

	
/*コンテンツ　共催プログラム*/



.kyousai_dl dd{
	width: 100%;
}

.indent_5{
	display: block;
}	
	

	.pro_dl{
		/* padding: 10px 0; */
		padding: 5px 0;
	}

	.pro_dl dt{
		width: 9em;
	}
	.name{
	width: 10em;
	display: block;
	}

/*コンテンツ  プログラム*/
.pro_navi li {
	clear: both;
	width: 100%;
	font-size: 28pt;
	font-weight: 500;
	line-height: 0.5em;
}
	
.hp_fs15__sp999 {
	font-size: 15px !important;
}
	
.hp_p10__sp999 {
	padding: 10px 0;
}
	
/*コンテンツ  利益相反*/
	
.coitab th{
	width: 40%;
}

/*コンテンツ 託児所*/
.alphaLogo {
	margin-left: 2.5%;
}
	
/*コンテンツ 演題登録(英語)*/
  
  .t-btn{
	margin:0 auto;
}
  .t-btn li{
  display: block;
   }
	
/*Call for Papers 20230524追加*/
.date_enBiBx {
	position: static;
	height: auto;
}	

.date_enBx {
	position: static;
}

/*会場案内*/
	
	.acc_tab td{
		padding: 10px 10px 0;
		display: block;
	}
	
	.mv_h{
		margin-top: 0;
	}
   
	
	/* コンテンツ　WEB視聴・オンライン抄録アプリ */


	.tabsp th,.tabsp td{
		display: block;
	}
	
	.app_mobile{
		width: 100%;
	}
	
	.mobile_td{
		margin: 0 auto;
		width: 50%;
	}
	
	.applist{
		width: 90%;
		margin: 0 auto;
	}
}

/*Registration*/

.reg_tab,.reg_tab th,.reg_tab td{
	border: 1px solid #333;
	border-collapse: collapse;
	padding: 5px;
	margin: 5px 0;
}

.reg_tab{
	margin-left: 1em;
}

.reg_tab th{
	background: #eee;
}

/*Venue*/

.kaijyomap_en {
	display: block;
	margin: 0 auto;
}



@media screen and (max-width: 1366px) {

/*下層ページ右側に追従するユマニチュードのボタン*/

.fixed_btn {
    position: fixed;
    right: 20px;      /* 右端から20px */
    bottom: 80px;     /* 下から50px */
    z-index: 9999;    /* 他の要素より前面に表示 */
}

.fixed_btn img {
    display: block;
    width: 150px;     /* 好きなサイズ */
    height: auto;
}

.fixed_btn img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

	
/*フッターの画像*/
	
     .footer_img {
        right: 0;
    }

    .footer_img img {
        width: 300px;
		margin: -150px 0 0 120px; 
    }

}




@media screen and (max-width: 1000px) {

	
.header_right img{
    width: 50px;
}		
	
	
.fixed_btn {
display: none;
}
.contents_title h2{
  margin: -1rem auto 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #003972;
  text-align: center;   /* 追加 */

}
	
.outline_row span.twotext {
    margin: 15px 0 0 0;
	font-weight: bolder;
}
.outline_row span {
    margin: 15px 0 0 0;
	font-weight: bolder;
}
.outline_row ul{
    margin: 15px 0 0 1rem;
    padding-left: 0;
}

	h3{
  font-size: 20px;
 
  }

hr.outline_border {
	width: 100%;
    border: 0;
	margin: 10px auto;
    border-top: 1px dotted #000;
}

	
	.reg_tab,.reg_tab th,.reg_tab td{
		border: 1px solid #333;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
}

	.bnr_space{
	margin: 0;
  margin-top:1em;
	margin:0 auto;	
	padding-bottom: 10px;
  width:100%;
  min-height:100px;
}

.bnr_space img{
  display:block;  
	width: 80%;
	border: 1px solid #000;
}

.top_moji {
	font-size: 16px;
	width: 90%;
	border-radius:5px;
}
	
.ondemand_info{
	margin-top:10px;
	margin-bottom:0;
	padding:20px 15px 5px 15px;
	font-size: 16px;
	width:95%;
	border-radius:8px;
}	

.hp_mr50 {
	margin-right: auto !important;
}

.hp_h800__sp1500 {
	height: 1500px !important;
}
	
	
/* =========================
   What's New
========================= */

.container{
    margin-left:20px;
}

.news-title{
    color:#003972;
    border-left:6px solid #f0b400;
    padding-left:10px;
    font-size:23px;
    font-weight:bold;
    margin-bottom:15px;
}

.news-scroll{
    height:80px;/*新着情報のスクロール100px→80px変更*/
    overflow-y:auto;
}

.news ul{
    margin:0;
    padding:0;
}

.news li{
    list-style:none;
    border-bottom:1px dotted #999;
}

	
.news-date{
    display:inline-block;
    width:100px;
}

.news-new{
    background:#d91f2d;
    color:#fff;
    font-size:12px;
    padding:2px 8px;
    border-radius:3px;
    margin-right:10px;
}	
	

.new{
    background:#d91f2d;
    color:#fff;
    font-size:12px;
    padding:2px 8px;
    border-radius:3px;
    margin-right:10px;
}	

	
    .footer_img{
  display: none;
    }


	
    .movie-box:first-child{
        margin-right:0;
        margin-bottom:20px;
    }
	
	
	
	.download-box_sp{
    width:95%;
    margin:20px auto;
    padding:10px;
    background:#FFFBC7;
    border:1px solid #D12133;
}

.slide_btn1_sp a{
    display:block;
    width:100%;
    background-color:#F18D2D;
    color:#fff;
    text-align:center;
    text-decoration:none;
    padding:10px;
    border-radius:5px;
}

.slide_btn2_sp a{
    display:block;
    width:100%;
    background-color:#003972;
    color:#fff;
    text-align:center;
    text-decoration:none;
    padding:10px;
    border-radius:5px;
    margin-top:10px;
}

.linkdesign_sp{
    background-image:url(../img/downloadicon.svg);
    background-repeat:no-repeat;
    background-position:65px center;
    background-size:27px;
    padding-left:35px;
}
	
.humanitude_linkbtn_sp img {
	display:block;
    width: 220px;
    top: 60%;
}

.humanitude_linkbtn_sp img {
	margin:0 auto;
    width: 376px;
}

.humanitude_linkbtn a:hover img {
    opacity: 0.7;
}	
	
	
	
	
.movie-wrap{

    display:flex;
    gap:20px;

    margin-top:20px;
    margin-bottom:30px;

    box-sizing:border-box;
}

.movie-box{
    flex:1;
}

.movie-title{
    border-left:6px solid #003c78;
	border-top: 2px solid #003c78;
    padding:6px 0 10px 10px;
	margin: 0 1em 1em 1em;
    color:#003c78;
    font-size:15px;
    font-weight:bold;
    line-height:1.4;
    min-height:88px;
}

.movie-box iframe{

    width:100%;

    aspect-ratio:16/9;

    border:none;

    display:block;
}
	
	
	
.sponsors_tab{
    width:100%;
}

.sponsors_tab tbody{
    display:flex;
    flex-wrap:wrap;
    width:95%;
	margin: 0 auto;
}

.sponsors_tab tr{
    display:contents;
}

.sponsors_tab td{
    width:50%;
    box-sizing:border-box;
}

.sponsors_tab img{
    width:99%;
	margin: 0px auto;
    height:auto;
    display:block;
}
	
#page-top {
    position: fixed;
    bottom: 15px;
	/* 20230123 高倉変更
    right: 20px;
	*/
	right: 2%;
    font-size: 80%;
	z-index: 2;
}
 
#page-top a {
	content: url(../img/pagetop.png);
}
	
	
	
	
	
/*	h3の帯デザインレスポンシブ	*/

	
	
    .outline_row{
        display: block;
    }

    .outline_row h3{
        width: 100%;      /* 帯を画面いっぱいに */
        margin: 10px 0;
		font-size: 16px;
        box-sizing: border-box;
    }

    .outline_row p{
        margin: 0;
    }	
	
	
	
	
	
}

/* 20230525追加 */
@media screen and (max-width: 860px) {
	.hp_w85 {
		width: 81% !important;
	}
	
	.mapFlex {
		display: block;
	}
	
	.hp_mb20__sp860 {
		margin-bottom: 20px !important;
	}
	
	.sp860 {
		display: inline;
	}
	
	.busBx {
		margin: 20px auto;
		width: 80%;
	}
	
	.pc860 {
		display: none;
	}
	
	.hp_w400 {
		width: 54.1% !important;
	}
	
	
}

@media screen and (max-width: 690px) {
	.hp_w400 {
		width: 75% !important;
	}
	
	.kaijyomap_en {
		width: 95%;
	}
	
	.sp690 {
		display: inline;
	}
}

@media screen and (max-width: 500px) {
	.pc860 {
		display: inline;
	}
	
	
}
/* 20230525追加ここまで */

@media screen and (max-width: 480px) {
	.coiBtnList {
		width: 100%;
	}
	
	
	.coitab th{
		white-space: normal;
		/* width: 110px; */
		text-align: left;
	}
	
	.pc480 {
		display: none;
	}
	
	.sp480 { /* 20230524追加 */
		display: inline;
	}

#snsWrap{
	width:100%;
	padding-top:0.5em;
	padding-bottom:1em;	
 	background-image: url(../img/kaisaichi_sp.png);
  background-size:cover;
	background-repeat:repeat;
	background-position:center top;
	margin-top: auto;
	min-height:100px;
}

	
	
	
	

	
}

/*SEサイズ用ーfacebook設定*/
@media screen and (max-width: 320px) {
	
	.facebook{
		width: 100%;
	}
	
}