@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
#main_wrap{
  width: 100%;
  position: relative;
  display: flex;
}
.main_box01,.main_box02{
  opacity: 0;
  transition: opacity .3s linear;
  line-height: 0;
  font-size: 0;
}
.main_box01.slick-initialized,.main_box02.slick-initialized{
  opacity: 1;
}
.main_box01,.main_box02{
	width: 50%;
	line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}
.main_img{
	width: 100%;
	height: calc( 100vh - 120px );
	background-position: center;
	background-size: cover;
}
.main_img.img01-1{
	background-image: url("../images/index/main_img01-1.jpg");
}
.main_img.img01-2{
	background-image: url("../images/index/main_img01-2.jpg");
}
.main_img.img02-1{
	background-image: url("../images/index/main_img02-1.jpg");
}
.main_img.img02-2{
	background-image: url("../images/index/main_img02-2.jpg");
}
.main_img.img03-1{
	background-image: url("../images/index/main_img03-1.jpg");
}
.main_img.img03-2{
	background-image: url("../images/index/main_img03-2.jpg");
}
.main_img.img04-1{
	background-image: url("../images/index/main_img04-1.jpg");
}
.main_img.img04-2{
	background-image: url("../images/index/main_img04-2.jpg");
}
.main_img.img05-1{
	background-image: url("../images/index/main_img05-1.jpg");
}
.main_img.img05-2{
	background-image: url("../images/index/main_img05-2.jpg");
}
#main_wrap h2{
font-family: "Russo One", sans-serif;
color: #FFFFFF;
font-size: 8.0rem;
	position: absolute;
    bottom: 10%;
    left: 10%;
		width: 100%;
		padding: 20px;
}
@media screen and (max-width: 1000px){
.main_img{
	width: 100%;
	height: calc( 100vh - 70px );
	background-position: center;
	background-size: cover;
}
}

@media screen and (max-width: 768px){
  #main_wrap{
    width: 100%;
    flex-direction: column;
  }
  .main_box01,.main_box02{
    width: 100%;
  }
  .main_img{
    height: calc( 50vh - 35px );
  }
	#main_wrap h2{
font-size: 3.0rem;
	text-align: center;
      position: absolute;
			bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 550px){
	
}

/*-------------------------------------*/
/*	top stock	*/
/*-------------------------------------*/
#top_stock{
	background-image: url("../images/index/bg_stock.png");
	background-color: #292929;
}
#top_stock .ttl{
	color: #FFFFFF;
}
.slid_wrap{
	margin-bottom: 100px;
	position: relative;
    position: relative;
		max-width: 1700px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	.item_wrap{
	width: 100%;
}
.item_sld .item_box{
	width: 300px;
}
.item_sld .slick-slide {
margin: 0 15px;	
height : auto;
}
.item_sld .slick-prev,.item_sld .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
      z-index: 1;
    }
.item_sld .slick-prev:before, .item_sld .slick-next:before {
        font-family: none;
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      width: 40px;
      height: 40px;
      content: "";
      position: absolute;
    }
.item_sld .slick-prev:before {
      background-image: url("../images/sld_l.svg");
    }
.item_sld .slick-prev:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 0;
      top: 0;
    }
.item_sld .slick-next:before {
         background-image: url("../images/sld_r.svg");
    }
.item_sld .slick-next {
    right: auto;
		left: 60px;
		top: auto;
		bottom: -80px;
}
.item_sld .slick-prev {
    left: 10px;
		top: auto;
		bottom: -80px;
}
.item_sld .slick-next:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      right: 0;
      top: 0;
    }
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 768px) {
	.item_sld .slick-slide {
margin: 0 10px;	
height : auto;
}
}
/*-------------------------------------*/
/*	top categorey	*/
/*-------------------------------------*/
#top_category{
	position: relative;
	background: linear-gradient(#005f94 0%, #0cc5ff 100%);
}
#top_category .ttl{
	color: #FFFFFF;
}
.cat_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}
#top_category .cat_list a{
width: calc( 100% / 6 - 20px );
}
.cat_list a{
	text-align: center;
	background-color: #005F94;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	color: #FFFFFF;
	flex-direction: column;
	font-size: 1.2rem;
	padding: 10px;
}
@media screen and (max-width: 1200px){
	.cat_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
}
#top_category .cat_list a{
	width: calc( 100% / 4 - 10px );
}
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 768px) {
#top_category .cat_list a{
	width: calc( 100% / 3 - 10px );
}
}
@media screen and (max-width: 550px) {
#top_category	.cat_list {
	justify-content: space-between;
}
#top_category .cat_list a{
	width: calc( 100% / 2 - 10px );
}
}
/*-------------------------------------*/
/*	news	*/
/*-------------------------------------*/
#top_news{
	position: relative;
}
#top_news .ttl{
color: #005F94;
}

/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin-bottom: 60px;
}
.ttl span{
	font-size: 6rem;
	font-weight: 700;
	font-family: "Russo One", sans-serif;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.base_list li{
	margin-bottom: 30px;
}
.base_list li:last-child{
	margin-bottom: 0;
}
a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
.page_ttl{
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	color: #38A1DB;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	width: 100%;
}

.submenu{
	display: none;
}
.link02_list,.link03_list{
		display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
}

.link02_list ul.list{
	max-width: 600px;
	 width: calc(100% / 2 - 20px);
}
.link03_list ul.list{
	max-width: 350px;
	 width: calc(100% / 3 - 20px);
}
.gaiyo td .name{
	font-weight: 600;
	font-size: 2.2rem;
	color: #0F5A26;
	text-decoration: underline;
}
.gaiyo td .name:hover{
	text-decoration: none;
}

.page_link{
	text-align: center;
	margin-bottom: 40px;
}

.page_link li {
	display: inline-block;
}
.page_link li a{
		border-radius: 50px;
	width: 100%;
	text-align: center;
	padding: 0.8em 1.6em 0.8em 1em;
	font-size: 1.4rem;
	line-height: 1;
	border: 2px solid #0F5A26;
	color: #0F5A26;
	position: relative;
background: #F4F6F4;
	display: block;
}
.page_link li a::before{
content: "\f13a";
    position:absolute;
    top:50%;
    right:5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
    font-family: FontAwesome;
	
}
.page_link li a:hover,.page_link li.current a{
		background: #0F5A26;
	color: #FFFFFF;
}
@media screen and (max-width: 991px){
	.page_ttl{
	font-size: 2.6rem;
	display: block;
	writing-mode:horizontal-tb;
		margin-bottom: 20px;
}
	
	.link03_list,.link03_list{
	flex-direction: column;
		    gap: 0px 0px;
}

.link02_list ul.list{
	max-width: 500px;
	 width: 100%;
}
.link03_list ul.list{
	max-width: 500px;
	 width: 100%;
}
	
}
@media screen and (max-width: 767px){
.ttl{
	font-size: 1.4rem;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin-bottom: 60px;
}
.ttl span{
	font-size: 4rem;
	font-weight: 700;
	font-family: "Russo One", sans-serif;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.page_wrap::before{
	top: 50px;
}
a.tel{
	font-size: 2.0rem;
}
.gaiyo td .name{
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 550px){
.gaiyo td .name{
	font-size: 1.6rem;
}
}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
#sub_img{
	width: 100%;
	height: 450px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
}
#sub_img::before{
	content: "";
	width: 100%;
	height: 50px;
	border-radius: 50px 50px 0 0;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
#sub_img.sub_stock{
	background-image: url(../images/page/subimg_stock.jpg);
}
#sub_img.sub_company{
	background-image: url(../images/page/subimg_company.jpg);
}
#sub_img.sub_contact{
	background-image: url(../images/page/subimg_contact.jpg);
}
#sub_img.sub_recruit{
	background-image: url(../images/page/subimg_recruit.jpg);
}
#sub_img h2{
	font-family: "Poppins", sans-serif;
	font-size: 7.0rem;
	color: #FFFFFF;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	font-weight: 600;
}

#sub_img h2{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	position: relative;
}
#sub_img h2 span{
	font-size: 6rem;
	font-weight: 700;
	font-family: "Russo One", sans-serif;
	display: block;
	text-transform: uppercase;
}
#sub_ttl{
	background-color: #EEF0EE;
	border-radius: 10px;
	padding: 1em 0.5em 1em 2em;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
#sub_ttl::before{
content: "";
width: 5px;
height: 80%;
background-color: #005F94;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
#sub_ttl h2{
line-height: 1.5;
font-weight: 700;
font-size: 4.0rem;
width: 80%;
}
#sub_ttl h2 span{
	font-size: 2.4rem;
	font-weight: 700;
	display: block;
}
#sub_ttl p{
	width: 20%;
	text-align: right;
	color: #A4A4A4;
	font-weight: 700;
	font-size: 2.4rem;
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
	#sub_img{
		width: 100%;
		height: 150px;
	}
	#sub_img::before{
	content: "";
	width: 100%;
	height: 30px;
	border-radius: 50px 50px 0 0;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
#sub_img h2{
	font-size: 1.4rem;
}
#sub_img h2 span{
	font-size: 4rem;
}
#sub_ttl {
	flex-direction: column;
	margin-bottom: 20px;
}
#sub_ttl h2{
font-size: 2.4rem;
width: 100%;
}
#sub_ttl h2 span{
	font-size: 1.6rem;
	font-weight: 800;
	display: block;
}
#sub_ttl p{
display: none;
}
}
/*-------------------------------------*/
/*	recruit	*/
/*-------------------------------------*/
#recruit .caption{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#recruit .caption{
	font-size: 1.8rem;

	margin-bottom: 40px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	company	*/
/*-------------------------------------*/
#company {
position: relative;
}
.mission{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.mission dt{
width: 48%;
position: relative;
}
.mission dt::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #EEF0EE;
	position: absolute;
	z-index: -1;
	left: -20px;
	bottom: -20px;
}
.mission dd{
width: 48%;
}
.mission dd .inner{
width: 80%;
margin: 0 auto;
max-width: 500px;
}
.mission dd .inner h2{
	font-family: "Russo One", sans-serif;
	color: #005F94;
	font-size: 5.8rem;
	margin-bottom: 40px;
}
.mission dd .inner h3{
	color: #005F94;
	font-size: 3.8rem;
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.5;
}
.mission dd .inner p{
	font-size: 2rem;
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 1200px) {
.mission dd .inner h2{
	font-size: 4rem;
	margin-bottom: 40px;
}
.mission dd .inner h3{
	color: #005F94;
	font-size: 2.4rem;
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.5;
}
.mission dd .inner p{
	font-size: 1.6rem;
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 2;
}
}
@media screen and (max-width: 991px) {
.mission {
		flex-direction: column-reverse;
	
}
.mission dt {
	width: 100%;

}
.mission dd {
width: 100%;
}

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	在庫　詳細	*/
/*-------------------------------------*/

/*-------------------------------------*/
/*	在庫　一覧	*/
/*-------------------------------------*/
.cat_sld_wrap{
	margin-bottom: 60px;
}
.search_ttl{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 2.4rem;
}
.search_ttl::before{
	content: url("../images/ico_search.svg");
	vertical-align: middle;
	margin-right: 10px;
}
.cat_sld a{
	text-align: center;
	background-color: #005F94;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	padding: 10px;
}
.cat_sld a img{
	margin: 0 auto;
}
.cat_sld .slick-prev,.cat_sld .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
      z-index: 1;
    }
.cat_sld .slick-prev:before, .cat_sld .slick-next:before {
        font-family: none;
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      width: 40px;
      height: 40px;
      content: "";
      position: absolute;
    }
.cat_sld  .slick-prev:before {
      background-image: url("../images/sld_l.svg");
    }
.cat_sld .slick-prev:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 0;
      top: 0;
    }
.cat_sld .slick-next:before {
         background-image: url("../images/sld_r.svg");
    }
.cat_sld .slick-next {
    right: -20px;
}
.cat_sld .slick-prev {
    left: -20px;
}
.cat_sld .slick-next:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      right: 0;
      top: 0;
    }
.item_box{
	display: block;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	padding: 20px;
	border-radius: 10px;
	position: relative;
	width: 100%;
}
.item_box .ico_new {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	max-width: 50px;
}
.item_box .name {
	padding: 5px 0;
	font-size: 1.4rem;
	text-align: center;
}
.item_box h3 {
	padding: 5px 5px;
	border-radius: 5px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #EEF0EE;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.5;
}
.item_box .price {
	font-size: 2.6rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: "Russo One", sans-serif;
	color: #005F94;
}
.item_box .price span{
	font-size: 1.4rem;
}
.item_box dl {
	display: flex;
	justify-content: space-between;
	font-size: 1.3rem;
	flex-wrap: wrap;
}
.item_box dl dt{
	width: 32%;
	line-height: 1;
}
.item_box dl dd{
	width: 68%;
	padding-left: 10px;
}

.item_box:hover img{
	opacity: 1;
}
@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	.search_ttl{
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.cat_sld .slick-next {
        right: -15px;
          z-index: 1;
      }
.cat_sld .slick-prev {
        left: -15px;
        z-index: 1;
      }
.cat_sld .slick-prev, .cat_sld .slick-next {
          font-size: 0;
          line-height: 0;
          position: absolute;
          top: 50%;
          display: block;
          width: 30px;
          height: 30px;
          padding: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          cursor: pointer;
          color: transparent;
          border: none;
          outline: none;
          background: transparent;
        z-index: 1;
      }     
.cat_sld .slick-prev:before, .cat_sld .slick-next:before {
          font-family: none;
          font-size: 20px;
          line-height: 1;
          opacity: 1;
          color: white;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        width: 30px;
          height: 30px;
        content: "";
        position: absolute;
      }
.cat_sld .slick-next {
    right: -15px;
}
.cat_sld .slick-prev {
    left: -15px;
}
}	
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	在庫　詳細	*/
/*-------------------------------------*/

.stock_dtl {

}
.stock_dtl .img{

}
.stock_dtl .dtl .price {
	font-size: 4.6rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: "Russo One", sans-serif;
	color: #005F94;
}
.stock_dtl .dtl .price span{
	font-size: 1.4rem;
	margin-left: 5px;
}
.stock_dtl .dtl dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px dotted #000000;
}
.stock_dtl .dtl dl dt{
	width: 25%;
	padding: 0.7em;
	border-bottom: 1px dotted #000000;
}
.stock_dtl .dtl dl dd{
	width: 75%;
	padding: 0.7em;
	border-bottom: 1px dotted #000000;
}

.stock_dtl .dtl{

}
a.bt_dl{
	background: linear-gradient(#040404 0%, #4d4d4d 100%);
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	font-size: 2.0rem;
	padding: 0.7em 1em;
	border-radius: 10px;
	position: relative;
}
a.bt_dl:hover{
	background: linear-gradient(#000000 0%, #000000 100%);
}
a.bt_dl::before{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../images/page/ico_dl.svg");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
	display: inline-block;
    position: absolute;
    top: 50%;
    right:20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.cta{
	background-color: #EEF0EE;
	border-radius: 10px;
	padding: 40px;
}
.cta h3{
font-weight: 500;
margin-bottom: 20px;
line-height: 1.5;
text-align: center;
font-size: 2.4rem;
}
.cta ul{
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
}
.cta ul li{
	width: 48%;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
.stock_dtl .dtl .price {
	font-size: 3rem;
}
.stock_dtl .dtl .price span{
	font-size: 1.4rem;
	margin-left: 5px;
}
.stock_dtl .dtl dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.stock_dtl .dtl dl dt{
	width: 25%;
	padding: 0.7em 0.7em 0.7em 0;
}
.stock_dtl .dtl dl dd{
	width: 75%;
	padding: 0.7em 0.7em 0.7em 0;
}

a.bt_dl{
	background: linear-gradient(#040404 0%, #4d4d4d 100%);
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	padding: 0.7em 1em;
	border-radius: 10px;
	position: relative;
}
.cta{
	background-color: #EEF0EE;
	padding: 20px;
}
.cta h3{
font-weight: 500;
margin-bottom: 20px;
line-height: 1.5;
text-align: center;
font-size: 1.8rem;
}
.cta ul{
	flex-direction: column;
}
.cta ul li:first-child{
	margin-bottom: 20px;	
}
.cta ul li{
	width: 90%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	新着記事　詳細	*/
/*-------------------------------------*/
/*　新着　*/

#single .date{
	margin-right: 10px;
	color: #666666;
	font-size: 88%;
}
.thumb{
	display: block;
	margin: 0 auto 40px auto;
	text-align: center;
}
#single .caption,#info .caption{
	color: #0F5A26;
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
}
#single .meta_entry{
	margin-bottom: 20px;
}
.event_box{
	background: #F4F6F4;
	padding: 20px 40px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.event_box dt{
	width: 20%;
	color: #0F5A26;
	margin-bottom: 10px;
}
.event_box dd{
	width: 78%;
}
/*ページャー*/
#pager{
	margin: 40px 0;
	border-bottom: 2px solid #AAAAAA;
	border-top: 2px solid #AAAAAA;
}
#pager li.prev{
	width: 50%;
	float: left;
}
#pager li.next{
	width: 50%;
	float: right;
	text-align: right;
}
#pager li a{
	display: block;
	padding: 1em 0;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform:capitalize;
}
#pager li a:hover{
	color:#38A1DB;
}
#pager li.prev a::before{
	content: "\f104";
    font-family: FontAwesome;
	margin-right: 10px;
	color: #000;
}
#pager li.next a::after{
	content: "\f105";
    font-family: FontAwesome;
	margin-left: 10px;
	color: #000;
}
@media screen and (max-width: 767px){
	.event_box{
	padding: 20px;
}
}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/

/* カテゴリーラベル */
.cat,a.cat {
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 0.7em 1em;
  font-size: 1.2rem;
  line-height: 1;
  background: #005F94;
  border: 1px solid #005F94;
	border-radius: 5px;
}
a.cat:hover {
  background-color: #00599F;
  color: #FFFFFF;
}

.news_list {
  padding: 0;
	border-top: 1px dotted #707070;
}
.news_list li{
	padding-top: 20px;
	border-bottom: 1px dotted #707070;
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  align-items: baseline;
}
.news_list .item .date {
  margin: 0;
  min-width: 100px;
  color: #666;
  padding: 0 15px 0 0;
	line-height: 2;
	font-size: 1.4rem
}
.news_list .item .category {
  margin: 0;
  min-width: 120px;
  padding: 0 15px 0 0;
}
.news_list .item .category a.cat{
  width: 100%;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 2;
}
.news_list .item .title a{
   display: block;
	  padding: 0 0.5em 20px 0.5em;
	color: #000000;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
	  padding: 15px 0;
  }
}
@media screen and (max-width: 550px) {}

/*-------------------------------------*/
/*	一覧ページナビ	*/
/*-------------------------------------*/
/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 40px auto auto;
	text-align: center;
	font-size: 16px;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.9em 1.2em!important;
	margin: 3px;
	display: inline-block;
	color:#005F94!important;
	background:#FFFFFF;
	border: 1px solid #005F94;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 16px;
	font-weight: 600;
}
.wp-pagenavi span{
	color:#005F94;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.9em 1.2em!important;
	margin: 3px;
	display: inline-block;
	border: 1px solid #005F94;
	color:#FFFFFF;
	background:#005F94;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #3A5967!important;
}
.wp-pagenavi a:hover{
	border: 1px solid #005F94;
	color: #FFFFFF!important;
	text-decoration: none!important;
	background: #005F94;
	padding: 0.9em 1.2em!important;
}
.wp-pagenavi a:hover span{
	color:#005F94;
}
.wp-pagenavi span {
    border: none!important;
}

.extend{
	padding: 0 10px 0 10px;
}
@media screen and (max-width: 767px){
.previouspostslink,.nextpostslink{
	font-size: 16px;
}
	.wp-pagenavi {
	font-size: 16px;
}
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
#contact::before{
	background-image: url("../images/page/bg_contact.svg");
}
.form_area h4{
	margin-top: 40px!important;
	position: relative;
	border: none!important;
	padding: 0!important;
	background: none!important;
}
.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	padding: 0.7em 1.5em;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size:100%;
	text-align:center;
	border: 3px solid #4D4D4D;
 background: #4D4D4D;
	color: #fff;
	font-weight: 700;
	border-radius: 20px;
}
.submit_btn:hover{
	 background: #fff;
	text-decoration:none;
	color: #000000;
}
.back_btn{
		width: 100%;
	height: 35px;
	position:relative;
	display:inline-block;
	border:1px solid #AAAAAA;
	font-size:100%;
	text-align:center;
	background:#AAAAAA;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	line-height: 35px;
}

.back_btn:hover{
	color:#AAAAAA;
	background:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder{
	color: #989898;
}
input:-ms-input-placeholder{
	color: #989898;
}
input::-ms-input-placeholder{
	color: #989898;
}
input::placeholder{
	color: #989898;
}

.must{
	padding:0.2em 1em;
	display:inline-block;
	color:#FFFFFF;
	font-size:1.2rem;
	font-weight: 400;
	border-radius: 3px;
	margin-right: 10px;
	background-color: #C81A1A;
}
.nini{
	padding:0.2em 1em;
	display:inline-block;
	color:#FFFFFF;
	font-size:1.2rem;
	font-weight: 400;
	border-radius: 3px;
	margin-right: 10px;
	background-color: #1239A5;
}

.privacy_box {
    border: 1px solid #000000;
	margin-bottom: 20px;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
	font-size: 100%;
}

.consent_check_wrap{
	padding: 20px;
	margin-bottom: 40px;
	text-align: center;
	background:#F4F4F4;
}
.consent_check_wrap p a{
	text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}

.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size:100%;
	padding: 0.7em;
	margin:0;
	background-color: #F4F4F4;
	border-radius: 5px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04,.form_area input[type="tel"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
.form_area label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size:100%;
	font-weight: 500;
	 padding: 5px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 767px){
	.tel_list{
	display: block;
}
.tel_list div{
margin-right: 0;	
}
	.privacy_inner {
    padding: 10px;
}
		.privacy_inner p{
    font-size: 75%!important;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
		input[type="text"].text_fomr_03,input[type="email"].text_fomr_03,input[type="tel"].text_fomr_03{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	label {
	font-size: 1.6rem;
}
	}