@charset "UTF-8";


/*-------- InView CSS -------- */
.noticenews {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  position: relative;
  max-width: 1000px;
  margin: 50px auto;
}
.noticenews * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.noticenews ul li {
  list-style: none;
}
.noticenews a {
  text-decoration: none;
}
.noticenews em, .noticenews i {
  font-style: normal;
}
.noticenews figure, .noticenews img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.noticenews sup {
  font-size: 9px;
  margin: 0 1px;
}
.noticenews .font_g {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.noticenews .font_mt {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}
.noticenews .font_mt4 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}
.noticenews .font_mt6 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
}
.noticenews .w1240 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 92%;
}
.noticenews .w1000 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 92%;
}
.noticenews .mid-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  width: 92%;
}
.noticenews .mid-width2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  width: 96%;
}
.noticenews .pc {
  display: block;
}
.noticenews .sp, .noticenews .ssp {
  display: none;
}
.noticenews .notes {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: right;
}
.noticenews .nowrap {
  white-space: nowrap;
}
.noticenews .pagetop {
  height: 4rem;
  width: 4rem;
  position: fixed;
  bottom: 1vw;
  right: -6rem;
  display: block;
  z-index: 2;
}

.noticenews-content {
  overflow: hidden;
  width: 1600px;
  max-width: 100%;
  margin: auto;
}

/*20240919リリース*/
.noticenews-kv{
	padding: 0 20px;
}

.ttl-category_new{
	display: inline-flex;
    padding: 8px 22px;
    border-radius: 3px;
    background: #51ced2;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1;
}

.ttl-category_notice{
	display: inline-flex;
    padding: 8px 22px;
    border-radius: 3px;
    background: #74c199;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1;
}

.noticenews .pc_use{
	display: block;
}
.noticenews .sp_use{
	display: none;
}
.noticenews-kv{
	margin: 100px 0 32px;
	font-size: 16px;
	
}

 a{
	color: #005213;	
}

.noticenews p {
    font-size: 1.13em;
    letter-spacing: 0.03em;
    line-height: 1.7;
}

.noticenews .m40 p,
p.m40{
	margin: 0px 0 20px;
}

p.m40.m40_small{
	font-size: 0.92em;
}

.noticenews p.sub_small {
    margin: 0px 0 16px;
}

.noticenews-kv a:hover{
	opacity: 0.5;
}


.pctop{
	margin: 0 auto;
}

.pc-only-space {
        display: inline-block;
        font-size: 1em;
    }

h1 {
	
	font-size: 1.8em;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.h1_span{
	font-size: 1.2rem;
}

.noticenews-kvlead .sub-title{
/*	font-size: 1.2em;*/
	margin: 32px 0;
}

.noticenews-lead{
	margin-top: 16px;
	padding-top: 16px;
	border-top: solid 1px #000;
}

.text-right{
	text-align: right;
}

.noticenews-kv .pdf{
	background-image: url("../images/pdf.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	padding-right: 30px;
	margin: 0px 0 20px 0;
	font-size: 1em;
}

.noticenews-lead>img{
	width: 70%;
	margin: 40px auto;
}

.introduction h4{
	font-size: 1.4em;
    margin: 32px 0 16px;
}

.introduction h5{
	font-size: 1.1em;
	margin: 0px 0px 16px;
}
.component{
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
}


.waku{
	border: solid 1px #000;
	padding: 3px;
}

.no_list {
    counter-reset: num;
    margin: 40px auto 20px;
	font-size: 0.8em;
}

.no_list > li {
    padding:0 0 0 1.5em;
    margin-top: 6px;
    position: relative;
    text-indent: -1em;
}

.noticenews-kvlead .no_list_p{
	font-size: 0.8em;
    margin: 0 0 16px;
}

.f-box{
    display: flex;
    align-items: flex-start;
}

.noticenews section{
    margin: 40px 0 0 0;
}

p.site_link{
    margin: 40px 0 0 0;
}

/*______________260723_____________*/
.flex {
    display: flex;
}
.noticenews p.s_txt{
    font-size: 0.7em;
}
.noticenews h6{
    margin: 40px 0 15px 0;
    font-weight: bold;
    font-size: 1.13em;
    letter-spacing: 0.03em;
    line-height: 1.7;
}

.main_txt{
    text-align: center;
    margin: -20px 0 0 0;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.recommend_box {
    border: 1px solid #acacac;
    padding: 25px;
    margin: 0px auto 20px;
    border-radius: 10px;
    width: 70%;
}
.recommend_box h3 {
    font-size: 1.1em;
    text-decoration: underline;
    margin: 0 0 10px 0;
}
.recommend_box li {
    text-indent: -1em;
    padding: 0 0 0 1em;
}


.toha_text ul{
    margin: 20px 0 0 0;
}

.flex.between{
    justify-content: space-between;
}

p.flex_l{
    width: 80%;
}
div.p_box{
    width: 20%;
    margin: 0 0 0 0px;
}
.p_box p{
    font-size: 0.8em;
    text-align: center;
}

img.p01,img.p02,img.p03,img.p04{
    margin: 0px auto 5px;
    display: block;
}
img.p01{
    width: 150px;
}

img.p02{
    width: 150px;
}
img.p03{
    width: 120px;
}
img.p04{
    width: 120px;
}

h7.h7_sub{
    display: block;
    font-weight: bold;
    margin: 10px auto 0px;
}

.mt40{
    margin: 40px 0 0 0;
}

.font_bold{
	font-weight: bold;
}

.component_wrapper {
	width: 100%;
 
    align-items: center;
}

.component_box {
    margin: 0 auto;
    text-align: center;
}

.component_wrapper img{

}

p.small{
	font-size: 1rem;
}

.component_box>p {
    margin-top: 8px;
}


@media screen and (max-width:1440px) {


}

@media only screen and (max-width: 1240px) {
	.noticenews-lineup .about-content .fadeIn.w1240.haba92,.shima_area.upIn .fadeIn.w1240 .about_txt.font_mt4.haba92   {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	height: auto;
}
}
/*------ 1024px-----*/
@media only screen and (max-width: 1024px) {
  
	
}
/*------ 920px-----*/
@media only screen and (max-width: 920px) {

}
/*------ 800px-----*/
@media only screen and (max-width: 800px) {

 
}
/*------ 768px-----*/
@media only screen and (max-width: 768px) {
    .flex{
    flex-direction: column;
}
    
  .noticenews .pc_use{
	display: none;
	}
  .noticenews .sp_use{
	display: block;
	}
	.pc-only-space {
        display: none;
    }
	.noticenews-kv{
	padding: 0 10px;
	}
		
	.noticenews-kv .pdf {
		background-image: url(../images/pdf.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: contain;
		padding-right: 30px;
		margin-top: 18px 0 0 0;
		font-size: 0.92em;
	}
   .noticenews-kvlead .text_sp{
	    text-align: left;
	  	font-size: 0.92em;
	}
	.noticenews-lead>img{
		width: 100%;
		margin: 20px auto;
	}
	h1 {
		font-size: 1.18em;
	}
	
	.introduction h4 {
    font-size: 1.1em;
	}
	
	.introduction h6 {
    margin: 40px 0 10px 0;
    font-size: 1.02em;
	}
	
.recommend_box {
    padding: 20px;
    margin: 0px auto 20px;
    width: 90%;
}
    
	.noticenews-kvlead .sub-title {
		font-size: 0.92em;
		margin: 24px 0 16px 0;
	}
	.noticenews p, p.m40 {
		font-size: 0.92em;
		}
	.noticenews-kvlead .no_list_p {
    	font-size: 0.75em;
	}
	.m40_sp{
		margin-bottom: 20px;
	}
p.small{
	font-size: 0.85rem;
}
	
	.component_wrapper {
    width: 100%;
    margin: 0 auto;
}
    .toha_text ul{
    font-size: 0.92em;
}
p.flex_l{
    width: 100%;
}
div.p_box{
    width: 100%;
    margin: 0 0 0 0px;
}
.p_box p{
    font-size: 0.75em;
    text-align: center;
}
    
h7.h7_sub{
    display: block;
    font-weight: bold;
    margin: 10px auto 0px;
    font-size: 0.9em;
}
.mt40{
    margin: 20px 0 0 0;
}
    
img.p01{
    width: 100%;
    max-width: 200px;
    margin: 0px auto 0;
}
img.p02{
    width: 85%;
    max-width: 220px;
    margin: 20px auto 0px;
}
img.p03{
    width: 85%;
    max-width: 120px;
    margin: 20px auto 0;
}
img.p04{
    width: 85%;
    max-width: 120px;
    margin: 20px auto 0px;
}

}
/*------ 480px-----*/
@media only screen and (max-width: 480px) {
  .component {
    flex-direction: column;
	width: 100%;
}
	.noticenews p {

}


}
