/*
Theme Name:遊鴈社
*/
/* PC表示 */
.pc_none { display: none; }
.sp_none { display: block; }

/* SP表示 */
@media (max-width: 1099px) {
  .pc_none { display: block; }
  .sp_none {display: none!important;}
}
/* デフォルト（モバイル）: 〜575px */
.container {

}
@media (max-width: 768px) {
  .form-wrap {
    width: 100%;
  }

  .form-list input,
  .form-list textarea {
            width: 100%;
            box-sizing: border-box;
            margin-right: 10px;
        }

  .wpcf7-list-item {
    display: flex!important;
    margin-bottom: 8px;
    /* background-color: red; */
    margin-bottom: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  
  .wpcf7-form-control,.wpcf7-textarea{
    width: 100%;
}
}


/* タブレット: 768px〜 */
@media (min-width: 768px) {

}

/* デスクトップ: 1024px〜 */
@media (min-width: 1024px) {

}



html{
	margin: 0;
	padding: 0;
}

body{/* 	font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif; */font-family: "Zen Old Mincho", serif;font-weight: 400;font-style: normal;/* min-height: 5000px; */font-size: 12pt;line-height: 2em;padding: 0;margin: 0;margin-top: -46px;}

p{
	margin: 0;
	padding: 0;	
}

.section1{
	 background-image: url("images/back_washi.png");
	 background-repeat: repeat;
	 padding-bottom: 0px;
	 position: relative;
}
.section2{
	 background-image: url("images/back_sumi.png");
	 background-repeat: repeat;
	 color: #fff;
	 /* min-height: 1000px; */
	 padding-top: 100px;
}

.section3{
	background-image: url("images/back_washi.png");
	background-repeat: repeat;
	padding-bottom: 70px;
	position: relative;
	/* height: max-content; */
	/* background-color: red; */
}

.section3_innertop{
	background-image: url("images/sumi_02.png");
	background-repeat: no-repeat;
	/* height: 320px; */
	background-position-y: -190px;
	background-position-x: -60px;
}
.section3_innerbottom{
	background-image: url("images/sumi_03.png");
	background-repeat: no-repeat;
	height: 220px;
	position: absolute;
	z-index: 999;
	width: 500px;
	bottom: 0;
	right: 0;
}
.section4{
	 background-image: url("images/QA_back.png");
	 background-repeat: repeat;
	 /* padding-bottom: 180px; */
	 position: relative;
	 color: #fff;
	 background-size: cover;
	 padding-top: 0px;
}
.section5{
	 /* background-image: url("images/back_washi.png"); */
	 /* background-repeat: repeat; */
	 /* padding-bottom: 180px; */
	 /* position: relative; */
	 /* color: #fff; */
	 /* min-height: 500px; */
	 background-image: url(images/back_washi.png);
	 background-repeat: repeat;
	 padding-bottom: -10px;
	 position: relative;
}
.mainwrap{
	width: 100%;
	margin: auto;
	/* background-color: #0dcaf0; */
	/* height: 100vh; */
	display: flex;
	padding-bottom: 100px;
	/* position: relative; */
	padding-top: 100px;
	justify-content: space-around;
	padding: 20px 15px 70px;
	flex-direction: column;
}

.mainfull{
	/* width: 100vw; */
	/* height: 600px; */
	/* background-color: #e4e4e4; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding-top: 30px;
	/* margin-bottom: 100px; */
	/* border: 1px solid; */
	flex-wrap: nowrap;
}

.aisatu_left{
	background-image: url("images/sumi_01.png");
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vw;
	background-size: cover;
	font-size: 2em;
	/* writing-mode: vertical-rl; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	align-content: flex-start;
	background-position: top;
	padding: 0px 0;
}
.aisatu_left p{
    color: #fff;
    writing-mode: vertical-rl;
    /* height: 364px; */
    line-height: 2em;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    font-size: 30px;
}
.aisatu_right{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding: 30px 30px;
    line-height: 1.8em;
}

.profile_wrap{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.profile_wrap img{
    padding: 20px;
    width: 70%;
    /* text-align: center; */
}

.profile{
    padding: 30px 0;
    /* width: 68%; */
}

.birthday{
    text-align: center;
    font-size: 1.2em;
    padding-top: 20px;
}

.keireki{
    padding-top: 30px;
}

.name{
    font-size: 2em;
    text-align: center;
}
.section_title{
    writing-mode: vertical-rl;
    font-size: 2.2em;
    width: 70px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.inquiry_linkwrap{
    position: static;
    bottom: 80px;
    text-align: center;
    margin: auto;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    font-size: 1.2em;
}
.inquiry_btn{
    border-radius: 30px;
    background-color: #000;
    height: 50px;
    width: 260px;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    color: #fff;
}
.profile_spec{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	font-size: 1em;
	padding-top: 20px;
}
.profile_left{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
}
.profile_spec_title{
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid;
    width: 80%;
}
/* ===================================================================== */
.sidou_wrap{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.sidou{
    /* padding: 0 30px; */
}
.sidou img{
    margin: 30px 0;
    width: 100%;
}
.sidou p{
    
}

.slider{
    width: 300px;
    height: 430px;
    z-index: 99;
}

/* ===================================================================== */

.title{
    font-size: 2.2em;
    text-align: center;
}

.merit_r{
    display: flex;
    text-align: justify;
    /* padding: 30px; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* margin: 80px 0px; */
    margin-top: 30px;
}
.merit_r p{
    /* padding: 10px; */
    /* width: 64%; */
}
.merit_r img{
    padding: 30px 0;
    width: 380px;
    height: auto;
}
.merit_l{
	display: flex;
	text-align: justify;
	/* padding: 30px; */
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
}
.merit_l p{
	/* padding: 10px; */
	/* width: 63%; */
}
.merit_l img{
	 /* padding: 0 20px; */
	 width: 380px;
	 height: auto;
	 padding: 30px 0;
}

.section3 .mainwrap{
	/* width: 1100px; */
	margin: auto;
	/* background-color: #e4e4e4; */
	/* height: 100vh; */
	display: block;
	padding-bottom: 60px;
	/* position: relative; */
	padding-top: 100px;
	justify-content: space-around;
	text-align: center;
}

/*ドットのサイズと色を大きくする*/
.slick-dots li button:before {
	color:#fff ;
}

/*アクティブなスライドのドット色*/
.slick-dots li.slick-active button:before {
	color: red;
}
/* ===================================================================== */

.qa{
	width: 100%;
	height: auto;
	padding: 0;
}

.qa li{
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

.a{
    margin-left: -34px;
    margin-top: 20px;
    text-indent: -2em;
    padding-left: 2em;
}


.q{
    border-bottom: 1px solid;
    padding-bottom: 10px;
    cursor: pointer;
}

.q:hover{
	
}

.a:before {
  content: "A";
  padding-right: 1em;
  /* margin-top: 30px; */
}

.q:before {
  content: "Q";
  padding-right: 1em;
}

.status{
    position: absolute;
    right: -10px;
    font-size: 0.7em;
}

.status:before {
  content: "+";
  padding-right: 1em;
  font-size: 1.4em;
}

.status_b:before {
  content: "-";
  padding-right: 0.8em;
  font-size: 2em;
}
/* ===================================================================== */

a{
  color: #000;
  text-decoration: none;
}

a:visited{
  color: #000;
}

a:hover{
  color: #000;
  text-decoration: underline;
}
.menu1 a{
  color: white;
  text-decoration: none;
}

.menu1 a:visited{
  color: white;
}

.menu1 a:hover{
  color: white;
  text-decoration: none;
}
.inquiry_link>a{
  color: white;
  text-decoration: none;
}

.inquiry_link>a:visited{
  color: white;
}

.inquiry_link>a:hover{
  color: white;
  text-decoration: underline;
}


.flex-vertical{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 2;
    /* background-color: blue; */
}

.wpcf7{
    margin-top: 30px;
}

.form-wrap{
    /* background-color: red; */
    margin-top: 50px;
}

.form-list{
    /* display: flex; */
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100px;
    width: 100%;
}

.form-list p{padding: 0;margin: 0;}

.inquiry_name{
    min-width: 180px;
}

.required{
    font-size: 12px;
    background-color: #9b9898;
    border-radius: 6px;
    display: flex;
    width: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}

input[type=checkbox]  {
  	background-color: #ddd;
  	width: 30px;
  }

.wpcf7-form-control-wrap{
	/* padding-left: 30px; */
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	/* width: 100%; */
	/* min-width: 100%; */
}

.wpcf7-list-item>label{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	width: 100%;
}

.wpcf7-submit{
        border-radius: 30px;
        background-color: #000;
        height: 50px;
        width: 260px;
        margin: auto;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        color: #fff;
        margin-top: 30px;
    
    }

.inquiry_btn>a{
	color:#fff;
}

.wpcf7-not-valid-tip{
	/* padding-left: 40px; */
	font-size: 0.9em!important;
	width: 100%;
}

/* ===================================================================== */
footer{
	 background-image: url("images/footer_back.png");
	 background-repeat: repeat;
	 padding-bottom: 180px;
	 position: relative;
	 z-index: 1;
	 margin-top: -70px;
	 /* min-height: 400px; */
	 color: #fff;
	 padding-top: 100px;
	 padding: 30px;
	 padding-top: 100px;
	 padding-bottom: 60px;
	 text-align: center;
}

.footer-inner{
	/* padding: 20px; */
	border-bottom: 1px solid;
	/* padding-bottom: 40px; */
	text-align: center;
	margin-top: 30px;
}


.footer-logo{
	padding: 0;
	margin: 0;
}


.footer-logobig{
	font-size: 1.9em;
	padding-left: 20px;
}

.footer-inner-link{
	list-style: none;
	display: flex;
	position: absolute;
	right: 30px;
}

.footer-inner-link li{
    padding: 0 20px;
}

.footer-inner-copy{
	/* position: absolute; */
	right: 40px;
	font-size: 0.9em;
}

.footer-inner-privacy{
	/* position: absolute; */
	left: 30px;
	font-size: 0.9em;
}

.footer-inner-link>li>a{
  color: white;
  text-decoration: none;
}

.footer-inner-link>li>a:visited{
  color: white;
}

.footer-inner-link>li>a:hover{
  color: white;
  text-decoration: underline;
}

.footer-inner-privacy>a{
  color: white;
  text-decoration: none;
}

.footer-inner-privacy>a:visited{
  color: white;
}

.footer-inner-privacy>a:hover{
  color: white;
  text-decoration: underline;
}

.gotop>a{
  color: white;
  text-decoration: none;
}
.gotop>a:visited{
  color: white;
}

.gotop>a:hover{
  color: white;
  text-decoration: underline;
}

.arrow_o {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  /* width: 100px; */
  /* border: 1px solid; */
}
.arrow_o:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  left: 6px;
  bottom: 0px;
  margin: auto;
  /* border: 1px solid; */
  /* color: #fff; */
  border-color: #fff;
}
.gotop{
    border: 2px solid;
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    bottom: 140px;
    /* color: #fff; */
    z-index: 99999;
    right: 30px;
}

/* ===================================================================== */

/*モーダルを開くボタン*/
.modal-open{


}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,80%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* max-width: 500px; */
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}

.comment{
    /* bottom: -70px; */
    /* position: absolute; */
    margin-top: 30px;
    text-align: center;
}


.sidou_slider{margin-top: 30px;}
.sidou_slider>.slick-dots{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
}
.section4 .section_title{width: 100%;}


.textarea{}



.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"] ,textarea {
	direction: ltr;
	width: 100%;
	max-width: 100%;
}

.cf7form_input,
.cf7form_input dt,
.cf7form_input dd {
    box-sizing: border-box;
}

.cf7form_input dt,
.cf7form_input dd {
    margin: 0px;
}

.cf7form_input dt {
    font-weight: bold;
}

.cf7form_input dd input[type="text"],
.cf7form_input dd input[type="tel"],
.cf7form_input dd input[type="email"],
.cf7form_input dd textarea {
    padding: 1em;
    width: 100%;
    border: none;
    background-color: #f7f7f7;
}

.cf7form_input dd textarea {
    height: 20em;
}

.cf7form_input_file + .cf7form_input_file {
    margin-top: 20px;
}

.cf7form_input_file label {
    display: block;
    position: relative;
    padding: 1.5em 4em;
    width: 90%;
    max-width: 300px;
    border: 1px solid #777;
    border-radius: 2em;
    cursor: pointer;
}

.cf7form_input_file input {
    display: none;
}

.cf7form_input_file p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0px 1em;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.cf7form_policy {
    padding: 2em;
    margin: 30px auto 0px;
    width: 90%;
    max-width: 700px;
    border: 1px solid #777;
    text-align: center;
}

.cf7form_policy p {
    margin-bottom: 1em;
}

.cf7form_policy input,
.cf7form_policy label {
    cursor: pointer;;
}

.cf7form_submit {
    margin-top: 30px;
    text-align: center;
}

.cf7form_submit input {
    padding: 0.5em 4em;
    border: 2px solid #3388dd;
    border-radius: 2em;
    background-color: #3388dd;
    outline: none;
    appearance: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}

.cf7form_submit .wpcf7-spinner {
    display: block;
    margin: 10px auto 0px;
}

@media screen and (max-width: 767.98px) {
    .cf7form_input dt {
        padding: 1em 0px 0px 0px;
    }
    .cf7form_input dd {
        padding: 1em 0px 1.5em;
        border-bottom: 1px solid #ddd;
    }
}
@media screen and (min-width: 768px) {
    .cf7form_input {
        display: flex;
        flex-wrap: wrap;
    }
    .cf7form_input dt,
    .cf7form_input dd {
        border-bottom: 1px solid #ddd;
    }
    .cf7form_input dt {
        display: flex;
        align-items: center;
        padding: 2em 1em 2em 0px;
        width: 20%;
    }
    .cf7form_input dd {
        padding: 2em 0px 2em 1em;
        width: 80%;
    }
}

.wpcf7 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0!important;
}


/*会員ページ*/
.login_area{
    width: 100%;
    margin: auto;
    /* height: 410px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
    padding-top: 100px;
}

.login{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    /* margin-bottom: 80px; */
}
.login p:nth-child(1){
	min-width: 130px;
}
.login>span{
    background-color: #747373;
    padding: 3px;
    font-size: 0.7em;
    border-radius: 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
}
.login>input{
	height: 25px;
	width: 70%;
	background-color: #eeeded;
	border: 0;
}
.login_btn{
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.login_confirm{
    background-color: #ececec;
    width: 100%;
    height: 240px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.login_confirm p{
    margin-bottom: 10px;
}

.login_confirm>a{
    text-decoration-line: underline;
}

.login_confirm p:nth-child(1){
	font-size: 0.9em;
} 

.login_confirm p:nth-child(2),.login_confirm p:nth-child(3){
	font-size: 0.9em;
} 
.loginlist{}
.err{padding: 10px;color: red;}

/*会員ページ*/
.noflex{
    display: block;
   
}
.sumi{
	/* padding-bottom: 90px; */
	/* background-image: url("images/sumi_04.png"); */
	background-repeat: no-repeat;
	/* background-position-x: right; */
	/* background-position-y: 550px; */
	background-position: 180px 510px;
	width: 100%;
	/* height: 300px; */
	background-size: 470px;
}
.member_read{
    margin-top: 50px;
}

.member_newswrap{
    display: flex;
    margin: 100px 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    padding: 20px;
}

.member_news_title{}

.member_news_listwrap{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    background-color: #f1f1f1;
    border-top: 1px solid #8a8b8c;
    border-bottom: 1px solid #8a8b8c;
    padding: 10px;
    width: 90%;
}

.member_news_list{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    height: 30px;
    margin: 8px 0px;
    height: 20vw;
    width: 100%;
    position: relative;
}

.member_news_list p:nth-child(1){
    font-size: 0.9em;
    padding: 0 10px;
}

.member_news_list p:nth-child(2){
    font-size: 0.7em;
    padding: 0 10px;
    background-color: #ddd;
    height: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* position: absolute; */
    /* top: 4vw; */
    /* left: 90px; */
}

.member_news_list p:nth-child(3){
   width: 100%; /* 要素の横幅を指定 */
   white-space: nowrap; /* 横幅のMAXに達しても改行しない */
   overflow: hidden; /* 溢れた部分を隠す */
   text-overflow: ellipsis; /* 「…」と省略 */
   -webkit-text-overflow: ellipsis; /* Safari用 */
   -o-text-overflow: ellipsis; /* Opera用 */
   font-size: 0.9em;
   padding: 0 10px;
}

.member_moviewrap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
    align-content: center;
}

.member_movie_title{}

.member_movie_box{
    width: 100%;
    height: 410px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 0.9em;
}

.member_movie_box_date{
    text-align: left;
    width: 100%;
    padding: 10px 0;
}

.member_movie_box_read{
    text-align: left;
    width: 100%;
}

.member_movie_box_tham{
    width: 100%;
    height: 100%;
    background-color: #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*動画再生ポップアップ*/

.member_movie_popwrap{}

.member_movie_popbox{}

.member_movie_popbox_movie{}

.memberbk{
	background-image: url(images/back_washi.png);
	background-repeat: repeat;
	position: relative;
}

.link-text-register,
.link-text-lostpassword {
  display: none;
}


.news-content{
    min-height: 100px;
}
.grid-date-post a{
	
}

.grid-date-post{}

.news-more-link{
    color: #fff!important;
    width: 120px;
    height: 30px;
    font-size: 0.8em;
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.news-clearfix {
	width: 100%;
}
.news-more-link:hover{background:#a3a3a3!important; color:#555}

.linkbtn{
    text-align: center;
}

.news-single{
    margin-bottom: 100px;
}
.newssingle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30vh;
}

.moviebox{}

.grid-news-thumb img{
	width: 100%;
	height: auto;
}
.grid-news-thumb{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.news-inner-wrap-view{}

.news-col-list{}

.wpnw-news-2{}