@charset "utf-8";
/* CSS Document */

/* top_caution_info */
.top_caution_info {
	margin: 20px auto;
}
.top_caution_info .inner {
	padding: 15px;
	border: 5px solid #C41414;
	background-color: #FFEEEE;
	font-weight: bold;
}
.top_caution_info .inner .ttl {
	font-size: 20px;
	color: #C41414;
}

/* main_slide */
.main_img {
  border-top: 1px solid #ccc;
}
#main_slide {}
#main_slide .bx-wrapper {
	margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
#main_slide .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
}
#main_slide .bx-wrapper img { width: 100%; }
#main_slide .bx-wrapper .bx-pager,
#main_slide .bx-wrapper .bx-controls-auto {
    bottom: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:  #fff;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #FFFF00;
	width: 13px;
	height: 13px;
}

.slide_bnr ul { font-size: 0; }
.slide_bnr li {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.slide_bnr li:nth-child(3n) {
  border-right: none;
}
.slide_bnr a {
    position: relative;
    display: block;
    overflow: hidden;
}
.slide_bnr a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0px solid #079DC3;
    display: block;
    transition: .3s;
	-webkit-transition: .3s;
    z-index: 1;
    box-sizing: border-box;
}
.slide_bnr a:hover::before {
    border-width: 5px;
}

.slide_bnr li img {
	width: 100%;
	height: auto;
	transition: .3s;
	-webkit-transition: .3s;
}
.slide_bnr a:hover img {
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
    opacity: 1;
}

.slide_bnr li .caption { display: none; }

.top_content1 {
    box-sizing: content-box;
    margin: 10px auto;
    max-width: 1200px;
    padding: 20px;
}

/* top_whatsnew */
.top_whatsnew {
  padding: 10px;
  background:#079dc3;
}
.top_whatsnew .inner {
    border: 3px solid #CCC;
    padding: 10px 15px;
    border-radius: 4px;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: content-box;
}
.top_whatsnew .ttl {
  color: #222;
  margin-bottom: 10px;
}
.top_whatsnew .list_topics dl {
    /*background: url(../image/icon/icon_arrow_01.png) no-repeat 0 6px;*/
    /*padding-left: 15px;*/
}

/* top_topics */
.top_topics {
	padding: 25px 20px 15px;
}
.top_topics > .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.top_topics .ttl {
	float: left;
	width: 42px;
	margin-right: 20px;
}
.top_topics .list_topics {
	overflow: hidden;
}
.top_topics .list_topics > dl + dl {
	border-top: none;
	padding-top: 0;
	margin-top: 10px;
}
.top_topics .link_list {
	text-align: center;
	margin: 10px auto;
  width: 200px;
}
.top_topics .link_list a {
  display: block;
  font-size: 107%;
  padding: 4px 20px;
  text-decoration: none;
  border: 1px solid #079DC3;
  border-radius: 20px;
  background: #fff url(/image/icon/icon_list.png) no-repeat 20px center / 20px auto;
}

/* top_magazine */
.top_magazine {
  text-align: center;
	margin: 20px 0 40px;
}
.top_magazine .detail {
    padding: 15px;
}
.top_magazine .ttl.link_list {
  color: #fff;
  display: block;
  font-size: 90%;
  padding: 4px 20px;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  background: #079DC3;
  max-width: 300px;
  margin: 0 auto;
}
.top_magazine .thumb {
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #0049C7;
}
.top_magazine .thumb a::after {
  display: none !important;
}
/* top_bnr_01 */
.top_bnr_01 {
  padding: 50px 20px;
  margin-bottom: 30px;
  background: url("/image/bg_02.jpg") no-repeat right bottom /auto 500px;
  background-attachment: fixed;
}
.top_bnr_01 > .inner {
  padding: 30px 20px 20px;
  max-width: 1140px;
  margin: 0 auto;
  background: rgba(0,0,0,.3);
}
.top_bnr_01 ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_bnr_01 li {
	width:  48.5%;
	margin-bottom: 2.98%;
}


.lead_01, .content1 h2 {
  font-size: 160%;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.lead_01, .content1 h2  {
  display: flex;
  align-items: center;
  justify-content: center; /* 全体を中央寄せにする */
  gap: 15px;               /* テキストと線の間の余白を一括設定 */
}

.lead_01::before, .content1 h2::before,
.lead_01::after, .content1 h2::after {
  content: "";
  width: 40px;             /* 線の長さを40pxに固定 */
  flex-shrink: 0;          /* 画面が狭くなっても線が縮まないようにする */
  border-top: 5px double #079DC3; /* 二重線 */
}
/* top_about */
.top_about {
	padding: 0 20px 10px;
	max-width: 1000px;
	box-sizing: content-box;
	margin: 0 auto;
}
.top_about .list {
	font-size: 0;
}
.top_about .item {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	width: 46.37%;
	margin: 0 7.24% 7.24% 0;
}
.top_about .item:nth-child(2n) {
	margin-right: 0;
}
.top_about .item .thumb {
	text-align: center;
	margin-bottom: 15px;
}
.top_about .item .thumb img {
    width: 80px;
}
.top_about .item h3 {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
.top_about .item h3 a {
  background-color: #EEE;
  display: block;
  padding: 10px 20px;
  font-size: 1.7rem;
  text-decoration: none;
  color: #222;
}
.top_about .item h3 a:hover {
  color: #0049C7;
  background-color: #D4F6FF;
  text-decoration: underline;
}
/* top_bnr_02 */
.top_bnr_02 {
  padding: 30px 10px;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: content-box;
}
.top_bnr_02 > .inner + .inner {
    margin-top: 30px;
}
.top_bnr_02 ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.top_bnr_02 ul > li {
  font-size: 13px;
  margin: 0 0 20px;
}

.top_bnr_02 li .caption {
    display: block;
    margin-top: 3px;
    text-align: center;
}


/* top_contects */
.top_contects {
	padding: 30px 20px;
	background: #E8CED1 url(/image/bg_03.jpg);
}
.top_subsc {padding: 30px 20px;}
.top_contects .ttl,
.top_subsc .ttl {
  color: #222;
  font-size: 120%;
  text-align: center;
  margin-bottom: 10px;
}
.top_contects ul + .ttl,
.top_subsc ul + .ttl {
    margin-top: 25px;
}
.top_contects ul,
.top_subsc ul {
	max-width: 1200px;
  padding: 0 40px;
	margin: 0 auto;
	text-align: center;
}

.top_subsc li { margin: 0 0 2%; }
.top_contects li + li {
  margin-top: 10px;
}


/* top_kanyu */
.top_kanyu {
	background: url(/image/top/bg_03_sp.png) no-repeat 0 0;
	background-size: cover;
	padding: 75% 20px 50px;
}

.top_kanyu > .inner {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: content-box;
    text-align: center;
}
.top_kanyu .ttl { margin-bottom: 20px; }


/* Tablet */
@media (min-width: 768px) {
	
	/* top_bnr_01 */
	.top_bnr_01 {
		padding: 60px 20px 30px;
		background-position: left top !important;
		background-size: 100% auto !important;
		margin: 60px 0;
	}
	
	.top_bnr_01 li {
    width:  32%;
  }
	.top_content1 {
    	margin: 50px auto -50px;
	}
	
  /* top_whatsnew */
  /*.top_whatsnew {
    padding: 95px 20px;
  }
  .top_whatsnew .inner {
    padding: 30px 30px 40px;
  }*/
	.top_whatsnew .ttl {
    margin: 0 25px 0 0;
		font-size: 22px;
		margin-bottom: 15px;
    /*float: left;*/
}
  .top_whatsnew .list_topics {
    overflow: hidden;
  }
  
	/* top_info */
	.top_info { margin-top: 40px; }
	.top_topics {
    float: left;
    width: 70%;
  }
	.top_topics > .inner { padding: 50px 20px 30px; }
	
	.top_topics .ttl {
		width: auto;
		margin-right: 30px;
	}
  .top_topics .ttl .pc_img { display: block; }
  .top_topics .ttl .sp_img { display: none; }
  
	.top_topics .link_list {
    margin: 30px auto 0 ;
  }
	.top_topics .link_list a {
		font-size: 14px;
	}
  .top_magazine {
    float: right;
    width: 28.53%;
    padding: 0 2%;
  }
  
	
	.lead_01,
	.content1 h2 {
		margin-bottom: 35px;
    border: none;
	}
  .lead_01::before, .content1 h2::before,
  .lead_01::after, .content1 h2::after {
    width: 80px;
  }
	/* top_about */
	.top_about { padding: 0 20px 60px; }
	.top_about .item,
	.top_about .item:nth-child(2n) {
		width: 22%;
		font-size: 15px;
		margin: 0 0 0 4%;
	}
	.top_about .item:first-child { margin-left: 0; }
	.top_about .item .thumb { margin-bottom: 30px; }
	.top_about .item .thumb img { width: 120px; }
	.top_about .item h3 { font-size: 18px; margin-bottom: 15px; }
	
	/* top_bnr_02 */

	
	/* top_contects */
  .top_contects .ttl,
	.top_subsc .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .top_contects ul + .ttl,
	.top_subsc ul + .ttl {
    margin-top: 15px;
  }
	.top_contects { padding: 30px 40px 50px; }
  
  .top_contects ul {
    padding: 0;
    font-size: 0;
  }
	
  .top_contects li + li { margin-top: 0; }
  .top_contects li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
  }
  .top_contects .bnr_01 {
    max-width: 1000px;
    box-sizing: content-box;
  }
  .top_contects .bnr_01 li {
    margin: 0 4% 4% 0;
  }
  .top_contects .bnr_01 li:nth-child(2n) {
    margin-right: 0;
	}
  .top_subsc .bnr_02 { font-size: 0; }
  .top_subsc .bnr_02 li {
      margin: 0 2% 2% 0;
      display: inline-block;
      width: 32%;
  }
  .top_subsc li { margin: 0 0 2%; }
    .top_subsc .bnr_02 li:nth-child(3n) {
      margin-right: 0;
  }
	
  .top_kanyu .link_join { max-width: 440px; margin: 0 auto; }

}

/* DeskTop */
@media (min-width: 920px) {
	
	/* main_slide */
	#main_slide {
		float: left;
		width: 50%;
	}
	.slide_bnr {
		float: right;
		width: 50%;
	}
	
	.top_topics .ttl {
		width: auto;
		margin-right: 50px;
	}
	.top_whatsnew  { background-attachment: fixed; }
	.top_bnr_01 {
		padding: 150px 20px;
		background-position: left top;
		background-size: 100% auto;
	}
	
	.top_bnr_01 li {
    width:  24%;
  }

  .top_info .inner {
      max-width: 1200px;
      margin: 0 auto;
  }
  .top_kanyu {
    background: url(/image/top/bg_03.png) no-repeat center top;
    background-size: 100% auto;
  }
  .top_kanyu {
    padding: 100px 40px 65px;
  }
  .top_kanyu .ttl { margin-bottom: 50px; text-align: left; }

}
@media (min-width: 1280px) {
  .top_kanyu {    
    padding: 160px 0 50px; 
  }
  .top_kanyu > .inner {
  }
  .top_kanyu .ttl { font-size: 3.6rem; }
  .top_kanyu .link_join { margin: 0; }
}
@media (min-width: 1680px) {
  .top_kanyu {    
    padding: 160px 0 10.5%; 
  }
}
