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

html {
	height:100%;
	width:100%;
	font-size:62.5%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	line-height: 175%;
	background-color: #fff;
}
* html div#container {
	height:100%;
}
body > #container {
	height: auto;
}

div#container {
	float: none;
	display:block;
	padding:0;
	min-height: 100%;
}
div#container,
header{
	max-width: 1440px;
	margin:0 auto;
	width: 100%;
}

div.overlay {
	display: none;
}

header {
	border-top: 6px solid #a1815a;
	position:relative;
	display:inline-block;
	padding: 7px 0 6px 0;
	position: fixed;
	z-index: 99997;
	background-color: #fff;
}
header a.logo {
	position:absolute;
	left:50px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	margin:0;
	padding: 0;
	font-size: 2.2rem;
	color: #8cc63f;
	font-weight: bold;
}
header a.logo img {
	width: 70px;
	margin-right: 20px;
	vertical-align: middle;
}

header nav {
	position:relative;
	display:inline-block;
	float:right;
}
header nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
header nav ul li a {
	font-size:1.3rem;
	font-weight: 500;
	color: #8cc63f;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}
header nav ul li a span {
	display:block;
	font-size: 1.8rem;
}
header nav ul.global {
	margin: -1px 230px 0 0;
	padding: 65px 0 0 0;
}
header nav ul.global li {
	margin: 1px 35px 0 0;
	padding: 0;
	float:left;
	position: relative;
}
header nav ul.global li:nth-last-child(-n + 3) {
	margin-right: 0;
}
header nav ul.global li:nth-last-child(-n + 2) {
	position: absolute;
	height:65px;
	top:0;
	padding-top:0;
}
header nav ul.global li:nth-last-child(2) {
	right: -webkit-calc(265px + 4em);
	right: calc(265px + 4em);
}
header nav ul.global li:last-child {
	right:230px;
}
header nav ul.global li a,
header nav ul.global li a span {
	text-align:center;
}
header nav ul.global li a {
	display:block;
	height:65px;
	font-size: 1.5rem;
	padding-top: 5px;
}
/* fix 2021-07-21 */
#menu-item-1158 a{
	display: none;
}
#menu-item-1159 a{
	display: none;
}
#menu-item-1160 a{
	display: none;
}
#menu-item-1161 a{
	display: none;
}

header nav ul.global li a.arrow {
	display: none;
}
header nav ul.global li a:hover,
header nav ul.global li.current_page_item a,
header nav ul.global li.current-menu-item a,
header nav ul.global li.current-menu-ancestor a {
	border-bottom: 4px solid #a78a68;
	color: #a78a68;
}
header nav ul.global li.current_page_item ul li a,
header nav ul.global li.current-menu-item ul li a,
header nav ul.global li.current-menu-ancestor ul li a {
	border: none;
}
header nav ul.global li a span {
	letter-spacing:0.075em;
}
header nav ul.global li ul {
	position: absolute;
	margin: 0;
	padding: 20px 25px;
	left: -15px;
	background-color: #fff;
	border: 1px solid #a78a68;
	display: none;
}
header nav ul.global li ul li {
	float: none;
	margin: 0;
	padding: 0;
}
header nav ul.global li ul li:nth-last-child(-n + 2) {
	position: relative;
	height: auto;
	line-height: 175%;
	top: auto;
	right: auto;
}
header nav ul.global li ul li a {
	padding: 2px 0 2px 1em;
	height: auto;
	text-align: left;
	border: none;
	color: #a78a68;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.3rem;
}
header nav ul.global li.current-menu-ancestor ul li a,
header nav ul.global li ul li.current-menu-ancestor a {
	border:none;
}
header nav ul.global li ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	display: block;
	border: 1px solid #a78a68;
	border-left: none;
	border-top: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
header nav ul.global li ul li a:hover {
	border:none;
}
header nav ul.util {
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	margin: -1px 0 0 0;
	width:170px;
}
header nav ul.util li {
	margin:0;
	padding:0;
	display:list-item;
}
header nav ul.util li a {
	display:block;
	border: none;
}
header nav ul.util li a div {
	margin-top: 1px;
	background-color: #8cc63f;
	color: #fff;
	padding-left:40px;
	position: relative;
	height:65px;
	overflow: hidden;
}
header nav ul.util li a div.desktop {
	line-height: 100%;
}
header nav ul.util li a div.desktop span {
	line-height: 150%;
}
header nav ul.util li:last-child {
	display: none;
}
header nav ul.util li:first-child a div:first-child {
	line-height:65px;
	font-size: 1.6rem;
}
header nav ul.util li:first-child a div:not(:first-child),
header nav ul.util li:not(:first-child) a div {
	padding-top: 10px;
}
header nav ul.util li a div i {
	position:absolute;
	top:50%;
	left:10px;
	background-color: #76af2b;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;	
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	font-size: 1.2rem;
}
header nav ul.util li:last-child a div i {
	transform:translateY(-50%) scale(-1, 1);
	-webkit-transform:translateY(-50%) scale(-1, 1);
	-moz-transform:translateY(-50%) scale(-1, 1);
	-ms-transform:translateY(-50%) scale(-1, 1);
}
header nav ul.util li a div span {
	letter-spacing:0.1em;
}

section.content {
	position:relative;
	display: inline-block;
	width:100%;
	padding-top: 12% !important;
	z-index: 99996;
}

@media screen and (max-width:968px) {
	section.content {
		position:relative;
		display: inline-block;
		width:100%;
		padding-top: 1% !important;
		z-index: 99996;
	}
}

/* fix 2020-07-13　*/
section.content article.title {
    margin: 0 auto;
    padding: 1% 0% 1%;
    color: #8cc63f;
    background-color: #9e9e9e24;
}

/* fix 2020-07-13　*/
@media screen and (max-width:968px) {
 section.content article.title {
    padding: 5% 5% 3% 5%;
    margin: 0 0 1% 0;
    color: #8cc63f;
 }
}

/* fix 2020-07-13　*/
section.content article.title1 {
    margin: 0 auto 3%;
    padding: 1% 0% 0%;
    color: #8cc63f;
    background-color: #fff;
}

/* fix 2020-07-13　*/
@media screen and (max-width:968px) {
 section.content article.title1 {
    padding: 17% 5% 3% 0%;
    margin: 0 0 1% 0;
    color: #8cc63f;
 }
}

/* fix 2020-07-13　*/

section.content article.title h1 {
    margin-left: 4%;
    color: #063376;
    display: inline-block;
    text-align: left;
    line-height: 100%;
    font-weight: bold;
    padding: 1% 0 1% 2%;
    border-left: 3px solid #8cc63f;
    font-size: 2.0rem;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' !important;
    color: #8cc63f;
}

/* fix 2021-02-17　*/

section.content article.title1 h1 {
    margin-left: 4%;
    color: #8cc63f;
    display: inline-block;
    text-align: left;
    line-height: 150%;
    font-weight: bold;
    padding: 1% 0 1% 2%;
    border-left: 3px solid #8cc63f;
    font-size: 2.0rem;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' !important;
    color: #8cc63f;
}

/* }  fix 2025/08/19 */

section.content article.title .breadcrumb {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 1.75em;
	font-size: 1.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
section.content article.title .breadcrumb a {
	display: inline-block;
}

/* fix 2020-07-13　*/

section.content article.title .breadcrumb a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 3px solid #8cc63f;
	border-bottom: none;
	border-left: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 8px;
}
section.content article.title .breadcrumb a:first-child {
	margin-top: -2px;
	vertical-align: middle;
}

/* fix 2021-02-17　*/

section.content article.title .breadcrumb,
section.content article.title .breadcrumb a {
	color: #8cc63f;
    margin: 0% 0% 0% 2.3%;
    font-size: 	0.9em;
    
}

/* fix 2021-02-17　*/

section.content article.title .breadcrumb {
    width: 70%;
}

footer {
	position:absolute;
	bottom:0;
	left: 0;
	right:0;
	background-color: #f7f7f7;
}
footer .sns {
	width:1140px;
	margin:30px auto;
	padding: 30px 0;
	background-color: #f3f4f5;
	list-style:none;
	text-align:center;
	letter-spacing: -0.4em;
}
footer .sns a {
	display: inline-block;
	height:35px;
	width:175px;
	margin:0 3px;
	vertical-align: bottom;
	color: #fff;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
	height: 35px !important;
	width: 175px !important;	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
footer .sns a span svg {
	width:175px;
	height: 35px;
}

footer .contact {
    margin-top: 0px;
    clear: both;
    background-color: #092959;
    opacity: 0.8;
    background-image: url(https://www.elixia.co.jp/sangyoui/wp-content/uploads/sites/2/2020/02/photo-1533135044283-42dc2b70abfa.jpg);
    display: inline-block;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    text-align: center;
}

footer .footer-contact-lead {
	margin: 4% auto 0% auto;
    font-size: 2rem;
    font-weight: bold;
}
footer .contact ul {
	width:1260px;
	margin: 1% auto 4% auto;
	padding:0;
	display:inline-block;
	list-style: none;
}
footer .contact ul li {
	margin: auto;
	width: -webkit-calc((100% - 50%) / 2);
	width: calc((100% - 50%) / 2);
}
footer .contact ul li:first-child {
	display: none;
/*	float:left;*/
}
footer .contact ul li:last-child {
/*	float: right;*/
}
footer .contact ul li a {
	display:block;
	padding: 2%;
    margin: 10%;
/*	height:200px;*/
/*	padding: 30px 0 50px 0;*/
	background-color: #8cc63f;
	transition:all 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	color:#fff;
	position:relative;
}
footer .contact ul li a:hover {
	background:#009688;
}
footer .contact ul li a i {
	display:inline-block;
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	margin: 0 3%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	line-height: 5rem;
	font-size:1.5rem;
}

footer .contact ul li a span {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' !important;
	display:inline-block;
	font-size:1.5rem;
	font-weight: bold;
	margin-bottom:12px;
	letter-spacing:0.1em;
}

footer .link {
	position:relative;
	display: flex;
    max-width: 1100px;
    margin: 2% auto;
}

@media screen and (max-width:768px) {
	footer .link {
	    border-top: none !important;
	    position: relative;
	    display: block; 
	    max-width: 1100px;
	    margin: 2% auto;
	    padding: 0 10%;
	}
}



footer .link div {
	margin: 0 4% 0 0;
}

footer .link h3 {
    font-size: 1em;
    font-weight: normal;
	padding: 0.01em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 2px #8cc63f;/*左線*/
}

footer a.pagetop {
	display: none !important;
	position:absolute;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	width:94px;
	height:43px;
	background-color:#fff;
	line-height:normal;
	text-align:center;
	font-weight:500;
	display: none;
	font-weight: 600;
	font-size: 1.6rem;
	padding-top:15px;
	margin-top: -43px;
}
footer a.pagetop:before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	width:0;
	height:0;
	border-style: solid;
	border-width: 0 47px 43px 47px;
	border-color: #092959 #092959 transparent #092959;
	display: none;
}
footer .link ul {
	margin: 0;
	margin-top: -webkit-calc(( 75px - 1.75em ) / 2 );
	margin-top: calc(( 75px - 1.75em ) / 2 );
	margin-bottom: -webkit-calc(( 75px - 1.75em ) / 2 );
	margin-bottom: calc(( 75px - 1.75em ) / 2 );
	padding:0;
	text-align: left;
	list-style:none;
	letter-spacing: -0.4em;
	font-size: 1.5rem;
}
footer .link ul li {
	margin:0;
	padding: 0;
	/* display:inline-block;	 */
	letter-spacing:normal;
}

.footer_corp_li{
	font-size: 1.2rem !important;
}

/* footer .link ul li:before {
	content: "-";
	/* margin: 0 7px; 
} */

footer .link ul li:last-child:after {
	display: none;
}
footer .link ul li a {
	position:inherit;
	height:auto;
	width:auto;
	display:inline;
	bottom: auto;
	left: auto;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	font-size: 1.2rem;
	color: #333333;
	margin:0;
	padding:0;
	font-weight: normal;
}
footer .link ul li a:before,
footer .link ul li a:after {
	display:none;
}
footer .copy {
	background-color: #8cc63f;
	line-height:40px;
	height:40px;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	letter-spacing:0.15em;
	font-size: 1.3rem;
}

/* new footer news title 2020-08-13*/

.footer_nav_news{
    width: 41%;
    margin: 0 1% 0 0 !important;
}

.footer_nav_news_ul{
	height: 50%;
    overflow-y: scroll;
    margin-top: 0 !important;
}

@media screen and (max-width:768px) {
	.footer_nav_news_ul{
		height: 100%;
	    overflow-y: unset;
	    margin-top: 0 !important;
	}
}

.footer_nav_news_ul::-webkit-scrollbar{
  width: 10px;
  background-color: #fff;
}
.footer_nav_news_ul::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
.footer_nav_news_ul::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

@media screen and (max-width:768px) {
	.footer_nav_news{
		width: 100%;
	}
}


.news_category-footer{
	width: 17%;
    line-height: 1;
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: text-bottom;
    color: #fff;
    padding: 1%;
    background-color: #8BC34A;
    display: inline-block;
}

/* new footer news title 2020-07-22*/

/*■#063376 ■#031633 ■#052c66 ■#084299 ■#0a58cc ■#0d6eff*/



/*■#063376 ■#5e6775 ■# ■#2f4b75 ■#173d75 ■#002f75
*/

.news_media{
	background-color: #a5d267;
		color: #fff !important;
}
.news_podium{
	background-color: #8cc33e;
		color: #fff !important;
}
.news_notice{
	background-color: #7dae37;
	color: #fff !important;
}
.news_publish-notice{
	background-color: #6b9530;
		color: #fff !important;
}

/* new footer news title 2020-07-22*/
.substr{
    visibility:hidden;
}
/* new 2020-07-22*/
.footer_nav_external{
	width: 15%;
/*    margin: 0 0% 0 0 !important;
*/}

.footer_nav_external>h3{
	border-left: unset !important;
}


@media screen and (max-width:768px) {
	.footer_nav_external{
		width: 100%;
/*	    margin: 0 0% 0 0 !important;
*/	}
}


/* //////////////////////

コラムページのブロック

 //////////////////////*/


.column_title{
	margin: 0 auto !important;
}
 .column_block{
    margin: 0 5%;
	font-family: 'メイリオ','Meiryo','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
}

.column_top_discription{
    width: 65%;
    margin-top: 2em;
    margin-right: 5%;
}
.column_category_title{
	width: 63%;
    background-color: #E7E6E6;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 1% 1%;
    padding: 1% 0 1% 3%;
}

/* 2カラムサイトにする */
.column_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.column_main, .column_side {
	padding: 0 1em;
}

.column_main {
    background: #fff;
    width: 65%;
    margin-right: 5%;
}

.column_side {
    background: rgb(255, 255, 255);
    width: 30%;
}
.column_side_signle {
    margin-top: 7em;
}
.column_side h2 {
    font-size: 1.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.column_side_h2_span{
	font-size: 0.7em;
	margin-left: 1em;
}

.column_side ul {
    background-color: #fff;
    padding: 0%;
    list-style: none;
	margin-bottom: 2em;
}

.column_side ul li {
	padding: 10% 0 5%;
    border-top: dotted 1px #d8d8d8;
    line-height: 1.5;
    font-size: 0.9em;
}
.column_side ul li:first-child {
    border-top: none;
	padding: 0% 0% 5%;
}
.column_side ul li:last-child {
	border-bottom: dotted 1px #d8d8d8;
}

/* 2カラムコンテンツにする */

.column_archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

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

	.column_top_discription{
		width: 100%;
		margin-right: 0;
		padding-left: 0;
	}

	.column_category_title{
		width: 100%;
	}

    .column_wrapper {
        flex-direction: column;
        width: 100%;
    }
    .column_main, .column_side {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
		padding: 0;
    }
	.column_main .single{
		padding: 0 !important;
	}

	.column_top_side_ipcolumn_magazine_cm_min{
		display: none;
	}

	.column_side h2 {
		font-size: 1.1em;
		padding-bottom: 10px;
		border-bottom: 1px solid #e5e5e5;
		margin-top: 10%;
	}
	.column_side ul li:first-child {
		border-top: none;
		padding: 0% 0% 2%;
	}
	.column_side ul li {
		padding: 2% 0 2%;
		border-top: dotted 1px #d8d8d8;
		line-height: 1.5;
		font-size: 1.1em;
	}
}

/*--------------------------------------
  カード型_01
--------------------------------------*/
.column_l-wrapper_01 {
	position: relative;
    margin: 1rem auto;
    width: 45%;
  }
  
  .column_l-wrapper_01:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transition: all .5s;
  }

.column_card_01_hrefBlock{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%; 
}
  
  .column_card_01 {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    color: #212121;
    text-decoration: none;
	height: 100%;
  }

  .column_card_01 a {
    color: #212121;
    text-decoration: none;
  }
  
  .column_card__header_01 {
    display: flex;
    flex-wrap: wrap;
  }
  
  .column_card__title_01 {
    padding: 0rem 1.5rem 0;
    font-size: 1.1rem;
    order: 1;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
    text-decoration: none;
  }
  
  .column_card__thumbnail_01 {
    margin: 0;
    order: 0;
	width: 100%;
  }

  .column_card__thumbnail_01 img{
	object-fit: cover;
    width: 100%;
    height: 250px;
  }

  .column_side_card__thumbnail_01 {
    margin: 1.5em 0;
  }

  .column_side_card__thumbnail_01 img{
    width: 100%;
  }
  
  .column_card__image_01 {
    width: 100%;
  }
  
  .column_card__body_01 {
    padding: 0 1.5rem;
  }
  .column_card__body_02 {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  /* .column_card__body_02 i{
    margin-left: 2%;
  } */
  
  .column_card__text_01 {
    font-size: .8rem;
    text-align:center;
    text-decoration: none;
      padding-bottom: 0;
  }
  
  .column_card__text2_01 {
    display: inline-block;
    font-size: .8rem;
    font-weight: bold;
    margin-top: 0;
    color: #c2c2c2;
  }
  .column_card__text2_02 {
    display: inline-block;
    font-size: .8rem;
    font-weight: bold;
    margin-top: 0;
    background-color: #fff;
    color: #c2c2c2;
  }
  
  .column_card__text_01 + .column_card__text_01 {
    margin-top: .5rem;
  }
  
  .column_card__footer_01 {
    padding: 1rem;
    border-top: 1px solid #ddd;
  }
  
  .column_button_01 {
    display: inline-block;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    text-align: center;
  }
  
  .column_button_01 a {
    text-decoration: none;
  }
  
  .column_button_01.-compact {
    padding: .5rem 1rem;
    border-radius: .25rem;
    background-color: #4f96f6;
    color: #fff;
    font-weight: bold;
      text-decoration: none;
  }
  
  .column_button_01.-compact:hover,
  .column_button_01.-compact:focus {
    background-color: #6bb6ff;
  }


.column_pc{
	display: block;
}
.column_sp{
	display: none;
}

/* .column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child{
	width: 100%;
}

.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card_01{
	position: relative;
}
.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__thumbnail_01{
	width: 100%;
}
.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__thumbnail_01::before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
	background: #fafafa00;
	border-bottom: 4em solid transparent;
    border-left: 4em solid #00c3e6;
}
.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__thumbnail_01::after{
		content: "New";
		display: block;
		top: 4%;
		transform: rotate(-45deg);
		color: #fff;
		left: 0;
		position: absolute;
		z-index: 101;
	
}

.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__title_01{
	position: absolute;
	right: 0;
	background-color: #fff;
}

.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__body_01{
	position: absolute;
	bottom: 0em;
	right: 0em;
	display: block;
}

.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__text2_01{
	display: block;
	color: #fff;
}
.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__text2_02{
	display: block;
	background-color: #fff0;
	color: #fff;
} */


  @media screen and (max-width: 767px) {
  .column_pc{
	  display: none;
  	}
  .column_sp{
	display: block;
	}
	.column_l-wrapper_01 {
		margin: 1rem auto;
		width: 100%;
	}
	.column_card_01{
		display: flex;
	}
	.column_card__header_01 {
		display: block;
		width: 40%;
		margin: 0%;
	}
	.column_card__body_01{
		width: 60%;
		margin: 0%;
	}
	.column_card__body_02{
		display: block;
		padding: 0 1.5rem;
	}
	.column_card__thumbnail_01 img {
		object-fit: cover;
		width: 100%;
		height
		: auto;
	}
	.column_card__text2_01 {
		display: block;
		font-size: .8rem;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		color: #c2c2c2;
	}
	.column_card__text2_02 {
		display: block;
		background-color: #fff;
		padding: 0%;
		font-weight: bold;
		color: #c2c2c2;
	}

	/* .column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__title_01{
		position: relative;
		right: 0;
		background-color: #fff;
	}
	
	.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__body_01{
		position: unset;
		display: block;
	}
	
	.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__text2_01{
		display: block;
		color: #c2c2c2;
	}
	.column_main_archive_wrapper .column_archive .column_l-wrapper_01:first-child .column_card__text2_02{
		display: block;
		background-color: #fff0;
		color: #c2c2c2;
	} */

  }

/* //////////////////////////

コラムpost 

////////////////////////////*/

.column_single_time{
	font-size: 0.9em;
    color: #949494;
    display: block;
    background-color: #0633760d;
}
.column_single_time a{
	text-decoration: none !important;
}
.column_single_time i{
	margin: 0 0 0 2%;
}

.column_archive .single h1{
    margin-left: 0%;
    color: #063376;
    display: inline-block;
    text-align: left;
    line-height: 150%;
    font-weight: bold;
    padding: 1% 0 1% 2%;
    border-left: 3px solid #063376;
    font-size: 1.5em;
    color: #063376;
}
.column_archive .single h2{
    font-size: 1.4em !important;
	line-height: 150% !important;
	margin: 8% 0 0 0 !important;
    padding: 1% 0 !important;
    border-top: none !important;
    border-bottom: 1px solid #000 !important;
}

.column_archive .single h3{
    font-size: 1.2em !important;
	margin: 8% 0 0 0 !important;
    padding: 0.25em 0.5em !important;
    color: #002060 !important;
    background: #BEE1F6!important;
    border-left: none !important;
}

.column_single{
    font-size: 16.8px;
}


.column_single table {
	margin: 0 !important;
}

.column_single table  th,td{
	padding: 2px 10px !important;
}

.column_post{
    margin: 1rem auto;
    width: 30%;
}

.column_cta,.column_kanren{
	margin-top: 10%;	
}

.column_cta h2{
    margin: 0 0 40px 0;
    font-size: 1.3em;
	line-height: 150%;
    color: #063376;
    padding: 3% 0;
    border-bottom: 1px solid #000;
}

.column_kanren h2{
    margin: 0 0 40px 0;
    font-size: 1.3em;
	line-height: 150%;
    color: #063376;
    padding: 3% 0;
    border-top: 1px solid #e2e6ef;
    border-bottom: 1px solid #e2e6ef;
	text-align: center;
}


.column_cta .column_card__thumbnail_01 img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

@media screen and (min-width:1025px) {
	.column_sticky{
		position: sticky;
		top: 110px;
	}
}

.column_post .column_card__title_01 {
  font-size: 0.8rem;
  padding: 0 1rem;
}

.column_post .column_card__body_01 {
  padding: 0 1rem;
}

.column_post .column_card__text2_01 {
  font-size: .6rem;
}

.column_post .column_card__text2_02 {
  font-size: .6rem;
}



/* 目次 */

.column_archive .toc {
	margin-bottom: 1.5em;
	position: relative;
  }
  
  .column_archive  .toc_list {
	position: relative;
	padding: 1em;
	margin-bottom: 6em;
	background: #eee;
  }
  .column_archive  .toc_list_title {
    display: block;
    text-align: left;
    border-bottom: 1px solid #000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5% 0;
  }
  
  .column_archive .toc_list li {
	padding: .5em 0;
	line-height: 130%;
  }

  .column_archive .toc_list li a{
	text-decoration: none !important;
	color: #4472c4 !important;
  }
  
  .column_archive .toc_list ol {
	padding-left: 2em;
  }
  
  .column_archive .toc_list ul {
	margin: 2% 0 !important;
  }
  .column_archive .toc_list ul li{
	line-height: 180% !important;
  }
  .column_archive .toc_list li::before{
	content: none !important;
}

  
  /* .column_archive #tocMenu dt {
	border: #999 1px solid;
	cursor: pointer;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	} */
  
	.column_archive #tocMenu dd {
	background: #fff;
	/* border: #999 1px solid; */
	list-style: none;
	display:block;
	height: 300px;
	overflow: hidden;
    font-size: 0.9em;
	margin-left: 0;
	padding: 0em;
	}
  
	.column_archive .column_archive #tocMenu dd li a {
	  text-decoration: none;
	}
	
  
 
	/* .column_archive .toc_list .close {
	  display: flex;
	  justify-content: flex-end;
	  align-items: baseline;
	  cursor: pointer;
	  position: absolute;
	  bottom: 7%;
	  right: 3%;
	} */

	.column_archive .toc .toc_list_open {
		display: block;
		width: 100%;
		position: absolute;
		bottom: -5%;
		left: 0%;
		text-align: center;
		border: unset;
		padding: 2% 0;
		font-size: 1.1em;
		font-weight: bold;
		background-color: #ffffffe3;
		/* border-right: 1px solid #999;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999; */
	}

	.column_pagetop {
		position: fixed;
		bottom: 1%;
		right: 8%;
		font-size: 2em;
		background-color: #c2c2c242;
		padding: 1% 1.5%;
		margin: 0;
	}

	.column_pagetop a{
		color: #fff;
	}

	.d-none {
	  display: none;
	}


	@media screen and (max-width:767px) {
		.column_pagetop {
			position: fixed;
			bottom: 12%;
			right: 1%;
			font-size: 2em;
			background-color: #c2c2c242;
			padding: 1% 1.5%;
			margin: 0;
		}
	}


/* プラグインTOC

#toc_container li,#toc_container ul{margin:0;padding:0;}
#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li{background:0 0;list-style-type:none;list-style:none;}
#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%;}
#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0;}
#toc_container span.toc_toggle{font-weight:400;font-size:90%;}
#toc_container p.toc_title+ul.toc_list{margin-top:1em;}
#toc_container a{text-decoration:none;text-shadow:none;}
#toc_container a:hover{text-decoration:underline;} 

*/

/* cta */

.column_cta_flex-block{
  display: flex;
}
.column_cta_discription{
  background-color: #FFF9E7;
  padding: 3%;
  font-size: 0.8em;
}

/* 著作者 */

.column_author{
  padding: 5%;
    background-color: #f5f5f5;
}

.column_author_thumbnail_01{
	margin: 5% 5% 0 0;
	width: 90%;
}

.column_author_title{
  font-size: 1.1em;
  font-weight: bold;
}

.column_author_lead{
  font-weight: bold;
}

.column_author_flex-block{
  display: flex;
}

.column_author_name{
  text-align: right;
}

.column_author_contact{
	margin-top: 2em;
}

.column_author_contact a{
	display: block;
	text-align: right;
}

@media screen and (max-width:767px) {
	.column_author_flex-block {
		display: flex;
		flex-wrap: wrap;
	}
	.column_author_thumbnail_01 {
		margin: 5%;
		width: 90%;
	}
}

/* SNSボタン */

ul.socialBtn {
	width: 90%;
	margin: 5% auto 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
}

ul.socialBtn li{
	list-style: none;
    width: 18%;
    margin: 1%;
}

ul.socialBtn li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 2em;
	letter-spacing: .05em;
	font-size: 16px;
	text-align: center;
}

ul.socialBtn li a.twitter {background: #1da1f2;}
ul.socialBtn li a.facebook {background: #3b5998;}
ul.socialBtn li a.google {background: #db4437;}
ul.socialBtn li a.line {background: #00b900;}
ul.socialBtn li a.pocket {background: #ee4056;}
ul.socialBtn li a.hatena {background: #00a4de;}
ul.socialBtn li a.feedly {background: #51b139;}
ul.socialBtn li a.rss {background: #ffa500;}

/* ul.socialBtn [class^="icon-"]:before,ul.socialBtn [class*=" icon-"]:before {
	margin-right: 5px;
} */
/* LINE ロゴサイズ */
.icon-line:before {
    content: "\e009";
    font-size: 1.2em;
}

/*  コラム記事_ボトムのメルマガ導線 */

.column_single_bottom_ipcolumn_magazine_cm_bottom img{
	margin-top: 3em;
}

.column_single_side_ipcolumn_magazine_cm_min img{
	margin-top: 1.2em;	
}


/* 関連 カテゴリーカード、1枚めのCSSカットしたい */

.column_kanren .column_l-wrapper_01 {
    position: relative;
    margin: 1rem auto;
}

/* ローディング */

#nextLoader{
	text-align: center;
    margin: 3%;
    padding: 3%;
    background: #f7f7f7;
    cursor: pointer;
}

/* 課題別の案内 ↓*/

.el_column_kanren_kadai_h2{

	font-size: 1.3em !important;
    font-weight: bold;
    color: #063376;
    line-height: 150% !important;
    margin: 8% 0 0 0 !important;
    padding: 1% 0 !important;
    border-top: none !important;
    border-bottom: 1px solid #000 !important;

}
.el_column_kanren_kadai_h3{
	font-size: 1.2em !important;
	font-weight: bold;
    color: #000000 !important;
    margin: 1% 0 0 0 !important;
    padding: 0.25em 0.5em !important;
    background: #BEE1F6!important;
    border-left: none !important;
}

.el_column_kanren{
    padding-top: 20px;
    margin-top: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.st-aside .el_column_kanren{
    padding-top:20px;
    margin-top:0px;

}
.el_column_kanren dt{
	width: 50%;

}
.el_column_kanren dt img{
    height: auto;
    margin: 0 !important;
}
.el_column_kanren dd{
	width: 50%;
    margin: 0 5% 0;

}
.el_column_kanren dl{
    display: flex;
    width: 50%;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom-width:1px;
    border-bottom-style:dotted;
    border-bottom-color:#ccc;

}
.el_column_kanren dl p{
    margin-bottom:0px;

}
.el_column_kanren dl:last-child{
    margin-bottom:20px;
    padding-bottom:20px;
}
.el_column_kanren .el_column_clearfix dd p{
    font-size:13px;
    color:#1a1a1a;
    line-height:18px;

}
.el_column_kanren .el_column_clearfix dd .el_column_kanren-t{
    margin: 0;
    padding-bottom:5px;

}
.el_column_kanren .el_column_clearfix dd .el_column_kanren-t a{
    color:#4472c4 !important;
    text-decoration:none !important;
    font-size:110%;
    line-height:1.el_column_5;
    font-weight:bold;
    padding-bottom:5px;

}
.el_column_kanren .el_column_clearfix dd .el_column_kanren-t a:hover{
    color:#b22222;

}

.el_column_kanren-part-etc {
    text-align: center;
    margin-bottom: 3em;
}
.el_column_kanren-part-etc a{
	font-size: 1em;
    color: #4472c4 !important;
    text-decoration: underline !important;
}

@media screen and (max-width:767px) {
    .el_column_kanren{
        padding-top: 20px;
        margin-top: 20px;
        margin: 0 auto;
        display: block;
        flex-wrap: none;
    }

    .el_column_kanren dl {
    width: 100%;
	}
}

/* 課題別の案内 ↑*/

/* URLのwpロゴ、コメントアイコン */

iframe .wp-embed-site-icon{
	display: none;
}
iframe .wp-embed-comments a{
	display: none;
}

/* new 20220419 */
/* case */

.category_case{
	margin-top: 10%;
  padding: 3%;
  background-color: #ebf0f9;
}
.category_case_title{
  font-size: 2em;
  font-weight: bold;
  padding-left: 0em !important;
}
.category_case_lead{
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0em !important;
	margin-top: 1em;
}
.category_case ul{
	list-style: none !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	margin: 0 !important;
    /*padding: 0 !important; */
}
.category_case ul li{
    position: none;
    margin: 0;
    padding: 0;
}
.category_case ul li:before{
   content: none !important;
}
.category_case_contact a{

}

/* コラム_サイドバー_WP要素 */
.sidebar-ranking {
  /* font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
  padding: 20px 0;
}
.sidebar-ranking h2 {
  font-size: 18px;
  color: #1f2f5c;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ranking-item {
  display: flex;
	align-items: center; /* 中央揃え */
  margin-bottom: 20px;
}
.rank-icon {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.rank-text {
  font-size: 14px;
  line-height: 1.5;
}

