@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/**************************************************
* 共通パーツ、使い回せるものは全てここ。　見出しの設定〜	ttl、box、
***************************************************/
/*=================== モバイルファースト ==================*/
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.1;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
}
h4 {
  font-size: 19px;
  font-size: 1.9rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 320px) {
h2 {
  font-size: 20px;
  font-size: 2rem;
}
h3 {
  font-size: 19px;
  font-size: 1.9rem;
}
}

/**************************************************
* タイトル
***************************************************/

/* Block: ttl */
.c-ttl {
    /* 共通のスタイルをここに記述 */
font-family: Arial, sans-serif;
line-height: 1.7;
font-weight: 300;	
}


/* Modifier: h1  */
.c-ttl--xlarge {
padding: 20px 0;
}


.c-ttl--xlarge__pd-s {
padding: 20px 0;
}



.c-ttl--xlarge__hd-top{
	font-size: 10px;
    font-size: 1rem;
}


/* Modifier: h2  */
.c-ttl--large  {
/*  margin-bottom: 25px;*/
  padding: 25px 0 25px 18px;
  border-left: solid 5px #29307C;
  /*ボーダーのグラデ*/
}

@media screen and (max-width: 320px) {
.c-ttl--large  {
  padding: 12px 0 12px 10px;
}
}

/* Modifier: h3  */
.c-ttl--medium-large{
  padding: 10px 0 10px 0px;
/*  margin-bottom: 12px;*/
  border-bottom: solid 3px #29307C;
}

/* Modifier: h4  */
.c-ttl--medium{
/*  margin-bottom: 12px;*/
  display: inline;
  width: fit-content;
  padding: 2px 7px;
  background: linear-gradient(transparent 50%, #E0E1EC 50%);
}

/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
.c-ttl--medium{
  display: block;
}
}


/* Modifier: h5  */
.c-ttl--small-medium{
/*  margin-bottom: 12px;*/

  padding: 5px 0 5px 5px;
  border-left: solid 5px #29307C;
}


/* Modifier: h6  */
.c-ttl--small{
/*  margin-bottom: 12px;*/
}


/*英字文字が長い時*/
.c-word-break{
  word-break:break-all
}



/**************************************************
* フォントスタイル
***************************************************/
.c-fw-bold {
  font-weight: bold;
}
.c-fw-semi-bold{
    font-weight: 600;
}

.c-fw-normal {
    font-weight: 400;
}

.c-word-break-all {
  word-break: break-all;
}

/**************************************************
* 文
***************************************************/
.c-lead p {
  font-size: 17px;
  font-size: 1.7rem;
}
.c-text p {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-note p {
  font-size: 13px;
  font-size: 1.3rem;
}

/**************************************************
* ボタン
***************************************************/
.c-btn-box--left {
  text-align: left;
}
.c-btn-ttl--center {
  margin: auto;
}


/**************************************************
* list
***************************************************/

.c-list--dots{
  margin-left: 20px;
}


.c-list--dots li{
  margin-bottom: 4px;
}

.c-list--dots li:before {
    content: "・";
    color: #29307C;
    padding: 0.5rem 0.5rem 0 0.5rem;
    display: inline-table;
    margin-left: -2.5rem;
}

.c-list--no {
  margin-left: 20px
}

.c-list--no li:before {
  content: "";
  color: #CFD7E5;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  display: inline-table;
  margin-left: -2rem;
}
.c-list--no li:nth-child(1)::before {
  content: "1";
}
.c-list--no li:nth-child(2)::before {
  content: "2";
}
.c-list--no li:nth-child(3)::before {
  content: "3";
}
.c-list--no li:nth-child(4)::before {
  content: "4";
}
.c-list--no li:nth-child(5)::before {
  content: "5";
}

.c-list--no span.no {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
}
.c-list--no li {
  text-decoration: underline;
}


/**************************************************
* 文字の位置
***************************************************/
.c-text-align-left {
  text-align: left;
}
.c-text-align-center {
  text-align: center;
}
.c-text-align-right {
  text-align: right;
}





/*=================== PCここから==================*/
@media screen and (min-width: 1000px) {
h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1;
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 19px;
  font-size: 1.9rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

/**************************************************
* タイトル
***************************************************/
/* Modifier: h1  */
.c-ttl--xlarge {
  padding: 60px 0;
}

.c-ttl--xlarge__pd-s {
padding: 30px 0;
}

	
/* Modifier: h2  */
.c-ttl--large  {
  font-size: 26px;
  font-size: 2.6rem;

  padding: 25px 0 25px 10px;
  border-left: solid 10px #29307C;
  margin-bottom: 20px;
}
	
/**************************************************
* 文
***************************************************/
.c-lead p {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-text p {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-note p {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-img-auto{
	width: initial;
    max-width: 100%;
    height: auto;
}	
}
/*=================== PCここまで ==================*/






/**************************************************
* ブロック
***************************************************/


.c-section--xlarge{
	margin-bottom: 30px;
}
.c-section--medium{
	margin-bottom: 20px;	
}
.c-section--small{
	margin-bottom: 12px;
}


/**************************************************
* 余白
***************************************************/

.c-mb-large{margin-bottom: 20px;}
.c-mb-medium{margin-bottom: 16px;}
.c-mb-small{margin-bottom: 8px;}

.c-mt-large{margin-top: 20px;}
.c-mt-medium{margin-top: 16px;}
.c-mt-small{margin-top: 8px;}

.c-pb-large{padding-bottom: 20px;}
.c-pb-medium{padding-bottom: 16px;}
.c-pb-small{padding-bottom: 8px;}

.c-padding-large{padding: 20px !important;}
.c-padding-medium{padding: 16px !important;}
.c-padding-small{padding: 8px !important;}

.c-box-inner-padding{
	padding: 16px 10px;
}

/**************************************************
* アンカーリンク
***************************************************/
a.c-anchor-link {
  text-decoration: underline;
  color: #29307C;
  position: relative;
}
a.c-anchor-link:hover {
  text-decoration: none;
}
a.c-anchor-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1da";
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}


/*===================================================
table
===================================================*/
/*c-table SP時全て縦長*/
.c-table {
    margin: 1rem auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
.c-table--border-collapse {
  border-collapse: collapse;
}
.c-table th {
    line-height: 1.4;
    display: list-item;
    list-style-type: none;
    padding: 1rem 1rem;

}
.c-table td {
    line-height: 1.4;
    display: list-item;
    border: none;
    list-style-type: none;
    text-align: center;

    padding: 1rem;
}
.c-table ul {
    list-style-type: disc;
    text-align: left;
    padding: 2%;
    margin-left: 2rem;
}

/* 開業・会社設立支援 */
.c-table--border-blue th,
.c-table--border-blue td {
  border: solid 1px #29307C;
}
.c-table--border-blue td {
  border-top: none;
}
.c-table--border-blue tr:first-child td {
  border-bottom: none;
}

/*=================== PCここから==================*/

@media screen and (min-width: 1000px) {
	
	
/**************************************************
* 余白
***************************************************/

.c-mb-large{margin-bottom: 30px;}
.c-mb-medium{margin-bottom: 20px;}
.c-mb-small{margin-bottom: 10px;}

.c-mt-large{margin-top: 30px;}
.c-mt-medium{margin-top: 20px;}
.c-mt-small{margin-top: 10px;}

.c-pb-large{padding-bottom: 30px;}
.c-pb-medium{padding-bottom: 20px;}
.c-pb-small{padding-bottom: 10px;}

.c-padding-large{padding: 30px !important;}
.c-padding-medium{padding: 20px !important;}
.c-padding-small{padding: 10px !important;}
 
    
    
/*===================================================
table(全頁共通)
===================================================*/
/*basic-table SP時全て縦長*/
.c-table th {
    display: table-cell;
    width: 26%;
}
.c-table td {
    display: table-cell;
    padding: 1rem;
    text-align: left;
}

/* 開業・会社設立支援 */
.c-table--border-blue td {
  border-top: solid 1px #29307C;
}

    
}/*=================== PCここまで ==================*/


/**************************************************
* こんなお悩みありませんか？
***************************************************/
.c-consul {
  border: solid 1px #29307C;
}
.c-consul__ttl {
  position: relative;
  text-align: center;
  padding: 20px 10px;
}

.c-consul__ttl-txt {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-consul__ttl-txt:before,
.c-consul__ttl-txt:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 53px;
  position: absolute;
  top: -10px;
}
.c-consul__ttl-txt:before {
  background: url(../../../assets/images/common/consul-icon01.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: -45px;
}
.c-consul__ttl-txt:after {
  background: url(../../../assets/images/common/consul-icon02.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: -45px;
}

.c-consul-list {
  padding: 20px;
}
.c-consul-list__item {
  position: relative;
  margin-left: 30px;
}
.c-consul-list__item:before {
  content: "";
  background: url(../../../assets/images/common/consul-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 6px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: -35px;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
  .c-consul__ttl-txt:before,
  .c-consul__ttl-txt:after {
    width: 50px;
    height: 72px;
    top: -10px;
  }
  .c-consul__ttl-txt:before {
    left: -70px;
  }
  .c-consul__ttl-txt:after {
    right: -70px;
  }
  .c-consul__ttl-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1000px) {
  .c-consul__ttl-txt:before,
  .c-consul__ttl-txt:after {
    width: 60px;
    height: 82px;
    top: -10px;
  }
  .c-consul__ttl-txt:before {
    left: -90px;
  }
  .c-consul__ttl-txt:after {
    right: -90px;
  }
}
/*=================== PCここまで ==================*/

/* 数字付きリスト　起業相談、開業・会社設立支援 */
.c-number-list__item-ttl {
  flex-wrap: nowrap;
  align-items: center;
  border: solid 1px #29307C;
  padding: 5px;
}
.c-number-list__item-ttl-no {
  width: 7%;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 1%;
}
.c-number-list__item-ttl-icon {
  width: 30%;
  margin-right: 10px;
}
.c-number-list__item-ttl-txt-sub {
  font-size: 14px;
  font-size: 1.4rem;
}
.c-number-list__item-detail {
  border: solid 1px #29307C;
  border-top: none;
  padding: 20px;
}

@media screen and (max-width: 320px) {
.c-number-list__item-detail {
  padding: 10px;
}
}
 
.c-number-list__item-detail p {
  line-height: 2;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
  .c-number-list__item-ttl {
    align-items: flex-end;
    padding: 10px;
  }
  .c-number-list__item-ttl--align-center {
    align-items: center;
  }
  .c-number-list__item-ttl-no {
    width: 40px;
    font-size: 60px;
    margin-right: 10px;
  }
  .c-number-list__item-ttl-icon {
    width: 50px;
    margin-right: 20px;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1000px) {

}
/*=================== PCここまで ==================*/


/**************************************************
* ・付きのリスト
***************************************************/
.c-dot-list__item {
  position: relative;
  margin-left: 20px;
}
.c-dot-list__item:before {
  content: "・";
  position: relative;
  display: inline-block;
  margin-left: -17px;
}
.c-dot-list__item:last-child {
  margin-bottom: 0 !important;
}


/**************************************************
* boderで囲っているリスト
***************************************************/
.c-border-list {
  margin-top: 60px;
}
.c-border-list__item {
  position: relative;
  border: solid 2px #29307C;
  padding: 30px 20px 20px;
  margin-bottom: 50px;
}
.c-border-list__item:last-child {
  margin-bottom: 0;
}
.c-border-list__item-inner--sub {
  margin-top: 20px;
}
.c-border-list__item-no {
  position: absolute;
  top: -26px;

  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 15px;
}
.c-border-list__item-flex-left {
  margin-bottom: 20px;
}
.c-border-list__item-inner-ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-border-list__item-btn {
  margin-bottom: 20px;
}
.c-border-list__item-btn:last-child {
  margin-bottom: 0;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
  .c-border-list__item {
    padding: 40px 25px 25px;
  }

  .c-border-list__item-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .c-border-list__item-flex--btn {
    width: 60%;
    margin: 20px auto 30px;
  }
  .c-border-list__item-flex-left {
    width: calc( 60% - 30px);
    margin-right: 30px;
    margin-bottom: 0;
  }
  .c-border-list__item-flex-right{
    width: 40%;
    margin: auto;
  }

  .c-border-list__item-btn {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .c-border-list__item-btn:last-child {
    margin-right: 0;
  }

}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1000px) {

}
/*=================== PCここまで ==================*/




/**************************************************
* 記事ページ、一覧ページ
***************************************************/
/* 記事、一覧共通　日付、投稿者 */
.c-single-info__author {
  width: 100%;
  align-items: center;
}
.c-single-info__author-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.c-single-info__author-icon img {
  border-radius: 50%;
}

.c-single-info__entry::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}
.c-single-info__update {
  margin-left: 20px;
}
.c-single-info__update::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1da";
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

.c-single-info__entry--small::before {
  font-size: 16px;
}
.c-single-info__update--small::before {
  font-size: 16px;
}

/* 次へ、前へ */
.c-pagenav {
  text-align: center;
}
.c-pagenav-post {
  justify-content: space-between;
}
.c-pagenav-post__btn a {
  color: #333333;
}
.c-pagenav-back {
  display: inline-block;
}

/* 一覧 */
.c-blog-list__item {
  border-radius: 10px;
}
.c-blog-list__item:last-child {
  margin-bottom: 0;
}
.c-blog-list__item-img img {
  border-radius: 10px 10px 0 0;
}
.c-blog-list__item-txt {
  border-radius: 0 0 10px 10px;
  padding: 8px 20px 20px;
}

/* ページネーション WPデフォルトのクラスを使用 */
.page-numbers {
  display: flex;
  margin: 15px auto auto;
  justify-content: start;
  flex-wrap: wrap;
  width: 96%;
}
.page-numbers li {
  align-self: center;
  padding: 0 5px;
  margin: 4px 0;
}
.page-numbers  a.page-numbers,
.page-numbers .current {
  padding: 5px 10px;
  border: 1px solid #29307C;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  color: #29307C;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
}
.page-numbers > li.page-numbers:hover,
.page-numbers > li.prev.page-numbers:hover,
.page-numbers > li.next.page-numbers:hover {
  opacity: 0.7;
}
.page-numbers .current {
  background-color: #29307C;
  color: #fff;
}
.page-numbers  a.page-numbers.next,
.page-numbers  a.page-numbers.prev {
  border: none;
  background: none;
  color: #29307C;
  font-size: 14px;
  font-size: 1.4rem;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
  .c-blog-list__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .c-blog-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-single-info {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c-single-info-date {
    flex-wrap: nowrap;
  }
  .c-single-info__author {
    width: unset;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1000px) {

}
/*=================== PCここまで ==================*/


/**************************************************
* ボタン2つ　SP：縦並び　PC：横並び
***************************************************/
.btn-box--two .btn {
  margin-bottom: 20px;
}
.btn-box--two .btn:last-child {
  margin-bottom: 0;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
  .btn-box--two .btn {
    max-width: 280px;
    margin-right: 40px;
  }
  .btn-box--two .btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1000px) {

}
/*=================== PCここまで ==================*/