@charset "utf-8";
/* CSS Document */

/* =========================================================
============================================================
============================================================
Swidge.com
============================================================
============================================================
========================================================= */



/*KEYCOLORS
オレンジ--#DF5424
オレンジ--hover--#FFAD4A
黄緑--#CBD900*/



/*------------------------------------------------------------
|
| Common
|
------------------------------------------------------------*/
.sp {/* PCレイアウトでSPを消す*/
    display: none;
}
.pc {/* PCレイアウトでPCを表示*/
    display: block;
}
.parent{/* 上下センター*/
	display: flex;
	align-items: center;
}
.col{
	display: flex;
}
.col-between{/* 横並び*/
    display: inline-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
.sp {
    display: block;
}

.pc {
    display: none;
}
.col{
    display: block;
 }
.col-between{/* 横並びを解除*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
 }

}


body {
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    word-wrap: break-word;/* 英字折り返し */
    overflow-wrap: break-word;
    background: rgb(187,205,170);
    background: linear-gradient(337deg, rgba(187,205,170,1) 0%, rgba(240,249,231,1) 100%);
    height: 100vh;
    color: #77665F;
    background-attachment: fixed;
}

		
img{/* 画像の隙間をなくす */
    vertical-align: top;
}

a img:hover  {
	opacity: 0.5 ;
	transition: 0.8s ;
		}
a.ovimg{
	background-color:#FFF;
	display:inline-block;
	}
a.ovimg:hover img,
a.ovimg:active img{
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
a img {/* リンク画像のボーダーを消す*/
	border: none;
}
a {/* FireFoxで点線を消す */
	outline: none;
}
.float-l {/* 回り込み左 */
	float: left;
}
.float-r {/* 回り込み右 */
	float: right;
}
.clear-both {/* 回り込み解除 */
	clear: both;
}
.center {/* 配置－中央 */
	text-align: center;
}
.right {/* 配置－右 */
	text-align: right;
}
.sp_t10 {/* 上にマージン */
	margin-top: 10px;
}
.sp_t20 {/* 上にマージン */
	margin-top: 20px;
}
.sp_t30 {/* 上にマージン */
	margin-top: 30px;
}
.sp_t40 {/* 上にマージン */
	margin-top: 40px;
}
.s_b180 {/* 上にマージン */
	margin-bottom:180px;
}
.sp_b20 {/* 下にマージン */
	margin-bottom: 20px;
}
.sp_b30 {/* 下にマージン */
	margin-bottom: 30px;
}
.sp_b40 {/* 下にマージン */
	margin-bottom: 40px;
}
.sp_b80 {/* 下にマージン */
	margin-bottom: 80px;
}
.sp_tb20 {/* 上下にマージン */
	margin-bottom: 20px;
	margin-top: 20px;
}
.sp_tb30 {/* 上下にマージン */
	margin-bottom: 30px;
	margin-top: 30px;
}
.sp_tb40 {/* 上下にマージン */
	margin-bottom: 40px;
	margin-top: 40px;
}
.sp_left_1 {/* 左にマージン */
	margin-left: 1rem;
}
.al-mid {/* 上下のセンタリング */
	display: table-cell;
	vertical-align: middle;
}
.img_50 img {/* 上下のセンタリング */
	width: 100%;
}




/*==========================================================
  GoogleMap
========================================================= */
#google_map {
position: relative;
width: 100%;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#google_map iframe,
#google_map object,
#google_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/*==========================================================
  リンクアイコン
========================================================= */

.windowicon-black {
    margin-right: 2px;
    padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: 20px 4px;
    background-image: url(../images/w-icon-black.svg);
    background-size: 20px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 32px;
    width: 32px;
    display: inline-block;
}
.windowicon-white {
    margin-right: 2px;
    padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: 20px 4px;
    background-image: url(../images/w-icon-white.svg);
    background-size: 20px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 32px;
    width: 32px;
    display: inline-block;
}




/*------------------------------------------------------------
|
|  Fonts
|
------------------------------------------------------------*/
.txt_serif {/* セリフ体 */
    font-family: 'Shippori Mincho', serif;
}
.weight500 {
    font-weight:500
} 
.weight700 {
    font-weight:700
} 
a {
	color: #DF5424;
	text-decoration: underline;
	font-weight: normal;
	transition: .3s;
}
a:visited {
    color: #DF5424;
}
a:hover {
    color: #FFAD4A;
    font-weight: normal;
    text-decoration: none;
    transition: .3s;
}
h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: #DF5424;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.9);
    text-align: left;
    position: relative;
    height: 200px;
    padding-top: 80px;
    margin-bottom: 72px;
    background-image: url(../images/h2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding-left: 32px;
}

h3 {
    font-family: 'Shippori Mincho', serif;
	font-weight: normal;
	position: relative;
	font-size: 1.5rem;
	border-bottom: 3px solid #DF5424;
	color: #77665F;
	line-height: 2.8rem;
	letter-spacing: 0.1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.8rem;
	margin-top: 2.0rem;
}

h3:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background-color: #CBD900;
}
h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #915933;
    font-weight: bold;
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
    border-radius: 16px;
    background-color: #ECEEE2;
}
h5 {
	font-size: 1.0rem;
	font-weight: bold;
	color: #346321;
	margin-bottom: 0px;
}

h6 {
    font-size: 1.0rem;
    color: #FFFFFF;
    line-height: 1.6rem;
    margin-top: 15px;
    padding: 6px;
    background-color: #519043;
    margin-bottom: 15px;
}
.txt_size_sss {/* 極小小の文字サイズ */
	font-size: 0.6rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1em;
}
.txt_size_ss {/* 極小の文字サイズ */
	font-size: 0.72rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	padding-top: 1rem;

}
.txt_size_s {/* 小の文字サイズ */
	font-size: 0.95rem;
	line-height: 1.5rem;
	padding-top: 1rem;

}
.txt_size_m {/* 中の文字サイズ */
	font-size: 1.05rem;
	line-height: 2.0rem;
	padding-top: 0.8rem;
	letter-spacing: 0.15rem;
}
.txt_size_l {/* 大の文字サイズ */
	font-size: 1.2rem;
	line-height: 2.2rem;
	padding-top: 0.8rem;
	letter-spacing: 0.15rem;
}
.txt_size_ll {/* 大の文字サイズ */
	font-size: 1.4rem;
	line-height: 2.0rem;
	padding-top: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
}

.txt_li li {/* リスト項目 */
    line-height: 1.8rem;
    text-indent: 0rem;
    margin-left: 1rem;
}
.txt_li li {/* リスト項目 */
    list-style-type: disc;
}
.mi {/* 冒頭にスペース */
	text-indent: 1rem;
}
.mt {/* 2行目からスペース */
	line-height: 1.8rem;
	text-indent: -1rem;
	padding-left: 1rem;
}
.txt_ol {
	list-style-type: decimal;
    line-height: 1.8rem;
    text-indent: 0rem;
    margin-left: 3rem;
}
.txt_ol li {
    margin-left: 1rem;
    margin-bottom: 0.5rem; 
}
.txt_color_red {
	color: #F72608;
}
.txt_color_orange {
	color: #F78608;
}
.txt_color_white {
	margin: 5px;
	color: #FFFFFF;
}
.txt_color_gray {
	color: #B3B3B3;
}
.txt_color_blue{
	color: #005bac;
}
.txt_day {
	font-size: 1.3rem;
	line-height: 2.0rem;
	padding-top: 1rem;
	padding-left: 0.4rem;
	color: #FF6E00;
	font-weight: bold;
}
.txt_just {
    text-align:justify;
}

/*==========================================================
  二重取り消し線
========================================================= */
.del {
    background-image: linear-gradient(transparent 0.5em, #fe3464 0, #fe3464 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #fe3464 0, #fe3464 calc(0.5em + 4px), transparent 0);
    color: #888;
    text-decoration: none;
}
@media screen and (max-width: 1294px) {
h2 {padding-top: 80px;background-position: center center;background-size: 100% auto;background-size: auto 100%;
}
}
@media screen and (max-width: 768px) {
h2 {height: 80px;padding-top: 18px;
    margin-bottom: 0px;
    background-position: center center;
    background-size: 100% 100%;
}

}













/*------------------------------------------------------------
|
| Header
|
------------------------------------------------------------*/
header {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background-color: #fff;
    background-image: url(../images/head_footer_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1280px auto;
    box-shadow: 0px 0px 10px 2px #A5A5A5;
    -webkit-box-shadow: 0px 0px 10px 2px #000;
    border-top: 4px solid #CBD900;
}

header .inner {
    width: 90%;
    max-width:  1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.logo {
}

h1 {
    background-repeat: no-repeat;
    overflow: hidden;
    width: 700px;
    height: 96px;
    background-size: 700px auto;
    text-indent: -9999px;
    font-size: 0px;
    background-image: url(../images/header_title.svg);
    text-indent: -9999px;
    margin-top: 16px;
    background-position: 0px -10px;
}

@media screen and (max-width: 768px) {
header {height: 80px;position: fixed;background-color: #999;}
header .inner {width: 90%;}
h1 {width: 500px;height: 70px;background-size: 500px auto;margin-top: 8px;}
}
@media screen and (max-width: 600px) {
header {height: 60px;}
h1 {width: 280px;height: 50px;background-size: 280px auto;margin-top: 0px;background-position: 0px 5px;}
}














/*------------------------------------------------------------
|
| footer
|
------------------------------------------------------------*/
footer {
    width: 100%;
    bottom: 0px;
    padding: 0px 0px 32px 0px;
    margin: 32px 0px 0px 0px;
    background-image: url(../images/head_footer_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1200px auto;
    background-color: #fff;
}
footer .inner {
    width: 100%;
    max-width: 1240px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 48px 0px 56px 0px;
    color: #77665F;
}
footer .inner a {
    color: #744E62;
}

.footer_jimukyoku {
    width: 38%;
    margin-bottom: 15px;
    border-right-width: 0px;
    padding-bottom: 30px;
    padding: 0% 2%;
}
.footer_unei {
    width: 62%;
    margin-bottom: 15px;
    padding: 0% 2%;
}
.jimukyoku_unei_tite {
    background-color: #DF5424;
    color: #ffffff;
    padding: 6px 16px;
    display: inline;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 12px;
}
.footer_copyright {
    width: 956px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#page-top a {
    position: fixed;
    background: #DF5424;
    text-decoration: none;
    font-family: "roboto", sans-serif;
    line-height: 30px;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    color: #fff;
    right: 10px;
    bottom: 50px;
    width: 60px;
    height : 60px;
    padding: 28px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
    border: 2px solid #DF5424;
}
#page-top a:hover {
    background: #fff;
    color: #DF5424;
    border: 2px solid #DF5424;
    text-decoration: none;

}
#page-top a:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1rem;
    top:-10px;
	left:25px;
    margin:auto;
    width: .5rem;
    height: .5rem;
    border-top: .15em solid #FFF;
    border-right: .15em solid #FFF;
    transform: rotate(315deg);
    transition:.3s;
}
#page-top a:hover:after{
    top:-14px;
    border-top: .15em solid #DF5424;
    border-right: .15em solid #DF5424;
}
@media screen and (max-width: 768px) {
footer .inner {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding: 40px 0px 0px 0px;
}
.footer_jimukyoku,.footer_unei{
    width: 100%;
    padding-bottom: 10px;
}

}







/*------------------------------------------------------------
|
|  hamburger
|
------------------------------------------------------------*/
.hamburger {
    display: none;
    width: 60px;
    height: 60px;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;
    background-color: #DF5424;
    padding-top: 24px;
    z-index: 9999!important;
}
.hamburger .bar {
    width: 40px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    display: block;
    position: absolute;
    transition: all 0.3s;
}
.hamburger::after {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #fff;
    display: block;
    content: "MENU";
    font-size: 10px;
    margin-top: 20px;
}
.checkbox:checked ~ .hamburger::after {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
     color: #fff;
    display: block;
    content: "CLOSE";
    font-size: 10px;
    margin-top: 20px;
}
.hamburger .bar-top {
    transform: translate(0, -12px);
}
.hamburger .bar-bottom {
    transform: translate(0, 12px);
}
.checkbox:checked ~ .hamburger .bar-middle {
    opacity: 0;
}
.checkbox:checked ~ .hamburger .bar-top {
    transform: translate(0, 0) rotate(45deg);
}
.checkbox:checked ~ .hamburger .bar-bottom {
    transform: translate(0, 0) rotate(-45deg);
}
.checkbox {
    display: none;
}

@media screen and (max-width: 768px) {
.hamburger {display: flex;top: 0;right: 0;position: fixed;}
.checkbox:checked ~ .nav-menu {left: 0;}
}










/*------------------------------------------------------------
|
|  navi
|
------------------------------------------------------------*/
.navi-area {
    background-color: #DF5424;
    width: 240px;
    padding: 12px 16px 48px 16px;
}
.nav-menu {
    padding-bottom: 24px;
}
nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: block;
}
nav ul li a {
    font-size: 1.0rem;
    letter-spacing: 0.0rem;
    line-height: 1.5rem;
    width: 208px;  
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px 12px 12px;
    display: block;
    border-bottom: 1px solid #D69B87;
}
nav ul li a:hover {
    color: #FFAD4A;
}
nav ul li a:visited {
    color: #fff;
}
.nav-menu .none {
    font-size: 1.0rem;
    letter-spacing: 0.0rem;
    line-height: 1.5rem;
    text-decoration: none;
    font-weight: 500;
    color: #D69B87;
    padding: 12px 0px 12px 12px;
    display: block;
    border-bottom: 1px solid #D69B87;
}

@media screen and (max-width: 768px) {
.navi-area {
    width: 0px;
    padding: 0px;
    overflow: scroll;
}
.nav-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    overflow: auto;
    background-color: #DF5424;
    opacity: 1;
    color: #fff;
    top: 60px;
    left: 100%;
    transition: all 0.5s;
    z-index: 100;
  }
nav ul li a {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.nav-menu .none {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
}
/* =========================================================
  GlobaoNavi-Arrow
========================================================= */
.nav-arrow {
    line-height: 1.25;
    text-decoration: none;
    position: relative;
    transition: .3s;
}
.nav-arrow:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1rem;
    right:8%;
    margin:auto;
    width: .5rem;
    height: .5rem;
    border-top: .1rem solid #fff;
    border-right: .1rem solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}

.nav-arrow:hover:after{
	border-top: .1rem solid #ffec66;
    border-right: .1rem solid #ffec66;
    right:4%;
}



/* =========================================================
  GlobaoNavi-Banner
========================================================= */
.nav-banner {
    border: 1px solid #333;
    margin: 24px 0px;
    padding: 0px;
    background-color: #F1F1F1;
}
.nav-banner img {
    width: 100%;
    padding: 0px;
}

@media screen and (max-width: 768px) {
.nav-banner {width: 80%;margin: 24px auto;}
}


/* =========================================================
  GlobaoNavi-icon
========================================================= */
.nav-windowicon-white {
    margin-right: 2px;
    padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: 20px 4px;
    background-image: url(../images/w-icon-white.svg);
    background-size: 14px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 22px;
    width: 22px;
    display: inline-block;
}




/*------------------------------------------------------------
|
|  All
|
------------------------------------------------------------*/
.wraper {
    display: flex;
    width: 90%;
    max-width:  1240px;
    padding-top: 140px;
    margin-left: auto;
    margin-right: auto;
}
main {
    background-color: #FFF;
    width: calc(100% - 240px);
}
main .inner{
    width: 90%;
    margin: 0px 5% 64px 5%;
}

@media screen and (max-width: 768px) {
.wraper {display: block;padding-top: 110px;width: 100%;}
main {width: 90%;margin-left: auto;margin-right: auto;margin-top: -30px;}
main .inner{ width: 90%;margin: 32px auto;padding: 0px 0px 32px 0px;background-color: #FFFFFF;}
}













/*------------------------------------------------------------
|
| LAYOUT
|
------------------------------------------------------------*/



/*==========================================================
お問い合わせBOX
========================================================= */
.contact_box {
    background-color: #F0F0F0;
    border-radius: 18px;
    padding: 18px;
}

/*==========================================================
  注意事項の枠BOX
========================================================= */
.color-box01 {
    background-color: #EFEEE3;
    border-radius: 0px;
    padding: 18px;
    border: 4px solid #E88747;
}

/*==========================================================
  注意事項の枠BOX
========================================================= */
.color-box02 {
    background-color: #EFEEE3;
    border-radius: 0px;
    padding: 18px;
    border: 4px solid #DDCFC6;
}


/*==========================================================
  注意事項の枠BOX
========================================================= */
.color-box03 {
    border-radius: 0px;
    padding: 18px;
    border: 1px solid #D7D7D7;
    margin: 14px 0px;
}

/*==========================================================
トップページNewsArea 
========================================================= */
#news_box {
    padding: 0px;
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#news_box ul {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
#news_box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 9rem;
    margin-bottom: 10px;
    font-size: 0.9rem;
    list-style: none;
    letter-spacing: 0.1rem;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: -9rem;
    width: 530px;
}
#news_box strong {
    font-weight: normal;
    color: #FFF;
    background-color: #AE8364;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 15px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 768px) {
#news_box {
    width: 80%;
	}
#news_box li {
    width: 95%;
}

#news_box {
    width: 100%;
	}
#news_box ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0rem;
    padding: 0px;
}
#news_box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 0.9rem;
    list-style: none;
    letter-spacing: 0.1rem;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: 0rem;
    width: 96%;
}
#news_box strong {
	display: table;
	text-indent: 1rem;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: 0.9em;
	line-height: 1.0rem;
	padding-top: 0.5rem;
	padding-left: 0rem;
}
}


/*==========================================================
会長挨拶
========================================================= */

#photo_area {
    display: flex;
    margin-top: 32px;
}
#photo_box {
    width: 300px;
    margin-bottom: 30px;
}
#photo_box img {
	width: 90%;	
}
#photo_txt {
    width: 500px;
    margin-top: 100px;
    margin-left: 0px;
    line-height: 1.2rem;
}

@media screen and (max-width: 768px) {
#photo_area {display: block;margin-top: 32px;}
#photo_box {width: 80%;margin-bottom: 1px;margin-left: auto;margin-right: auto;}
#photo_box img {width: 100%;	}
#photo_txt {width: 100%;margin-top: 1px;}
}


/*==========================================================
プログラム
========================================================= */
.program-line {
    border-top: 1px solid #EAE6E3;
    padding-top: 25px;
}
.program-title {
    font-weight: 600;
    font-size: 1.3rem;
    margin: 24px 0px 12px 0px;
}
.program-col {
    display: flex;
    margin-left: 12px;
    margin-bottom: 16px;
}
.program-day {
    font-size: 1.0rem;
    line-height: 2.2rem;
    font-weight: bold;
    text-align: right;
    margin-bottom: 16px;
    color: #726151;
}
.program-day span {
    font-size: 0.8rem;
    font-weight: normal; 
}
.program-name-Chair {
    font-size: 1.1rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #6D6C6C;
}
.program-name-Chair span {
    font-size: 1.0rem;
    font-weight: normal;
}
.program-name-performer {
    font-size: 1.1rem;
    line-height: 2.2rem;
    font-weight: bold;
    text-indent: 1rem;
    color: #6D6C6C;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.program-name-performer span {
    font-size: 1.0rem;
    font-weight: normal;
}
.program-performer-title {
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: bold;
}
.program-col .zachou-tab{
    font-weight: normal;
    color: #FFF;
    background-color: #D95500;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 2rem;
    margin-right: 12px;
    width: 64px;
    text-align: center;
}
.program-col .enjya-tab{
    font-weight: normal;
    color: #FFF;
    background-color: #619857;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 2rem;
    margin-right: 12px;
    width: 64px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
.program-col {
    display: block;
}
}



/*==========================================================
  座長・演者の皆様へ
========================================================= */
.col-area {
    margin-left: 2rem;
}
.col-coi {
    display: flex;
    margin: 16px 0px;
}
.col-coi img {
    width: 90%;
    margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
.col-coi {
    display: block;
    margin: 16px 0px;
}
}







/*==========================================================
 演題登録
========================================================= */
.abstract_gridbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
}
@media screen and (max-width: 768px) {
.abstract_gridbox {
    display: block;

}
}
/*==========================================================
  演題区分tableのcss
========================================================= */
.endai-kubun_box {
    width: 0%;
}
.endai-kubun_table {
    width: 100%;
    margin: 0px;
	border: 1px solid #D0D0D0;
	border-collapse: collapse;
	background-color: #D0D0D0;
}
.endai-kubun_table th {
    padding: 15px;
    margin: 0px;
    border: 1px solid #D0D0D0;
    background-color: #886E4F;
    color: #F8F5E7;
}
.endai-kubun_table td {
	padding: 15px;
	border: 1px solid #D0D0D0;
	background-color: #FFF; 
}


/*==========================================================
  演題登録ボタン
========================================================= */
a.btn_a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 350px;
    margin: 24px 0px;
    padding: 2rem;
    font-weight: bold;
    background-color: #EB9300;
    color: #fff;
    border-radius: 16px;
    position: relative;
    transition: 0.5s;
    font-size: 1.3rem;
}
a.btn_a::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_a:hover {
    background-color: #EBC200;
    color: #fff;
}
a.btn_b {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 350px;
    margin: 24px 0px;
    padding: 2rem;
    font-weight: bold;
    background-color: #3EAC31;
    color: #fff;
    border-radius: 16px;
    position: relative;
    transition: 0.5s;
    font-size: 1.3rem;
}
a.btn_b::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_b:hover {
    background-color: #95C68F;
    color: #fff;
}
.btn_none {
    width: 280px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0.04rem;
    line-height: 4.6rem;
    background-color: #B0B0B0;
    display: block;
    left: 0;
    height: 100%;
    border-radius: 16px;
    display: block;
    margin: 32px auto;
}

@media screen and (max-width: 1224px) {
a.btn_a,a.btn_b {
    width: 100%;
}

}

@media screen and (max-width: 768px) {
a.btn_a,a.btn_b {
    width: 100%;
}

}

/* =========================================================
  icon
========================================================= */
.btn-windowicon-white {
    margin-right: 2px;
    padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: 10px 0px;
    background-image: url(../images/w-icon-white.svg);
    background-size: 18px 28px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 26px;
    width: 26px;
    display: inline-block;
}










/*------------------------------------------------------------
|
| BUTTON
|
------------------------------------------------------------*/

/*==========================================================
  BTN-large
========================================================= */
.btn_large {
    display: block;
    width: 100%;
    max-width: 80%; /* ボタン幅 */
    position: relative;
    background-color: #FA6400; /* 背景色 */
    padding: 0.5rem 1rem;
    font-weight: bold;
    color: #fff; /* 文字色 */
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
    border-radius: 16px;
    margin: auto;
    font-size: 1.2rem;

}
.btn_large a {
    padding-top: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1.2rem;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    border-radius: 16px;
}
.btn_large:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff; /* 矢印の色 */
    border-right: 2px solid #fff; /* 矢印の色 */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -6px;
    transition:.3s;
}
.btn_large:visited{
    color: #fff; /* 文字色 */
}
/* マウスオーバーした際のデザイン */
.btn_large:hover {
    color: #fff;
    background-color: #FFAD4A;
    display: block;

}

.btn_large:hover:before {
    border-top: 2px solid #fff; /* 矢印の色 */
    border-right: 2px solid #fff; /* 矢印の色 */
    left: 40px;
}
.btn_large-none {

}

@media screen and (max-width: 768px) {
.btn_large:before {

    left: 5%;

}
}