
/*-------お知らせNEWS　横並びボックス-------*/

.news_con {
	width:86%;
	margin:0 auto;
	height: auto;
	display: flex;
}

.news_box_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px auto;
  width: 100%;
}
.news_box {
  padding: 0px;
  margin:  20px 20px;              /* 外側の余白 */
	background-color: #FFF; /* 背景色指定 */
	width: calc(33% - 40px);
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.22);
}

/*-------お知らせNEWS　画像のホーバー-------*/

.ai_img {
  width: 100%;
  height: auto;
  margin: 10px;
  overflow: hidden;
  position: relative;
  margin:0 auto;
}

.ai_img img {
  width: 100%;
  height: 100%;
  transition: .4s;
}
.ai_img::after {
  content: '記事を読む';
  font-size: 16px;
  letter-spacing: .2em;
  text-align: center;
  padding-top: 28%;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.4);
  transition: .8s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
a:hover .ai_img::after {
  opacity: 1;
}

a:hover .ai_img img {
    transform: scale(1.1);
}	

/*-------お知らせNEWS　タイトル・タグ-------*/
.news_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	letter-spacing:0.1em;
	padding: 0 25px;
	line-height: 1.5em;
	margin:20px 0;
}

.news_tag {
    font-size: 15px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin: 10px 0;
	padding:10px 25px;

}
.news_tag a {
		color:#F90;
}
	


.bg-prev + .bg {
  margin-left:3em;
}
.bg-prev {
    background: var(--link_color);
    color: #000;
    padding: 0 0 0 4em;
    position: relative;
  font-size:15px;
}
.bg-prev::before,
.bg-prev::after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in;
}

.bg-prev::before {
    width: 6px;
    height: 6px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #F90;
    border-left: 2px solid #F90;
}

.bg-prev::after {
    width: 24px;
    height: 2px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #F90;
}

.bg-prev:hover::before {
    left: 12px;
}

.bg-prev:hover::after {
    left: 12px;
    width: 32px;
}


/************目次****************/

#toc_container li,#toc_container ul {
    margin: 0;
    padding:  0.1em 0;
	font-size: 16px;
	font-weight: bold;
}



#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
}

#toc_container.have_bullets li {
    padding-left: 12px;
}


#toc_container ul ul {
    margin-left: 1.5em;
}

#toc_container {
    background: #FFF;
	border: 1px solid #F90;
    padding: 30px 40px 10px 40px;
    margin: 60px 0 4em 0;
    width: 70%;
    display: table;
    font-size: 100%
}

#toc_container p.toc_title {
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
	font-size:18px;
}
#toc_container li a {
	color: #000;
}


#toc_container li a:hover {
  text-decoration: underline;
  color: #F90;
}
#toc_container span.toc_toggle {
    font-weight: lighter;
    font-size: 100%;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 0.2em;
}





/************ブログコンテンツ****************/
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin:0 auto;
}

.content-wrapper .content-body {
  width: 78%;
}
.content-wrapper .content-list {
  width: 22%;
  margin-top:30px;
}

.content-wrapper .content-list h4.list-title{
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #bbbbbb;
  color: #454545;
}
.content-wrapper .content-list ul {
  margin:0;
  padding:0;
  padding:5px 7px;
  margin-top:10px;
  list-style: none;

}
.content-wrapper .content-list ul li {
  margin:0;
  padding:0;
  margin-top: 7px;
  font-size: 92%;
}
.content-wrapper .content-list ul li a:link {
  text-decoration: underline;
}
.content-wrapper .content-list ul li a:hover {
  text-decoration: none;
}



/****************見出し****************/

.content-wrapper h2 {
	font-size: 28px;
	border-left: 10px solid #F90;
	padding: 0 0 0 15px;
	margin-bottom: 1.5em;
}
.content-wrapper h3 {
	font-size: 23px;
	color:#F90;
	margin-bottom: 40px;
}
.content-wrapper h4 {
	font-size: 21px;
	margin-bottom: 25px;
}


/****************リスト****************/

.content-wrapper ul {
    margin: 50px 0 40px 0;
    padding-left:30px;
}
.content-wrapper ul li {
    margin:10px 0 10px 20px;
    position:relative;
    line-height:30px;
    padding-left:0px;
	font-size: 18px;
	font-weight: bold;
}

.content-wrapper ol {
    margin: 50px 0 40px 20px;
    padding: 0;
    list-style-type: none;
    counter-reset:number;
}
.content-wrapper ol li {
    margin:18px 0px;
    position:relative;
    line-height:30px;
    padding-left:40px;
	font-size: 18px;
	font-weight: bold;
}
.content-wrapper  ol li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left:0;
    width:30px;
    height:30px;
    line-height:30px;
    margin-right:40px;
    text-align:center;
    color: #FFFFFF;
    background:#F90;
    border-radius:50%;
}





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

}

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



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



/*-------お知らせNEWS　横並びボックス-------*/

.news_con {
	width:100%;
	margin:0;
	height: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


.news_box {
	padding: 0px;
  margin:  16px auto 16px auto;              /* 外側の余白 */
	background-color: #FFF; /* 背景色指定 */
	width: 94%;
	flex-shrink: 0;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.22);
	height: auto;
}
.news_box.topbox {
  margin:  20px 7% 20px 0; 
  width: 84%;
}

/*-------お知らせNEWS　タイトル・タグ-------*/
.news_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	margin:20px 0;
	padding: 0 20px;
}

.news_tag {
    font-size: 15px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin: 10px 0;
	padding:10px 20px;

}
.news_tag a {
		color:#F90;
}


#toc_container li,#toc_container ul {
    margin: 0;
    padding:  0em 0;
	font-size: 16px;
	font-weight: bold;
}

#toc_container {
    margin: 10px auto 2em auto;
	padding: 20px 15px;
    width: 98%;
}


.content-wrapper {
  display: block;
  width: 100%;
}

.content-wrapper .content-body {
  width: 96%;
  margin:0 auto;
}
.content-wrapper .content-list {
  width: 96%;
  margin:0 auto;
  margin-top: 20px;
}



/****************見出し****************/

.content-wrapper h2 {
	font-size: 24px;
	border-left: 10px solid #F90;
	padding: 0 0 0 10px;
	margin-bottom: 1.5em;
}
.content-wrapper h3 {
	font-size: 20px;
	color:#F90;
	margin-bottom: 20px;
}
.content-wrapper h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.content-wrapper ul {
  margin: 50px 0 0px 0;
  padding:0;
  padding-left:10px;
}
.content-wrapper ul li {
    margin:15px 0 15px 20px;
    position:relative;
    line-height:20px;
    padding-left:0px;
	font-size: 18px;
	font-weight: bold;
}

.content-wrapper ol {
    margin: 50px 0 0 20px;
    padding: 0;
    list-style-type: none;
    counter-reset:number;
}
.content-wrapper ol li {
    margin:18px 0px;
    position:relative;
    line-height:30px;
    padding-left:20px;
	font-size: 18px;
	font-weight: bold;
}
.content-wrapper  ol li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left:-20px;
    width:30px;
    height:30px;
    line-height:30px;
    margin-right:40px;
    text-align:center;
    color: #FFFFFF;
    background:#F90;
    border-radius:50%;
}


}