@charset "UTF-8";




/* 
--------------------------------------------------
flexBox
--------------------------------------------------
*/

.flexBoxC {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flexBoxR {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.flexBoxL {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flexBoxB {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexBoxA {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.marginB {margin-bottom: 0 !important;}
.marginB5 {margin-bottom: 5px !important;}
.marginB10 {margin-bottom: 10px !important;}
.marginB20 {margin-bottom: 20px !important;}
.marginB30 {margin-bottom: 30px !important;}
.marginB50 {margin-bottom: 50px !important;}
.marginB80 {margin-bottom: 80px !important;}
.marginB100 {margin-bottom: 100px !important;}
.paddingLR10 {
    padding-right: 10px;
    padding-left: 10px;
}
.paddingTB3em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}



/* 
--------------------------------------------------
blockDiv
--------------------------------------------------
*/
.blockDiv1 {width: 100%;}
.blockDiv2 {width: 50%;}
.blockDiv3 {width: 33.333333%;}
.blockDiv4 {width: 25%;}
@media screen and (max-width: 768px) {
    .blockDiv2,
	.blockDiv3,
    .blockDiv4 {width: 100%;}
}
.kome {
    text-indent: -1em;
    padding-left: 1em;
}


.fontSmaller1size {
    font-size: 85%;
}

/*YouTubeレスポンシブ
----------------------------------------
┌.flexBoxB or .flexBoxC(一つの場合)
　┌.flexBoxC.youtubeWrapper
　　┌.youtube
  　　<iframe>
----------------------------------------*/
.youtubeWrapper {
	margin: 0 auto;
	margin: 0;
}
.youtubeWrapperSP {
    display: none;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1024px) {
    .youtubeWrapperSP {
        display: block;
        margin: 0 auto 30px;
    }
}
/* 
--------------------------------------------------
font-size
--------------------------------------------------
*/
.fontSmaller {font-size: .875rem;}










/* 
--------------------------------------------------
活動報告　.report #contents
--------------------------------------------------
*/
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li {
    position: relative;
}
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li > ul {
    display: none;
    position: absolute;
    width: 42em;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 10000;
}
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li:last-child > ul {
    width: calc(18em + 2px);
    letter-spacing: -1em; /*隙間よけ*/
    left: 0;
}
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li > ul > li {
    margin: 0;
}
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li:hover > ul {
    display: block;
}
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li:last-child > ul > li {
    display: inline-block;
    letter-spacing: normal; /*隙間よけ*/
    vertical-align: bottom;
}
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li > ul li a {
    width: 100%;
    margin: 0;
    height: auto;
    padding: .25em 1em .1em;
    display: inline-block;
}
#headerWrapper header #headerLRWrapper #headerLeft nav > ul > li > ul li a:hover {
    background-color: #FFFF00;
}

@media screen and (max-width: 1023px){
    #headerWrapper header #headerLRWrapper #headerLeft nav > ul > li:hover > ul {
        display: none;
    }
}










/* 
--------------------------------------------------
活動報告リードブロック 内部リンク　#lead2 .iLink
--------------------------------------------------
*/
#lead2 .iLink {
    margin: -.7em auto 1em;
}
#lead2 .iLink ul {
    list-style: none;
    padding-left: 0;
}
#lead2 .iLink ul li:not(:last-child):after {
    white-space: pre-wrap;
    content: " ";
}
@media screen and (min-width: 768px) {
    #lead2 .iLink {
        display: none;
    }
}
@media print {
    #lead2 .iLink {
        display: none;
    }
}











/* 
--------------------------------------------------
講師の皆様へページ　.koshi
--------------------------------------------------
*/
.koshi #contents p {
    margin: 0 auto;
}
.koshi .pdfThumb {
    border: 1px solid #CCCCCC;
    width: 127px;
    height: 180px;
    box-shadow: 3px 3px 7px #d4d9dc;
    margin-bottom: 0 auto 7px;
    display: table-cell;
    vertical-align: middle;
}
.koshi .pdfThumb a img {
    height: 180px !important;
    width: auto !important;
    box-shadow: 3px 3px 7px #d4d9dc;
    margin-bottom: 7px;
}



















/* 
--------------------------------------------------
各委員会報告ページ　.member.committee
--------------------------------------------------
*/
.member.committee .committeeReport img {
    border: 1px solid #CCCCCC;
    height: auto;
}
.member.committee #lead,
.member.committee section {
    margin-bottom: 80px;
}












/* 
--------------------------------------------------
特別講習仮申込フォーム　.tokubetsu-form #contents
--------------------------------------------------
*/
.tokubetsu-form #contents table#formTable,
.tokubetsu-form #contents table.gaiyoTable {
	text-align: left;
    margin-bottom:.5em;
}
.tokubetsu-form #contents table th,
.tokubetsu-form #contents table td {
	padding:.5em 1em;
    line-height: normal;
}
.tokubetsu-form #contents table#formTable td span {
    display:inline-block;
    text-align:right;
    margin-right:.3em;
    color:inherit;
}
.tokubetsu-form #contents table#formTable td span.error {
	font-size: .8em;
    color:#ff9900;
	font-weight:bold;
}
.tokubetsu-form #contents table#formTable tr#radio_select label {
    margin-right:2em;
}
.tokubetsu-form #contents table#formTable tr#radio_select label input {
    transform:scale(1.3);
    height: 1.5em;
    margin:0 .3em;
}
.tokubetsu-form #contents table#formTable tr:last-child {
	text-align: center;
}
.tokubetsu-form #contents table#formTable + p,
.tokubetsu-form #contents table#formTable + p + p {
	text-align: left;
	margin-left:0;
}
.tokubetsu-form #contents table#formTable input[type="checkbox"] {
    transform: scale(1.5);
    height:1.7em;
}
.tokubetsu-form #contents #gaiyo ol li span {
    color: inherit;
}
.tokubetsu-form #contents #gaiyo ol li span {
    width: auto;
}
.tokubetsu-form #contents #gaiyo ol li span:first-child {
    width: 5em;
}
.tokubetsu-form #contents table.gaiyoTable th {
	width: calc(6em + 2px);
    text-align: center;
}
.tokubetsu-form #contents table.gaiyoTable td:first-child {
	width: calc(6em + 2px);
}
.tokubetsu-form #contents table.gaiyoTable td:last-child {
	width: auto;
}
.tokubetsu-form #contents table.gaiyoTable dl {
	margin-left:0;
}
.tokubetsu-form #contents table.gaiyoTable dl dt {
	display:inline-block;
    width:2.5em;
    vertical-align: top;
}
.tokubetsu-form #contents table.gaiyoTable dl dd {
    display:inline-block;
    width:calc(100% - 3em);
}



