@charset "UTF-8";
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 *    4.1 - Side
 *    4.2 - Main
 * 5.0 - Footer
 * 6.0 - Option
 *    6.1 - Index
 *    6.2 - Greeting
 *    6.3 - Abstracts
 *    6.4 - Program
 *    6.5 - Registration
 * 0.1 - List
 * 0.2 - Table
 * 0.3 - Text
 * 0.4 - Margin
 * 0.5 - Link
 * 0.6 - Float
 */

/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border:0; font-family:inherit; font-style:inherit; font-weight:inherit; margin:0; outline:0; padding:0; vertical-align:baseline;}
:focus {outline:0;}
ol, ul {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
caption, th, td {font-weight:normal; text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block;}
/*Border*/
*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	background-image: url(../img/common/bg_body.png);
	background-position: center top;
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Osaka", "Verdana", sans-serif;
	font-size: 16px;
	overflow-y: scroll;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #2a8c59;
}
a:hover {
	color: #fc8b27;
    text-decoration: none;
}
#wrapper {
	background-image: url(../img/common/bg_contents.png);
	background-position: center top;
    background-repeat: repeat-x;
	position: relative;
	width: 100%;
    min-height: 100%;
	margin: 0 auto;
    overflow: hidden;
}
#contents {
    background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
    line-height: 1.0;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.link_top {
	position: fixed;
	display: table;
	margin: 0;
	bottom: 40px;
	right: 40px;
	z-index: 100;
}
.link_top a {
	display: table-cell;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	line-height: 0;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
	opacity: 0.85;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}
.link_top a {
	background-color: #7dbd50;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.link_top a:hover {
	background-color: #fc8b27;
	color: #fff;
	transition: 0.3s;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
    position: relative;
    background-color: #118148;
    border-top: #6cb43f 5px solid;
	margin: 0 auto;
    height: 140px;
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
	line-height: 0;
    z-index: 100;
    text-align: center;
}
header h1 {
	margin: 15px auto 0;
	padding: 0;
	line-height: 0;
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
/*----------------------------------------------------
	4.1 - Side
----------------------------------------------------*/
#side {
	width: 270px;
	float: left;
	background: #fff;
	margin: 0 auto;
	padding: 0 auto;
	position: absolute;
	height: 100%;
    font-size: 15px;
}
#side:after {
	clear: both;
}
#side .side_nav {
    width: 245px;
	margin: 10px auto;
	padding: 0;
}
#side .side_nav li {
	position: relative;
	list-style-type: none;
	padding: 0 0 0 12px;
	color: #2a8c59;
	line-height: 50px;
    border-bottom: 1px solid #d5d5d5;
}
#side .side_nav li a {
	display: block;
	color: #2a8c59;
	text-decoration: none;
    transition: all .3s;
}
#side .side_nav li a.on {
	color: #2a8c59;
}
#side .side_nav li a:hover {
	color: #fc8b27;
	padding-left: 5px;
}
#side .side_nav li a:before {
	color: #2a8c59;
	content: "\025b6";
	position: absolute;
	top: 0;
	left: 0;
    margin-left: -2px;
    opacity: 0;
    transition: all .3s;
}
#side .side_nav li a.on:before {
	color: #2a8c59;
	content: "\025b6";
	position: absolute;
	top: 0;
	left: 0;
    margin-left: -2px;
    opacity: 1;
}
#side .side_nav li a:hover:before {
	color: #fc8b27;
	content: "\025b6";
	position: absolute;
	top: 0;
	left: 0;
    margin-left: -2px;
	padding-left: 5px;
    opacity: 1;
}
/*menu icon*/
#side .side_nav li span.new {
    display: inline-block;
    margin-left: 1px;
    padding: 1px;
	text-align: center;
    color: #fff;
	font-size: 0.675rem;
    line-height: 1.0rem;
	background: #ff0000;
    vertical-align: middle;
}
/*side address*/
#side .address {
    width: 245px;
	margin: 45px auto 0;
}
#side .address dt {
	background: #118148;
    border-top: 3px solid #ffc064;
    border-radius: 0 0 4px 4px;
    color: #fff;
    margin-bottom: 10px;
    padding: 14px 0 14px 10px;
}
#side .address div {
    margin-bottom: 5px;
}
#side .address dd {
	font-size: 1.3rem;
    line-height: 1.5;
	color: #424242;
    padding-left: 10px;
}
/*side banner*/
#side .side_bnr {
	margin: 30px auto 0;
    text-align: center;
}
#side .side_bnr li {
	margin-bottom: 10px;
}
#side .side_bnr img:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
	opacity: 0.7;
}
/*----------------------------------------------------
	4.2 - Main
----------------------------------------------------*/
#main {
	float: right;
	width: 730px;
	background-color: #fff;
    margin: 0 auto;
	padding: 0 30px 50px 20px;
	min-height: 1000px;
}
#main:after {
	clear:both;
}
#main h1 {
    color: #2a8c59;
    margin-top: 25px;
    padding: 1.6rem;
	font-size: 3.4rem;
    font-family:"Noto Sans Japanese";
    border-top: solid 2px #2a8c59;
    border-bottom: solid 2px #2a8c59;
    background: -webkit-repeating-linear-gradient(-45deg, #f4fbfb, #f4fbfb 3px,#eff8f9 3px, #eff8f9 7px);
    background: repeating-linear-gradient(-45deg, #f4fbfb, #f4fbfb 3px,#eff8f9 3px, #eff8f9 7px);
}
article {
	margin: 0 auto;
	padding: 40px 0;
	color: #424242;
	line-height: 1.75;
}
section h2 {
	background-image: url(../img/common/bg_h2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	margin: 40px 0 20px;
	padding: 14px 0 0 10px;
	position: relative;
	font-size: 2.6rem;
    font-family:"Noto Sans Japanese";
	color: #fff;
	line-height: 1.0;
}
section h2:first-child {
	margin: 0 0 20px;
}
section h3 {
	background-image: url(../img/common/bg_h3.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	margin: 35px 0 15px;
	padding: 0 0 15px;
	font-size: 2.2rem;
    font-family: "Noto Sans Japanese";
	color: #2a8c59;
	position: relative;
	line-height: 1.0;
}
section h3 span {
	font-size: 1.0rem;
}
section h3.prg {
    background: #f3f3f3;
	margin: 40px 0 5px;
	padding: 8px 0 8px 20px;
    text-indent: 0;
	font-size: 2.2rem;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
	color: #555;
	line-height: 1.0;
    border: 1px solid #ddd;
    border-radius: 3px;
}
section h3.prg:after {
    position: absolute;
    top: .4em;
    left: .4em;
    content: '';
    width: 4px;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    background-color: #e77a10;
    border-radius: 1px;
}
section h3.prg span {
	font-size: 2.0rem;
}
section h2 + h3.prg {
	margin: 25px 0 15px;
}
/*
section h3.prg {
    background: #118148;
	margin: 30px 0 5px;
	padding: 8px 0 8px 5px;
    text-indent: 0;
	font-size: 2.2rem;
    font-family: "Noto Sans Japanese";
	color: #fff;
	line-height: 1.25;
    border-radius: 3px;
}
*/
section h4 {
	background-image: url(../img/common/bg_h4.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	/*margin: 25px 0 5px;*/
	margin: 30px 0 5px;
	padding: 0 0 12px;
	font-size: 1.9rem;
    font-family: "Noto Sans Japanese";
	color: #3f775a;
	position: relative;
	line-height: 1.0;
}
section h4 p {
    float: right;
	font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
}
section h3 + .prg_time, section h4 + .prg_time {
	margin: 0 0 10px;
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.0;
}
section h5 {
    margin-bottom: 20px;
	font-size: 1.6rem;
    font-weight: 700;
	color: #555;
	/*color: #e77a10;*/
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}
section h4 + h5 {
    margin-top: 10px;
}
/*----------------------------------------------------
	5.0 - Footer
----------------------------------------------------*/
footer {
	width: 100%;
}
footer .copyright {
	background-color: #424242;
    border-top: 5px solid #7dbd50;
	text-align: center;
	height: 100px;
	line-height: 60px;
	color: #FFF;
}
/*----------------------------------------------------
	6.0 - Option
----------------------------------------------------*/
/*----------------------------------------------------
	6.1 - Index
----------------------------------------------------*/
#main_index {
	float: right;
	width: 730px;
    margin: 0 auto;
	padding: 0 0 30px 0;
}
#main_index:after {
	clear: both;
}
#main_index img {
	display: block;
}
#main_index h1 {
	margin: 10px auto;
	padding: 0;
}
#main_index .info {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#main_index .info h2 {
    margin: 0 auto;
	padding: 0;
	line-height: 0;
}
#main_index .info dl {
	color: #424242;
	margin: 10px 0 0;
	padding: 0 20px 0 10px;
	overflow-y: auto;
	height: 300px;
	line-height: 1.75;
	text-align: left;
}
#main_index .info dt, .info dd {
	padding: 15px 0 5px;
}
#main_index .info dt {
	float: left;
	padding-left: 22px;
	position: relative;
}
#main_index .info dt.day:before {
	color: #7dbd50;
	content: "\025b6";
	position: absolute;
	top: 15px;
	left: 5px;
    transition: all .3s;
}
#main_index .info dd {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding-left: 125px;
}
#main_index .attention_box {
    margin: 0 10px 10px 0;
    padding: 20px;
    border: 2px solid #2a8c59;
    line-height: 1.5;
}
/*----------------------------------------------------
	6.2 - Greeting
----------------------------------------------------*/
section .greeting {
	float: right;
    border-radius: 5px;
    margin: 0 0 16px 16px;
}
/*----------------------------------------------------
	6.3 - Abstract
----------------------------------------------------*/
section .abstract_box {
    margin: 0;
    padding: 20px 20px 5px;
    border: 2px solid #2a8c59;
}
/*----------------------------------------------------
	6.4 - Program
----------------------------------------------------*/
/*Program Style*/
section .program_list {
	margin: 2% 0 0 1.6rem;
	padding: 0;
	overflow: hidden;
	width: 100%;
	font-size: 1.4rem;
}
section h5 + .program_list {
	margin-top: 0;
}
section .program_list dt {
    position: relative;
	display: inline-block;
	float: left;
	width: 15.4rem;
	text-align: right;
}
/*IE11*/
@media all and (-ms-high-contrast:none){
*::-ms-backdrop, section .program_list dt {
/*letter-spacing: -0.01rem;*/
}
}
section .program_list dt:after {
    content: "：";
    letter-spacing: -0.05rem;
}
section .program_list dd {
	padding-left: 23.8rem;
    text-indent: -8.4rem;
}
section .program_list dd.abstractName {
	color: #2a8c59;
	padding-left: 22.4rem;
    text-indent: -7.0rem;
	font-size: 1.4rem;
	font-weight: 700;
}
section .program_list dd.abstractName.seminarType01 {
	padding-left: 21.3rem;
    text-indent: -5.9rem;
}
section .program_list dd.abstractName.seminarType02 {
	padding-left: 19.7rem;
    text-indent: -4.2rem;
}
/*----------------------------------------------------
	6.5 - Registration
----------------------------------------------------*/

/*----------------------------------------------------
	6.6 - Seminar
----------------------------------------------------*/
section .seminar_box {
    margin: 0;
    padding: 15px;
    border: 2px solid #2a8c59;
}
/*----------------------------------------------------
	0.1 - List
----------------------------------------------------*/
/*No icon Style*/
section ul.list_normal{
	margin: 0;
}
section ul.list_normal li{
	margin-left: 1.6rem;
	text-indent: -1.6rem;
}
section ul.list_normal li p{
	margin-left: 1.6rem;
	text-indent: -1.6rem;
}
/*Disk Style*/
section ul.list_disc{
	margin: 0;
}
section ul.list_disc li{
	margin-left: 1.6rem;
	list-style-type: disc;
}
/*Mark Style*/
section ul.list_mark {
	margin: 0 0 15px;
	padding: 0;
}
section ul.list_mark li {
	padding-left: 1.6rem;
	position: relative;
	list-style-type: none;
}
section ul.list_mark li:before,section ul.list_mark li:after {
	content: " ";
	position: absolute;
}
section ul.list_mark li:before {
	background-color: #2a8c59;
	border-radius: 50%;
	width: 1.6rem;
	height: 1.6rem;
	top: 0.3em;
	left: 0em;
}
section ul.list_mark li:after {
	border: 0.4rem solid transparent;
	border-left: 0.5rem solid #fff;
	top: 0.9rem;
	left: 0.6rem;
}
/*Link Style*/
section ul.list_link {
	margin: 0 0 15px;
	padding: 0;
}
section ul.list_link li {
    margin-bottom: 20px;
	padding-left: 1.6rem;
	text-indent: -1.6rem;
	position: relative;
	list-style-type: none;
}
section ul.list_link li:before {
    content: "\025b6";
    color: #2a8c59;
}
/*Banner Flex Style*/
section ul.list_flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 20px 0 20px;
	padding: 0;
    line-height: 1.1;
    letter-spacing: 0;
}
section ul.list_flex li {
	/*margin: 0 auto 1%; NG Style*/
	margin: 0 0 1%;
	padding: 0;
    /*height: 70px;*/
    text-align: center;
}
section ul.list_flex > li a,section ul.list_flex > li span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fc8b27;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px #CCC;
    color: #fff;
    text-decoration: none;
	transition: 0.3s;
}
section ul.list_flex > li span {
    background-color: #ccc;
}
section ul.list_flex > li a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #2a8c59;
    border-radius: 4px;
    color: #2a8c59;
	transition: 0.3s;
}
section ul.list_flex > li.notLink {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fc8b27;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px #CCC;
    color: #fff;
    text-decoration: none;
	transition: 0.3s;
}
section ul.list_flex > li.row01, section ul.list_flex > li a.row01, section ul.list_flex > li span.row01 {
    height: 66px;
}
section ul.list_flex > li.row02, section ul.list_flex > li a.row02 {
    height: 66px;
}
section ul.list_flex > li.row03, section ul.list_flex > li a.row03 {
    font-size: 15px;
    height: 66px;
}
section ul.list_flex.line1column {
    justify-content: center;
}
section ul.list_flex.line1column > li {
    min-width: 350px;
}
section ul.list_flex.line2column > li {
	width: 49%;
}
section ul.list_flex.line3column > li {
	width: 32%;
}
section ul.list_flex.line400w > li {
	width: 400px;
}
section ul.list_flex.line300w > li {
	width: 300px;
}
section ul.list_flex.line200w > li {
	width: 200px;
}
/*Last Item Layout/line2column*/
section ul.list_flex.line2column:after{
    content: "";
    display: block;
    width: 50%;
    height: 0;
}
/*Last Item Layout/line3column*/
section ul.list_flex.line3column:after{
    content: "";
    display :block;
    width: 66.67%;
    height: 0;
}
section ul.list_flex > li .ssl:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    background: url(../img/common/bg_icon_ssl.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
/*Decimal Style*/
section ol {
	margin: 5px 0 15px;
	margin-left: 0.8rem;
}
section ol li {
	margin-left: 1.6rem;
	padding-left: 0.8rem;
	list-style-type: decimal;
}
section ol li:before,section ul ol li:after {
	display: none;
}
/*Decimal (Number) Style*/
section ol.list_number {
	margin: 5px 0 15px;
	counter-reset: ol_li;
}
section ol.list_number > li{
	list-style-type:none;
	position:relative;
	padding-left: 1.6rem;
}
section ol.list_number > li::before{
	counter-increment: ol_li;
	content: "（"counter(ol_li)"）";
	display:block;
	position:absolute;
	left:-4.0rem;
	top:1px;
	margin-left: 1.6rem;
}
/*----------------------------------------------------
	0.2 - Table
----------------------------------------------------*/
section table.table_style01{
    width: 100%;
	margin: 10px 0;
    border: solid 1px #CCC;
}
section table.table_style01 th{
	padding: 10px;
    background: #fffbec;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    font-weight: 700;
    vertical-align: middle;
}
section table.table_style01 td{
	padding: 10px;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    vertical-align: middle;
}
/*Abstracts Style*/
section table.abstracts_style01{
    width: 100%;
	margin: 10px 0;
    border: solid 1px #CCC;
}
section table.abstracts_style01 th{
	padding: 10px 6px;
    background: #fffbec;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    font-weight: 700;
    vertical-align: middle;
    text-indent: 0;
}
section table.abstracts_style01 td{
	padding: 10px 6px;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    text-indent: 0;
}
/*----------------------------------------------------
	0.3 - Text
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.text_base {
	vertical-align: middle;
}
.text_top {
	vertical-align: top;
}
.cancel {
	text-decoration: line-through;
}
.txRed {
	color: #F00;
}
.txGreen {
	color: #2a8c59;
}
.txBlack {
	color: #222;
}
.txWhite {
	color: #fff;
}
.tx12 {
	font-size: 1.2rem;
	font-weight: normal;
}
.tx13 {
	font-size: 1.3rem;
	font-weight: normal;
}
.tx14 {
	font-size: 1.4rem;
	font-weight: normal;
}
.tx14B {
	font-size: 1.4rem;
	font-weight: 700;
}
.tx16 {
	font-size: 1.6rem;
	font-weight: normal;
}
.tx16B {
	font-size: 1.6rem;
	font-weight: 700;
}
.tx18 {
	font-size: 1.8rem;
	font-weight: normal;
}
.tx18B {
	font-size: 1.8rem;
	font-weight: 700;
}
.tx20 {
	font-size: 2.0rem;
	font-weight: normal;
}
.tx20B {
	font-size: 2.0rem;
	font-weight: 700;
}
.tx22 {
	font-size: 2.2rem;
	font-weight: normal;
}
.tx22B {
	font-size: 2.2rem;
	font-weight: 700;
}
.txSpace01 {
    letter-spacing: 0.1rem;
}
.txSpace02 {
    letter-spacing: 0.2rem;
}
.txSpace03 {
    letter-spacing: 0.3rem;
}
.txSpace04 {
    letter-spacing: 0.4rem;
}
.txSpace05 {
    letter-spacing: 0.5rem;
}
.txSpaceN01 {
    letter-spacing: -0.1rem;
}
.txIndent01 {
    text-indent: 1.6rem;
}
/*---------------------------------------- 
	0.4 - Margin
----------------------------------------*/
.mgt10, section ul.mgt10 {
	margin-top: 10px;
}
.mgt20, section ul.mgt20 {
	margin-top: 20px;
}
.mgt30, section ul.mgt30 {
	margin-top: 30px;
}
.mgt40, section ul.mgt40 {
	margin-top: 40px;
}
.mgt50, section ul.mgt50 {
	margin-top: 50px;
}
.mgt60, section ul.mgt60 {
	margin-top: 60px;
}
.mgb10, section ul.mgb10 {
	margin-bottom: 10px;
}
.mgb20, section ul.mgb20 {
	margin-bottom: 20px;
}
.mgb30, section ul.mgb30 {
	margin-bottom: 30px;
}
.mgb40, section ul.mgb40 {
	margin-bottom: 40px;
}
.mgb50, section ul.mgb50 {
	margin-bottom: 50px;
}
.mgt10_under, section ul.mgt10_under {
	margin-top: -10px;
}
.mgt20_under, section ul.mgt20_under {
	margin-top: -20px;
}
.mgt30_under, section ul.mgt30_under {
	margin-top: -30px;
}
/*----------------------------------------------------
	0.5 - Link
----------------------------------------------------*/
/*Link Blank Icon*/
section a.link_blank {
	position: relative;
}
section a.link_blank:after {
	background-image: url(../img/common/bg_icon.png);
	background-repeat: no-repeat;
	background-position: 0 -60px;
	content: " ";
	display:inline-block;
	top: 4px;
	width: 15px;
	height: 13px;
    margin-left: 5px;
}
/*Link PDF Icon*/
section a.pdf:after {
	content: url(../img/common/bg_pdf.png);
	display:inline-block;
	padding-left: 5px;
    position: relative;
    vertical-align: middle;
    line-height: 1.0;
}
/*---------------------------------------- 
	0.6 - Float
----------------------------------------*/
.fL {
	float: left;
    margin: 0 1rem 10px 0;
}
.fR {
	float: right;
    margin: 0 0 10px 1rem;
}