@charset "utf-8";
/*  style　[ top ]
=================================================================== */
/*----------------------------------------------
   header
---------------------------------------------*/

header {
  background: none;
  position: relative;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {

#areaHeader {
  position: absolute;
  top: 0;
}
}


/* facebook,insta掲載の場合 */
.item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item02 figure {
  margin: 10px 10px 0 0;
}
.item02 figure img {
  width: 50px;
}
@media screen and (min-width:768px) and ( max-width:991px) {
    /*　画面サイズが768pxから991pxまではここを読み込む　*/
h1 img {
/*    width: auto;
   height: 60px;
*/
}
  .item02 figure {
  margin: 15px 10px 0 0;
}
  .item02 figure img {
  width:40px;
}
  
}





.special {
  position: absolute;
  top: 40%;
  left: 5%;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  text-shadow:  2px  2px 1px #333,
      -1px  1px 1px #ccc,
       1px -1px 1px #ccc,
      -1px -1px 1px #ccc,
       1px  0px 1px #ccc,
       0px  1px 1px #ccc,
      -1px  0px 1px #ccc,
       0px -1px 1px #ccc;*/
  
}
.sp01{
  font-size: 1.5em;
  font-weight: 400;
}
}

/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .sp01{
  font-size: 1.5em;
  font-weight: 400;
}
}
}



/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
.special {
  top: 40%;
  left: 2%;
}
  .sp01{
  font-size: 1.5em;
}
}




.inner {
  position: absolute;
  bottom: 0;
  width: 100%;
}


/*	slider
=================================================================== */

.slider{
  opacity: 0;
  transition: 3s;
}
.slick-initialized{
    opacity: 1
}





/*----------------------------------------------
   枠線
---------------------------------------------*/
.line-B {
  border: #35679b 2px solid;
  padding: 1em 1em 1em 1.5em;
  border-radius: 10px;
  background-color: #fff;
}


/* ------------------------------
   お知らせ
------------------------------ */
#news {
  margin: 0 auto!important;
  padding: 2em 0;
  background-color: rgba(53,103,155,0.2);
}
/* h2 */
/*
#news h2.line_h2 {
  margin: 0 auto 2em auto;
}
*/
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  margin: 0 0 5px 0;
  padding: 5px 10px;
  border-bottom: rgba(53,103,155,0.7) 1px dashed;
}
.news-list li:before {
  content: "▶";
  padding: 0 10px 0 0;
  color: #35679b;
}
.news-list li:last-child {
  border-bottom: none;
}


/* NEW */
span.newMark {
    color: #C6473C; /* フォント色*/
    font-size: 0.8em; /* フォントサイズ*/
    /*background: #f35b69;*/ /* 背景色*/
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 5px;
    /*padding: 2px 5px;*/
  font-weight: 500;
}


/* ------------------------------
   協会の目的・事業内容
------------------------------ */
.bg-blue {
  background-color: #5F84AE;
  padding: 1em 0 0 0;
  border-radius: 10px;
}
.bg-blue02 {
  background-color:#DEE5EF;
  padding: 0.5em 0;
}

.purpose {
  margin: 0;
  padding: 1em 0;
  color: #fff;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .purpose {
    width: 92%;
    margin: 0 auto;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .purpose {
    width: 90%;
    margin: 0 auto;
}
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
.purpose {
    width: 90%;
    margin: 0 auto;
}
}


/* ------------------------------
   menu
------------------------------ */
ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  list-style: none;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
ul.menu li {
width: 25%;
  text-align: center;
  margin: 0 auto;
}
.btn-gradient-radius {
  display: block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF!important;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  ul.menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.menu li {
  width: 90%;
  margin-bottom: 1em;
}
}




/* ------------------------------
   loopSlider
------------------------------ */
.areaSlider {
 /*background-color: #85B200;
  padding: 10px 3px;*/
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 138px;
	text-align: left;
}

.loopSlider ul {
	height: 138px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loopSlider ul li {
  margin: 0;
  padding: 0;
}
.loopSlider ul li img {
	width: auto;
	height: 138px;
}




/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {

}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {

}


