@charset "UTF-8";
/*------------------------------

    blog

------------------------------*/
#main .bgarea{
	position: relative;
    background-position: center bottom!important;
    max-width: 2000px;
    margin: auto;
}

.sec-blog#sec00 .inner, .sec-post#sec00 .inner{
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 65px;
    padding-top: 60px;
    width: 960px;
    max-width: 100%;
}

.sec-blog#sec01 .inner, .sec-post#sec01 .inner{
    margin: 0 auto 65px;
    padding-top: 30px;
    width: 960px;
    max-width: 100%;
}

.sec-post#sec01 .inner{
    width: 700px;
}

.maincontent{
	display: flex;
    flex-wrap: wrap;
    width: 75%;
    padding-right: 3%;
}

.sec-blog#sec01 .maincontent,
.sec-post#sec01 .maincontent{
    width: 100%;
    padding-right: 0%;
}

.arc-wrap.arc-wrap-main{
	width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.arc-wrap.arc-wrap-main article{
	display: flex;
}

.arc-wrap.arc-wrap-main .post-thumbnail{
	width: 48%;
    margin-right: 2%;
}

.arc-wrap.arc-wrap-main .post-content{
	width: 48%;
}

.arc-wrap.arc-wrap-sub {
    width: calc((100% - 45px) / 3);
    margin-right: 20px;
    margin-bottom: 60px;
}

.first .arc-wrap.arc-wrap-sub:nth-of-type(3n+1){
    margin-right: 0;
}

.sub .arc-wrap.arc-wrap-sub:nth-of-type(3n){
	margin-right: 0;
}

.post-thumbnail{
    margin-bottom: 10px;
}

.post-thumbnail a{
	position: relative;
    display: block;
}

.post-thumbnail a .post-subtitle{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.7);
    padding: 15px;
}

.post-thumbnail a{
  position: relative;
  padding-top: 66%;
}

.post-thumbnail a img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.post-new{
    display: inline-block;
	border: 2px solid #f00;
    color: #f00;
    font-weight: bold;
    padding: 3px 15px;
    font-size: 13px;
    line-height: 1.1em;
    vertical-align: middle;
}

.post-date {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
}

.post-categories{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 10px;
}

.post-categories li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.post-categories li a{
    display: inline-block;
    padding: 5px 15px;
    background: #d3d8e3;
    border-radius: 50px;
    color: #304a85;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
}

.post-title{
	margin-top: 5px;
}

.post-title a {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
}

.post-text{
	font-size: 12px;
    line-height: 1.3em;
    margin-top: 10px;
}

.arc-wrap.arc-wrap-main .post-title a{
	font-size: 20px;
}

.arc-wrap.arc-wrap-main .post-text{
	font-size: 14px;
}

.pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.pagination .item{
    margin: 0 3px 10px;
}

.pagination .item .page-numbers {
    position: relative;
    display: block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border: 2px solid #1e3b72;
    background: #fff;
    color: #1e3b72;
    text-align: center;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: bold;
    line-height: 30px;
}

.pagination .item .page-numbers.current{
    background: #d8dde7;
}

.pagination .item .page-numbers.prev, .pagination .item .page-numbers.next{
    border: none;
    width: 20px;
}

.pagination .item .page-numbers.prev:before{
    font-family: FontAwesome;
    content: "\f104";
    background: #1e3b72;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    width: 20px;
    height: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.pagination .item .page-numbers.next:before{
    font-family: FontAwesome;
    content: "\f105";
    background: #1e3b72;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    width: 20px;
    height: 35px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.sidebar{
	width: 25%;
}

.sidettl{
	background: #304a85;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

#category{
    margin-bottom: 60px;
}

#category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#category ul li {
    width: 48%;
    margin-bottom: 8px;
}

#category li a {
	display: inline-block;
    padding: 5px 25px 5px 15px;
    background: #d3d8e3;
    border-radius: 50px;
    color: #304a85;
    font-size: 13px;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}

#category li a::after {
	font-family: FontAwesome;
    content: "\f105";
    color: #304a85;
    font-size: 20px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 6px;
}

#ranking li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
}

#ranking li:last-of-type{
	border: none;
}

#ranking .thumbnail {
    width: 50%;
    position: relative;
    min-height: 30px;
}

#ranking .thumbnail a{
  position: relative;
  padding-top: 66%;
  display: block;
}

#ranking .thumbnail a img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

#ranking .thumbnail::after{
	color: #fff;
	content: '1';
    text-align: center;
    line-height: 25px;
    background: #d0a96c;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 10px;
    z-index: 2;
}

#ranking li:nth-of-type(2) .thumbnail::after{
	content: '2';
    background: #b4b4b5;
}

#ranking li:nth-of-type(3) .thumbnail::after{
	content: '3';
    background: #b1765a;
}

#ranking li:nth-of-type(4) .thumbnail::after{
	content: '4';
    background: #547ecf;
}

#ranking li:nth-of-type(5) .thumbnail::after{
	content: '5';
    background: #547ecf;
}

#ranking .text {
    width: 50%;
    padding-left: 5%;
}

#ranking .side-new{
    display: inline-block;
	border: 2px solid #f00;
    color: #f00;
    font-weight: bold;
    padding: 3px 15px;
    font-size: 10px;
    line-height: 1.1em;
    vertical-align: middle;
}

#ranking .date{
	font-size: 10px;
}

#ranking .title a{
	font-size: 13px;
	font-weight: bold;
}

/*-------------
blog category
-------------*/
.post-category-title{
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 20px;
}

.post-category-title::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #bababa;
}

.post-category-title::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: #1e3b72;
}

/*-------------
blog 記事詳細
-------------*/
.sec-post .post-title a{
    display: inline-block;
    font-size: 22px;
}

.sec-post .post-content{
    margin-top: 30px;
    width: 100%;
}

.sec-post .post-content table,
.sec-post .post-content tbody,
.sec-post .post-content tfoot,
.sec-post .post-content thead,
.sec-post .post-content tr,
.sec-post .post-content th,
.sec-post .post-content td{
    padding: 5px;
}

.sec-post .post-content ol,
.sec-post .post-content ul{
    padding-left: 1.1em;
    list-style: revert;
}

.sec-post .post-content li{
    list-style: inherit;
}

.sec-post .post-pagination{
    width: 100%;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-post .post-pagination .post-page-numbers{
    display: block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border: 2px solid #1e3b72;
    background: #fff;
    line-height: 35px;
    font-size: 16px;
    color: #1e3b72;
    font-weight: bold;
    text-align: center;
}

.sec-post .post-pagination .post-page-numbers.current{
    background: #d8dde7;
}

.sec-post .post-footer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 0
}

.sec-post .post-footer div {
    width: 40%;
}

.sec-post .post-footer .all{
    width: 20%;
    margin: auto;
    text-align: center;
}

.sec-post .post-footer .all a{
    border: 2px solid #1e3b72;
    padding: 5px 15px;
    display: inline-block;
}

.sec-post .post-footer a span{
    color: #1e3b72;
}

.sec-post .page-arrow a{
    position: relative;
    display: block;
    border: none;
    font-weight: normal;
    text-align: center;
}

.sec-post .post-footer .page-arrow.prev a{
    padding-left: 30px;
    text-align: left;
}

.sec-post .post-footer .page-arrow.next a{
    padding-right: 30px;
    text-align: right;
}

.sec-post .post-footer .page-arrow.prev a:before{
    font-family: FontAwesome;
    content: "\f104";
    background: #1e3b72;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    width: 20px;
    height: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

.sec-post .post-footer .page-arrow.next a:before{
    font-family: FontAwesome;
    content: "\f105";
    background: #1e3b72;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    width: 20px;
    height: 35px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

/*記事詳細　フォーマット*/
.sec-post .post-content h2, .sec-post .post-content h2 span{
    margin-bottom: 20px;
    padding: 10px;
    background: #1e3b72;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	 text-align:center;
}

.sec-post .post-content h3, .sec-post .post-content h3 span{
    margin: 45px auto 20px;
    padding: 0 10px 5px;
    color: #1e3b72;
    font-size: 16px;
    font-weight: bold;
}
.sec-post .post-content h3{
    border-bottom: 3px solid #1e3b72;
}
.sec-post .post-content h4, .sec-post .post-content h4 span{
    font-size: 16px;
    font-weight: bold;
	 padding:20px 0px;
}

.sec-post .post-content img{
    height: inherit;
}

.sec-post .post-content .col2, .sec-post .post-content .col3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px auto 0;
}

.sec-post .post-content .col2 div {
    width: calc((100% - 25px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.sec-post .post-content .col2 div:nth-of-type(2n){
    margin-right: 0;
}

.sec-post .post-content .col3 div {
    width: calc((100% - 45px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.sec-post .post-content .col3 div:nth-of-type(3n){
    margin-right: 0;
}

.sec-post .post-content p{
    margin: 1em 0;
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
}

.sec-post .post-content a,
.sec-post .post-content .f_sec a{
    color: #103777;
    font-size: 13px;
    word-break: break-all;
}

.sec-post .post-content .f_sec{
    position: relative;
    line-height: 1.5em;
    margin: 40px auto;
    padding-bottom: 40px;
}

.sec-post .post-content .f_sec:first-of-type{
    margin-top: 0;
}

.sec-post .post-content .f_sec *{
    line-height: 1.5;
    color: #3e3a39;
}

.sec-post .post-content .f_sec::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8e9db8;
    width: 100%;
    height: 11px;
}

.sec-post .post-content .f_inner{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.sec-post .post-content .f_main,
.sec-post .post-content .f_sec_img{
    text-align: center;
}

.sec-post .post-content .f_ttl{
    margin-bottom: 25px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.sec-post .post-content .f_col2 {
    margin: 30px 0;
    max-width: 600px;
    display: flex;
    align-items: center;
}

.sec-post .post-content .f_col2 .f_icon_img {
    padding: 0 25px;
    width: 28%;
}

.sec-post .post-content .f_col2 .f_sec_ttl {
    width: 72%;
    font-size: 17px;
    font-weight: bold;
}

.sec-post .post-content .f_sec_subttl{
    margin-top: 30px;
    font-weight: bold;
}

.sec-post .post-content .f_sec_subttl + p{
    margin-top: 0;
}

.sec-post .post-content .f_sec dt {
    margin-top: 20px;
}

.sec-post .post-content .f_sec dt:first-of-type{
    margin-top: 15px;
}

.sec-post .post-content .f_sec i{
    padding-right: 3px;
}

.sec-post .post-content .f_sec ul li{
    position: relative;
    padding-left: 1em;
    list-style: none;
}

.sec-post .post-content .f_sec ul li::before{
    content: '';
    display:  inline-block;
    background: #000;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    position: absolute;
    top: 7px;
    left: 3px;
}

/*記事詳細　カスタマイズ*/
.sec-post .post-content .f_sec.sdgs {
    position: relative;
    margin: 40px auto;
    padding-bottom: 40px;
}

.sec-post .post-content .f_sec.sdgs::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../image/blog/sdgs_line.png) no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 700px;
    height: 11px;
}

@media(max-width: 767px){
	#main .titarea {
        position: absolute;
        left: 0%;
        transform: inherit;
    }

    .sec-blog#sec01 .inner, .sec-post#sec01 .inner{
        padding-top: 0;
    }

	.maincontent, .sidebar{
		width: 100%;
		padding: 0;
		margin-bottom: 90px;
	}

	.arc-wrap.arc-wrap-main article{
		display: block;
	}

	.arc-wrap.arc-wrap-main .post-thumbnail{
		width: 100%;
		margin: 0 0 10px;
	}

	.arc-wrap.arc-wrap-main .post-content{
		width: 100%;
	}

	.arc-wrap.arc-wrap-sub{
		width: calc((100% - 25px) / 2);
		margin-right: 20px;
	}

    .first .arc-wrap.arc-wrap-sub:nth-of-type(3n+1){
        margin-right: 20px;
    }

    .sub .arc-wrap.arc-wrap-sub:nth-of-type(3n){
        margin-right: 20px;
    }

	.first .arc-wrap.arc-wrap-sub:nth-of-type(2n+1){
		margin-right: 0;
	}

    .sub .arc-wrap.arc-wrap-sub:nth-of-type(2n){
        margin-right: 0;
    }

	.sidettl{
	    text-align: center;
		font-size: 18px;
    	margin: 0 -10px 15px;
	}

	#category ul li{
		width: 32%;
	}

	#ranking ul{
	    display: flex;
	    flex-wrap: wrap;
	}

	#ranking li{
		display: flex;
		flex-direction: column;
		width: 48%;
	    margin-right: 3%;
	    border: none;
	}

	#ranking li:first-of-type{
		width: 100%;
	}

	#ranking li:first-of-type .side-new, #ranking li:first-of-type .date{
		font-size: 12px;
	}

	#ranking li:first-of-type .title a{
		font-size: 16px;
	}

	#ranking li:nth-of-type(2n+1){
		margin-right: 0;
	}

	#ranking .thumbnail, #ranking .text{
		width: 100%;
        min-height: 0%;
		padding: 0;
	}

	#ranking .side-new{
		margin-right: 10px;
	}

	#ranking .date{
		display: inline-block;
	    line-height: 1.5em;
	}

	#ranking .title{
		margin-top: 10px;
	}

    /*-------------
    blog category
    -------------*/
    .post-category-title{
        margin-bottom: 40px;
    }

    /*-------------
    blog 記事詳細
    -------------*/
    .sec-post .post-footer div{
        width: 100%;
        margin: 10px 0;
    }

    .sec-post .post-footer .all{
        width: 100%;
    }

    .sec-post .post-footer .all a{
        width: 70%;
        display: block;
        margin: auto;
        text-align: center;
    }

    .sec-post .post-footer .page-arrow.prev{
        margin-right: auto;
    }

    .sec-post .post-footer .page-arrow.next{
        margin-left: auto;
    }

    /*記事詳細フォーマット*/
    .sec-post .post-content .col3 div{
        width: calc((100% - 20px) / 2);
    }

    .sec-post .post-content .col3 div:nth-of-type(2n){
        margin-right: 0;
    }

    .sec-post .post-content .col3 div:nth-of-type(3n){
        margin-right: inherit;
    }

    .sec-post .post-content .f_col2 .f_icon_img{
        padding: 0px 10px 0 0;
    }

    .sec-post .post-content table{
        width: 100%;
    }
}

/*TOCのデザイン*/
#toc_container{
  border: 1px solid #ccc;/*枠の大きさ、スタイル、色*/
  background-color: #fff;/*背景色*/
	margin-bottom:30px;
}
#toc_container ul{
	list-style: none;
}
#toc_container .toc_title {/*目次のタイトル*/
  font-size: 1.1em;/*文字の大きさ*/
  text-align: center;
  display: block;
  color: #000;/*文字色*/
  font-weight: bold;/*文字の太さ*/
}

#toc_container .toc_list > li a {/*h2見出し*/
  color: #808080;/*文字の色*/
  font-size: 1em;/*文字の大きさ*/
}
#toc_container .toc_list > li li a {/*h3見出し*/
  color: #696969;/*文字の色*/
  font-size: 0.9em;/*文字の大きさ*/
}
#toc_container .toc a:hover {
  color: #999;/*ホバー時の文字の色*/
  background-color: #ddd;/*ホバー時の背景色*/
  font-weight: bold;/*文字の太さ*/
}
#toc_container .toc_list > li a::before {/*h2タグのアイコン*/
	font-family: "Font Awesome 5 Free";
	font-weight:900;
  content: "\f105";/*アイコン*/
  color: #222;/*アイコンの色*/
  position:relative;
		padding-right: 0.5em;
}
#toc_container .toc_list > li li a::before {/*h3見出しのアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f0da";/*アイコン*/
	vertical-align:-3px;
  color: #191970;/*アイコンの色*/
 font-size: 18px;/*アイコンの大きさ*/
  position:relative;
	padding-right: 0.5em;
}
#toc_container .toc_list > li li li a::before {/*h4見出しのアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #999999;
  font-size: 18px;
  padding-right: 0.4em;
}

/*リンク強調*/
.maincontent p a[href^="http"]:after,
.maincontent p a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}

/*imgタグのcaption*/
.wp-caption-text{
	color:#c0c0c0;
	text-align:center!important;
}

.wp-caption {
	max-width:100%;
}