@charset "UTF-8";

/*CKDシール
------------------------------------*/

.content_visual {
	background-image:url("../images/low/bg_hd_ckd_seal.png");
}

.ckd_list {
  position: relative;
  padding: 50px 0;
}

.ckd_list .title_line {
  position: absolute;
  top:-22px;
  left: 0;
  width: calc(50% - 400px);
  height: 43px;
  background: #2DAB53;
}

.ckd_list .bg_title {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.ckd_list .bg_title .title_wrap {
  display: inline-block;
  background: linear-gradient(270deg, rgba(92, 201, 124, 1) 0%, rgba(45, 171, 83, 1) 100%);
  border-radius: 0 20px 20px 0;
  padding: 0 20px;
}

.ckd_list .bg_title .title_wrap p {
  color: #fff;
  font-size: 24px;
  line-height: 43px;
  letter-spacing: 0.05em;
}

.ckd_list .list_wrap {
  margin-top: 80px;
  padding: 50px 30px;
  background: #fff;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ckd_list .content_wrap h3 {
  font-size: 20px;
  color: #179243;
  margin-top: 2rem;
  margin-bottom:0.8rem;
  border-bottom:solid 2px  #179243;
}

.ckd_list .content_wrap h4 {
font-size: 18px;
color: #179243;
margin-top: 1rem;
margin-bottom:1rem;
}

.ckd_list .content_wrap ol li{
  padding-left: 1.5rem;
  margin-top: 1rem;
  text-indent:-1.5rem;
}

.ckd_list .content_wrap ul li{
  padding-left: 1.5rem;
  margin-top: 1rem;
  text-indent:-1.5rem;
}

.ckd_list .content_wrap ul li::before {
	content:"●";
	font-size:0.4rem;
	padding-right:1rem;
	color: #179243;
}


/* タイトルが白いボックスの上に半分重なるようにする */
.ckd_list .float_title {
  position: absolute;
  top: -22px; /* 座布団から上に半分はみ出す */
  left: 0px;
  z-index: 2;
}

/* 座布団のボックス（list_wrap） */
.ckd_list .list_wrap {
  position: relative; /* タイトルの位置指定の基準に */
  margin-top: 60px;
  margin-left: 0; 
  padding: 60px 30px 40px;
  background: #fff;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* タイトルバッジ */
.ckd_list .title_wrap {
  display: inline-block;
  background: linear-gradient(270deg, rgba(92, 201, 124, 1) 0%, rgba(45, 171, 83, 1) 100%);
  border-radius: 0 20px 20px 0;
  padding: 0 30px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.flex_box.col-2 {
	display:flex;
}

.flex_box.col-2 > div {
	width:49%;
	padding:1rem;
}

/* ボタン */
.btn_area .btn > div {
	margin-right:1.5rem;
}
.btn_area .btn > div:last-child {
	margin-right: 0;
}

.btn_area .btn {
	margin-bottom:1rem;
}

.btn_area .submit_more {
    font-family: "BIZ+UDGothic";
    display: inline-block;
    width: 550px;
    /*text-align: left;*/
    text-decoration: none;
    line-height: 49px;
    outline: none;
    color: #000;
    background-color: #fff;
    position: relative;
    border: 1px solid #ACACAC;
    border-radius: 25px;
    transition: color 0.5s ease;
    overflow: hidden;
}
.btn_area .submit_more:hover {
	color: #fff;
}
.btn_area .submit_more::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #179243;
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 0;
}
.btn_area .submit_more:hover::before {
	transform: scaleX(1);
}

.btn_area .submit_more span {
    position: relative;
    padding-left: 20px;
	padding-right: 20px;
    z-index: 1;
}
.text_right{
	text-align:right;
}

/*
.btn_area .submit_more span::after {
    position: absolute;
    top: 10px;
    left: 300px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #179243;
    border-right: 2px solid #179243;
    transform: rotate(45deg);
}
.btn_area .submit_more:hover span::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
*/