@charset "shift_jis";

/* news */

.news_box01 {
	/*width: 740px;
	margin: 40px auto 60px;*/
}
/*@media only screen and (max-width: 820px) {
.news_box01 {
	width: auto;
	margin: 40px 15px 60px;
}
}

.news_box {
	width: 740px;
	width: 820px;
	margin: 25px auto 60px;
background-color: #FFF;
	border-radius: 6px;
padding: 25px 15px;
filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.04));
}
@media only screen and (max-width: 820px) {
.news_box {
	width: auto;
}
}*/

.news_box > ul {
	max-height: 240px;
	width:94%;
	padding:0 3%;
	overflow-y: scroll;
}
.news_box > ul >li {
	font-size:14px;
	font-size:1.4rem;
	padding: 8px 0;
	margin: 0 0 2px;
	/*border-bottom: 1px #fa6f45 solid;*/
	border-bottom: 1px #EEE dashed;
}
.news_box > ul >li a {
	text-decoration: none;
	color: #333;
}
.news_box > ul >li a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
@media only screen and (max-width: 820px) {
.news_box {
padding: 25px 0px;
	}
.news_box > ul {
	max-height: 360px;
}
.news_box > ul >li {
	font-size:16px;
	font-size:1.6rem;
	padding: 18px 0;
	}
}



.news_box01b .tx_day {
	font-size:14px;
	font-size:1.4rem;
	/*display: none;*/
	padding: 10px 0 0px;
}
.news_box01b .tx_tit {
	font-size:18px;
	font-size:1.8rem;
	color: #333;
	font-weight: 500;
	display: block;
	line-height: 1.25;
	padding-top: 10px;
}
.news_thumbnail {
	border-radius: 8px;
	overflow: hidden;
}
.news_thumbnail img {
	width: 100%;
}
@media only screen and (max-width: 820px) {
.news_box01b .tx_day {
	font-size:16px;
	font-size:1.6rem;
	padding: 4px 0 0px;
}
.news_box01b .tx_tit {
	font-size:22px;
	font-size:2.2rem;
	letter-spacing: -0.02em;
	padding-top: 2px;
	
}
/*.news_thumbnail {
	margin: 0 20%;
}*/
}


h3.news_box_tit {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	color: #55b4d9;
	padding: 8px 0 16px 0;
}


.news_contents00_g2 {
	/*border-top: 1px #CCC solid;*/
	max-height: 240px;
	max-height: 420px;
	width:94%;
	padding:0 3%;
	overflow-y: scroll;
}
@media only screen and (max-width: 820px) {
.news_contents00_g2 {
	width:100%;
	padding:0 0%;
	}
}

.news_contents00_g2 > a {
	text-decoration: none;
	color: #333;
}

.news_contents00_g2 > a > .grid_container {
	display: -ms-grid;
	display: grid;

/*  grid-gap: 30px;*/
  
/*  -ms-grid-columns: 33.3% 66.7%;
  grid-template-columns: 33.3% 66.7%;*/
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  
  -ms-grid-rows:  auto;
  grid-template-rows:  auto;
	border-bottom: 1px #CCC solid;
	padding: 20px 0;
}

.news_contents00_g2 > a > .grid_container > .grid_item {
/*  background: #fff;*/
/*  border-radius: 8px; 
  border: 3px solid #ccc;*/
  margin: 0 10px 0px 10px;
}

.news_contents00_g2 > a > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
}
.news_contents00_g2 > a > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	
	-ms-grid-row: 1;
	grid-row: 1; 
}
@media only screen and (max-width: 820px) {
.news_contents00_g2 {
	max-height: 480px;
	}
.news_contents00_g2 > a > .grid_container {
	display: -ms-grid;
	display: grid;

/*  grid-gap: 30px;*/
  
  /*-ms-grid-columns: 26% 74%;
  grid-template-columns: 26% 74%;*/
  
  -ms-grid-rows:  auto;
  grid-template-rows:  auto;
	border-bottom: 1px #CCC solid;
	padding: 20px 0;
}
}



/*====================================
 WP single
====================================*/
.single_c01_bg01{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
}

.single_c01_bg01{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg02.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: top center;
}

#blog .mainimg dl {
	padding: 20px 0 15px;
	background-color: #FFF;
}

#blog .mainimg dl dt {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	font-weight: 600;
}
#blog .mainimg dl dd {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
@media only screen and (max-width: 820px) {
#blog .mainimg dl {
	padding: 40px 0 35px;
	background-color: #FFF;
}
#blog .mainimg dl dt {
	font-size: 30px;
	font-size: 3.0rem;
	}
#blog .mainimg dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	}
}



/*.single_contents00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
  
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  
  -ms-grid-rows:  auto;
  grid-template-rows:  auto;
}

.single_contents00_g2 > .grid_container > .grid_item {
  margin: 0 15px 0px 15px;
}

.single_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; 
	-ms-grid-column-span: 1; 
	grid-column: 1 / 2; /
	
	-ms-grid-row: 1; 
	-ms-grid-row-span: 1; 
	grid-row: 1 / 2; 
}
.single_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	
	-ms-grid-row: 1;
	grid-row: 1; 
}

@media only screen and (max-width: 820px) {
.single_contents00_ > .grid_container {
	display: -ms-grid;
	display: grid;
  
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  
  -ms-grid-rows:  auto;
  grid-template-rows:  auto;
}

.single_contents00_g2 > .grid_container > .grid_item {
  margin: 0 15px 30px 15px;
}

.single_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	
	-ms-grid-row: 1;
	grid-row: 1; 
}
.single_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	
	-ms-grid-row: 2;
	grid-row: 2; 
}
}*/

.single_contents00_g2 {
	margin: 0 10%;
}
.single_contents00_g2 > .grid_container {
  display: -ms-grid;
  display: grid;

  /*  grid-gap: 30px;*/

  -ms-grid-columns: 100%;
  grid-template-columns: 100%;

  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.single_contents00_g2 > .grid_container > .grid_item {
  /*  background: #fff;*/
  /*  border-radius: 8px;
  border: 3px solid #ccc;*/
  margin: 0 40px 0px 40px;
}

.single_contents00_g2 > .grid_container > .grid_item_01 {
  -ms-grid-column: 1; /* 横のスタート位置(IE用) */
  -ms-grid-column-span: 1; /* 横のマス数(IE用) */
  grid-column: 1 / 2; /* 横位置 */

  -ms-grid-row: 1; /* 縦のスタート位置(IE用) */
  -ms-grid-row-span: 1; /* 縦のマス数(IE用) */
  grid-row: 1 / 2; /* 縦位置 */
}
.single_contents00_g2 > .grid_container > .grid_item_02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;

  -ms-grid-row: 1;
  grid-row: 1;
}

@media only screen and (max-width: 820px) {
.single_contents00_g2 {
	margin: 0;
}
  .single_contents00_g2 > .grid_container {
    display: -ms-grid;
    display: grid;

    /*  grid-gap: 30px;*/

    -ms-grid-columns: 100%;
    grid-template-columns: 100%;

    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .single_contents00_g2 > .grid_container > .grid_item {
    /*  background: #fff;*/
    /*  border-radius: 8px;
  border: 3px solid #ccc;*/
    margin: 0 15px 30px 15px;
  }

  .single_contents00_g2 > .grid_container > .grid_item_01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;

    -ms-grid-row: 1;
    grid-row: 1;
  }
  .single_contents00_g2 > .grid_container > .grid_item_02 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;

    -ms-grid-row: 2;
    grid-row: 2;
  }
}



.single_news_kiji_tx_day {
  font-size: 16px;
  font-size: 1.6rem;
  color: #55b4d9;
  font-weight: 500;
  margin-bottom: 4px;
}
h2.single_news_kiji_tx_tit {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #333;
  font-weight: 500;
  padding: 0 0 8px 0;
  border-bottom: 2px #55b4d9 dotted;
  margin-bottom: 15px;
}
.kiji_content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 10px;
  padding-bottom: 15px;
}
.kiji_content p .tx_l {
	font-weight: 500;
background: linear-gradient(transparent 70%, yellow 70%);
}
@media only screen and (max-width: 820px) {
.single_news_kiji_tx_day {
  font-size: 18px;
  font-size: 1.8rem;
}
h2.single_news_kiji_tx_tit {
  font-size: 28px;
  font-size: 2.8rem;	
}
.kiji_content p {
  font-size: 18px;
  font-size: 1.8rem;
	}
}

.kiji_content ul li {
  font-size: 16px;
  font-size: 1.6rem;


  line-height: 1.25;
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
.kiji_content ul li:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000;
}
.kiji_content ol {
  padding-left: 1.5em;
  margin-bottom: 25px;
}
.kiji_content ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  padding-left: 0.1em;
}
.kiji_content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
	margin-bottom: 15px;
}

.kiji_content h3.tit {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
	font-weight: 600;
	background-color: #EDF2F8;
	padding: 6px 12px;
	border-left: 4px #005698 solid;
	margin-bottom: 8px;
}

.kiji_content h4.tit {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 10px;
}

.kiji_content h4.tit {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.kiji_content h4.tit:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #005698;
  bottom: -3px;
  width: 18%;
}


/** ●ブログ記事ページページャー **/
.single_news_kiji_pager .pagination {
  text-align: center;
  margin-top: 60px;
}

.single_news_kiji_pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
}
.single_news_kiji_pager .pagination li.bn01 {
  width: 8em;
  line-height: 50px;
  background: none;
  box-shadow: none;
}

.single_news_kiji_pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #333;
  text-decoration: none;
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;*/
}

.single_news_kiji_pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.single_news_kiji_pager .pagination li a:hover,
.single_news_kiji_pager .pagination li a.active {
  color: #fff;
  background: #f56f84;
  border-radius: 50px;
}

.single_news_kiji_pager .pagination li.bn01 a:hover {
  color: #666;
  background: none;
  box-shadow: none;
}


.news_contents00_g2_archive {
	overflow-y: visible!important;
	max-height: none!important;
}



.sidebar > ul > li  {
  font-size: 15px;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  color: #333;
  line-height: 1.45;
	padding: 2px 0.3em 6px;
  margin-bottom: 20px;
}

.sidebar > ul > li  h3 {
	font-size:20px;
	font-size:2.0rem;
  font-weight: 500;
  padding: 0 0.2em 8px;
  border-bottom: 4px #fa6f45 solid;
  margin-bottom: 8px;
}
ul.single_news_c02_side_tx01 {
}

.sidebar > ul > li li a {
	display: inline-block;
	color: #333;
	line-height: 1.65;
	text-decoration: none;
	padding: 4px 0.3em;
	margin: 2px 0;
}
.sidebar > ul > li li a:hover {
  color: #666;
  text-decoration: underline;
}

@media only screen and (max-width: 820px) {
.sidebar > ul > li li {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
.sidebar > ul > li li {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #260c00;
    line-height: 1.75;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 2px #f2984f dotted;
  }
}



.single_news_day {
  display: inline-block;
  /*margin-right: 15px;*/
  color: #c9460e;
  font-weight: bold;
}
.single_news_stit {
  display: inline-block;
}
.single_news_stit a {
  color: #333;
  text-decoration: none;
}
.single_news_stit a:hover {
  text-decoration: underline;
}





.single_news_table {
  border-collapse: collapse;
  width: 100%;
}

.single_news_table tr {
  margin-bottom: 20px;
  display: block;
}

.single_news_table th,
.single_news_table td {
  /*padding: 10px;
  border: solid 1px #999;*/
  text-align: left;
  box-sizing: border-box;
}
.single_news_table td {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 820px) {
  .single_news_table tr {
    margin-bottom: 35px;
  }
  .single_news_table td {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.single_news_table .single_news_day {
  width: 85%;
  vertical-align: top;
  padding-right: 0.3em;
}
.single_news_table .single_news_stit {
  width: 85%;
  max-width: 635px;
  display: inline-block;
  /*text-overflow: ellipsis;*/
  line-height: 1.75;
}
.blog .top_news_table .single_news_stit,
.archive .top_news_table .single_news_stit {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 820px) {
  .single_news_table .single_news_day {
    width: 100%;
  }
  .single_news_table .single_news_stit {
    width: 100%;
    max-width: 750px;
  }
}

.single_news_table tr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}



/*====================================
WP　ページネーション
====================================*/
/*.wp-pagenavi {
    margin: 20px auto;
    display: flex;
    align-items: baseline;
}
 
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
    border: 1px solid #398bd3;
    background: #fff;
    height: 2em;
    line-height: 2em;
    padding-top: 0;
    padding-bottom: 0;
}
 
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend {
    width: 2em;
    text-align: center;
}
 
.wp-pagenavi .current {
    background: #398bd3;
    color: #fff;
}
 
.wp-pagenavi .extend {
    border: none;
    background: transparent;
}*/




.menus_tit{
padding: 8px 0 4px 0.6em ;
border-top: 2px #f56e84 dotted;
border: none;
background-color: #FFFFCD;
border-bottom: 4px #FFFF26 solid;
}




.single_menus_tx01 {
	font-family: 'Noto Serif JP', serif;
	font-size:22px;
	font-size:2.2rem;
	line-height: 1.25;
	padding-top: 10px;
	padding-bottom: 15px;
	letter-spacing: 0.03em;
}

.single_menus_tx02, .single_menus_tx03, .single_menus_tx04 {
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.45;
	padding-top: 12px;
	padding-bottom: 15px;
}
.single_menus_tx02 .tx_s, .single_menus_tx03 .tx_s, .single_menus_tx04 .tx_s {
	font-size:12px;
	font-size:1.2rem;
	}


@media only screen and (max-width: 820px) {
.single_menus_tx01 {
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	font-size:2.0rem;
	padding-top: 6px;
	letter-spacing: 0.03em;
	/*background-color: #333;
	color: #FFF;
	text-align: center;*/
	padding: 0.2em 0;
}
.single_menus_tx02, .single_menus_tx03, .single_menus_tx04 {
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.25;
	padding-top: 6px;
	letter-spacing: -0.03em;
}
}



