@charset "utf-8";

html{
	font-size: 62.5%;
}

body{
	font-size: 1.5em;
	line-height: 1.2;
	color: #333333;
	font-family: "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

a:hover{
	opacity: .8;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.br-pc{
	display: block;
}

.br-tb{
	display: none;
}

.br-sp{
	display: none;
}

.toggle-btn{
	display: none;
}

.gnav-sp{
	display: none;
}

/*===============================================

	ヘッダー

===============================================*/
.header--wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.header{
	position: relative;
}

.header__top{
    padding: 0 0 0 20px;
}

.title--area{
	padding-top: 12px;
	display: inline-block;
}

.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: block;
    padding-top: 4px;
}

.header__btn--wrap{
	position: absolute;
    top: 0;
    right: 0;
}

.header__btn{
	display: flex;
    flex-wrap: wrap;
    letter-spacing: .05em;
}

.header__btn__item{
	width: 163px;
	margin-right: 1px;
}

.header__btn__item:last-of-type{
	margin-right: 0;
}

.header__btn__item a{
	display: flex;
	align-items: center;
	justify-content: center;
    background-color: #4AA0E8;
    color: #fff;
    height: 70px;
    font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.header__search{
	display: flex;
    justify-content: flex-end;
	margin: -26px 0 -22px 0;
}

.header__search-box{
	display: flex;
}

/*　グーグルカスタム検索　*/
.gsc-control-cse {
    padding: 10px 0px 10px 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 185px !important;
}

.gnav{
	font-size: 1.75rem;
    letter-spacing: .05em;
    margin: 22px 0 18px;
}

.gnav__list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gnav__item:first-of-type a{
	padding-left: 0;
}

.gnav__item:last-of-type a{
	padding-right: 0;
    border-right: none;
}

.gnav__item a{
	height: 36px;
    display: flex;
    align-items: center;
    padding: 0 16px;
	color: #000000;
	border-right: 1px solid #9B9B9B;
}

@media screen and (max-width: 1230px){
	.gnav__item a{
	    padding: 0 17px;
	}
}

.gnav__item a:hover{
	opacity: 1;
}

.gnav__item span{
	position: relative;
}

.gnav__item span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #93BA36;
    transform: scaleX(0);
    transform-origin: left center;
    transition: .2s;
}

.gnav__item a:hover span:after {
    transform: scaleX(1);
}

/*===============================================

	コンテンツ

===============================================*/

/********** slickスライダー **********/

.slide--wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.slide{
	position: relative;
}

.slide__image_cover{
    position: relative;
}

.slide__image{
	background-repeat: no-repeat;
    background-position: center;
    /*height: 400px;*/
}

.slide__image img{
    width: 100%;
}

.slide__image .pc{
    display: block;
}

.slide__image .sp{
    display: none;
}

@media screen and (max-width: 599px) {
    .slide__image .pc{
        display: none;
    }

    .slide__image .sp{
        display: block;
    }

    .slide__image_onText img{
        object-fit: cover;
        object-position: center;
        height: 80vw;
    }

    .slide__image--02 img{
        object-position: left;
    }
}

.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;
/*
    opacity: 0;
    transition: 0s;
*/
}

/*
.slide__text--wrap.on{
    opacity: 1;
}
*/

.slide__text{
    text-align: center;
}

.slide__text--sp{
    display: none;
}

.slide__text img{
    margin: 0 auto;
}

@media screen and (max-width: 599px) {
    .slide__text--pc{
        display: none;
    }

    .slide__text--sp{
        display: block;
    }

    .slide__text img {
        max-width: 420px;
        width: 90%;
    }
}

/* slick 読み込み完了後に表示する */
.slider{
	opacity: 0;
}

.slick-initialized{
    opacity: 1;
}

/********** slickスライダー ここまで **********/

.container--bg{
	background-color: #EDF4DD;
	border-top: 3px solid #93BA36;
}

.top-news {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.training-btn {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
}

.training-btn li{
	margin-right: 1px;
}

.training-btn li:last-child{
	margin-right: 0px;
}

.training-btn li a {
    width: 150px;
    height: 70px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    background-color: #93BA36;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.top-news--wrap{
	max-width: 1100px;
    margin: 0 auto;
    padding: 25px 15px 30px;
}

.news-pc{
	display: block;
}

.news-sp{
	display: none;
}

.top-news__title {
    margin-bottom: 30px;
    border-left: 5px solid #333;
    padding-left: 12px;
	max-width: 520px;
}

.top-news__title--main {
    font-size: 2.8rem;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 8px;
    position: relative;
}

.top-news__title--main::before {
    content: "";
    max-width: 510px;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: -3px;
    left: -3px;
}

.top-news__title--sub{
	font-size: 1.8rem;
	font-family: "Arial";
	padding: 0 0 0 2px;
}

.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: 131px;
    overflow: auto;
}

.top-news__item__list li{
	display: flex;
	flex-wrap: wrap;
	padding: 0px 10px 5px;
    margin-top: 15px;
    border-bottom: 1px dashed #666666;
}

.top-news__item__time{
	flex: 0 0 130px;
    max-width: 130px;
}

.top-news__item__text{
	width: calc(100% - 130px);
}

.top-news__item__text a:hover{
	text-decoration: underline;
}

.pic_center{
	text-align: center;
}
/*===============================================

	フッター

===============================================*/
.footer{
	padding-top: 30px;
}

.line{
	position: fixed;
    top: 55%;
    right: 0;
}

.line .line--sp{
	display: none;
}

.banner{
	margin-bottom: 25px;
}

.banner__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
}

.banner__list li{
    padding: 0 15px;
    margin: 0 0 15px 0;
}

.f-menu{
	max-width: 1080px;
	margin: 40px auto 15px;
}

.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;
}

.count{
	text-align: right;
}


.f-title--text-area{
	padding-top: 0;
}

.f-title--area {
    max-width: 830px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.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;
}

.f-address {
    line-height: 1.5;
}

.f-address-row {
    display: flex;
}

.f-address-row dt{
	flex: 0 0 auto;
}

.copyright {
    font-size: 1.4rem;
    color: #fff;
    background-color: #93BA36;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

/*===============================================

	ページトップへボタン

===============================================*/
#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);
}


/*==============================================================================

	ここから中ページ

==============================================================================*/
.mid-sec__inner table{
  border-collapse: collapse;
  width: 100%;
	margin: 40px 0 40px 0;
}

.tbl01 th,
.tbl01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}

.tbl01 th {
  text-align:center;
  background: #EBEBEB;
	width: 250px;
}

.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 a {
	color: #2263C8;
	text-decoration:underline;
}

.mid-cont a:visited {
	color: #2263C8;
}



.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 ul li{
	font-size: 1.1em;
	margin: 5px 0px 5px 40px;
	list-style: disc;
	line-height: 150%;
	
}

.mid-sec ol li{
	font-size: 1.1em;
	margin: 5px 0px 5px 40px;
	list-style: decimal;
	line-height: 150%;
	
}

.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--jimu{
	background-color: #0166FF;
}

.mid-title--chiiki{
	background-color: #FE6699;
}

.mid-title--kyouiku{
	background-color: #8165A2;
}

.mid-title--koueki-shakai{
	background-color: #FF9934;
}

.mid-title--special-committee{
	background-color: #33CC33;
}

.mid-title--gakujutsu{
	background-color: #943634;
}

.mid-title--type01{
	background-color: #93BA36;
}

.mid-title--type02{
	background-color: #83C6FC;
}

.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: 173px;
    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.6rem;
    font-weight: bold;
}

.mid-news__label{
	display: inline-block;
    width: 95px;
    text-align: center;
    margin-left: 10px;
}

.mid-news__label--news{
	background-color: #fff;
}

.mid-news__label--kensyuu{
	background-color: #fff;
}

.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;
	text-decoration:none;
}

.mid-news__more a:visited {
	color:#fff;
	text-decoration:none;
}

.mid-news__more--jimu a{
	background-color: #0166FF;
}

.mid-news__more--chiiki a{
	background-color: #FE6699;
}

.mid-news__more--kyouiku a{
	background-color: #8165A2;
}

.mid-news__more--koueki-shakai a{
	background-color: #FF9934;
}

.mid-news__more--special-committee a{
	background-color: #33CC33;
}

.mid-news__more--gakujutsu a{
	background-color: #943634;
}

.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.4rem;
    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 10px
}

.department_sec__inner01{
	max-width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	border: 1px ridge #000000;
}
.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;
	line-height: 150%;
}

.department_sec__text:not(.department_sec__text--chief):first-of-type{
    margin-top: 0;
}

.department_sec__text--chief{
	margin-top: 15px;
	line-height: 150%;
}

.department_sec__text--chief .bold{
	font-weight: bold;
	margin-right: 15px;
}

/*==============================================================================

	OTマップ

==============================================================================*/
.sp_tbl{
	margin: 0 auto;
}

.sp_tbl td{
	margin: 0;
	padding: 5px;
}

.marker_b1 {
	color: #999bff;
}

.marker_b1 a {
	color: #999bff;
}

.marker_b2 {
	color: #ff99eb;
	font-size: 0.9em;
}

.marker_b2 a {
	color: #ff99eb;
	text-decoration: none;
	font-size: 0.9em;
}

.marker_b3 {
	color: #fffd99;
	font-size: 0.9em;
}

.marker_b3 a {
	color: #fffd99;
	text-decoration: none;
	font-size: 0.9em;
}

.marker_b4 {
	color: #99ffad;
	font-size: 0.9em;
}

.marker_b4 a {
	color: #99ffad;
	text-decoration: none;
	font-size: 0.9em;
}

.marker_b5 {
	color: #646464;
	font-size: 0.9em;
}

.marker_b5 a {
	color: #646464;
	text-decoration: none;
	font-size: 0.9em;
}

.marker_b6 {
	color: #ffb762;
	font-size: 0.9em;
}

.marker_b6 a {
	color: #ffb762;
	text-decoration: none;
	font-size: 0.9em;
}

.font_1 {
	color: #000000;
	font-size: 0.9em;
}

.font_1 a {
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
}

/*==============================================================================

	グーグルカレンダー

==============================================================================*/
.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}

/*==============================================================================

	プライバシーポリシー

==============================================================================*/
.privacy-list{
	font-size: 0.95em;
	margin: 40px auto 30px auto;
}

.privacy-list li{
	list-style: disc;
	padding: 8px 0px 8px 0px;
}

.privacy-foot{
	text-align: right;
	line-height: 220%;
}

/*==============================================================================

	広報誌・議事録

==============================================================================*/
.magazine-title {
	margin: 50px 0 30px 0;
  border-bottom: solid 6px #ccc;
  position: relative;
}

.magazine-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #000;
  bottom: -6px;
  width: 30%;
}

.magazine-title-m{
	padding: 0 0 0 10px;
	font-size: 2.5rem;
	font-weight: bold;
}

.detail-btn-box {
  max-width: 248px;
  margin: 0 auto;
}

a.detail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  background: #FFE92A;
  border: 1px solid #999;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.detail-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}
a.detail-btn:hover {
  background: #FFFCD9;
  color: #333;
}
a.detail-btn:hover:before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 865px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
	display: flex;
	flex-direction: column;
    text-decoration: none;
	flex: 1 0 auto;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
	margin: 10px auto 0 auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
	font-size: 1.6em;
 	padding: 0 10px;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin-top: auto;
    padding: 1em;
    color: #333333;
	text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(98% / 2); /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}

/*==============================================================================

	他団体の方へ

==============================================================================*/
.banner-to-others{
	margin-bottom: 25px;
}

.banner__list-to-others{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.banner__list-to-others li{
	list-style: none !important;
    padding: 0 15px;
    margin: 0 0 15px 0 !important;
}

/*==============================================================================

	入会等各種手続き

==============================================================================*/
.pay-text{
	font-size: 1.8rem;
	text-align: center;
	margin: 30px 0;
}

a.btn-form {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 320px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #93BA36;
	color: #fff;
	border: 3px solid #75952B;
	border-radius: 100vh;
	position: relative;
	box-shadow: 3px 4px #919191;
	transition: 0.5s;
}

a.btn-form::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

a.btn-form:hover {
	background: #BEDA7E;
	color: #fff;
}

a.btn-form:visited {
	background: #93BA36;
	color: #fff;
}


.mid-title--journal {
  background-color: #7F3D0C;
}

/*==============================================================================

	滋賀作業療法ジャーナル

==============================================================================*/
.journail-list li{
	line-height: 150%;
	padding: 5px 0 5px 0;
}

.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
	margin: 10px 0 30px 0;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

a.btn--submission-form {
  color: #fff;
  background-color: #2f2bac;
}

a.btn--submission-form:hover {
  color: #fff;
  background: #4D49D1;
}

a.btn--submission-form:visited {
  color: #fff;
  background-color: #2f2bac;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.7rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1.3rem;
	margin-bottom: 7px;
}

/*==============================================================================

	会員専用書庫

==============================================================================*/
/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap-memb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 865px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link-memb {
    text-decoration: none;
	flex: 1 0 auto;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap-memb img {
    display: block;
    max-width: 100%;
    height: auto;
	margin: 25px auto 0px auto;
}

.card-figure-memb {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title-memb {
  margin: 0.8em 0 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 10px;
	height: 70px;
  display: flex;
  align-items: center;
	justify-content: center;
}

/* カードレイアウトの説明文部分 */
.card-text-tax-memb {
    margin: 0;
    padding: 1em;
    color: #fff;
	text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* カードレイアウトを1カラムで配置 */
.card-list-memb {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    background: #3a71b7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list-memb {
        margin: 0.5em 0;
        width: calc(98% / 2); /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list-memb {
	width: calc(84% / 4); /* 100%幅を3で割るという指定 */
	margin-top: 20px;
	margin-bottom: 0;
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap-memb::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }
	
.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;
}

}
