@charset "UTF-8";

/*
=======================================================
# 共通
=======================================================
*/
.guide-title{
	position: relative;
	font-size: 2.0rem;
	padding: 4px;
	font-weight: bold;
	line-height: 48px;
	border: 1px solid #000000;
	margin-bottom: 24px;
}


h2.guide-title-text-01 {
	background: #000000;
	color: #ffffff;
	font-size: 2.0rem;
	margin-bottom: 0;
	text-align: center;
}


.guide-title-text-02 {
	background: #ffffff;
	color: #000000;
	font-size: 2.0rem;
	margin-bottom: 0;
	text-align: center;
}

@media screen and (min-width: 768px){
.guide-title-text-02{
	padding-left: 12px;
	text-align: left;
}
}

.arrow-navi-02 {
	display: inline-block;
	position: relative;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 2.0rem;
}
.arrow-navi-02:hover {
	 cursor: pointer;
	 color: #000000;
}
.arrow-navi-02 span {
	display: inline-block;
	transition: transform ease .3s;
}
.arrow-navi-02:hover span{
	cursor: pointer;
	transform: translateX(6px);
}

/*アコーディオン*/
h4.article-title{
	margin-bottom: 0;
}

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .article-title {
  display: block;
  position: relative;
	margin: 1.5px 0 8px;
	padding : 24px 12px 8px;
	color: #000000;
	font-size: 2.0rem;
	font-weight: bold;
	background: #ffffff;
	cursor :pointer;
	transition: all 0.5s;
	position: relative;
	border-bottom: dotted 1px  #000000;
}

.accordion-container .article-title span {
	font-size: 3.0rem;
  padding-right: 24px;
}
/* .accordion-container .article-title:hover,
.accordion-container .article-title:active, */
.accordion-container .content-entry.open .article-title {
  background-color: #ffffff;
  color: #000000;
}

/* .accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active, */
.accordion-container .content-entry.open i {
  color: #000000;
}

.article-title{
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
	height: auto;
	padding: 32px;
	/* background: #000000; */
	opacity: 1;
	color: #000000;
	z-index: 10;
}

/* CSS for CodePen */
.accordion-container {
  max-width: 1000px;/*最大幅*/
	margin: 16px auto;
	padding: 0;
}


/* ulリスト 装飾 */
.accordion-container ul {
 padding:0.5em;
 list-style-type:none;
 font-size: 1.4rem;
 line-height: 1.8;
}
.accordion-container ul.cp-list {
 margin: 1em 0 1.5em;
}
.accordion-container ul.cp-list > li {
 position:relative;
 padding: 0em 0.3em 0.3em 1.3em;
}
.accordion-container ul.cp-list > li::before {
 position: absolute;
 content: '';
 display: block;
 top: 0.7em;
 left: 0;
 width: 6px;
 height: 6px;
 border-right: 2px solid #000000;
 border-bottom: 2px solid #000000;
 transform: rotate(-45deg);
}

.accordion-container ol {
	margin: 4px 0 8px;
	padding-left: 44px;
}
 .accordion-container ol li {
    list-style-type: auto;
}

@media screen and (min-width: 768px){
.accordion-container ul.cp-list {
 padding:0.5em;
 list-style-type:none;
 line-height: 1.8;
}
}

/* ご利用いただける方 */
#accordion-content_01 ul {
	margin: 0 0 0 24px;
}

/*サービスの流れ フロー図*/
h2.service-flow.title_no-style {
	height: 24px;
	width: 120px;
	background: rgb(0, 51, 153);
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	margin-left: 24px;
}
#service-flow .textwidget * {
    box-sizing: border-box;
}
#service-flow .textwidget {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#service-flow .textwidget li {
    list-style-type: none;
}
#service-flow .textwidget dd {
    margin-left: 0;
}
ul.flow {
    margin: 1em 0 1.5em 0em;
  }

.flow {
    padding-left: 120px !important;
    position: relative;
}
.flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
}
.flow > li {
    position: relative;
}
.flow > li:not(:last-child) {
    margin-bottom: 8vh;
}
.flow > li .icon {
    font-size: 1.3rem;
    color: #fff;
    background: rgba(0,0,0,0.9);
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: -6px;
    left: -120px;
    z-index: 100;
}
.flow > li .icon-number {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent rgba(0,0,0,0.9);
    position: absolute;
    top: 50%;
    left: 98%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flow > li dl {
    padding-left: 40px;
    position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #9f9f9f;
    border-radius: 50%;
    left: -4px;
}
.flow > li dl::after {
    width: 24px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.flow > li dl dt {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 1vh;
}

.flow dd {
    padding-left: 0;
  }

.flow p {
  display: none;
}

@media (min-width : 768px){
  .flow {
    padding-left: 16px !important;
  }
  .flow > li dl {
      padding-left: 70px;
      position: relative;
  }
  .flow > li dl::after {
      width: 50px;
  }
}
.arrow-down {
	margin-bottom: 80px;
}
.arrow-down::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -140px;
    border-top: 88px solid transparent;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-top-color: #f9f9f9;
}

/*
=======================================================
# クライアント ご利用ガイド
=======================================================
*/
/*クライアントタイプバナー*/
.page-id-99 #text-24.keni-section_wrap {
    margin-top: 12px;
}

/*
=======================================================
# 専門家登録案内
=======================================================
*/
/*
=======================================================
# 専門家登録案内
=======================================================
*/
/* 登録の流れ */
.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #000000;
  padding: 1em 0.5em 1em 2em;
  color: #ffffff;
	line-height: normal;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
/* .step li#step_2 {
	background: #f9f9f9;
}
.step li#step_2::after {
	border-color: transparent transparent transparent #f9f9f9;
} */

/* リンクボタン */
.link-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 0 8px;
  	text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    margin: 0 auto;
}

.button-move {
  position: relative;
  display: inline-block;
	margin-top: 16px;
  padding-right: 40px;
  text-align: left;
  text-decoration: none;
	color: #ffffff;
}
.button-move::after {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
  right: .2em;
  font-family: "icomoon";
  content: "\e905";
  transition: all .2s;
}
.button-move:hover::after {
  right: -.05em;
}
@media (min-width: 768px) {
	.button-move {
		text-align: center;
	}
}
