@charset "utf-8";

/* 電話発信の無効 */
@media(min-width: 768px){
a[href^="tel:"]{
	pointer-events: none;
}
	}

/*===========================================================================================================================================
=============================================================================================================================================

	タブレット

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 1200px) {
    
.br-pc{
	display: none;
}

.br-tb{
	display: block;
}

.br-sp{
	display: none;
}

/*===============================================

	ヘッダー

===============================================*/
.header--wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.header{
	position: relative;
}

.header__top{
    padding: 0 0 0 20px;
}

.title--area{
	padding: 12px 0;
}

.title--link{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo{
	margin-right: 7px;
}

.title--text-area{
	text-align: center;
    padding-top: 5px;
}

.title{
	font-size: 3.4rem;
	font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.title--small{
	font-size: 2rem;
	font-weight: normal;
	margin-right: 10px;
}

.title--en{
	font-size: 1.7rem;
	font-family: "Arial", "Helvetica";
	display: inline-block;
    padding-top: 4px;
}

.header__btn--wrap{
	display: none;
}

.header__btn__item{
	width: 163px;
}

.header__btn__item:first-of-type{
	margin-right: 1px;
}

.header__btn__item a{
	display: flex;
	align-items: center;
	justify-content: center;
    background-color: #93BA36;
    color: #fff;
    height: 70px;
}
	
.header__search{
	display: flex;
    justify-content: flex-end;
	margin: -2px 0 -8px 0;
}

.header__search-box{
	display: flex;
}

/*　グーグルカスタム検索　*/
.gsc-control-cse {
    padding: 10px 5px 10px 0 !important;
}
	
.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 220px !important;
}

.gsib_a {
    padding: 0px 9px 0px 9px !important;
}

.gsc-search-button-v2 {
    padding: 7px 10px !important;
}

.gnav{
	display: none;
}

/*===============================================

	コンテンツ

===============================================*/
.slide--wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.slide{
	position: relative;
}

.slide__image{
	background-repeat: no-repeat;
    background-position: center;
    /*height: 400px;*/
}

.slide__image--01{
	/*background-image: url(../img/slide01.jpg);*/
}

.slide__image--02{
	/*background-image: url(../img/slide02.png);*/
}

.slide__text--wrap{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.slide__text{
    text-align: center;
}

.slide__text img{
	max-width: 903px;
    width: 95%;
}



.container--bg{
	background-color: #EDF4DD;
	border-top: 3px solid #93BA36;
}

.training-btn {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    width: 303px;
}

.training-btn li {
    margin-right: 1px;
    margin-bottom: 1px;
}

.training-btn li a {
    width: 150px;
    height: 50px;
}

.top-news--wrap{
	max-width: 1100px;
    margin: 0 auto;
    padding: 25px 15px 30px;
}

.top-news__title {
    margin-bottom: 30px;
}

.top-news__title--main{
	font-size: 2.8rem;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}

.top-news__title--main::before {
    content: "";
    max-width: 510px;
    width: calc(100% - 300px);
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: -3px;
    left: -3px;
}

.top-news__title--sub{
	font-size: 1.8rem;
	font-family: "Arial";
}

.top-news__row{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.top-news__item--wrap{
	width: 50%;
	width: calc(100% / 2);
    padding: 0 15px;
    margin-bottom: 20px;
}

.top-news__item{
	background-color: #fff;
    padding: 20px 10px;
}

.top-news__item__title{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 10px 4px 15px;
    line-height: 1;
    font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.top-news__item__title--blue{
	color: #0166FF;
}

.top-news__item__title--pink{
	color: #FE6699;
}

.top-news__item__title--purple{
	color: #8165A2;
}

.top-news__item__title--yellow{
	color: #FF9934;
}

.top-news__item__title--green{
	color: #33CC33;
}

.top-news__item__title--brown{
	color: #943634;
}

.top-news__item__title--name{
	font-size: 2.3rem;
}

.top-news__item__title--more{
	color: inherit;
	font-weight: bold;
}

.top-news__item__line{
	width: 100%;
	height: 5px;
	background-repeat: repeat-x;
	background-position: center;
}

.top-news__item__line--blue{
	background-image: url(../img/news_line_blue.png);
}

.top-news__item__line--pink{
	background-image: url(../img/news_line_pink.png);
}

.top-news__item__line--purple{
	background-image: url(../img/news_line_purple.png);
}

.top-news__item__line--yellow{
	background-image: url(../img/news_line_yellow.png);
}

.top-news__item__line--green{
	background-image: url(../img/news_line_green.png);
}

.top-news__item__line--brown{
	background-image: url(../img/news_line_brown.png);
}

.top-news__item__list--wrap{
	font-size: 1.4rem;
	color: #666666;
	padding: 10px 10px 0 10px;
}

.top-news__item__list{
	height: 225px;
	overflow: hidden;
}

.top-news__item__list li{
	display: flex;
	flex-wrap: wrap;
	padding: 0px 10px 5px;
    margin-top: 10px;
    border-bottom: 1px dashed #666666;
}

.top-news__item__time{
	flex: 0 0 130px;
    max-width: 130px;
}

.top-news__item__text{
	width: 100%;
    margin-top: 5px;
}
	
.pic_center img{
	width: 100%;
}
/*===============================================

	フッター

===============================================*/
.footer{
	padding-top: 30px;
}

.line{
	position: fixed;
    top: 55%;
    right: 0;
}

.line .line--pc{
	display: none;
}

.line .line--sp{
	display: block;
}

.banner{
	margin-bottom: 15px;
}

.banner__list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner__list li{
    padding: 0 15px;
    margin-bottom: 15px;
}

.banner01 img{
	width: 100%;
    max-width: 480px;
}



.f-menu{
	display: none;
}

.f-menu__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.f-menu__list li{
	font-size: 1.5rem;
	padding: 0 25px;
	margin-bottom: 20px;
	border-right: 1px solid #333333;
}

.f-menu__list li:first-of-type{
	padding-left: 0;
}

.f-menu__list li:nth-of-type(8n){
	padding-right: 0;
	border-right: none;
}

.f-menu__list li:nth-of-type(9n){
	padding-left: 0;
}

.f-menu__list li:last-of-type{
	padding-right: 0;
	border-right: none;
}

.f-menu__list li a:hover{
	text-decoration: underline;
}



.f-title--text-area{
	padding-top: 0;
}

.f-title--area{
	display: flex;
    justify-content: space-between;
}

.f-logo img{
	width: 71px;
}

.f-title{
	font-size: 2.2rem;
}

.f-title--small{
	font-size: 1.6rem;
    margin-right: 5px;
}

.f-title--en{
	font-size: 1.3rem;
	padding-top: 0;
}

.copyright {
    font-size: 1.4rem;
    color: #fff;
    background-color: #93BA36;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
	
/*===============================================

	ページトップへボタン

===============================================*/
#page-top{
	position: fixed;
    right: 32px;
    bottom: 45px;
}

#page-top a{
	display: inline-block;
    font-size: 1.1rem;
    color: #fff;
    width: 75px;
    height: 75px;
    padding-top: 35px;
    text-align: center;
    background-color: rgba(0,153,153,0.7);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color: rgba(0,153,153,1);
}

#page-top a:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

/*==============================================================================

	ここから中ページ
	
	教育局

==============================================================================*/
.container--bg_mid{
	padding: 15px 0;
}

.mid-cont--wrap{
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
}

.mid-cont{
	background-color: #fff;
	padding: 20px 0;
}

.mid-cont__inner{
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 10px;
}

.breadcrumbs {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.breadcrumbs__list {
    display: flex;
}

.breadcrumbs__list li{
	margin-left: 7px;
    padding-left: 17px;
    position: relative;
}

.breadcrumbs__list li:first-child{
	margin-left: 0;
    padding-left: 0;
}

.breadcrumbs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs li:first-child:before{
    content: none;
}

.breadcrumbs__list li a:hover{
    text-decoration: underline;
}

.mid-sec{
	margin-bottom: 20px;
}

.mid-sec:last-of-type{
	margin-bottom: 0;
}

.mid-title{
	height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
    font-weight: normal;
    color: #fff;
    margin-bottom: 25px;
	font-family: 'Noto Sans JP', sans-serif;
}

.mid-title--align-left{
	justify-content: flex-start;
    padding: 0 25px
}

.mid-sec__inner{
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 10px;
}

.mid-news{
	height: 194px;
    overflow: auto;
}

.mid-news__item{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    padding: 0px 3px 15px;
    margin-top: 20px;
    border-bottom: 1px dashed #999999;
}

.mid-news__item:first-of-type{
    margin-top: 0;
}

.mid-news__date{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 240px;
}

.mid-news__time{
	font-size: 1.8rem;
    font-weight: bold;
}

.mid-news__label{
	display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.mid-news__title{
	font-size: 1.6rem;
	max-width: calc(100% - 240px);
}

.mid-news__title a:hover{
	text-decoration: underline;
	opacity: 1;
}

.mid-news__more{
	width: 120px;
	margin: 15px 0 0 auto;
}

.mid-news__more a{
	display: flex;
	align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 5px;
    height: 28px;
    position: relative;
}

.mid-news__more a:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.department_sec{
	margin-bottom: 20px;
}

.department_sec:last-of-type{
	margin-bottom: 0;
}

.department-name--outer{
	padding: 0 0 2px 12px;
    margin-bottom: 18px;
    border-bottom: 2px solid #333;
}

.department-name{
	font-size: 2.3rem;
    font-weight: normal;
    padding-left: 25px;
    position: relative;
}

.department-name:after{
	content: "◆";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.department_sec__inner{
	max-width: 950px;
    margin: 0 auto;
    padding: 0 0px
}

.department_sec__inner--row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.department_sec__text{
	font-size: 1.8rem;
    margin-top: 8px;
}

.department_sec__text--dot{
    text-indent: -1em;
    padding-left: 1em;
}

.department_sec__text:not(.department_sec__text--chief):first-of-type{
    margin-top: 0;
}

.department_sec__text--chief{
	margin-top: 15px;
}

.department_sec__text--chief .bold{
	font-weight: bold;
	margin-right: 15px;
}
	
/*==============================================================================

	他団体の方へ

==============================================================================*/
.banner-to-others{
	margin-bottom: 15px;
}

.banner__list-to-others{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner__list-to-others li{
    padding: 0 2px;
    margin-bottom: 15px;
}

.banner01-to-others img{
	width: 100%;
    max-width: 480px;
}

	}
	
/*===========================================================================================================================================
=============================================================================================================================================

	スマホ

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 767px) {

.pc{
	display: none;
}

.sp{
	display: block;
}
	
.br-pc{
	display: none;
}

.br-tb{
	display: none;
}

.br-sp{
	display: block;
}

/*===============================================

	ヘッダー

===============================================*/
.header__top {
    padding: 8px 0px 8px 5px;
}

.logo {
    margin-right: 3px;
}

.logo img {
    width: 50px;
}

.title--area {
    padding: 0;
}

.title--text-area {
    text-align: left;
    padding-top: 0;
}

.title {
    font-size: 2.3rem;
    font-weight: 500;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}

.title--small {
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 0;
    display: block;
}

.title--en {
    font-size: 1rem;
    font-family: "Arial", "Helvetica";
    display: block;
    padding-top: 0;
}

/*===============================================

	コンテンツ

===============================================*/
.tbl01 {
    width: 100%;
}

table.tbl01 th,
table.tbl01 td {
    display: block;
    width: 100%;
    border-bottom:none;
}

.tbl01 tr:last-child{
    border-bottom: solid 1px #ccc;
}

.mid-sec ul li{
	font-size: 1.1em;
	margin: 5px 0px 5px 10px;
	list-style: disc;
	line-height: 150%;
	
}

.mid-sec ol li{
	font-size: 1.1em;
	margin: 5px 0px 5px 10px;
	list-style: decimal;
	line-height: 150%;
}

/*
.slide__image {
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 300px;
}

.slide__image--01{
    background-position: center;
}

.slide__image--02{
    background-position: left 25% center;
}
*/

.training-btn {
    position: static;
    width: 100%;
    padding: 0 5px;
    margin-top: 7px;
}

.training-btn li {
    margin: 3px;
    width: calc(50% - 6px);
}

.training-btn li a {
    width: 100%;
    height: 50px;
}

.top-news__title--main::before {
    content: "";
    max-width: 400px;
    width: 100%;
}

.top-news__item--wrap {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}
	
.news-pc{
	display: none;
}
	
.news-sp{
	display: block;
}

.pic_center img{
	width: 100%;
}
/*===============================================

	フッター

===============================================*/
.line {
    position: fixed;
    top: 42%;
    right: 0;
}

.line img{
	width: 65px;
}

.f-title--area {
	justify-content: center;
}

.f-title--link {
	display: none;
}

.copyright {
    font-size: 1.3rem;
    color: #fff;
    background-color: #93BA36;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
	
/*===============================================

	ページトップへボタン

===============================================*/
#page-top{
    right: 15px;
    bottom: 45px;
}

#page-top a{
	font-size: 1rem;
    width: 60px;
    height: 60px;
    padding-top: 27px;
}

#page-top a:after {
    top: 15px;
}

/*==============================================================================

	ここから中ページ
	
	教育局

==============================================================================*/
.breadcrumbs{
		display: none;
}
	
.mid-title {
    height: auto;
    font-size: 2.6rem;
    line-height: 1;
    padding: 17px 25px;
}

.mid-news {
    height: 314px;
}

.mid-news__date {
    flex: 0 0 100%;
}

.mid-news__time {
    font-size: 1.5rem;
}

.mid-news__label {
    height: 36px;
    line-height: 20px;
    font-size: 1.4rem;
}

.mid-news__title {
    font-size: 1.5rem;
    max-width: 100%;
    margin-top: 8px;
}

.department-name--outer{
	padding: 0 0 2px 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #333;
}

.department-name {
	font-size: 2.2rem;
}

.department_sec__text {
    font-size: 1.7rem;
}

.department_sec__text--chief {
    display: flex;
    flex-wrap: wrap;
}
	

.department_sec__text--chief img {
	width: 100%;
	margin: 5px 0px 5px 0px
}


/*==============================================================================

	OTマップ

==============================================================================*/
	
.sp_tbl td{
		display: block;
		width: 100%;
}
	
/*==============================================================================

	入会等各種手続き

==============================================================================*/
.pay-text{
}

a.btn-form {
	width: 300px;
	margin: auto;
	padding: 1rem 1rem 1rem 1rem;
}
	
/*==============================================================================

	会員専用書庫

==============================================================================*/
.back_btn {
    max-width: 320px;
    margin: 35px auto 60px auto;
    line-height: 45px;
    height: 45px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
	
.back_btn a {
    display: block;
    color: #fff;
    background-color: #93BA36;
    border-radius: 50px;
	text-decoration: none;
}
	
.back_btn a:visited {
    color: #fff;
}



	}