@charset "utf-8";
/* CSS Document */


/* #post_catlist_wrap
----------------------------------------- */
#post_catlist_wrap {
	overflow: hidden;
    padding-top: 0;
    padding-bottom: 8rem;
}

#post_catlist_wrap .post_catlist {
	justify-content: center;
}

#post_catlist_wrap .post_catlist > li {
    margin-right: 4.0rem;
    margin-bottom: 1.0rem;
}
#post_catlist_wrap .post_catlist > li a {
	display: block;
	font-size: 1.7rem;
    font-weight: 400;
	line-height: 1;
	white-space: nowrap;
    text-decoration: underline 0.1rem solid rgba(211,210,208,0.00);
    text-underline-offset: 0.5rem;
    transition: all .6s;
}
#post_catlist_wrap .post_catlist > li a:hover {
	opacity: 1;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: rgba(211,210,208,1.00);
    text-underline-offset: 0.5rem;
}
#post_catlist_wrap .post_catlist > li.current a {
	opacity: 1;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: rgba(211,210,208,1.00);
    text-underline-offset: 0.5rem;
}


@media screen and (max-width: 768px) {
#post_catlist_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#post_catlist_wrap .post_catlist {
	justify-content: center;
}

#post_catlist_wrap .post_catlist > li {
    margin-right: 1.0rem;
    margin-bottom: 1.0rem;
}
#post_catlist_wrap .post_catlist > li a {
	font-size: 1.2rem;
}
}



/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
}

#post_list_wrap .inner {
    max-width: 109rem;
    text-align: center;
	padding-top: 0;
    padding-bottom: 10rem;
}

#post_list_wrap .post_list {
    margin: auto;
	width: 100%;
    position: relative;
    margin-bottom: -6rem;
}

#post_list_wrap .post_list > li {
    width: calc(330/1090*100%);
    position: relative;
    margin-bottom: 6rem;
}

#post_list_wrap .post_list > li a {
	width: 100%;
    display: block;
}
#post_list_wrap .post_list > li a:hover {
	opacity: 1;
}

#post_list_wrap .post_list .thumbnail {
	margin-bottom: 2rem;
	position: relative;
}
#post_list_wrap .post_list .thumbnail .img_wrap {
	width: 100%;
    padding-top: 72.2222%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#post_list_wrap h3.post_ttl .ttl {
    font-size: 1.8rem;
    line-height: calc(32/18);
	font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: underline 0.1rem solid rgba(211,210,208,0.00);
    text-underline-offset: 0.5rem;
    transition: all .6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#post_list_wrap a:hover h3.post_ttl .ttl {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: rgba(211,210,208,1.00);
}

#post_list_wrap .txt_con .txt {
    font-size: 1.4rem;
    line-height: calc(25/14);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 1.5rem;
}


#post_list_wrap .info {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
    line-height: 1;
}
#post_list_wrap .info .date {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
}
#post_list_wrap .info .category {
    margin-left: 1rem;
        display: flex;
    align-items: center;
}
#post_list_wrap .info .category::before {
    content: '/';
    margin-right: 1rem;
    color: #adaba7;
    font-size: 1.2rem;
    font-weight: 400;
}

#post_list_wrap .category .cat_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#post_list_wrap .category .cat_list li {
	display: flex;
}
#post_list_wrap .category .cat_list li:not(:last-child) {
	margin-right: 1rem;
}
#post_list_wrap .category .cat_list a {
	font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
}
#post_list_wrap .category .cat_list a:hover {
}


@media screen and (max-width: 768px) {
#post_list_wrap {
}

#post_list_wrap .inner {
    width: 33.5rem;
	padding-top: 0;
	padding-bottom: 8rem;
}
    
#post_list_wrap .post_list {
    width: 100%;
    margin-bottom: 0;
}
	
#post_list_wrap .post_list > li {
	width: 100%;
	position: relative;
	margin-bottom: 3rem;
}

#post_list_wrap .info {
    margin-bottom: 1.0rem;
}
#post_list_wrap .info .date {
    font-size: 1.2rem;
}
#post_list_wrap .category .cat_list a {
    font-size: 1.0rem;
}
    
#post_list_wrap h3.post_ttl .ttl {
    font-size: 1.65rem;
    text-underline-offset: 0.5rem;
}

#post_list_wrap .txt_con .txt {
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

#post_list_wrap .post_list > li:last-child {
	margin-bottom: 0;
}
}


/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
}

#post_single_wrap .inner {
    max-width: 90rem;
	padding-top: 14rem;
	padding-bottom: 11rem;
}

#post_single_wrap .info_wrap {
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
	margin-bottom: 4rem;
    padding-top: 10rem;
    position: relative;
}

#post_single_wrap .date {
    font-size: 1.5rem;
	font-weight: 300;
}

#post_single_wrap .category {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#post_single_wrap .category::before {
    content: ' / ';
    padding: 0 1rem;
    color: #adaba7;
}
#post_single_wrap .category .cat_list > li {
	margin-bottom: 0;
}
#post_single_wrap .category .cat_list > li:not(:last-child) {
	margin-right: 1rem;
}
#post_single_wrap .category .cat_list a {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    transition: all .6s;
}
#post_single_wrap .category .cat_list a:hover {
}


#post_single_wrap h1 {
	font-size: 2.8rem;
	line-height: calc(50/28);
	font-weight: 500;
    text-align: center;
    margin-bottom: 3.5rem;
}

#post_single_wrap .main_img {
	overflow: hidden;
}

#post_single_wrap .post_con {
    width: 100%;
    margin: auto;
    margin-top: 6rem;
    text-align: left;
    font-size: 1.8rem;
    line-height: calc(32/18);
}

#post_single_wrap .post_con .wp-caption img {
    margin-bottom: 0;
}

#post_single_wrap .post_con img {
    margin-bottom: 6rem;
    overflow: hidden;
}

#post_single_wrap .post_con p {
    margin-bottom: 3rem;
}

#post_single_wrap .post_con a {
    color: #000000;
    text-decoration: underline;
}


#post_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
    margin-bottom: 6rem;
}

#post_single_wrap .post_con .wp-caption-text {
    color: #000000;
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 2rem;
}

#post_single_wrap .post_con h2 {
	font-size: 2.5rem;
	line-height: 1.4;
    letter-spacing: 0.1em;
	margin-top: 6rem;
	margin-bottom: 4rem;
    padding: 1rem 2rem;
    background-color: #FFFFFF;
    font-weight: bold;
}
#post_single_wrap .post_con h3 {
  font-size: 2.2rem;
	line-height: 1.4;
    letter-spacing: 0.1em;
	margin-top: 6rem;
  margin-bottom: 1.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px dotted #FFFFFF;
}
#post_single_wrap .post_con h4 {
  font-size: 2.0rem;
	line-height: 1.4;
    letter-spacing: 0.1em;
	margin-top: 4rem;
	margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #FFFFFF;
    display: flex;
}
#post_single_wrap .post_con h4::before {
    content: "";
    display: block;
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    margin-top: 0.4rem;
}

#post_single_wrap .post_con a {
	color: #1F3B95;
    text-decoration: underline;
}

#post_single_wrap #toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 1.6rem;
}

#post_single_wrap #toc_container .toc_depth_3 {
    font-size: 0
}
#post_single_wrap #toc_container .toc_depth_3::before {
    content: "・";
    font-size: 1.6rem;
}

#post_single_wrap .post_con #ez-toc-container {
	border: 1px solid #646464;
	border-radius: 0;
	padding: 2rem;
	box-shadow: 0 0 0 0;
	margin-bottom: 3em;
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-list {
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-list > li:not(:last-child) {
	margin-bottom: 1rem;
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-list a {
	font-size: 1.4rem;
}

#post_single_wrap .post_con #ez-toc-container .ez-toc-title-container {
    margin-bottom: 1rem;
}
#post_single_wrap .post_con #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.8rem;
}


#post_single_wrap .pagenavi {
    margin: auto;
	padding-top: 10rem;
    width: 100%;
	height: auto;
    display: flex;
    align-items: center;
}

#post_single_wrap .pagenavi li {
    margin-bottom: 0;
	width: 33.33%;
}

#post_single_wrap .pagenavi li a {
	font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
	font-family: 'Oswald', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#post_single_wrap .pagenavi li.all {
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_single_wrap .pagenavi li.all a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_single_wrap .pagenavi li.all a:hover {
    opacity: 1;
}
#post_single_wrap .pagenavi li.all span {
    font-size: 1.9rem;
    line-height: 1.6;
    /*font-weight: 600;*/
}
#post_single_wrap .pagenavi li.all .btn_wrap .btn.arrow .arrow {
    width: 7.6rem;
}

#post_single_wrap .pagenavi li.next .btn_wrap {
    display: flex;
    justify-content: flex-end;
}

#post_single_wrap .pagenavi li .btn_wrap .btn span {
    /*font-size: 1.8rem;
    font-weight: 600;*/
}
#post_single_wrap .pagenavi li.prev .btn_wrap .btn span {
    margin-left: 2rem;
}
#post_single_wrap .pagenavi li.next .btn_wrap .btn span {
    margin-right: 2rem;
}

#post_single_wrap .post_con .point_list {
    margin-top: 4rem;
}
#post_single_wrap .post_con .point_list > li:not(:last-child) {
    margin-bottom: 2rem;
}
#post_single_wrap .post_con .point_list > li .ttl span {
    font-size: 1.2rem;
}
#post_single_wrap .post_con .att {
    font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
#post_single_wrap {
}
	
#post_single_wrap .inner {
	padding-top: 14rem;
    padding-bottom: 8rem;
}
	
#post_single_wrap .info_wrap {
	width: 100%;
	margin-bottom: 1.5rem;
    padding-top: 3rem;
}
#post_single_wrap .date {
    font-size: 1.2rem;
}
    
#post_single_wrap .category {
}
#post_single_wrap .category::before {
    margin: 0 1rem;
}
#post_single_wrap .category .cat_list a {
    font-size: 1.0rem;
}
	
	
#post_single_wrap .main_img {
	margin-top: 4rem;
}


#post_single_wrap article h1 {
	font-size: 2.2rem;
}

#post_single_wrap .post_con {
    margin-top: 4rem;
    font-size: 1.35rem;
}
	
#post_single_wrap .post_con p {
    margin-bottom: 1.5rem;
}
    
#post_single_wrap .post_con img {
    margin-bottom: 3rem;
}
    
#post_single_wrap .post_con h2 {
  font-size: 1.8rem;
	margin-top: 4rem;
    padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#post_single_wrap .post_con h3 {
  font-size: 1.6rem;
	margin-top: 2.5rem;
  margin-bottom: 1.6rem;
}
#post_single_wrap .post_con h4 {
  font-size: 1.4rem;
	margin-top: 2rem;
  margin-bottom: 1.2rem;
}

    
#post_single_wrap .post_con .wp-caption {
    margin-bottom: 3rem;
}
    
#post_single_wrap .post_con .wp-caption-text {
    font-size: 1.1rem;
}
#post_single_wrap .pagenavi {
    padding-top: 4rem;
}
	
#post_single_wrap .pagenavi li {
    width: 100%;
}
    
#post_single_wrap .pagenavi li.all a:hover {
    opacity: 1;
}
#post_single_wrap .pagenavi li.all span {
    font-size: 1.35rem;
    line-height: 1.6;
}
#post_single_wrap .pagenavi li.all .btn_wrap {
    margin-top: 0;
}
#post_single_wrap .pagenavi li.all .btn_wrap .btn.arrow .arrow {
    width: 5.3rem;
    display: flex;
}
    
#post_single_wrap .post_con .point_list {
    margin-top: 2rem;
}
#post_single_wrap .post_con .point_list > li:not(:last-child) {
    margin-bottom: 1rem;
}
#post_single_wrap .post_con .point_list > li .ttl span {
    font-size: 1.1rem;
}
#post_single_wrap .post_con .att {
    font-size: 1.1rem;
}
    
}
