@charset "UTF-8";

/*------------------------------------------------


  /index


------------------------------------------------*/

.sl-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/*
.sl-btn a:nth-of-type(1){
	position: absolute;
    background: #364BC2;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: block;
    padding: 7px 15px;
    border-radius: 50px;
    right: 80px;
    top: 135px;
    
}
.sl-btn a:nth-of-type(2){
	position: absolute;
	bottom: 50px;
	right: 60px;
	background: red;
	color: #fff;
	line-height: 1;
	text-align: center;
	display: block;
	padding: 10px 25px;
	border-radius: 5px;
}
.sl-btn a:nth-of-type(2):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    border-left: 7px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}



*/
.sl-btn.-yellow .sp-bnr {
  display: none;
}

.text-box {
  background-color: #fff;
  opacity: 0.9;
  padding: 50px 69px;
  width: calc(100% - 40px);
  /*
  height: fit-content;
  position: absolute;
  transform: translate(-50%, -50%);
  inset: 0;
  padding: 20px 136px;
  color: #000;
  left: 50%;
  top: 44%;
  */
}

.text-box .title {
  text-align: center;
  padding-bottom: 10px;
  font-size: 30px;
  color: red;
  font-weight: bold;
}


.text-box p {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.text-box .pc-br{
  display: block;
}
.text-box .sp-br{
  display: none;
}

.text-box .sum-title {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.text-box .sum {
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}

.text-box .sum ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-box .sum ul li{
  padding: 0 0 0 20px;
  position: relative;
}
.text-box .sum ul li:after{
  content: "\203B";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  list-style: 1;
  font-size: 20px;
}

.-line-height {
  line-height: 25px !important;
}

.sl-btn a:nth-of-type(1) {
  background: #f068c8;
  color: #fff;
  line-height: 1;
  display: block;
  padding: 15px;
  width: calc(50% - 30px);
  border-radius: 10px;
  margin-top: 60px;
  /*
  position: absolute;
  transform: translate(-50%, -50%);
  left: 74%;
  top: 90%;
  */
  position: relative;

  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

.sl-btn a:nth-of-type(1):after{
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;

  /* background: rgba(0,0,0,0.2); */
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 30%, transparent 30%);
  background-size: 5px 5px;
}

.sl-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.red {
  color: #ff0000 !important;
}

.pc_nav li:first-child a {
  background: url(../img/common/f_menu_01.gif) no-repeat;
}
.pc_nav li:first-child a:hover {
  background: url(../img/common/f_menu_01.gif) no-repeat;
}

.index_img {
  position: relative;
  width: calc(960px - 40px);
  margin: 20px auto 0;
  padding: 20px;
  background: url(../img/index/004.jpg) center center no-repeat;
  background-size: cover;
    display: flex;
  justify-content: flex-end;
  align-items: center;

}
.title01 {
  background: linear-gradient(90deg, #d1dbf1, #b3c3e8);
  border-left: 5px solid #637dcb;
  color: #364bc2;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  padding-left: 12px;
}
.title02 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px;
  background: #4463c9;
  border-radius: 5px;
  line-height: 1;
}

.news_box {
  margin-bottom: 15px;
}

.news_box li {
  border-bottom: 1px dotted #ababab;
  font-size: 16px;
}
.news_box li:last-child {
  border-bottom: none;
}
.news_box li a {
  color: #333;
  display: block;
  font-weight: bold;
  padding: 15px 0px;
}
.news_box .date {
  color: #364bc2;
  line-height: 1;
  margin-bottom: 5px;
}

.log_box {
  background-color: #eef1f9;
  padding: 20px;
}
.log_box li {
  display: flex;
  margin-bottom: 5px;
}
.log_box li a {
  color: #333;
  width: 83%;
}
.log_box li:last-child {
  margin-bottom: 0;
}
.log_box .date {
  color: #364bc2;
  margin-right: 2%;
  width: 15%;
}

/*--------------------slider--------------------*/
#slider {
  background: none;
  height: 400px;
  z-index: 1;
}
#slider li {
  height: 100%;
  text-indent: -9999px;
}
.sl01 span {
  background: url(../img/index/001.jpg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.sl02 span {
  background: url(../img/index/002.jpg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.sl03 span {
  background: url(../img/index/003.jpg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.bx-controls {
  display: none;
}

.info-banner-wrap {
  margin-bottom: 30px;
}

.info-banner-wrap > img {
  margin-bottom: 10px;
}

.info-banner-wrap .info-banner-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.info-banner-wrap .info-banner-list a {
  display: block;
  width: calc(50% - 10px);
}

.info-banner-wrap .info-banner-list a img {
  display: block;
  width: 100%;
  height: auto;
}

.sp-info-banner-wrap {
  display: none;
}

/*--------------------main--------------------*/
.main {
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
.text-box {
  padding: 15px 5px;
  width: calc(100% - 10px);
}

.text-box .title {
  font-size: 20px;
}

.text-box br{
  display: none !important;
}

.text-box p {
  font-size: 16px;
  line-height: 1.5;
}
.text-box .pc-br{
  display: none;
}
.text-box .sp-br{
  display: block;
}

.text-box .sum-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.text-box .sum {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

  .sl-btn.-yellow .pc-bnr {
    display: none;
  }

  .sl-btn.-yellow .sp-bnr {
    display: block;
  }

  .info-banner-wrap {
    display: none;
  }

  .sp-info-banner-wrap {
    display: block;
  }

  .sp-info-banner-list {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .sp-info-banner-list a {
    display: block;
    margin-bottom: 10px;
  }

  .sp-info-banner-list a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sl-btn a {
    display: none !important;
  }

  .index_img {
    padding: 5px;
    width: calc(100% - 10px);
    margin-top: 40px;
  }

  .sp-sl-btn {
    width: 96%;
    margin: auto;
  }

  .sp-sl-btn li:nth-child(1) a {
    color: #fff;
    background: #f068c8;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 25px 0px;
  }
  .sp-sl-btn.-yellow li:nth-child(2) a {
    color: #000;
    background: #dddddd;
    display: block;
    padding: 15px 0px;
    text-align: center;
    font-size: 15px;
  }
  .sp-sl-btn li:nth-child(1),
  .sp-sl-btn li:nth-child(2),
  .sp-sl-btn li:nth-child(3) {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .sp-sl-btn.-yellow li:nth-child(3) a {
    color: #fff;
    background: #f068c8;
    display: block;
    padding: 15px 0px;
    text-align: center;
    font-size: 15px;
  }

  /*
.sp-sl-btn li:nth-child(2){
    padding-left: 15px;
    position: relative;
}

.sp-sl-btn li:nth-child(2):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 6px;
    left: 0px;
    border-left: 8px solid #1D1E7A;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}*/

  /*--------------------slider--------------------*/

  #slider {
    height: 200px;
  }
  #slider li {
    background-attachment: inherit;
  }
  .bx-wrapper {
    margin-bottom: 20px;
  }
  .sl01 span,
  .sl02 span,
  .sl03 span {
    height: 200px;
    background-attachment: inherit;
  }

  .news_box {
    margin-bottom: 10px;
  }
  .news_box li {
    font-size: 100%;
  }
  .news_box li a {
    padding: 10px 0px;
  }

  .news_btn {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .news_btn li {
    padding-left: 15px;
    position: relative;
  }
  .news_btn a {
    border: 1px solid #364bc2;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 10px 30px;
    color: #364bc2;
  }
  .news_btn li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: 10px;
    border-left: 8px solid #364bc2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: auto;
  }

  .log_box {
    padding: 10px;
    margin-bottom: 20px;
  }

  .log_box li {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .log_box li a {
    width: 100%;
  }
  .log_box .date {
    margin-right: 0;
    width: 100%;
  }
}
