@charset "UTF-8";
/*
===============================================================================
■ ベース
===============================================================================
*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  min-width: 1280px;
  word-break: break-word;
}

img {
  vertical-align: bottom;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

/* リンク関係
---------------------------------------------------- */
a {
  color: #000;
}

a:link, a:visited {
  color: #000;
}

a:focus {
  outline: none;
}

a.color:hover {
  color: #017a6b;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a.line {
  text-decoration: underline;
}
a.line:hover {
  text-decoration: none;
}

a.line_green {
  color: #017a6b;
  text-decoration: underline;
}
a.line_green:hover {
  text-decoration: none;
}

/*
===============================================================================
■ 見出し h1〜h6
===============================================================================
*/
/*
===============================================================================
■ テキスト関係基本設定
===============================================================================
*/
/*
===============================================================================
■ パーツ
===============================================================================
*/
.space_0 {
  margin: 0 !important;
}

.space_xs {
  margin-bottom: 8px !important;
}

.space_ss {
  margin-bottom: 16px !important;
}

.space_s {
  margin-bottom: 32px !important;
}

.space_m {
  margin-bottom: 48px !important;
}

.space_l {
  margin-bottom: 60px;
}

.space_ll {
  margin-bottom: 88px !important;
}

.bg_gray {
  background-color: #F4F4F4;
}

.photo_r {
  float: right;
  margin: 0 0 0 24px;
}

/*
===============================================================================
■ レイアウト
===============================================================================
*/
/*
===============================================================================
■ 全ページ共通デザイン
===============================================================================
*/
/* header
---------------------------------------------------- */
header {
  display: table;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
header .btn_search {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 80px;
  height: 80px;
  transition: all .3s;
  background: url("../images/icon_search_white.png") no-repeat center center #7cb247;
}
header .btn_search:hover {
  background-color: #6fa040;
}
header .btn_search_active {
  background: url("../images/icon_close.png") no-repeat center center #e5e5e5;
}
header .btn_search_active:hover {
  background-color: #999999;
}
header .wrap {
  display: table-cell;
  position: relative;
}
header .wrap .search_area {
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.3s ease-in;
  background-color: #fff;
}
header .wrap .search_area input.search_box {
  width: 100%;
  height: 80px;
  font-size: 20px;
  color: #999;
  padding: 0 180px 0 90px;
  background: url("../images/icon_search_gray.png") no-repeat left 30px center;
}
header .wrap .search_area input[type=submit] {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 140px;
  height: 40px;
  background-color: #7cb247;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
header .wrap .search_area input[type=submit]:hover {
  transition: all 0.3s ease-in;
  background-color: #6fa040;
}
header .wrap .search_area_active {
  left: 0;
  transition: all 0.3s ease-in;
}
header .wrap .nav_area {
  width: 100%;
  background-color: #fff;
}
header .wrap .nav_area h1 {
  float: left;
  margin: 30px 0 0 30px;
}
header .wrap .nav_area .nav {
  float: right;
  overflow: hidden;
  zoom: 1;
}
header .wrap .nav_area .nav li {
  float: left;
  font-weight: 600;
  margin: 31px 54px 0 0;
}
header .wrap .nav_area .nav li a {
  font-size: 14px;
}
header .wrap .nav_area .nav li:last-child {
  margin: 0;
}
header .wrap .nav_area .nav li:last-child a {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 230px;
  height: 80px;
  background-color: #3e3e3e;
  color: #fff;
  font-size: 13px;
}
header .wrap .nav_area .nav li:last-child a span {
  display: inline-block;
  background: url("../images/icon_arrow_green_right.png") no-repeat right center;
  line-height: 21px;
  padding-right: 35px;
}

main {
  width: 100%;
  background: url("../images/bg_main.png") no-repeat center top -65px #f4f4f4;
}

main.top {
  background: url("../images/bg_main_top.png") no-repeat center top #f4f4f4;
}

/* footer
---------------------------------------------------- */
footer {
  width: 100%;
  background-color: #F4F4F4;
}
footer #area_logo {
  width: 1280px;
  margin: 0 auto;
  padding: 48px 0;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
}
footer #area_logo .home {
  position: absolute;
  top: 37px;
  right: 50px;
}
footer #area_logo .gotop {
  position: absolute;
  top: 37px;
  right: 0;
}
footer #sitemap {
  width: 1280px;
  margin: 0 auto;
  padding: 50px 100px 64px;
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
footer #sitemap .col dl {
  font-size: 12px;
  color: #202020;
  line-height: 1.5;
}
footer #sitemap .col dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}
footer #sitemap .col dl dd {
  margin-bottom: 10px;
}
footer #sitemap .col dl a {
  color: #202020;
}
footer #copyright {
  width: 100%;
  background-color: #7CB247;
  padding: 22px 0;
}
footer #copyright p {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
}

/*
===============================================================================
■ 下層ページ共通
===============================================================================
*/
/*ページタイトル
---------------------------------------------------- */
#pagetitle {
  width: 1280px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
#pagetitle h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 32px;
}
#pagetitle h1 span {
  font-family: 'Abel', sans-serif;
  color: #7cb247;
  font-weight: normal;
}
#pagetitle #subnuv {
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  width: 100%:

}
#pagetitle #subnuv li a {
  display: block;
  min-width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 42px;
  border: 1px solid #e6e6e6;
  background: url("../images/icon_arrow_right_green_s.png") no-repeat right 14px center #efefef;
}
#pagetitle #subnuv li a:hover {
  color: #fff;
  background-color: #7cb247;
}
#pagetitle #subnuv .active a {
  color: #fff;
  background-color: #7cb247;
}

/*ワンカラムページ用
---------------------------------------------------- */
#contents {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 85px 40px 97px;
  background-color: #FFF;
  border: 1px solid #e6e6e6;
}
#contents:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #7cb247, #47b29d);
}
#contents h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  padding: 0 40px;
  margin-bottom: 20px;
}
#contents h2 .inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #FFF;
  padding: 0 30px;
}
#contents h2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  z-index: 0;
}
#contents .title_en {
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #78B24D;
  margin-bottom: 56px;
}
#contents .inner {
  padding: 0 149px;
}
#contents p {
  font-size: 16px;
  line-height: 1.9;
}
#contents h3 {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #fff;
}
#contents h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 40px;
}
#contents ul.line {
  border: 1px solid #e6e6e6;
}
#contents ul.line li {
  color: #767676;
  font-size: 14px;
  background-color: #FFF;
  border-bottom: 1px solid #e6e6e6;
  padding: 18px;
}
#contents ul.line li:last-child {
  border-bottom: none;
}
#contents dl.line {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 40px;
}
#contents dl.line dt {
  float: left;
  width: 170px;
  padding: 18px 0;
  clear: both;
}
#contents dl.line dd {
  border-top: 1px solid #e6e6e6;
  color: #767676;
  padding: 18px 0 18px 180px;
}
#contents hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e6e6e6;
  margin: 80px 0;
}
#contents table {
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.7;
}
#contents table tr {
  border-bottom: 1px solid #e6e6e6;
}
#contents table tr th, #contents table tr td {
  padding: 14px;
}
#contents table tr th {
  border-right: 1px solid #e6e6e6;
  vertical-align: middle;
}
#contents table tr td {
  background-color: #fff;
  color: #767676;
  border-right: 1px solid #e6e6e6;
}
#contents table.th_center tr th {
  text-align: center;
}
#contents table.td_center tr td {
  text-align: center;
}
#contents p.att {
  font-size: 13px;
  line-height: 1.6;
}
#contents .box {
  padding: 40px;
  margin-bottom: 50px;
}

.nav_semitre {
  width: 1280px;
  margin: -47px auto 0;
  overflow: hidden;
  zoom: 1;
}
.nav_semitre li {
  float: right;
  border: 1px solid #e6e6e6;
  border-left: none;
  background-color: #fff;
}
.nav_semitre li:last-child {
  border-left: 1px solid #e6e6e6;
}
.nav_semitre li:last-child a:after {
  border-color: transparent transparent transparent #7cb247;
}
.nav_semitre li a {
  position: relative;
  display: block;
  width: 170px;
  padding: 16px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.nav_semitre li a:after {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 3px;
  border-color: transparent transparent transparent #47b29d;
}

/*ツーカラムページ用
---------------------------------------------------- */
#contents_twocol {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0 97px 80px;
  background-color: #FFF;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  zoom: 1;
}
#contents_twocol:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #7cb247, #47b29d);
}
#contents_twocol #col_main {
  width: 860px;
  float: left;
}
#contents_twocol #col_main h2 {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  padding: 0 40px 0 0;
  margin-bottom: 20px;
}
#contents_twocol #col_main h2 .inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #FFF;
  padding: 0 30px 0 0;
}
#contents_twocol #col_main h2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  z-index: 0;
}
#contents_twocol #col_main .title_en {
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  color: #78B24D;
  margin-bottom: 56px;
}
#contents_twocol #col_main .content_title {
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 18px 0;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
}
#contents_twocol #col_main .content_title h3 {
  padding-right: 20px;
  font-size: 34px;
  line-height: 1.3;
}
#contents_twocol #col_main .content_title .btn_appli a {
  display: block;
  width: 190px;
  margin: 0;
  padding: 20px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/icon_arrow_green_right.png") no-repeat right 10px center #3e3e3e;
  text-decoration: none;
}
#contents_twocol #col_main .inner {
  padding: 0 40px;
  line-height: 1.7;
}
#contents_twocol #col_main section {
  padding: 24px 0 24px;
}
#contents_twocol #col_main h3.line {
  position: relative;
  font-size: 28px;
  line-height: 1.3;
  padding: 0 40px 0 0;
  margin-bottom: 20px;
}
#contents_twocol #col_main h3.line .inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #FFF;
  padding: 0 30px 0 0;
}
#contents_twocol #col_main h3.line:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #78b24d;
  z-index: 0;
}
#contents_twocol #col_main h4,
#contents_twocol #col_main .common-small-ttl,
#contents .common-small-ttl {
  position: relative;
  padding-bottom: 20px;
  margin: 20px 0 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
#contents_twocol #col_main h4:after,
#contents_twocol #col_main .common-small-ttl:after,
#contents .common-small-ttl:after {
  position: absolute;
  bottom: 0;
  left: 2px;
  content: "";
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #7cb247, #47b29d);
}
#contents_twocol #col_main h5 {
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  margin: 24px 0 5px;
  line-height: 1.3;
  padding-left: 20px;
}
#contents_twocol #col_main h5:after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #78b24d;
}
#contents_twocol #col_main p {
  line-height: 1.7;
  margin-bottom: 24px;
}
#contents_twocol #col_main .btn_voice a {
  display: block;
  width: 130px;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  background: url("../images/icon_tori_bottom_green.png") no-repeat right 12px center;
  text-decoration: none;
}
#contents_twocol #col_main ul,
#contents .common-list {
  margin-bottom: 24px;
}
#contents_twocol #col_main ul li,
#contents .common-list li {
  position: relative;
  padding: 9px 20px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.5;
}
#contents_twocol #col_main ul li:after,
#contents .common-list li:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #7cb247;
}
#contents_twocol #col_main ul li ul {
  margin-bottom: 0;
}
#contents_twocol #col_main ul li ul li {
  border-bottom: none;
}
#contents_twocol #col_main ul li ul li:last-child {
  padding-bottom: 0;
}
#contents_twocol #col_main ul.voice li {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding: 30px 40px 30px 74px;
}
#contents_twocol #col_main ul.voice li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#contents_twocol #col_main ul.voice li:after {
  top: 25px;
  left: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url("../images/icon_voice.png") no-repeat center center #7cb247;
}
#contents_twocol #col_main ul.voice_thum {
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
#contents_twocol #col_main ul.voice_thum li {
  width: 382px;
  border-bottom: none;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-bottom: 16px;
}
#contents_twocol #col_main ul.voice_thum li:after {
  display: none;
}
#contents_twocol #col_main ul.voice_thum li dl {
  display: table;
}
#contents_twocol #col_main ul.voice_thum li dl dt {
  display: table-cell;
}
#contents_twocol #col_main ul.voice_thum li dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 14px;
}
#contents_twocol #col_main ul.course_list li span {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #666;
}
#contents_twocol #col_main table,
#contents .common-table {
  width: 100%;
  margin-bottom: 24px;
  line-height: 1.4;
}
#contents_twocol #col_main table tbody th,
#contents_twocol #col_main table tbody td,
#contents .common-table tbody th,
#contents .common-table tbody td {
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 14px;
}
#contents_twocol #col_main table tbody th,
#contents .common-table tbody th {
  background-color: #fafafa;
}
#contents_twocol #col_main table tbody td.deadline,
#contents .common-table tbody td.deadline {
  background-color: #fef8f7;
  color: #f12f00;
}
#contents_twocol #col_main table ul {
  margin-bottom: 0;
}
#contents_twocol #col_main table ul li {
  border-bottom: none;
  text-align: left;
}
#contents_twocol #col_main table.left tbody th,
#contents_twocol #col_main table.left tbody td,
#contents .common-table.left tbody th,
#contents .common-table.left tbody td {
  text-align: left;
}
#contents_twocol #col_main strong {
  font-weight: 600;
}
#contents_twocol #col_main .btn_appli a {
  display: block;
  width: 450px;
  margin: 8px auto 32px;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: url("../images/icon_arrow_green_right.png") no-repeat right 17px center #3e3e3e;
  text-decoration: none;
}
#contents_twocol #col_main a,
#contents .link {
  text-decoration: underline;
}
#contents_twocol #col_main a:hover,
#contents .link:hover {
  text-decoration: none;
}
#contents_twocol #col_sub {
  width: 260px;
  float: right;
}
#contents_twocol #col_sub h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Abel', sans-serif;
  color: #78b24d;
}
#contents_twocol #col_sub .subnav {
  width: 100%;
  margin-bottom: 40px;
}
#contents_twocol #col_sub .subnav li {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-right: none;
}
#contents_twocol #col_sub .subnav li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#contents_twocol #col_sub .subnav li a {
  display: block;
  padding: 16px 46px 16px 12px;
  font-size: 14px;
  line-height: 1.4;
  background: url("../images/icon_arrow_right_green_s.png") no-repeat right 16px center;
}
#contents_twocol #col_sub .subnav li a:hover {
  background-color: #78b24d;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#contents_twocol #col_sub .subnav .active a {
  background-color: #78b24d;
  color: #fff;
}
#contents_twocol #col_sub .schedule h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
#contents_twocol #col_sub .schedule ul {
  border-top: 4px solid #78b24d;
}
#contents_twocol #col_sub .schedule ul li {
  border: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;
  font-size: 14px;
}
#contents_twocol #col_sub .schedule ul li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#contents_twocol #col_sub .schedule ul li a {
  display: block;
  padding: 14px 19px;
  line-height: 1.4;
}
#contents_twocol #col_sub .schedule ul li a span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
#contents_twocol #col_sub .schedule.seminar h5 {
  color: #40a08d;
}
#contents_twocol #col_sub .schedule.seminar ul {
  border-top: 4px solid #40a08d;
}
#contents_twocol .thum_center {
  padding: 24px 0;
  text-align: center;
}
#contents_twocol .thum_right {
  float: right;
  padding: 0 0 24px 24px;
}
#contents_twocol .flex {
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#contents_twocol .alignleft_dl {
  margin: 6px 20px 16px 20px;
}

#contents_twocol #col_main .support-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#contents_twocol #col_main .support-list li {
  position: relative;
  width: 248px;
  border: solid 1px #e6e6e6;
  list-style: none;
  padding: 20px;
}

#contents_twocol #col_main .support-list li:after {
  display: none;
}

#contents_twocol #col_main .support-list .name {
  font-size: 14px;
  color: #78b24d;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}

#contents_twocol #col_main .support-list .img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}

#contents_twocol #col_main .support-list .description {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 20px;
  margin-bottom: 92px;
}

#contents_twocol #col_main .support-list .btn-area {
  margin: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

#contents_twocol #col_main .support-list .common-btn a,
#contents_twocol #col_main .txt-and-btn .common-btn a {
  min-width: auto;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 30px 10px 10px;
  background: url("../images/icon_arrow_white_bottom.png") no-repeat right 10px center / 21px auto #7cb247;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_twocol #col_main .support-list .common-btn::after {
  display: none;
}

#contents_twocol #col_main .support-list .common-btn.gray a {
  margin-top: 10px;
  background: url(../images/icon_arrow_green_right.png) no-repeat right 10px center / 21px auto #3e3e3e;
}


#contents_twocol #col_main .common-btn.wide a {
  min-width: auto;
  width: 360px;
  text-decoration: none;
  padding: 10px;
  background: url("../images/icon_arrow_white_bottom.png") no-repeat right 10px center / 21px auto #7cb247;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 30px auto 50px;
}


#contents_twocol #col_main .common-btn.wide a .small {
  display: block;
  font-size: 14px;
  margin-top: -3px;
}

#contents_twocol #col_main .img-area {
  margin-bottom: 30px;
}

#contents_twocol #col_main .check-box {
  border: solid 1px #7cb247;
  border-radius: 5px;
}

#contents_twocol #col_main .check-box .ttl {
  padding: 13px 20px 13px 88px;
  margin: 0;
  font-size: 16px;
  line-height: inherit;
  font-weight: bold;
  color: #fff;
  background: url(../images/icon_check.png) no-repeat 30px center / 28px auto #78b34d;
}

#contents_twocol #col_main .check-box .description {
  padding: 13px 20px;
  margin-bottom: 0;
}

#contents_twocol #col_main .check-box-area {
  margin-bottom: 50px;
}

#contents_twocol #col_main .check-box-area .check-box:nth-child(n + 2) {
  margin-top: 15px;
}

#contents_twocol #col_main .agreement-area {
  margin-bottom: 50px;
}

#contents_twocol #col_main .agreement-block {
  border-top: solid 1px #e5e5e5;
  margin-bottom: 50px;
}

#contents_twocol #col_main .agreement-block .ttl {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 30px;
}

#contents_twocol #col_main .agreement-block .ttl::after {
  display: none;
}

#contents_twocol #col_main .agreement-block .ttl img {
  display: block;
  margin: 0 auto 20px;
}

#contents_twocol #col_main #solr .ttl img {
  width: 82px;
}

#contents_twocol #col_main #manifoldcf .ttl img {
  width: 93px;
}

#contents_twocol #col_main #opennlp .ttl img {
  width: 127px;
}

#contents_twocol #col_main .agreement-block p {
  margin-bottom: 0;
}

#contents_twocol #col_main .agreement-block table {
  margin: 20px 0;
}

.contact-case-ttl-area-wrap {
  margin-bottom: 50px;
}

#contents_twocol #col_main .contact-case-ttl-area {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

#contents_twocol #col_main .contact-case-ttl-area .ttl-small-box {
  border: 0;
  float: left;
  margin: 0;
}

#contents_twocol #col_main .contact-case-ttl-area .ttl-small-box span {
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Abel', sans-serif;
}

#contents_twocol #col_main .contact-case-ttl-area .ttl-small-box .big-txt {
  font-size: 24px;
}

#contents_twocol #col_main .contact-case-ttl-area .contact-case-ttl {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0 0 30px;
  float: left;
}

#contents_twocol #col_main .contact-case-ttl-area .contact-case-ttl:after {
  display: none;
}

#contents_twocol #col_main .contact-case-list li {
  padding: 0;
  border: 0;
}

#contents_twocol #col_main .contact-case-list li:last-child {
  margin-bottom: 30px;
}

#contents_twocol #col_main .contact-case-list li:nth-child(n + 2) {
  margin-top: 20px;
}

#contents_twocol #col_main .contact-case-list li:after {
  display: none;
}

#contents_twocol #col_main .contact-case-list .icon {
  position: relative;
  width: 66px;
  height: 66px;
  background-color: #f4f4f4;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

#contents_twocol #col_main .contact-case-list li:nth-child(even) .icon {
  margin: 0 0 0 20px;
  background-color: #ffe746;
}

#contents_twocol #col_main .contact-case-list .icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px;
}

#contents_twocol #col_main .contact-case-list li:nth-child(even) .icon img {
  width: 42px;
  top: 0;
}

#contents_twocol #col_main .contact-case-list .balloon-block {
  position: relative;
  width: 694px;
  background-color: #f4f4f4;
  float: left;
  padding: 20px;
  border-radius: 5px;
}

#contents_twocol #col_main .contact-case-list .balloon-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: -12px;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #f4f4f4 transparent transparent;
}

#contents_twocol #col_main .contact-case-list li:nth-child(even) .balloon-block:before {
  left: auto;
  right: -12px;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #f4f4f4;
}

#contents_twocol #col_main .contact-case-list .balloon-block .contact-cont-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #888;
  margin-bottom: 10px;
}

#contents_twocol #col_main .contact-case-list .balloon-block .contact-cont-txt p {
  margin-bottom: 0;
}

#contents_twocol #col_main .contact-case-list .balloon-block .contact-cont-txt p:nth-child(n + 2) {
  margin-top: 1em;
}

#contents_twocol #col_main .underline {
  text-decoration: underline;
}

#contents_twocol #col_main .list-ttl {
  margin-bottom: 15px;
}

#contents_twocol #col_main .txt-and-btn {
  display: flex;
  align-items: center;
}

#contents_twocol #col_main .txt-and-btn .txt {
  width: 480px;
  padding-right: 20px;
  margin-bottom: 0;
}

#contents_twocol #col_main .txt-and-btn .common-btn a {
  width: 300px;
  background-image: url(../img/top/arrow_right.png);
}

#contents_twocol #col_main .txt-and-img {
  display: flex;
  margin-bottom: 50px;
}

#contents_twocol #col_main .txt-and-img .txt-block {
  width: 390px;
}

#contents_twocol #col_main .txt-and-img .txt-block .description {
  margin-bottom: 0;
}

#contents_twocol #col_main .txt-and-img .txt-block .description:nth-child(n + 2) {
  margin-top: 1em;
}

#contents_twocol #col_main .txt-and-img .img-block {
  width: 390px;
}

#contents_twocol #col_main .voice-list {
  margin-bottom: 50px;
}

#contents_twocol #col_main .voice-list.pattern-lightpurple .balloon {
  background-color: #ccccff;
}

#contents_twocol #col_main .voice-list.pattern-lightpurple .balloon:after {
  border-color: #ccccff transparent transparent transparent;
}

#contents_twocol #col_main .voice-list.pattern-orange .balloon {
  background-color: #ffefce;
}

#contents_twocol #col_main .voice-list.pattern-orange .balloon:after {
  border-color: #ffefce transparent transparent transparent;
}

#contents_twocol #col_main .voice-list.pattern-red .balloon {
  background-color: #ffcfc0;
}

#contents_twocol #col_main .voice-list.pattern-red .balloon:after {
  border-color: #ffcfc0 transparent transparent transparent;
}

#contents_twocol #col_main .voice-list.pattern-green .balloon {
  background-color: #dcf5c5;
}

#contents_twocol #col_main .voice-list.pattern-green .balloon:after {
  border-color: #dcf5c5 transparent transparent transparent;
}

#contents_twocol #col_main .voice-list.pattern-blue .balloon {
  background-color: #ddf2fe;
}

#contents_twocol #col_main .voice-list.pattern-blue .balloon:after {
  border-color: #ddf2fe transparent transparent transparent;
}

#contents_twocol #col_main .voice-list li {
  width: 375px;
  float: left;
  padding: 0;
  border: 0;
  background-color: #faf7f1;
}

#contents_twocol #col_main .voice-list li:nth-child(2n + 1) {
  margin-right: 30px;
}

#contents_twocol #col_main .voice-list li:nth-child(n + 3) {
  margin-top: 30px;
}


#contents_twocol #col_main .voice-list li:after {
  display: none;
}

#contents_twocol #col_main .voice-list .company {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #7cb247, #47b29d);
  text-align: center;
  padding-top: 1px;
}

#contents_twocol #col_main .voice-list .balloon {
  position: relative;
  background-color: #ede8de;
  padding: 24px 20px;
}

#contents_twocol #col_main .voice-list .balloon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 21px 0 21px;
  border-color: #ede8de transparent transparent transparent;
}

#contents_twocol #col_main .voice-list .ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 80px;
  line-height: 1.5;
  margin-bottom: 0;
}

#contents_twocol #col_main .voice-list .ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

#contents_twocol #col_main .voice-list .ttl.pattern01:before {
  background-image: url(../img/services/consulting/icon_bulb.png);
  background-size: 35px auto;
  background-color: #ffe746;
}

#contents_twocol #col_main .voice-list .ttl.pattern02 {
  margin-bottom: 15px;
  padding-left: 0;
}

#contents_twocol #col_main .voice-list .bottom-block {
  padding: 30px 20px 22px 20px;
}

#contents_twocol #col_main .voice-list .bottom-block .description {
  margin-bottom: 0;
}

#contents_twocol #col_main .member-introduce {
  margin-top: 30px;
}

#contents_twocol #col_main .member-introduce .parts-block {
  padding-bottom: 25px;
  border-bottom: solid 1px #e5e5e5;
}

#contents_twocol #col_main .member-introduce .parts-block:nth-child(n + 2) {
  margin-top: 25px;
}

#contents_twocol #col_main .member-introduce .img-block {
  float: left;
  width: 230px;
  margin-top: 50px;
}

#contents_twocol #col_main .member-introduce .img-block img {
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
}

#contents_twocol #col_main .member-introduce .parts-block:nth-child(n + 2) .img-block {
  text-align: right;
  float: right;
}

#contents_twocol #col_main .member-introduce .txt-block {
  float: left;
  width: 550px;
}

#contents_twocol #col_main .member-introduce .name {
  font-size: 15px;
  font-weight: bold;
  color: #9b9b9b;
  line-height: 1.2;
  margin-bottom: 10px;
}

#contents_twocol #col_main .member-introduce .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}

#contents_twocol #col_main .member-introduce .description {
  margin-bottom: 15px;
}

#contents_twocol #col_main .member-introduce .common-btn a {
  min-width: auto;
  width: 330px;
  margin: auto;
  text-decoration: none;
  padding: 14px 20px;
  background: url(../img/top/arrow_right.png) no-repeat right 15px center / 21px auto #7cb247;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents_twocol #col_main .member-introduce .common-btn:after {
  display: none;
}

#contents_twocol #col_main .entrust-block {
  margin: 50px 0;
}

#contents_twocol #col_main .green-ttl {
  font-size: 24px;
  color: #7cb247;
  text-align: center;
  padding: 0;
  margin: 0;
}

#contents_twocol #col_main .green-ttl:after {
  display: none;
}

#contents_twocol #col_main .check-list {
  margin-top: 25px;
}

#contents_twocol #col_main .check-list li {
  border: solid 1px #7cb247;
  border-radius: 5px;
  padding: 20px;
  padding: 18px 20px 18px 88px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  background: url(../images/icon_check_green.png) no-repeat 30px center / 28px auto;
}

#contents_twocol #col_main .check-list li:nth-child(n + 2) {
  margin-top: 10px;
}

#contents_twocol #col_main .check-list li:after {
  display: none;
}

#contents_twocol #col_main .prof-main-area {
  width: 860px;
}

#contents_twocol #col_main .ttl-small-box {
  padding: 0;
  margin: 0 0 20px;
  border-top: 1px solid #e6e6e6;
}

#contents_twocol #col_main .ttl-small-box > span {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #7cb247, #47b29d);
}

#contents_twocol #col_main .prof-main-area .member-ttl {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0;
  margin-bottom: 20px;
}

#contents_twocol #col_main .prof-main-area .member-ttl:before {
  display: none;
}

#contents_twocol #col_main .main-img {
  position: relative;
}

#contents_twocol #col_main .job-and-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 30px;
  background-color: rgba(125,178,72,0.9);
}

#contents_twocol #col_main .job-and-name .name {
  font-size: 24px;
  margin-left: 5px;
}

#contents_twocol #col_main .prof-main-area .bottom-block {
  padding: 40px;
  background-color: #f4f4f4;
}

#contents_twocol #col_main .prof-main-area .bottom-block .prof-ttl {
  position: relative;
  font-size: 22px;
  font-family: 'Abel', sans-serif;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

#contents_twocol #col_main .prof-main-area .bottom-block .prof-ttl:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(125,178,72,0.9);
}

#contents_twocol #col_main .prof-main-area .bottom-block .description {
  margin-bottom: 0;
}

#contents_twocol #col_main .common-small-ttl {
  font-size: 18px;
  margin-top: 50px;
}

#contents_twocol #col_main .member-img-and-txt {
  margin-bottom: 50px;
}

#contents_twocol #col_main .member-img-and-txt .img-block {
  width: 410px;
  padding-right: 40px;
  float: left;
}

#contents_twocol #col_main .member-img-and-txt.pattern01 .img-block {
  padding: 0 0 0 40px;
}

#contents_twocol #col_main .member-img-and-txt .txt-block {
  width: 370px;
  float: left;
}

#contents_twocol #col_main .member-img-and-txt .txt-block p:last-child {
  margin-bottom: 0;
}

#contents_twocol #col_main .member-bottom-img-block {
  margin-top: 50px;
}

#contents_twocol #col_main .news-parts {
  display: block;
  padding: 20px 0;
  border-bottom: 1px #aaa dotted;
}

#contents_twocol #col_main .news-txt-block,
#contents_twocol #col_main .news-img-block {
  float: left;
}

#contents_twocol #col_main .news-txt-block {
  width: 570px;
  margin: 20px 20px 0 0;
}

#contents_twocol #col_main .news-txt-block p {
  text-decoration: underline;
}

#contents_twocol #col_main .news-img-block {
  width: 190px;
}

#contents_twocol #col_main .news-img-block img {
  width: 100%;
  height: auto;
}

#contents_twocol #col_main .service-list-area {
  margin-top: -20px;
}

#contents_twocol #col_main .service-list-area.app li {
  padding: 30px 0;
}
#contents_twocol #col_main .service-list-area.app li .txt-block ul li {
  padding: 20px 0;
}

#contents_twocol #col_main .service-list-area li {
  display: flex;
  padding: 20px 0;
  width: 100%;
}

#contents_twocol #col_main .service-list-area li:after {
  display: none;
}

#contents_twocol #col_main .service-list-area li .img-block img {
  width: 246px;
  height: 246px;
  border-radius: 50%;
  overflow: hidden;
}

#contents_twocol #col_main .service-list-area li:nth-child(odd) .img-block {
  margin-right: 60px;
}

#contents_twocol #col_main .service-list-area li:nth-child(even) .img-block {
  margin-left: 60px;
  order: 2;
}

#contents_twocol #col_main .service-list-area li .txt-block {
  margin-top: 50px;
}

#contents_twocol #col_main .service-list-area li .txt-block.mt-0 {
  margin-top: 0;
}

#contents_twocol #col_main .service-list-area li:nth-child(even) .txt-block {
  order: 1;
}

#contents_twocol #col_main .service-list-area li .txt-block .ttl {
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px -6px;
}

#contents_twocol #col_main .service-list-area li .txt-block .ttl:after {
  display: none;
}

#contents_twocol #col_main .service-list-area .txt {
  margin-bottom: 15px;
}

#contents_twocol #col_main .service-list-area .btn_area {
  float: right;
}

#contents_twocol #col_main .service-list-area .btn_area a {
  display: block;
  width: 160px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: url(../images/icon_arrow_green_right.png) no-repeat right 17px center #3E3E3E;
  text-decoration: none !important;
}

#contents_twocol #col_main .main-img.adjust01 {
  width: 860px;
  margin: 0 0 40px -40px;
}

#contents_twocol #col_main .main-img.adjust01 .job-and-name {
  font-size: 24px;
  line-height: 1.2;
}

#contents_twocol #col_main .check-box .description li:last-child {
  border-bottom: 0;
}

#contents_twocol #col_main .check-box-wrap {
  margin-bottom: 50px;
}

#contents_twocol .noline {
  text-decoration: none !important;
}

#contents_twocol table.adjust01 {
  margin-bottom: 50px !important;
}

#contents_twocol table.adjust01 tr td {
  text-align: left !important;
}

#contents_twocol table.adjust01 ul li {
  padding: 0px 20px !important;
}

#contents_twocol table.adjust01 ul li:after {
  top: 10px !important;
}

#contents_twocol p.adjust01 {
  margin-bottom: 50px !important;
}

#contents_twocol #col_main .check-box:nth-child(n + 2) {
  margin-top: 30px;
}

#contents_twocol #col_main .check-box.adjust01 .ttl.note,
#contents_twocol #col_main .check-box.adjust01 .ttl.head {
  padding-left: 67px;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-color: #78b34d;
}

#contents_twocol #col_main .check-box.adjust01 .ttl.note {
  background-image: url(../img/common/icon_note.svg);
}

#contents_twocol #col_main .check-box.adjust01 .ttl.head {
  background-image: url(../img/common/icon_head.svg);
}

@media screen and (min-width: 641px) {
  #contents_twocol #col_main .common-btn a:hover {
    background-color: #a2d15f;
    opacity: 1.0;
    filter: alpha(opacity=100);
  }

  #contents_twocol #col_main .common-btn.gray a:hover {
    opacity: 0.8;
  }

  #contents_twocol #col_main .news-parts:hover .news-txt-block p {
    text-decoration: none;
  }
}



/*
===============================================================================
■ トップページコンテンツ
===============================================================================
*/
/* 言語切替
---------------------------------------------------- */
.btn_change {
  position: absolute;
  top: 100px;
  right: 19px;
  overflow: hidden;
  zoom: 1;
}
.btn_change li {
  float: left;
}
.btn_change li:first-child {
  margin-right: 7px;
}
.btn_change li:first-child a {
  font-size: 9px;
}
.btn_change li a {
  display: block;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 46px;
  color: #7a7a7a;
}
.btn_change li a:hover {
  background-color: #7cb247;
  color: #fff;
  border: 1px solid #7cb247;
  transition: 0.3s;
}
.btn_change .active a {
  background-color: #7cb247;
  color: #fff;
  border: 1px solid #7cb247;
}

/* kv
---------------------------------------------------- */
#kv {
  width: 1280px;
  height: 405px;
  margin: 0 auto;
  padding: 130px 0 0 40px;
}
#kv .copy {
  font-family: 'Oswald', sans-serif;
  font-size: 77px;
  font-weight: 300;
  color: #7CB247;
  padding-bottom: 60px;
}
#kv .copy_sub {
  font-size: 20px;
  letter-spacing: 4px;
}

/* メインインフォ
---------------------------------------------------- */
#mainInfo {
  width: 1294px;
  height: 547px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  background: url("../images/bg_maininfo.png") no-repeat center top;
  margin-bottom: 40px;
}
#mainInfo .col_l {
  width: 50%;
  padding: 53px 40px 0 48px;
}
#mainInfo .col_l h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}
#mainInfo .col_l .text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
}
#mainInfo .col_l .btn_about_item {
  text-align: center;
  margin-bottom: 16px;
}
#mainInfo .col_l .btn_about_item a {
  display: inline-block;
  width: 450px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: url("../images/icon_arrow_green_right.png") no-repeat right 17px center #3E3E3E;
}
#mainInfo .col_l .att {
  text-align: center;
}
#mainInfo .col_l .att a {
  font-size: 13px;
  color: #666;
  text-decoration: underline;
}
#mainInfo .col_l .att a:hover {
  text-decoration: none;
}
#mainInfo .col_r {
  width: 50%;
  padding: 28px 8px 0 0;
}
#mainInfo .col_r .dateinfo {
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
}
#mainInfo .col_r .dateinfo .training, #mainInfo .col_r .dateinfo .seminar {
  width: 50%;
  height: 110px;
  position: relative;
}
#mainInfo .col_r .dateinfo .training h3, #mainInfo .col_r .dateinfo .seminar h3 {
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  padding: 18px 20px 0;
  margin-bottom: 16px;
}
#mainInfo .col_r .dateinfo .training .more, #mainInfo .col_r .dateinfo .seminar .more {
  position: absolute;
  top: 16px;
  right: 12px;
}
#mainInfo .col_r .dateinfo .training .more a, #mainInfo .col_r .dateinfo .seminar .more a {
  padding-right: 15px;
  font-size: 12px;
  color: #FFF;
  position: relative;
}
#mainInfo .col_r .dateinfo .training .more a:after, #mainInfo .col_r .dateinfo .seminar .more a:after {
  position: absolute;
  top: -3px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #6ea040;
}
#mainInfo .col_r .dateinfo .training .wrap_slide_top, #mainInfo .col_r .dateinfo .seminar .wrap_slide_top {
  width: 300px;
  height: 55px;
  margin: 0 auto;
}
#mainInfo .col_r .dateinfo .training .wrap_slide_top .container_slide, #mainInfo .col_r .dateinfo .seminar .wrap_slide_top .container_slide {
  width: 300px;
}
#mainInfo .col_r .dateinfo .training .panel li, #mainInfo .col_r .dateinfo .seminar .panel li {
  padding: 0 10px;
}
#mainInfo .col_r .dateinfo .training .panel li a, #mainInfo .col_r .dateinfo .seminar .panel li a {
  display: block;
  width: 280px;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 16px;
}
#mainInfo .col_r .dateinfo .training .panel li a dl, #mainInfo .col_r .dateinfo .seminar .panel li a dl {
  overflow: hidden;
  zoom: 1;
}
#mainInfo .col_r .dateinfo .training .panel li a dl dt, #mainInfo .col_r .dateinfo .seminar .panel li a dl dt {
  float: left;
  font-size: 13px;
  font-weight: 600;
}
#mainInfo .col_r .dateinfo .training .panel li a dl dd, #mainInfo .col_r .dateinfo .seminar .panel li a dl dd {
  float: right;
  font-size: 12px;
  color: #666;
}
#mainInfo .col_r .dateinfo .training .arrow_none .slick-arrow, #mainInfo .col_r .dateinfo .seminar .arrow_none .slick-arrow {
  display: none !important;
}
#mainInfo .col_r .dateinfo .training {
  background-color: #7CB247;
}
#mainInfo .col_r .dateinfo .seminar {
  background-color: #47B29D;
}
#mainInfo .col_r .dateinfo .seminar .more a:after {
  border-color: transparent transparent transparent #40a08d;
}
#mainInfo .col_r .subscription {
  padding: 34px 0 0 49px;
}

/* サービスインフォ
---------------------------------------------------- */
#serviceInfo {
  width: 1200px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #7cb247, #47b29d);
  border: 1px solid #e6e6e6;
  padding-top: 5px;
  margin-bottom: 60px;
  display: table;
}
#serviceInfo .col {
  display: table-cell;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  position: relative;
  padding: 0 20px;
  width: 33.3%;
}
#serviceInfo .col:last-child {
  border-right: none;
}
#serviceInfo .col img {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#serviceInfo .col h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 30px;
}
#serviceInfo .col dl dt {
  padding: 18px 0 18px 32px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}
#serviceInfo .col dl dt:after {
  position: absolute;
  top: 22px;
  left: 0;
  content: "";
  width: 20px;
  height: 5px;
  background-color: #7cb247;
}
#serviceInfo .col dl dd {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* 新着情報
---------------------------------------------------- */
#newsInfo {
  width: 100%;
  background: url("../images/bg_newsInfo.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#newsInfo .col {
  width: 100%;
  position: relative;
}
#newsInfo .col .inner {
  width: 951px;
  margin: 0 auto;
  padding: 53px 0;
}
#newsInfo .col .inner h2 {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
#newsInfo .col .inner ul {
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#newsInfo .col .inner ul li {
  width: 297px;
  border-top: 1px solid #fff;
  padding-top: 40px;
}
#newsInfo .col .inner ul li dl {
  color: #fff;
}
#newsInfo .col .inner ul li dl dt {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
}
#newsInfo .col .inner ul li dl dd.title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
#newsInfo .col .inner ul li dl dd.text {
  font-size: 13px;
  color: #CCC;
  line-height: 1.7;
}
#newsInfo .col .inner .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#newsInfo .col .inner .more a {
  display: inline-block;
  font-size: 13px;
  color: #7CB247;
  text-decoration: underline;
  background: url("../images/icon_arrow_green_right.png") no-repeat right center;
  padding-right: 31px;
  line-height: 21px;
}
#newsInfo .col .inner .more a:hover {
  text-decoration: none;
}
#newsInfo .area_training {
  background-color: #000;
}

/*
===============================================================================
■ ボタン関係
===============================================================================
*/
/*
===============================================================================
■ アイコン関係
===============================================================================
*/
/*
--------------------------------------------------
アイコン表示位置１【ブロックの中央＆上下左右端】
--------------------------------------------------
*/
.icon_pos_center,
.icon_pos_left,
.icon_pos_right,
.icon_pos_top,
.icon_pos_bottom {
  _zoom: 1;
  background-repeat: no-repeat;
  display: block;
}

.icon_pos_center {
  background-position: center center;
  min-height: 24px;
  height: auto !important;
  height: 24px;
  /* min-height for IE6 */
}

.icon_pos_right {
  background-position: right center;
}

.icon_pos_left {
  background-position: left center;
}

.icon_pos_top {
  background-position: top center;
}

.icon_pos_bottom {
  background-position: bottom center;
}

/*
--------------------------------------------------
アイコン表示位置２【文字列の先頭末尾】
--------------------------------------------------
*/
.icon_pos_start,
.icon_pos_start_top,
.icon_pos_end {
  background-repeat: no-repeat;
  display: inline-block;
}

.icon_pos_start {
  background-position: left center;
  text-decoration: inherit;
}

.icon_pos_start_top {
  background-position: left 4px;
  text-decoration: inherit;
}

.icon_pos_end {
  background-position: right center;
  text-decoration: inherit;
  padding-right: 30px;
}

/*
--------------------------------------------------
汎用アイコン
--------------------------------------------------
*/
.arrow_r {
  background-image: url("../images/icon_arrow_green_right.png");
}

/*
===============================================================================
■ 下層ページ
===============================================================================
*/
/*製品
---------------------------------------------------- */
.product_dateinfo {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
}
.product_dateinfo .training, .product_dateinfo .seminar {
  width: 50%;
  position: relative;
}
.product_dateinfo .training h3, .product_dateinfo .seminar h3 {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  padding: 24px 24px 0;
  background-color: #6fa040;
}
.product_dateinfo .training p, .product_dateinfo .seminar p {
  padding: 24px 28px 16px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 1.6;
}
.product_dateinfo .training .wrap_slide_product, .product_dateinfo .seminar .wrap_slide_product {
  width: 500px;
  margin: 0 auto 32px;
  position: relative;
}
.product_dateinfo .training .wrap_slide_product .container_slide, .product_dateinfo .seminar .wrap_slide_product .container_slide {
  width: 500px;
}
.product_dateinfo .training .wrap_slide_product .container_slide .slider, .product_dateinfo .seminar .wrap_slide_product .container_slide .slider {
  width: 500px;
}
.product_dateinfo .training .wrap_slide_product .container_slide .panel li a, .product_dateinfo .seminar .wrap_slide_product .container_slide .panel li a {
  display: block;
  width: 100%;
  background-color: #FFF;
  padding: 27px 50px 27px 30px;
}
.product_dateinfo .training .wrap_slide_product .container_slide .panel li a dl, .product_dateinfo .seminar .wrap_slide_product .container_slide .panel li a dl {
  overflow: hidden;
  zoom: 1;
}
.product_dateinfo .training .wrap_slide_product .container_slide .panel li a dl dt, .product_dateinfo .seminar .wrap_slide_product .container_slide .panel li a dl dt {
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.product_dateinfo .training .wrap_slide_product .container_slide .panel li a dl dd, .product_dateinfo .seminar .wrap_slide_product .container_slide .panel li a dl dd {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.product_dateinfo .training {
  background-color: #6fa040;
  position: relative;
}
.product_dateinfo .training a {
  transition: 0.2s ease-in-out;
}
.product_dateinfo .training a:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}
.product_dateinfo .training::before {
  background: url(../img/top/arrow-wh.png) no-repeat center center;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.product_dateinfo .seminar {
  background-color: #40a08d;
}
.product_dateinfo .seminar h3 {
  background-color: #40a08d;
}

/* 製品ページ更新
---------------------------------------------------- */

.center img {
  width: 100%;
}

.bg {
  height: 272px;
  width: 900px;
  color: #fff;
  text-align: center;
  padding: 50px 57px;
  margin: 0 auto 60px;
}

.bg1 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg01.jpg);
}

.bg2 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg02.jpg);
}

.bg .main-ttl {
  font-weight: bold;
}

.pro-box {
  width: 100%;
  display: table;
}

.box-img {
  display: table-cell;
  vertical-align: middle;
}

.box-txt {
  width: 592px;
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.right01 {
  padding: 13px 0;
}


.right02 {
  padding: 28px 0;
}

/*製品2
---------------------------------------------------- */

.product2-table1 {
  overflow-x: auto;
  margin: 0 0 48px 0;
}

.product2-table1 table{
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.product2-table1 th{
  padding: 10px;
  border: 1px solid #e6e6e6;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
}

.product2-table1 td {
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.product2-table1 th.t-head {
width: 19%;
}

.product2-table1 th.swirl-head {
background-color: #7eb154!important;
font-weight: bold;
text-align: center;
color: #FFF!important;
width: 27%;
}

.product2-table1 th.a-head,
.product2-table1 th.b-head {
font-weight: bold;
text-align: center;
background-color: #eee!important;
width: 27%;
}

.product2-table1 td.swirl-body {
background-color: #f1f7ed!important;
color: #000!important;
}

.product2-table2 {
  overflow-x: auto;
  margin: 0 0 48px 0;
}

.product2-table2 table{
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.product2-table2 th{
  padding: 20px 10px!important;
  width: 33%;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.product2-table2 td {
  padding: 10px;
  border: 1px solid #e6e6e6;
  vertical-align: top;
}

.product2-table2 td.table2-price {
text-align: center!important;
font-weight: bold!important;
}


/*会社概要
---------------------------------------------------- */

#com-prof .com-url {
  text-align: right;
}

#contents_twocol #col_main #com-activity ul {
  font-size: 0;
}

#contents_twocol #col_main #com-activity ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 40px 0;
  border-bottom: 0;
  width: calc((100% - 80px) / 2);
}

#contents_twocol #col_main #com-activity ul li:nth-child(2n) {
  padding: 0 0 0 80px;
}

#contents_twocol #col_main #com-activity ul li:after {
  content: none;
}

#com-activity figure {
  text-align: center;
  display: table;
}

#com-activity figcaption {
  font-size: 14px;
  padding: 10px 0 0 0;
}

#com-prof .mb30 img {
  width: 780px;
  height: 497px;
}


/* Apacheについて
---------------------------------------------------- */

#apache-block .main-ttl::before {
  content: none;
}

#apache-block .txt {
  text-align: center;
}

#apache-block .bg {
  margin: 0 0 40px 0;
}

#apache-block .grad {
  margin: 0 0 28px 0;
}

#apache-block .oss-block .ttl {
  text-align: center;
  font-size: 24px;
}

.bg3 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg3.jpg);
  background-size: cover;
  text-align: left;
}

.bg4 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg4.jpg);
  background-size: cover;
  text-align: left;
}

.bg5 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg5.jpg);
  background-size: cover;
  text-align: left;
}

.li01 {
  text-align: center;
}

.li01 li {
  display: inline-block;
  width: 269px;
  height: 66px;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  line-height: 66px;
  text-align: center;
  margin: 0 16px 35px 0;
}

.li01 li:last-child {
  margin: 0 0 35px 0;
}

.li02 {
  margin: 40px 0;
}

.li02 li {
  padding: 17px 0 17px 88px;
  border: 1px solid #7cb247;
  border-radius: 5px;
  margin: 40px 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.9;
  position: relative;
}

.li02 li::before {
  content: "";
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/icon-check.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 28px;
  height: 19px;
}

.li03 {
  font-size: 0;
}

.li03 li {
  display: inline-block;
  width: 445px;
  height: 66px;
  padding: 0 0 0 74px;
  border-radius: 5px;
  border: 1px solid #78b34d;
  line-height: 66px;
  margin: 0 0 10px 0;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.li03 li:nth-child(2n) {
  margin: 0 0 0 10px;
}

.li03 li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 30px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #78b34d;
}

.apache-block dl.line dt {
  font-weight: bold;
}

.apache-block dl.line dd {
  white-space: nowrap;
  line-height: 1.9;
}


.asf {
  position: relative;
  margin: 60px 0 52px 0;
}

.asf-txt {
  position: absolute;
  top: 155px;
  left: 146px;
  color: #c92037;
  font-weight: bold;
  text-align: center;
}

.asf-img {
  margin: 60px auto 40px auto;
  width: 820px;
}

.asfoss-block .pro-box {
  margin: 40px 0;
}

.asfoss-block .right02 {
  padding: 0;
}

.asfoss-block .box-txt.f-left {
  padding: 63px 0;
}

.asf-table {
  margin: 0 0 70px 0;
}

.asf-table dd:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.solr-block {
  text-align: center;
}

.solr-block .common-btn {
  display: inline-block;
  position: relative;
  margin: 40px auto 60px auto;
}

.common-btn a {
  display: block;
  background-color: #7cb247;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 330px;
  padding: 15px 55px;
  position: relative;
}

.common-btn::after {
  content: "";
  background: url(../img/top/arrow_right.png) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
}

.common-btn.inline a {
  display: block;
  background-color: #7cb247;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 330px;
  padding: 15px 55px;
  position: relative;
}

.common-btn.inline a {
  background: url(../img/top/arrow_right.png) no-repeat right 17px center #7cb247;
  display: inline-block;
  min-width: 1px;
}

#contents_twocol #col_main .common-btn a {
  text-decoration: none;
}


/* slickカスタマイズ
---------------------------------------------------- */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  content: "";
}1

.training .slick-prev.slick-arrow {
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #578729 transparent transparent;
}

.training .slick-next.slick-arrow {
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #578729;
}

.seminar .slick-prev.slick-arrow {
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #298774 transparent transparent;
}

.seminar .slick-next.slick-arrow {
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #298774;
}

/* よくいただく質問
---------------------------------------------------- */
#faq {
  width: 100%;
}
#faq dt {
  border: 1px solid #e6e6e6;
  padding: 25px 20px;
}
#faq dt span {
  display: inline-block;
  font-family: 'Abel', sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  background-color: #7cb247;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 19px;
}
#faq dd {
  padding: 26px 21px;
  margin-bottom: 24px;
}
#faq dd span {
  display: inline-block;
  font-family: 'Abel', sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #000;
  border: 1px solid #e6e6e6;
  background-color: #efefef;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 19px;
}

/*セミナーページ用
---------------------------------------------------- */
#contents_twocol.seminar #col_main table tbody tr th, #contents_twocol.seminar #col_main table tbody tr td {
  padding: 24px 20px;
}
#contents_twocol.seminar #col_main table tbody tr th {
  font-weight: 600;
}
#contents_twocol.seminar #col_main table tbody tr td {
  text-align: left;
}
#contents_twocol.seminar #col_main .timetable {
  font-size: 14px;
}
#contents_twocol.seminar #col_main .timetable tbody tr th, #contents_twocol.seminar #col_main .timetable tbody tr td {
  border: none;
  padding: 16px 20px;
}
#contents_twocol.seminar #col_main .timetable tbody tr td:first-child {
  width: 138px;
  border-top: 2px solid #b3b3b3;
  text-align: center;
  padding: 16px 0;
}
#contents_twocol.seminar #col_main .timetable tbody tr td {
  border-top: 2px solid #e6e6e6;
}
#contents_twocol.seminar #col_main .timetable tbody tr:last-child td:first-child {
  border-bottom: 2px solid #b3b3b3;
}
#contents_twocol.seminar #col_main .timetable tbody tr:last-child td {
  border-bottom: 2px solid #e6e6e6;
}

#gmap_wraper {
  position: relative;
  padding-top: 400px;
  border: 3px solid #dddddd;
  margin: 16px 0;
}

#gmap {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
}

/*お問い合わせページ用
---------------------------------------------------- */
#contents_twocol.form #col_main {
  /*.title_en {
    margin-bottom: 40px;
  }*/
}
#contents_twocol.form #col_main table {
  font-size: 14px;
}
#contents_twocol.form #col_main table tbody tr th, #contents_twocol.form #col_main table tbody tr td {
  text-align: left;
  border-left: none;
  border-right: none;
  background-color: #fdfdfd;
}
#contents_twocol.form #col_main table tbody tr th {
  width: 230px;
  font-weight: 600;
  position: relative;
  line-height: 1.7;
  padding: 14px 80px 14px 20px;
}
#contents_twocol.form #col_main table tbody tr td {
  padding: 10px 10px;
}
#contents_twocol.form #col_main table.first {
  margin-bottom: 40px;
}
#contents_twocol.form #col_main table.first tbody tr th {
  width: 260px;
}
#contents_twocol.form #col_main ul {
  margin-bottom: 0;
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
}
#contents_twocol.form #col_main ul li {
  padding: 0;
  border-bottom: none;
  line-height: 1;
}
#contents_twocol.form #col_main ul li:after {
  display: none;
}
#contents_twocol.form #col_main ul.post {
  justify-content: flex-start;
  -ms-flex-pack: start;
}
#contents_twocol.form #col_main ul.post .label {
  min-width: 38px;
}
#contents_twocol.form #col_main ul.type {
  display: block;
}
#contents_twocol.form #col_main ul.type li {
  width: 100%;
  margin-bottom: 5px;
  padding: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
}
#contents_twocol.form #col_main ul.type li:last-child {
  margin-bottom: 0;
}
#contents_twocol.form #col_main p.form_att {
  text-align: center;
  margin: 48px 0;
}

#contents_twocol.form input[type="text"],
#contents_twocol.form input[type="date"],
#contents_twocol.form textarea {
  width: 100%;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 14px 10px;
}
#contents_twocol.form input.w120 {
  width: 120px;
}
#contents_twocol.form input.w220 {
  width: 220px;
}
#contents_twocol.form input.w226 {
  width: 226px;
}
#contents_twocol.form input.w320 {
  width: 320px;
}
#contents_twocol.form input.w372 {
  width: 372px;
}
#contents_twocol.form .label {
  display: inline-block;
  min-width: 2em;
}
#contents_twocol.form .req {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f12f00;
  font-size: 10px;
  color: #fff;
}

.select_wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
}
.select_wrap:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

select {
  width: 260px;
  padding: 14px 43px 14px 10px;
}

textarea {
  min-height: 300px;
  resize: vertical;
}

input[type="radio"] {
  margin-right: 4px;
  display: none;
}

label:not(.checkbox-label) {
  margin-right: 30px;
  position: relative;
  padding: 12px 12px 12px 22px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
label:not(.checkbox-label):before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -9px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 50%;
  content: '';
}
input[type=radio]:checked + label:before {
  background-color: #3b99fc;
  border: none;
}
.checkbox-label input {
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
}

label:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + label:after {
  opacity: 1;
}

.submit {
  text-align: center;
}
.submit input[type=submit] {
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fdd601;
  width: 450px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

/*サービス
---------------------------------------------------- */
.info_lists li h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
.info_lists li .contener {
  width: 100%;
  display: table;
}
.info_lists li .contener p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 24px;
}
.info_lists li .contener .btn_area {
  display: table-cell;
  vertical-align: middle;
}
.info_lists li .contener .btn_area a {
  display: block;
  width: 160px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: url("../images/icon_arrow_green_right.png") no-repeat right 17px center #3E3E3E;
  text-decoration: none !important;
}
.info_lists li:after {
  display: none;
}

/*会社情報
---------------------------------------------------- */
dl#profile {
  overflow: hidden;
  zoom: 1;
  line-height: 1.7;
}

dl#profile dt {
  clear: both;
  float: left;
  width: 125px;
  padding-top: 20px;
  border-top: 2px solid #b3b3b3;
  font-weight: 600;
}

dl#profile dd {
  float: left;
  width: 630px;
  margin: 0 0 20px 25px;
  padding: 20px 5px 0;
  border-top: 2px solid #e6e6e6;
}

dl#profile .first {
  border-top: 0px;
}

/*出版物
---------------------------------------------------- */
dl#books_articles {
  overflow: hidden;
  zoom: 1;
  line-height: 1.5;
}

dl#books_articles dt {
  clear: both;
  float: left;
  width: 180px;
  padding: 32px 0;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}

dl#books_articles dd {
  float: left;
  width: 575px;
  margin: 0 0 20px 25px;
  padding: 20px 5px 0;
  border-top: 1px solid #e6e6e6;
}

dl#books_articles .first {
  border-top: 0px;
}

dl#books_articles ul {
  margin: 0 0 0 20px;
}

/*ニュース一覧
---------------------------------------------------- */
.navigation {
  padding: 32px 0;
  overflow: hidden;
  zoom: 1;
}
.navigation .alignleft {
  float: left;
  margin-right: 24px;
}
.navigation .alignright {
  float: left;
}

/*投稿記事
---------------------------------------------------- */
.single #contents_twocol #col_main {
  line-height: 1.7;
}
.single #contents_twocol #col_main h4 {
  margin-top: 56px;
}
.single #contents_twocol #col_main .wp_social_bookmarking_light {
  padding-top: 56px !important;
}


/*トレーニング
---------------------------------------------------- */

#training-feature .strong-block {
  padding: 20px 0;
}

#training-feature .grad-box {
  width: 780px;
  height: 140px;
  border: 1px solid;
  border-color: #50b09b #77b24f #77b24f;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}

#contents_twocol #col_main .grad-box .txt {
  line-height: 140px;
}

#training-feature .gbox01 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg01.png) no-repeat center right;
}

#training-feature .gbox02 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg02-2.jpg) no-repeat center right;
}

#training-feature .gbox03 {
  background: url(https://www.rondhuit.com/wordpress/wp-content/uploads/bg03.jpg) no-repeat center right;
}

#training-feature .atnd-box {
  width: 780px;
  height: 160px;
  border: 1px solid #f4f4f4;
  position: relative;
}

#training-feature .ribbon {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  margin: 0;
  z-index: 2;
  width: auto;
  height: 30px;
  padding: 0 17px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border-radius: 0 0 3px 3px;
}

#training-feature .ribbon::before {
  position: absolute;
  content: '';
  top: 0;
  right: -10px;
  border: none;
  border-right: solid 10px transparent;
}

#training-feature .bg01 {
  background: #648296;
}

#training-feature .training-box.bg01 {
  box-shadow: 0 2px 0 #455764;
  -webkit-box-shadow: 0 2px 0 #455764;
  -moz-box-shadow: 0 2px 0 #455764;
}

#training-feature .bg02 {
  background: #455a64;
}

#training-feature .training-box.bg02 {
  box-shadow: 0 2px 0 #34424c;
  -webkit-box-shadow: 0 2px 0 #34424c;
  -moz-box-shadow: 0 2px 0 #34424c;
}

#training-feature .bg03 {
  background: #7cb247;
}

#training-feature .training-box.bg03 {
  box-shadow: 0 2px 0 #5c9732;
  -webkit-box-shadow: 0 2px 0 #5c9732;
  -moz-box-shadow: 0 2px 0 #5c9732;
}

#training-feature .bg04 {
  background: #f3c624;
}

#training-feature .training-box.bg04 {
  box-shadow: 0 2px 0 #c4a01f;
  -webkit-box-shadow: 0 2px 0 #c4a01f;
  -moz-box-shadow: 0 2px 0 #c4a01f;
}

#training-feature .bg05 {
  background: #fa823c;
}

#training-feature .training-box.bg05 {
  box-shadow: 0 2px 0 #d56f33;
  -webkit-box-shadow: 0 2px 0 #d56f33;
  -moz-box-shadow: 0 2px 0 #d56f33;
}

#training-feature .bg06 {
  background: #f12f00;
  box-shadow: 0 2px 0 #ca2700;
  -webkit-box-shadow: 0 2px 0 #ca2700;
  -moz-box-shadow: 0 2px 0 #ca2700;
}

#training-feature .bg07 {
  background: #ff7000;
  box-shadow: 0 2px 0 #e06200;
  -webkit-box-shadow: 0 2px 0 #e06200;
  -moz-box-shadow: 0 2px 0 #e06200;
}

#training-feature .txt01 {
  color: #648296;
}

#training-feature .txt02 {
  color: #455a64;
}

#training-feature .txt03 {
  color: #7cb247;
}

#training-feature .txt04 {
  color: #f3c624;
}

#training-feature .txt05 {
  color: #fa823c;
}

#training-feature .txt06 {
  color: #f12f00;
}

#training-feature .txt07 {
  color: #f12f00;
}

#training-feature .crs02 {
  border: 1px solid #455a64;
  margin: 0 0 20px 0;
}

#training-feature .crs03 {
  border: 1px solid #7cb247;
}

#training-feature .crs04 {
  border: 1px solid #f3c624;
}

#training-feature .crs05 {
  border: 1px solid #fa823c;
  margin: 0 0 20px 0;
}

#training-feature .crs06 {
  border: 1px solid #f12f00;
  margin: 0 0 20px 0;
}

#training-feature .crs07 {
  border: 1px solid #f12f00;
}

#training-feature .rbn01::before {
  border-bottom: solid 10px #455764;
}

#training-feature .rbn03::before {
  border-bottom: solid 10px #5c9732;
}

#training-feature .rbn04::before {
  border-bottom: solid 10px #c4a01f;
}

#training-feature .rbn05::before {
  border-bottom: solid 10px #d56f33;
}

#training-feature .sub-ttl {
  font-size: 20px;
  color: #21365f;
  font-weight: bold;
  line-height: 1.6;
}

#training-feature .atnd-img {
  float: right;
  position: relative;
}

#training-feature .atnd-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 21px;
  border-color: transparent transparent transparent #ffffff ;
}

#training-feature .atnd-txt {
  float: left;
  width: 540px;
  padding: 33px 0 0 30px;
}

#contents_twocol #col_main .atnd-txt .txt {
  font-size: 18px;
  line-height: 2;
}

#training-feature .atnd-li li:not(:last-child) {
  margin: 0 0 40px 0;
}

#contents_twocol #col_main .atnd-li li,
#contents_twocol #col_main .training-li li,
#contents_twocol #col_main .per-li li {
  border: none;
  padding: 0;
}

#contents_twocol #col_main .atnd-li li:after,
#contents_twocol #col_main .training-li li:after,
#contents_twocol #col_main .per-li li:after {
  content: none;
}

#contents_twocol #col_main .attend-block .common-btn a {
  text-decoration: none;
}

#training-feature .attend-block .common-btn {
  display: block;
  position: relative;
  margin: 40px auto 0 auto;
  width: 330px;
}

#training-feature .com-txt {
  padding: 15px 0 19px;
}

#training-feature .training-li {
  font-size: 0;
  display: table;
}

#training-feature .training-li li {
  display: inline-block;
  margin: 0 20px 20px 0;
}

#training-feature .training-li li:nth-child(4n) {
  margin: 0 0 20px 0;
}

#training-feature .training-box {
  display: table-cell;
  width: 180px;
  height: 107px;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}


#training-feature .training-box:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  transform: translateY(2px);
}

#training-feature .course-box {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#training-feature .course-person {
  height: auto;
  padding: 16px 20px 14px;
  width: 360px;
  min-height: 110px;
}

#training-feature .course-img {
  width: calc(100% - 360px);
}

#training-feature .per-txt {
  width: 244px;
}

#training-feature .per-txt p {
  padding: 0 0 0 4px;
}

#contents_twocol #col_main .per-txt .txt {
  font-weight: bold;
  margin: 0;
  text-align: justify;
}

#contents_twocol #col_main .per-li {
  margin: 0;
}

#contents_twocol #col_main .per-li li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

#contents_twocol #col_main .per-li li.per-img {
  width: 66px;
}

#contents_twocol #col_main .per-li li.per-img img {
  width: 100%;
}

/*
===============================================================================
■ 汎用
===============================================================================
*/
.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

.grad_kv {
  background: linear-gradient(90deg, #7cb247, #58d3e3, #58d3e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  .grad_kv {
    background: none;
  }
}
.grad {
  background: linear-gradient(90deg, #7cb247, #47b29d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  .grad {
    background: none;
  }
}
.row {
  overflow: hidden;
  *zoom: 1;
  zoom: 1;
}

.clearfix:after,
#top .main-block .appeal-list,
#top .main-block .appeal-list:after,
#top .main-block .appeal-list li:after,
#top .main-block .appeal-list li .txt-box:after,
#top .main-block .appeal-list li .img-box:after

{
  content: "";
  clear: both;
  display: block;
}

/*
===============================================================================
■ レスポンシブ汎用
===============================================================================
*/
.pc-none {
  display: none;
}

.pc-full {
  width: 100%;
  height: auto;
}

/*
===============================================================================
■ liblary設定上書き
===============================================================================
*/
.red {
  color: #F00;
}

.deep_red {
  color: #C60000;
}

.gray {
  color: #666 !important;
}

.black {
  color: #000 !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.green {
  color: #017a6b !important;
}

.hover:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

/* xxxxxxxxxx
---------------------------------------------------- */
.test {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  background-color: #000;
  display: flex;
  display: -ms-flexbox;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: stretch;
  align-content: stretch;
}
.test li {
  width: 180px;
  height: 100px;
}
.test .col_a {
  background-color: #dcdcdc;
}
.test .col_b {
  width: 580px;
  background-color: #fcfcfc;
}

/*
===============================================================================
■ 英語ページ用
===============================================================================
*/
#en #kv .copy {
  padding-bottom: 17px;
}
#en #kv .copy_sub {
  letter-spacing: 0;
}
#en #mainInfo {
  display: block;
  padding: 0 57px;
  background: url("../images/bg_maininfo_en.png") no-repeat center top;
}
#en #mainInfo h2 {
  padding: 45px 0 35px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#en #mainInfo .col_l {
  border-top: 5px solid #7cb247;
  padding: 35px 40px 0 0;
}
#en #mainInfo .col_r {
  border-top: 5px solid #47b29d;
  padding: 35px 0 0 0;
}
#en #mainInfo .col_r .subscription {
  padding: 0 0 0 50px;
}
#en #serviceInfo {
  margin-bottom: 0;
}
#en #serviceInfo .col dl dt {
  line-height: 1.2;
}
#en #serviceInfo .col dl dt:after {
  top: 23px;
}

@media screen and (min-width: 641px) {
  #en #pagetitle {
    width: 1280px;
    margin: 0 auto;
    padding: 50px 0 50px;
  }
}

#en #pagetitle h1 {
  font-family: 'Abel', sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #7cb247;
  margin-bottom: 32px;
}

#en #contents h2 {
  margin-bottom: 56px;
}
#en #contents ul.line {
  line-height: 1.5;
}
#en #contents dl.line dt {
  min-width: 340px;
}


/*
===============================================================================
■ インタビューページ用
===============================================================================
*/

{
margin: 20px auto;
width: 400px;
padding: 10px;
background: #f2f2f2;
border: 1px solid #dfdfdf;
}


/*
===============================================================================
■ お客様事例ページ用
===============================================================================
*/

#contents_twocol #col_main .case-block .ttl:after,
#contents_twocol #col_main .case-block .subject:after {
  content: none;
}


.case-block {
  background: #faf7f1;
}

@media screen and (min-width: 641px) {
  .case-block .ttl-wrap {
    float: left;
  }

  .case-block .img {
    float: right;
  }
}

.case-block .ttl-wrap {
  padding-left: 20px;
}

.case-block .case {
  background: linear-gradient(90deg, #7cb247, #47b29d);
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  margin-left: -20px;
  padding: 8px 20px;
}

.case-block .case .num {
  font-size: 24px;
}

.case-block .customer {
  display: block;
  font-weight: bold;
  margin: 25px 0 20px;
}

.case-block .ttl {
  background: linear-gradient(90deg, #7cb247, #47b29d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.case-block .subject {
  background: #7cb247;
  clear: both;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 !important;
  padding: 15px 20px !important;
  position: relative;
  text-align: center;
  z-index: 1;
}

.case-block .subject:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: #7cb247 transparent transparent transparent;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
}

.case-block .txt-wrap {
  padding: 50px 20px 20px;
  position: relative;
}

.case-block .txt-wrap .txt {
  height: 180px;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.case-block .txt-wrap .readmore {
  background-size: 100% 150px;
  background-position: center bottom 20px;
  background-color: rgba(250,247,241,0);
  background-image: -webkit-linear-gradient(bottom, #faf7f1, rgba(250,247,241,.9) 30%, rgba(250,247,241,0));
  background-image: -moz-linear-gradient(bottom, #faf7f1, rgba(250,247,241,.9) 30%, rgba(250,247,241,0));
  background-image: -o-linear-gradient(bottom, #faf7f1, rgba(250,247,241,.9) 30%, rgba(250,247,241,0));
  background-image: -ms-linear-gradient(bottom, #faf7f1, rgba(250,247,241,.9) 30%, rgba(250,247,241,0));
  background-image: linear-gradient(to top, #faf7f1, rgba(250,247,241,.9) 30%, rgba(250,247,241,0));
  display: block;
  color: #7cb247;
  font-weight: bold;
  line-height: 1;
  padding-top: 200px;
  text-align: center;
  text-decoration: none!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .2s background ease-in;
  transition: .2s background ease-in;
}

.case-block .txt-wrap .readmore:after {
  background: url(../img/top/arrow_right_green.png) no-repeat center center / contain;
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  -webkit-transition: .2s transform ease-in;
  transition: .2s transform ease-in;
}

@media screen and (min-width: 641px) {
  .case-block .txt-wrap .readmore:hover {
    background-size: 100% 300px;
    background-position: center bottom 5px;
  }

  .case-block .txt-wrap .readmore:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

/*
===============================================================================
■ lazyload
===============================================================================
*/

/*------------lazyload------------*/

img[data-src] {
  opacity: 0;
}
.lazyloaded {
  -webkit-animation: forwards fade-in 2s;
  animation: forwards fade-in 2s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*
===============================================================================
■ products (2022年3月18更新)
===============================================================================
*/

.products-page img {
  margin-bottom: 20px;
}
.products-page sup {
  vertical-align: super;
  font-size: 14px;
  color: #7cb247;
}
.products-page .note {
  font-size: 12px;
}
.products-page .note .green02 {
  color: #7cb247;
}
.products-page .common-btn {
  display: block;
  position: relative;
  margin: 20px auto 30px;
  width: 330px;
}


/*
===============================================================================
■ product_dateinfo (2022年8月2日更新)
===============================================================================
*/

.wrap_slide_product .circle-list {
  margin-left: -20px;
  margin-top: 10px;
  width: 100%;
}
.wrap_slide_product .seminar-link {
  margin-top: 10px;
}
.wrap_slide_product .seminar-link li a {
  position: relative;
  transition: 0.2s ease-in-out;
}
.wrap_slide_product .seminar-link li a::before {
  background: url(../img/top/arrow-blue.png) no-repeat center center;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.wrap_slide_product .seminar-link li a:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}

.wrap_slide_product .circle-list li {
  background: #7cb247;
  color: #fff;
  position: relative;
  padding: 0!important;
}
.wrap_slide_product .circle-list li + li, .wrap_slide_product .seminar-link li + li {
  margin-top: 20px;
}
.wrap_slide_product .circle-list li::before {
  background: #fff;
  border-radius: 100px;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 30px;
  left: 20px;
  pointer-events: none;
}
.wrap_slide_product .circle-list li .ttl {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.wrap_slide_product .circle-list li .text {
  text-align: left;
  padding: 0;
}
.wrap_slide_product .circle-list li .inn {
  padding: 28px 28px 23px 50px;
}


/*
===============================================================================
■ top (2022年8月3日更新)
===============================================================================
*/
.seminar-banner-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.seminar-banner-sub-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.seminar-banner-sub-title li {
  text-align: center;
  padding: 0 5px;
  font-weight: bold;
  margin: 0 15px;
  font-size: 18px;
  background: linear-gradient(transparent 50%, #b9d79b 50%);
}

.banner-list li {
  box-shadow: 0px 0px 24px -5px rgb(0 0 0 / 0.2);
}
.banner-list li + li {
  margin-top: 60px;
}
.banner-list li .inn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.banner-list li .text-area {
  margin-right: 30px;
  padding: 60px 30px 40px;
  width: calc(100% - 621px);
}
.banner-list li .banner-ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
.banner-list li .text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}
.banner-list li .date {
  font-size: 18px;
  line-height: 1;
}
.banner-list li .day {
  display: inline-block;
  font-size: 28px;
  margin-left: 20px;
}
.banner-list li .week {
  color: #7cb247;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
  position: relative;
  top: -8px;
}
.banner-list li .tag {
  background: #7cb247;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  min-width: 103px;
  padding: 13px 17px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.banner-list li .img-area {
  overflow: hidden;
  width: 591px;
}
.banner-list li .img-area img {
  height: 100%;
}

/*
===============================================================================
■ フォーム (プライバシーポリシー・リキャプチャ追加)
===============================================================================
*/
.form .privacy-area{
  margin: 30px 0;
  text-align: center;
}

.form .privacy-area input[type="checkbox"]{
  display: none;
}

.form .privacy-area input[type="checkbox"] + .txt{
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.form .privacy-area input[type="checkbox"] + .txt::before,
.form .privacy-area input[type="checkbox"] + .txt::after{
  position: absolute;
  content: '';
}

.form .privacy-area input[type="checkbox"] + .txt::before{
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form .privacy-area input[type="checkbox"] + .txt::after{
  width: 13px;
  height: 8px;
  border-top: 3px solid #78b24d;
  border-right: 3px solid #78b24d;
  transform: rotate(131deg);
  left: 3px;
  top: -3px;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.form .privacy-area input[type="checkbox"]:checked + .txt::after{
  opacity: 1;
}

.form .privacy-area .checkbox-label{
  cursor: pointer;
}

.form .submit input[type=submit]:disabled{
  pointer-events: none;
  background: #adadad;
  opacity: 0.5;
}