.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 文字サイズ */
.fs16 {
	font-size: 16px;
}

/* 寄せ */
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_l {
	text-align: left;
}
.inline_block {
	display: inline-block;
}

/* flexbox */
.flex_block {
  display: flex!important;
}
.flex_center {
	justify-content: center!important;
}

.flex_between {
	justify-content: space-between!important;
}

/* 余白 */
.mb0 {
  margin-bottom: 0;
}
.mb1em {
  margin-bottom: 1em;
}
.mb1_8em {
  margin-bottom: 1.8em;
}
.mt1em {
  margin-top: 1em;
}
.mt1_8em {
  margin-top: 1.8em;
}
.mt10  { margin-top:10px !important; }
.mt15  { margin-top:15px !important; }
.mt20  { margin-top:20px !important; }
.mt25  { margin-top:25px !important; }
.mt30  { margin-top:30px !important; }

.mb10  { margin-bottom:10px !important; }
.mb15  { margin-bottom:15px !important; }
.mb20  { margin-bottom:20px !important; }
.mb25  { margin-bottom:25px !important; }
.mb30  { margin-bottom:30px !important; }
.mb50  { margin-bottom:50px !important; }

.ml0  { margin-left:0 !important; }
.ml10  { margin-left:10px !important; }
.ml15  { margin-left:15px !important; }
.ml20  { margin-left:20px !important; }
.ml25  { margin-left:25px !important; }
.ml30  { margin-left:30px !important; }

.mr10  { margin-right:10px !important; }
.mr15  { margin-right:15px !important; }
.mr20  { margin-right:20px !important; }
.mr25  { margin-right:25px !important; }
.mr30  { margin-right:30px !important; }


/* 幅 */
.w10P { width:10% !important; }
.w15P { width:15% !important; }
.w20P { width:20% !important; }
.w25P { width:25% !important; }
.w30P { width:30% !important; }
.w35P { width:35% !important; }
.w40P { width:40% !important; }
.w45P { width:45% !important; }
.w50P { width:50% !important; }
.w60P { width:60% !important; }
.w70P { width:70% !important; }
.w80P { width:80% !important; }


/* ※～ */
.txt_indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* アイコン */
.ico_tab {
	background: url(/common/img/ico_blank_03.png) no-repeat right;
	background-size: 14px;
	padding-right: 20px;
}

/* 文字
==================================- */
.bold{
	font-weight: bold;
}

/* 文字色
==================================- */
.green{
	color: #3F7414;
}
.orange {
  color: #EC911B; 
}
.blue {
  color: #0094b9;
}
.gray {
 color: #A5A5A5;
}


/* 背景色
==================================- */
.bg_glay {
  background: #EFEFEF;
  padding: 60px 0;
}
.bg_green {
  background: #F5FCE1;
  padding: 60px 0;
}
.bg_yellow {
  background: #FFF7C6;
	background: -moz-linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFE5), to(#FFF7C6));
	background: -webkit-linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
	background: -o-linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
	background: linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
  padding: 60px 0;
}

/* 見出し */
.h1_type01,
.h2_type01,
.h2_type02,
.h3_type01,
.h4_type01,
.small_ttl{
	font-family: 'ヒラギノ明朝 Pro W6',"游明朝", YuMincho, 'Hiragino Mincho Pro', 'serif';
	font-weight: 600;
}
.h1_type01 {
	color: #3E7314;
	font-size: 30px;
	line-height: 1.4;
	padding: 65px 0;
}
.h2_type01 {
	color: #3E7314;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}
.h2_type02 {
  font-size: 25px;
	margin: 0 0 30px 0;
  padding: 15px 0 10px 10px;
  color: #3E7314;
  border-top: 2px solid #3E7314;
  border-bottom: 2px solid #3E7314;
}
.h3_type01 {
	border-bottom: 1px solid #CECECE;
  color: #3F7414;
	padding: 0 0 5px 15px;
	font-size: 23px;
	line-height: 1.6;
	margin-bottom: 25px;
	position: relative;
}
.h3_type01::after {
  border-left: 5px solid #68AB33;
  content: "";
  display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 25px;
  width: 1px;
}
.h4_type01 {
	color: #3F7414;
	font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.h4_type02 {
	background: #EFEFEF;
  font-size: 15px;
  margin-bottom: 10px;
	padding: 5px 10px;
}
.h5_type01 {
  font-size: 15px;
  margin-bottom: 10px;
}
.h5_type02 {
	color: #3F7414;
  font-size: 15px;
  margin-bottom: 10px;
}
.h5_type03 {
	background: #EFEFEF;
  font-size: 15px;
  margin-bottom: 10px;
	padding: 5px 10px;
}
.small_ttl{
	font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*リード文*/
*[class*="lead_"] {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 30px;
	font-family: 'ヒラギノ明朝 Pro W6', "游明朝", YuMincho, 'Hiragino Mincho Pro', 'serif';
  font-weight: 600;
	line-height: 1.6;
	text-align: left;
}
.lead_01 {
  font-size: 18px;
	font-weight: 600;
}
.lead_02 {
	color: #3E7314;
  font-size: 20px;
}
.lead_emphasis {
	color: #3E7314;
  font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.lead_reason {
	color: #3E7314;
	font-size: 25px;
}
.lead_reason span:first-of-type {
	border-radius: 50%;
	border: 3px solid #3E7314;
	display: inline-block;
	font-size: 20px;
	line-height: 82px;
	margin-right: 20px;
	text-align: center;
	width: 88px;
}
.emphasis {
	display: block;
	max-width: 200px;
	margin: 0 auto;
	position: relative;
}
.emphasis::before {
	border-right: 1px solid #3E7314;
	border-left: 2px solid #3E7314;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%) skew(30deg);
	width: 3px;
}
.emphasis::after {
	border-left: 1px solid #3E7314;
	border-right: 2px solid #3E7314;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) skew(-30deg);
	width: 3px;
}

/* リンクリスト */
.link {
	text-indent: -20px;
  color: #444444;
	display: inline-block;
	font-size: 14px;
	padding-left: 20px;
}
.link::before {
  background: none;
  border-top: solid 1px #3E7314;
  border-right: solid 1px #3E7314;
  content: "";
	display: inline-block;
  transform: rotate(45deg);
  margin-right: 12px;
	margin-bottom: 2px;
	width: 6px;
	height: 6px;
}
.link [target="_blank"] {
	background: url("/common/img/ico_blank_02.png") no-repeat right;
	background-size: 11px;
	padding-right: 20px;
}
.pdf::after {
	content: "";
	background: url(/common/img/ico_pdf.svg) no-repeat left top/100% auto;
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-left: 3px;
	vertical-align: text-top;
}
.excel::after {
	content: "";
	background: url(/common/img/ico_excel.svg) no-repeat left top/100% auto;
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-left: 3px;
	vertical-align: text-top;
}
.word::after {
	content: "";
	background: url(/common/img/ico_word.svg) no-repeat left top/100% auto;
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-left: 3px;
	vertical-align: text-top;
}
.txt_under {
	text-decoration: underline;
}

/* 非表示 */
.none {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

/* TOP
======================= */
#top_page #main_cont {
	margin-top: 0;
}
#top_page .hero {
	background: transparent linear-gradient(180deg, #E5F8FD 0%, #C5F3FB 100%) 0% 0% no-repeat padding-box;
	margin-bottom: 60px;
	position: relative;
}
#top_page .bg_mainvisual {
	width: 100%;
}
#top_page .bg_mainvisual img {
	width: 100%;
}
#top_page .hero .hero_cont {
	margin-left: auto;
	max-width: 600px;
	overflow: inherit;
}
#top_page .hero .lead_01 {
	color: #333333;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}
#top_page .btn_link_type {
	margin-top: 50px;
}
#top_page .hero .btn_link {
	box-shadow: 0 2px 7px #636363B3;
	margin-top: 10px;
}
#top_page .hero .btn_link a {
	border: 1px solid #FFFFFF;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#top_page .hero .btn_link:nth-of-type(1) a {
	background: #3E9600;
	background: -moz-linear-gradient( #65AD29 0%, #3E9600 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#65AD29), to(#3E9600));
	background: -webkit-linear-gradient( #65AD29 0%, #3E9600 100%);
	background: -o-linear-gradient( #65AD29 0%, #3E9600 100%);
	background: linear-gradient( #65AD29 0%, #3E9600 100%);
	padding: 14px 0;
	position: relative;
	text-align: center;
}
#top_page .hero .btn_link:nth-of-type(1):hover a {
	background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
	box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
#top_page .hero .btn_link:nth-of-type(n+2) a {
	background: #F15700;
	background: -moz-linear-gradient( #F48937 0%, #F15700 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#F48937), to(#F15700));
	background: -webkit-linear-gradient( #F48937 0%, #F15700 100%);
	background: -o-linear-gradient( #F48937 0%, #F15700 100%);
	background: linear-gradient( #F48937 0%, #F15700 100%);
	line-height: 78px;
}
#top_page .hero .btn_link:nth-of-type(n+2):hover a {
	background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
	box-shadow: 0 0 20px 0px rgba(244, 137, 55, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
#top_page [class*="service_type"] .col .lead_01 {
	position: relative;
}
#top_page .lead_01 + .txt_c {
	font-size: 16px;
	margin-bottom: 30px;
}
#top_page [class*="service_type"] .col {
	display: flex;
	flex-direction: column;
}
#top_page [class*="service_type"] .col > .btn_link {
	margin-top: auto;
}
#top_page .bnr_box_learn .btn_link span {
	color: #68AB33;
	font-size: 14px;
	position: relative;
}
#top_page .bnr_box_learn .btn_link span::after {
	border-left: 1px solid #68AB33;
	border-bottom: 1px solid #68AB33;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 40%;
	right: 20px;
	transform: rotate(-135deg) translateY(-50%);
	width: 6px;
}
#top_page [class*="service_type"] .col:nth-of-type(1) .ttl::after {
	background: url("/img/ico_credit_nav.svg") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
#top_page [class*="service_type"] .col:nth-of-type(2) .ttl::after {
	background: url("/img/ico_management.png") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
#top_page [class*="service_type"] .col:nth-of-type(3) .ttl::after {
	background: url("/img/ico_portfolio.png") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
#top_page .sub_navigation_footer {
	background-size: contain;
	background-image: url(/common/img/bg_title.png);
	background-repeat-y: repeat;
	padding: 50px 0;
}
#top_page section:nth-of-type(3) {
	background: #EDFFFE;
	background: -moz-linear-gradient( #ffffff 0%, #EDFFFE 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EDFFFE));
	background: -webkit-linear-gradient( #ffffff 0%, #EDFFFE 100%);
	background: -o-linear-gradient( #ffffff 0%, #EDFFFE 100%);
	background: linear-gradient( #ffffff 0%, #EDFFFE 100%);
}
#top_page .step1_3 {
	padding-bottom: 60px;
}
#top_page .step1_3 .box:nth-of-type(n+2) {
	margin-bottom: 50px;
}
#top_page section:nth-of-type(3) .inner {
	max-width: 800px;
}
#top_page .sub_navigation_footer li a {
	height: 100%;
	padding: 25px 20px;
}
#top_page .sub_navigation_footer .col_l_img .col:last-of-type {
	font-weight: 500;
	margin-left: 20px;
}
#top_page .col_l_img .lead_02 {
	margin-bottom: 20px;
	text-align: left;
}
#top_page section:nth-of-type(4) {
	background: #FFF9DF;
	background: -moz-linear-gradient( #ffffff 0%, #FFF9DF 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FFF9DF));
	background: -webkit-linear-gradient( #ffffff 0%, #FFF9DF 100%);
	background: -o-linear-gradient( #ffffff 0%, #FFF9DF 100%);
	background: linear-gradient( #ffffff 0%, #FFF9DF 100%);
	padding-bottom: 60px;
}
#top_page .logo_area {
	background: #fff;
	padding: 45px 110px;
}
#top_page .logo_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top_page .logo_area li + li {
	margin-left: 20px;
}
#top_page #news .txt_c {
  margin-bottom: 50px;
}

/* リスモンチャンネル
==================================- */

.video{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_01{
	width: 500px;
}

/* プレスリリース
==================================- */
#press_release .dl_news {
  display: flex;
  flex-wrap: wrap;
}
#press_release .dl_news .place {
  border-bottom: none;
  margin-top: 0;
	margin-left: 10px;
}
#press_release .dl_news {
	border-top: 1px solid #EEEEEE;
	margin: 0 auto;
	padding-top: 15px;
}
#press_release .btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  max-width: 260px;
}
#top_page #press_release .btn a {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #000;
  display: block;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  transition: .3s;
}
#press_release .dl_news dd:nth-of-type(2n-1) {
	border: 1px solid #444444;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0 10px;
	text-align: center;
}
#press_release .dl_news dd:nth-of-type(2n-1).topic {
	border: 1px solid #EB7F65;
	color: #EB7F65;
}
#press_release .dl_news dd:nth-of-type(2n-1).release {
	border: 1px solid #8B27CA;
	color: #8B27CA;
}
#press_release .dl_news dt {
	padding-left: 10px;
}
#press_release .dl_news dd:nth-of-type(2n) {
	border-bottom: 1px solid #EEEEEE;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 100%;
}
#press_release .dl_news dd:not(:last-of-type) {
	margin-bottom: 15px;
}
.dl_news a:hover {
	text-decoration: underline;
} 

/* IR
==================================- */
.ir_news .dl_news {
  display: flex;
  flex-wrap: wrap;
}
.ir_news .dl_news {
	border-top: 1px solid #EEEEEE;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
.ir_news .btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  max-width: 260px;
}
.ir_news .dl_news dt {
	padding-left: 10px;
}
.ir_news .dl_news dd {
	border-bottom: 1px solid #EEEEEE;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 100%;
}
.ir_news .dl_news dd:not(:last-of-type) {
	margin-bottom: 15px;
}

/* フォント */
.font-mincho {
  font-family: 'ヒラギノ明朝 Pro W6','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
}

/* 仮 */
.sidebar {
  width: 353px;
}

.nav_company {
  border: 2px solid #CECECE;
}

.nav_company_title {
  padding: 20px;
  background: #3E7314;
  color: #FFF;
  font-size: 24px;
  line-height: 1.4;
}

.nav_company_child {
  background: #F5FCE1;
  margin-left: 30px;
}

.nav_item {
  margin: 0;
}

.nav_ico {
  opacity: 0;
  pointer-events: none;
}

.nav_item_border {
  border-bottom: 1px solid #CECECE;
}

.nav_link {
  display: block;
  padding: 14px 24px 14px 40px;
  position: relative;
  color: #3E7314;
  font-size: 14px;
}

.nav_link::before {
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 24px;
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  content: "";
  transform: rotate(45deg);
}
.nav_link_border {
  border-bottom: 1px solid #CECECE;
}
.nav_link_parent {
  font-weight: bold;
}
.notes {
	font-size: 12px;
	color: #939393;
}


@media print, screen and (min-width: 768px) {
	#top_page .hero {
		overflow: hidden;
	}
	#top_page .hero .inner {
		padding: 60px 0;
		width: 100%;
		min-width: 1130px;
    background: url(/img/bg_mainvisual.jpg) no-repeat left center;
    background-size: 660px;
	}
	#top_page section:nth-of-type(3) .col:last-of-type {
		width: calc(100% - 310px);
	}
	#top_page .step1_3 {
		background: url("/img/bg_characteristic.jpg") no-repeat bottom;
		background-size: cover;
		padding-bottom: 60px;
	}
}
@media (min-width: 768px) and (max-width: 1300px) {
	#top_page .hero_wrap {
		margin-left: calc((100vw - 1300px) / 1);
	}
}

/* adobeのバナー */
.pdf_banner {
  padding: 20px;
  border: 1px solid #CCC;
}

.pdf_banner_row {
  display: flex;
  align-items: center;
}

.pdf_banner_info {
  margin-left: 20px;
}
/* アイコン付2カラム（企業TOPなど） */
.link_box_ico {
	display: flex;
	flex-wrap: wrap;
}
.link_box_ico > .col {
	background: #fff;
	border: 1px solid #B9D01B;
	margin-right: 0;
	width: 46%;
	width: calc(100% / 2 - 10px);
}
.link_box_ico > .col:nth-of-type(2n) {
    margin-left: 20px;
}
.link_box_ico a {
  color: #444444;
  display: block;
  font-size: 15px;
  padding: 18px 30px 18px 18px;
  position: relative;
}
.link_box_ico a::before {
  background: #7B7B7B;
  background: -moz-linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#7B7B7B));
  background: -webkit-linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  background: -o-linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  background: linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
}
.link_box_ico a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.link_box_ico .col_l_img {
	display: flex;
}
.link_box_ico .col_l_img figure {
	margin-left: 0;
	margin-right: 15px;
	max-width: 80px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.link_box_ico .col_l_img img {
	max-height: 51px;
	max-width: 51px;
	width: auto;
}
.link_box_ico .col_l_img .col:last-of-type {
	align-self: center;
	min-height: 71px;
	margin-left: 0;
	width: calc(100% - 100px);
}
.link_box_ico .col_l_img .h4_type01 {
	color: inherit;
}
.link_box_ico .col_l_img .h4_type01 + p {
    margin-top: 5px;
}