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

for Ralurakumeisai produced by rakus

*/

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap");


/*--------------------------------------------------------

共通マルチクラス

----------------------------------------------------------*/

body{
font-size: 16px;
/*line-height: 1.6;*//* ←行間指定 */
-webkit-text-size-adjust: 98%;
-moz-text-size-adjust: 98%;
-ms-text-size-adjust: 98%;
-o-text-size-adjust: 98%;
text-size-adjust: 98%;
font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
color: #333;
}
section{
  padding:75px 0;
  margin-top:-22;
  margin-bottom:0;
  }
section.sectiontopsmall {
  padding:30px 0 75px;
  margin-top:0;
  margin-bottom:0;
  }
section.sectionsmall {
  padding:30px 0 30px;
  margin-top:0;
  margin-bottom:0;
  }
section.sectionsmall h1 {
  margin: 10px 0;
  }
section.sectionbanner h2 {
  color: #333;
}
.sectionbanner_image img {
  display: block;
  margin: 20px auto 0;
  transition: .2s;
}
.sectionbanner_image img:hover {
  opacity: .7;
}

a{
  cursor: pointer;
  transition: all 0.15s ease-in-out 0.15s;
  color:#019faa;
  text-decoration:none;
  word-break: break-all;
}

a.tx_deco{
  text-decoration:underline;
}

hr{
  margin:3rem 0;
  }
  
p{
  text-align:justify;
  line-height: 1.6;
  margin-top: 18px;
  margin-bottom: 18px;
  word-break: break-all;
  }
em {
  font-style: normal;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
.inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.inner2 {
  max-width: 950px;
  margin: 0 auto;
}
.text_blue {
  color: #397cbf;
  font-weight: bold;
}
.text_yellow {
  color: #ec9c03;
  font-weight: bold;
}
.text_red{
  color: #d60343;
  font-weight: bold;
}
.text_orange {
  color: #e55927;
  font-weight: bold;
}
.ta_center{
  text-align:center !important;
}
.ta_left{
  text-align:left !important;
}
.ta_right{
  text-align:right !important;
}
.txt_middle{
  font-size:1.3rem;
}
.txt_1rem{
  font-size:1rem;
}
.txt_small{
  font-size:0.8rem;
  }
.bold{
  font-weight:bold;
}
.middle{
  font-weight: 500;
}
.small {
  font-size: 14px;
}
.emphasis_txt{
  font-weight:bold;
  color:#777;
  }
.emphasis_txt_y{
  color:#555;
  background: #F6F85C;
  }
span.underline-yellow {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.underline-green {
  background: linear-gradient(transparent 70%, #d0dc81 70%);
  font-weight: bold;
}
.pc_disp_none{
  display:none !important;
  }
.sp_disp_none{
  display:block !important;
  }
.page_link{
  padding-top: 100px;
  margin-top: -100px;
}
.color_green {
  color: #09a142;
}
.page-link a {
  color: #189c3e;
  text-decoration: underline;
}
.page-link a:before {
  content: '';
  background: url(../img/ico-arrow-green.svg) 0 0 no-repeat;
  display: inline-block;
  padding-right: 10px;
  width: 8px;
  height: 12px;
}
.page-link a:hover {
  text-decoration: none;
}
.caption {
  font-size: 0.7rem;
}


/*フキダシ*/
/* balloon-2 bottom */
.balloon-2-bottom {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: auto;
	min-width: 115px;
	min-height: 1rem;
	color: #F6F6F6;
	text-align: center;
	background: #19283C;
	z-index: 0;
  border-radius:2px;
}
.balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
}
/* balloon-2 top */
.balloon-2-top {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
.balloon-2-top:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
}
/* balloon-2 left */
.balloon-2-left {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
.balloon-2-left:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #19283C transparent transparent;
}
/* balloon-2 right */
.balloon-2-right {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
.balloon-2-right:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #19283C;
}
  
/*各タイトル共通設定------------------------------*/
h1 {
  font-size: 3rem;
  margin-bottom:1rem;
  color:#09a142;
}
h2 {
  font-size: 2rem;
  color:#09a142;
  text-align:center;
  font-weight: 500;
  margin:0;
  line-height: 1.5;
}
h2.h2_line {
  display: block;
  margin: 60px 0 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  letter-spacing: 0;
}
h2.h2_line span {
  border-left:5px solid #09a142;
  padding-left: 15px;
  font-weight: bold;
}
.titleh2{
	color: #333;
    font-size: 32px;
}
  .main_title_fff{
    border-bottom:1px solid rgba(255,255,255,0.4);
    border-top:1px solid rgba(255,255,255,0.4);
    padding:20px 0;/* 20180622 :20px; */
    color:#fff;
    font-size:2rem;
    text-align:center;
    margin-bottom:0;
    }
  .main_title_fff .middletext {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5em;
    margin: 0.3em 0;
  }
  .main_title_fff .smalltext {
    font-size: 1.2rem;
    }
  .sectionsmall .main_title_fff{
    padding:10px 0;
    }
  .main_title_555{
    border-bottom:1px solid #555;
    border-top:1px solid  #555;
    padding:20px 0;/* 20180622 :20px; */
    color:#555;
    font-size:2rem;
    text-align:center;
    margin-bottom:0;
    }
  .titleh2_green{
    border-bottom:1px solid #09a142;
    border-top:1px solid #09a142;
    padding:20px;
    color:#09a142;
    font-weight:500;
    }
  .titleh2_black{
    padding:20px 0 10px;
    color:#333;
    font-weight:bold;
	font-size:2.3rem;
	line-height: 1.5;
    border-bottom: 1px solid #999;
    margin: 0 0 30px 0;
    position: relative;
    }
  .titleh2_black02{
    padding:20px 20px 10px;
    color:#333;
    font-weight:bold;
	font-size:2.3rem;
	line-height: 1.5;
    }
  .titleh2_line {
    padding:20px 0;
    color:#333;
    font-weight:bold;
    display: flex;
    align-items: center;
  }
  .titleh2_line::before, .titleh2_line::after {
    content: "";
    flex-grow: 1;
    height: 5px;
    background: #09a142;
    display: block;
  }
  .titleh2_line::before {
    margin-right: .4em;
  }

  .titleh2_line::after {
    margin-left: .4em;
  }
  .titleh2_bggreen {
    font-size: 1.5rem;
    padding:20px 0;
    color:#fff;
    font-weight:500;
    background: #09a142;
    text-align: center;
  }

h2.ttl01 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

h2.ttl01:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 55px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c5cc37;
}

h3 {
  font-size: 1.5rem;
  font-size: 21px \9;
  padding-top:15px \9;
  color:#09a142;
  font-weight: 500;
  margin:0;
}
  .titleh3_bggreen {
    background: #09a142;
    border-radius: 5px;
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
  }
h3.h3_style {
  color: #333;
  padding-left: 35px;
  position: relative;
  font-weight: bold;
}
h3.h3_style::before {
  content: '〇';
  position: absolute;
  top: 0;
  left: 0;
}
h3.h3_style02 {
  margin: 20px auto;
  background: #f6f6f6;
  border-left: 3px solid #09a142;
  color: #09a142;
  padding: 10px 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
h3.h3_style02 .font_s {
  font-size: 1.1rem;
}
h3.h3_style03{
  text-align: center;
  font-weight: bold;
  color: #333;
}
h3.h3_style03 span{
  font-weight: normal;
  font-size: 90%;
}
h4 {
  font-size:1.3rem;
  color:#09a142;
  font-weight: 500;
  margin:0.5rem 0;
}
h5 {
  font-size:1.2rem;
  color:#09a142;
  font-weight: 500;
  margin:0.5rem 0;
}
h6 {
  font-size:1.1rem;
  color:#09a142;
  font-weight: 500;
  margin:0.5rem 0;
}

.contents-main-mini {
  background: #f2f7e0;
  padding: 20px 0;
  min-height: 200px;
  box-sizing: border-box;
}

.contents-main-mini .contents-title span{
  display: inline-block;
  background: #189c3e;
  padding: 7px 15px 5px;
  color: #fff;
  font-size: 60%;
  line-height: 1.1;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 30px;
}

.page-lead {
  margin: 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}

.contents-s-main {
  background: #f2f7e0;
  padding: 20px 0 35px;
  min-height: 200px;
  box-sizing: border-box;
}

.contents-s-main .contents-s-title-wrap {
  text-align: center;
}

.contents-s-main .contents-s-title-wrap .contents-s-title {
  margin: 10px 0 25px;
  color: #189c3e;
  font-size: 34px;
  line-height: 1.5;
}

.contents-s-main .contents-s-title-wrap .contents-s-title.no-pankuzu {
  margin: 30px 0 25px;
}

.contents-s-main .contents-s-title-wrap .contents-s-title-lead {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.contents-s-nolead-main {
  background: #f2f7e0;
  padding: 20px 0 35px;
  min-height: 140px;
  box-sizing: border-box;
}

.contents-s-nolead-main .contents-s-nolead-title-wrap {
  text-align: center;
}

.contents-s-nolead-main .contents-s-nolead-title-wrap2 {
  margin-top: 20px;
  text-align: center;
}

.contents-s-nolead-main .contents-s-nolead-title-wrap .contents-s-nolead-title {
  margin: 0;
  color: #189c3e;
  font-size: 34px;
  line-height: 1.5;
}


/*テキストマーカー------------------------------*/
span.marker_yellow {
  padding-bottom: 1px;
  background: linear-gradient(rgba(251,247,177,0) 10%, #fbf7b1 10%);
}
/*ボタン共通設定------------------------------*/

.multi_style_btn{
  border-radius: 4px;
  background:#20c05c;
  color:#fff;
  text-align:center;
  padding:10px;
  text-decoration:none;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  line-height:2rem;
  }
  
  .multi_style_btn:hover{
    background:#25e06b;
    color:#fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3) inset;
  }

.multi_style_btn2{
  border-radius: 4px;
  background:#fff;
  color:#5a9582 !important;
  border:1px solid #5a9582;
  text-align:center;
  padding:5px 10px;
  text-decoration:none;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  line-height:1.3rem;
  font-size:0.85rem;
  }
  
  .multi_style_btn2:hover{
    background:#25e06b;
  border:1px solid #25e06b;
    color:#fff !important;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
  }

.more-btn {
  text-align: center;
}

.more-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 45px 13px 25px;
  min-width: 230px;
  background: #fff;
  color: #189c3e;
  text-align: center;
  border: 2px solid #189c3e;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  transition: .2s;
  box-sizing: border-box;
}

.more-btn a:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 28px;
  background: url(../img/ico-arrow-green.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  transition: all .2s;
}

.more-btn a:hover {
  background: #189c3e;
  color: #fff;
}

.more-btn a:hover:after {
  background: url(../img/ico-arrow-white.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  right: 23px;
}






/*リスト系共通設定------------------------------*/
ul{
  font-size:1rem;
  line-height:1.4;
  text-align:justify;
  margin-bottom:1rem;
  margin:0;
  }
  ul li{
    list-style: outside;
    list-style-type: none;
    }

ol{
  font-size:1rem;
  line-height:1.6;
  text-align:justify;
  margin-bottom:1rem;
  margin:0;
  }
.checklist {
  margin-left: 10px;
  padding: 0;
}
.checklist li {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 40px;
  list-style: none;  
}

.checklist li::before {
  content: "";
  position: absolute;
  top: 2px;
  left : 5px;
  width: 15px;
  height: 15px;
  border: 1px #333 solid;
}
.checklist li::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 12px;
  width: 7px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

/*micro clearfix------------------------------*/
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
padding-bottom:10px \9;
}

.clear{
  clear:both;
  }


.cl {
  line-height:0;
  font-size:0;
  clear:both;
  padding:0;
  margin:0;
  height:0;
  width:0;
}

.float_left{
  float:left;
  }
.float_right{
  float:right;
  }

/*margin------------------------------*/
.mb_max{
  margin-bottom:5rem !important;
  }
.mb_large{
  margin-bottom:2rem !important;
  }
.mb_middle{
  margin-bottom:1.5rem !important;
  }
.mb_small{
  margin-bottom:1rem !important;
  }
.mt_max{
  margin-top:5rem !important;
  }
.mt_large3rem{
  margin-top:3rem !important;
  }
.mt_large{
  margin-top:2rem !important;
  }
.mt_middle{
  margin-top:1.5rem !important;
  }
.mt_small{
  margin-top:1rem !important;
  }
.pt_none{
  padding-top:0 !important;
  }
.pb_none{
  padding-bottom:0 !important;
  }
.pb_large{
  padding-bottom:2rem !important;
  }
.pb_middle{
  padding-bottom:1.5rem !important;
  }
.pb_small{
  padding-bottom:1rem !important;
  }
.pt_large{
  padding-top:2rem !important;
  }
.pt_middle{
  padding-top:1.5rem !important;
  }
.pt_small{
  padding-top:1rem !important;
  }
/* 20180622 add */
.mt_none{
	margin-top:0 !important;
}
.mb_none{
	margin-bottom:0 !important;
}
  
  
/*.box------------------------------*/
.box {
  margin:0px auto 0 auto;
  clear:both;
  padding:0;
  max-width:960px;
}

.box__btn{
  border-radius: 4px;
  background:#fff;
  color:#20c05c;
  border:#20c05c 1px solid;
  text-align:center;
  padding:10px 15px;
  width:250px;
  text-decoration:none;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  line-height:2rem;
  display:block;
  margin:0 auto;
  font:1.3rem;
  }
.box__btn__newsbtn{
	margin:0 10px 0 0;
  padding:0.5em 10px;
  width:auto;
  display: inline-block;
  font:0.9rem;
  }
  .box__btn:hover{
  background:#20c05c;
  color:#fff;
  border:#20c05c 1px solid;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  }
.box__btn__newsbtn__focus{
  background:#20c05c;
  color:#fff;
  cursor:default;
	pointer-events:none;
  }
.box__btn__newsbtn__focus:hover{
  background:#20c05c;
  color:#fff;
  cursor:default;
  }
.box__bgfff{
  background: -moz-linear-gradient(left, rgba(255,255,255,0.25), rgba(255,255,255,0.7));
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,255,0.25)), to(rgba(255,255,255,0.7)));
  width:100%;
  }

.box__table{
  width:100%;
  margin:0 auto;
  color:#666;
}
.box__table th{
  font-size:#555;
  font-size:1.4rem ;
  font-weight: 500;
  text-align:center;
  padding:20px 0 20px 260px;
  border-bottom:1px solid #eee; 
}
.box__table td{
  font-size:#555;
  font-size:1.4rem ;
  text-align:right;
  padding:20px 260px 20px 0;
  border-bottom:1px solid #eee; 
}
.box-white {
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
}

/* 20180622 add */
.box__archive-list{
	margin-right:-20px;
}
/*.news event menu------------------------------*/
.newseventrmenu {
  margin: 20px 0 60px;
  padding: 0;
}
.newseventrmenu ul {
  padding: 0;
}
.newseventrmenu li {
  list-style: none;
  width: 360px;
  height: 43px;
  margin: 0 auto;
}
.newseventrmenu li a {
  display: block;
  background: #20c05c;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
}
.newseventrmenu li a:hover {
  background: #f5f8e9;
  border: 1px #cddfcd solid;
  color: #333;
}

/*.bg------------------------------*/
.bg_f0f0f0{
  background:#f0f0f0;
  }
.bg_f6f6f6{
  background:#f6f6f6;
  }
.bg_f8f8f8{
  background:#f8f8f8;
  }
.bg_ffffff{
  background:#fff;
  }
.bg_81b407{
  background:#81b407;
  }
.bg_f8fff3{
  background:#f8fff3;
  }
.bg-f4f4f4 {
  background: #f4f4f4;
}
.bg-green {
  background: #f2f7e0;
}

/*背景パターン------------------------------*/
.bg_gray {
  background: url(/common/img/bg_gray.png) repeat;
}

.border_bottom_none{
  border-bottom:none !important;
  }

.align_center{
	text-align:center;
  }
/*区切り線------------------------------*/
.border-gray {
  border-bottom: 2px solid #f1f1f1;
}

/*------追記　20190419------*/
/*------------------------
コラムページ新css追加　column
------------------------*/
/*------コラム用パンくず------*/
p.column-news-date {
  border-bottom: 1px dashed #47b08a;
  text-align: right;
  padding: 5px;
  margin-bottom: 30px;
}
/*------コラム用pの余白------*/
.column-style p {
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin: 1em auto;
  padding: 10px;
}
/*------コラム用イメージの配置------*/
.column-style img {
  margin: 0 auto;
  display: block;
}
/*------コラム用イメージの配置------*/
.columnsample {
  padding: 30px 50px;
  width: 90%;
  background: #f3f3f3;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
}

/*------請求書の電子化に成功した事例------*/
.success-case-box {
  margin: 4em auto 1em;
}
.success-case-box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 1em;
  border-bottom: 1px solid;
  color: #636363;
  letter-spacing: 0.05em;
}
ul.success-case-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
ul.success-case-list li {
  list-style: none;
  width: 49%;
}
ul.success-case-list li a {
  background: #f2f2f2;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
ul.success-case-list li a:hover{
  opacity: 0.5;
}
ul.success-case-list li a h4 {
  text-align: center;
  margin: 10px auto 1em;
  font-weight: bold;
}
/*------------
汎用可能スタイル
------------*/
/*------マージン-----*/
.mt-10{
  margin-top: 10px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-30{
  margin-top: 30px !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
/*------マージンauto 真ん中配置-----*/
.m-auto {
    margin: 1em auto;
}
/*------目次------*/
.table-contents {
  width: 95%;
  margin: 2em auto;
  border: 2px solid #50ba78;
  border-radius: 6px;
}
.table-contents h3 {
  background: #50ba78;
  text-align: center;
  padding: 6px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
}
.table-contents ol, .table-contents ul{
  padding: 20px 30px;
}
.table-contents ol li, .table-contents ul li{
  line-height: 1.7;
  padding: 6px 0;
  list-style-position: inside;
  margin-bottom: 0;
}
.table-contents ul li{
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.table-contents ul li::before{
  content:"";
  position:absolute;
  left: 0;
  top:14px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #50ba78 #50ba78 transparent transparent;
  transform: rotate(45deg);
}
.table-contents li a{
    color: #50ba78;
}
li.no-list-deco, li.no-list-deco ul li {
    list-style-type: none;
    padding: 0;
    line-height: 1.2;
    margin: 0 0 6px 0;
}
li.no-list-deco p {
    padding: 0;
    font-weight: bold;
    margin: 0;
}
li.no-list-deco ul {
    margin-bottom: 16px;
}
/*------見出し-----*/
h2.h2-type01 {
  background: #f2f2f2;
  text-align: left;
  padding: 15px 10px 15px 18px;
  margin: 1.5em auto 1em;
  font-size: 26px;
  border-left: 10px solid;
  font-weight: bold;
  line-height: 1.2;
}
h3.h3-type01 {
  padding: 8px 10px 8px 14px;
  border-left: 5px solid #09a142;
  margin: 1.5em auto 0.8em;
  line-height: 1.2;
  color: #636363;
  letter-spacing: 0.08em;
  font-weight: bold;
}
h3.h3-type02 {
  color: #45b035;
  margin: 0;
  background: #f2f2f2;
  font-size: 20px;
  font-weight: bold;
}
h3.h3-type02 span {
  background: #45b035;
  padding: 8px 10px 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
}
h4.h4-type02 {
  border-bottom: 1px solid #dfdfdf;
  padding: 6px 15px;
  background: #fff;
  border-left: 4px solid;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 1em auto 0.5em;;
}
h4.h4-type03 {
 color: #333;
  text-align: left;
}
.point-midashi {
  border-radius: 10px 10px 0 0;
  border: 2px solid #c2e9e0;
  margin: 2em auto;
  box-sizing: border-box;
}
.point-midashi h3 {
  background: #c2e9e0;
  padding: 6px 20px;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  color: #636363;
}
.point-midashi p {
    margin: 0;
    padding: 20px;
}
.text-kome {
  font-size: 90%;
  color: #666;
  display: block;
}
a.link-type01 {
  text-decoration: underline;
}
/*------olリスト-----*/
ol.ol-type01 {
  background: #eafcf8;
  padding: 30px 30px 15px 20px;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  border-radius: 7px;
  margin: 1.5em auto;
}
ol.ol-type01 li {
  padding-bottom: 15px;
  font-weight: bold;
  color: #4aa88f;
}
ol.ol-type01 li span {
  display: block;
  font-weight: normal;
  color: #333333;
  margin: 1em;
  font-size: 90%;
}
/*------ulリスト-----*/
ul.ul-type01 li {
  padding-bottom: 10px;
}
ul.ul-type01 li span {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  color: #888888;
  font-size: 110%;
  letter-spacing: 0.08em;
}
/*------table style-----*/
table.table-type01 {
  margin: 1em auto;
  width: 96%;
}
table.table-type01 tr {
  border-bottom: solid 2px white;
  letter-spacing: 0.06em;
}
table.table-type01 th {
  text-align: left;
  padding: 10px 15px;
  background: #50ba78;
  width: 40%;
  color: #fff;
  position: relative;
}
table.table-type01 th::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #50ba78;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.table-type01 td {
  text-align: left;
  padding: 10px 15px;
  background: #f2f2f2;
}
table.table-type02 {
  width: 100%;
}

table.table-type02 tr th,
table.table-type02 tr td {
  font-weight: 500;
}


/*------author style-----*/
.author {
  width: 96%;
  margin: 1em auto;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
}
p.author-name {
  font-size: 140%;
  font-weight: bold;
  padding: 10px;
  line-height: 1.3;
  margin: 0;
  color: #666;
  letter-spacing: 0.05em;
}
p.author-text {
  margin: 0;
  padding: 10px;
  line-height: 1.5;
}
/*------hubspot style-----*/
.inner-hubspot800 {
  max-width: 800px;
}


