@charset "utf-8";
/* CSS Document */
/*
・会社設立ブログトップ
・ブログ一覧＋詳細ページ
・お知らせ一覧＋詳細ページ
*/

/*===========================
　#info 会社設立ブログ
===========================*/
#info .con01 .flex-box{
	width: 80%;
	margin: 0 auto 3em;
}
#info .con01 .flex-box li a{
	transition: .3s;
}

/*===========================
　#blog 共通
===========================*/
/*背景の薄青*/
#blog.wpBG {
  background-color: rgb(235 242 249 / 50%);
}

/*記事リスト*/
#blog .blog-wrap {
    padding: 40px;
    background-color: #FFFFFF;
    margin-bottom: 4rem;
}
#blog.blog-list .blog-wrap {
    margin-bottom: 2rem;
}

/*更新日*/
#info .time,
#blog .time {
	display: table-cell;
	vertical-align: middle;
    font-size: 13px;
	font-size: 1.3rem;
        color: #999DA0;
}

#info .time {
	padding-right: 10px;
}

/*お客様から追加依頼のあったCSS*/
#blog span.mkyellow {
    background: linear-gradient(transparent 40%, #FFFFA0 60%);
}

/*投稿者*/
.author-wrap {
  margin-top: 12px;
  background-color: #d2e1f2;
  border-radius: 20px;
  padding: 30px 20px;
  width: 100%;
}
.author-wrap .img-box img {
    width: 50%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    display: block;
}
.author-wrap .about-author .author-title,
.author-wrap .about-author .author-intro,
.author-wrap .about-author .author-certification{
  font-size: 1.5rem;
  line-height: 1.6;
}
.author-wrap .about-author .author-name{
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
.author-wrap .about-author .bg-blue{
  margin-top: 10px;
}
.author-wrap .about-author .bg-blue span{
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 5px 10px;
  
  color: #fff;
  background-color: #6c9dd4;
}

/*===========================
　記事一覧 .blog-wrap
===========================*/
/*記事リストのタイトルh3*/
.blog-wrap .blog-ttl {
	background: none;
	color: #333;
	text-align: left;
	border-radius: 0;
	font-weight: normal;
	padding: 0 ;
    margin: 2px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.blog-wrap li{
	border-bottom: 1px solid #F2F2F2;
}
.blog-wrap a{
	display: block;
	transition: .3s;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.3em;
}
.blog-wrap a:hover {
    color: #0851A0;
	opacity: 1;
	background: rgb(235 242 249 / 50%);
}
.blog-wrap a:hover .blog-ttl{
    color: #0851A0;
}

/*カテゴリ*/
.blog-wrap li .blog,
.blog-wrap li .news{
	font-weight: 600;
	padding:0.35em 0.4em 0.26em;
	border-radius: 2px;
	font-size: 13px;
	font-size: 1.3rem;
	display: table-cell;
	vertical-align: middle;
	margin-left: 8px;
}
.blog-wrap li .blog{
	color: #917807;
	border: 1px solid #917807;
}
.blog-wrap li .news{
	color: #1B2352;
	border: 1px solid #1B2352;
}

/*===========================
　記事詳細ページ　.blog-details
===========================*/
.blog-details{
    margin-top: 24px;
    margin: auto;
	padding: 2em 0.6em 1em;
    background-color: #FFFFFF;
}

/*↓お客様よりCSS追加依頼*/
.blog-details .mediumword01{
    font-size:medium;
}
.blog-details a.border_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 200px; 
  padding: 1em 2em;
  font-weight: bold;
  position:relative;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.blog-details a.border_btn01 span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  border-radius: 10vh;
  border: solid 2px #30B813;
  color: #30B813;
  padding: 1em 2em;
  background-color: #FFF;
  box-shadow:2px 2px #217D0D;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-details a.border_btn01:hover span {
  color: #fff; 
  background: #30B813;
    transform: translate(4px, 4px);
  transition: all 0.3s ease-in-out;
}
#blog.pages .blog-details__ttl{
    text-align: left;
    background-color: #F0E38E;
    padding: 1.5em 1em;
    font-size: 20px;
    font-size: 2rem;
	margin-bottom: 0;
}

.blog-details__time{
	display: flex;
    justify-content: flex-end;
}
.blog-details .time {
	padding-right: 6px;
}
.blog-details i {
    color: #0851A0;
	display: table-cell;
	vertical-align: middle;
}
.blog-time .post-date{
   display: flex;
    justify-content: flex-end;
}
.post-date dt,.blog-time dd{
    font-size: 13px;
	font-size: 1.3rem;
     color: #999DA0;
}
.blog-time .post-date dt,
.blog-time .post-date i{
   display: inline-block;
}

/*更新日*/
.post-time{
    align-self: center;
        color: #999DA0;
    margin-left: 6px;
}
.blog-details__content{
	margin-top: 0.5em;
}

.blog-details__content p {
    font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 ;
    margin: 20px 0;
}
.blog-details__content img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}

/*関連記事*/
.related-posts_wrap{
	margin-top: 1em;
	margin-bottom: 2em;
}

.related-posts_wrap .related-ttl{
      background:#E6E6E6;
    padding-left: 1em;
    text-align: left;
    color: #333;	
} 
.related-posts_wrap li{
	border-bottom: 1px solid #F2F2F2;
	transition: .3s;
	padding: 0.5em 0.5em 1em
} 
.related-posts_wrap li:hover {
    color: #0851A0;
	opacity: 1;
	background: #EBEBEB;
}
.related-posts_wrap img{
    width: 20%;
	max-width: 110px;
	margin-right: 1em;
}
.related-posts_wrap img,
.related-posts_wrap p{
	display: inline-block;
	vertical-align: middle;
}
.blog-wrap a img:hover {
    text-decoration: unset;
}
.related-posts_wrap p{
    font-size: 14px;
    font-size: 1.4rem;
    width: 72%;
}

/*ページ送り*/
p.prevnext {
    width: 90%;
/*    background-color: #FFFFFF;*/
padding: 2em 0 1em;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
p.prevnext span i {
    margin: 0 4px;
    color: #0851A0;
}
.prevnext a{
    transition: .3s;
    font-weight: 600;
}
.prevnext a:hover{
    color: #0851A0;
}

/*===========================
詳細ページ  the_content()内
===========================*/
#blog .blog-details__content h2{
    font-size:22px;
    font-size:2.2rem;
}
#blog .blog-details__content h3 {
    font-family: arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    background-image: none; 
    color: #333333;
    text-align: left;
    line-height: 1.6;
    font-size: 20px;
    font-size: 2rem;
    padding: 0;
    margin: 40px auto;
}
#blog .blog-details__content h3:first-child {
    padding: 0;
    margin: 24px auto;
}
#blog .blog-details__content h3:nth-child(n+2) {
    border-top: 2px dotted #CCCCCC;
    padding-top: 48px;
}
#blog .blog-details__content h4 {
    font-family: arial, helvetica, sans-serif;
    background-color: #f7f9f0;
    color: #333333;
    margin: 24px auto;
    text-align: left;
    line-height: 1.6;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 16px;
    border-left: 6px solid #F0E38E;
    border-bottom: 0;
}
#blog .blog-details__content h5 {
    color: #333333;
	border-left: 8px solid #F0E38E;
	border-radius: 6px;
	
}
#blog .blog-details__content h6,
#blog .blog-details__content strong{
    color: #333333;
    line-height: 1.8;
    font-size: 20px;
    font-size: 2.0rem;
}

/*===========================
　プラグイン
===========================*/
/* Table of Contents Plus*/
#toc_container {
    background-color: #fff;
    border: 2px solid #0851A0;
    width: 100%;
    margin: 24px auto;
}
#toc_container p.toc_title a:hover,#toc_container p.toc_title a {
    color: #fff;
}
#toc_container p.toc_title,#news .blog-wrap #toc_container p.toc_title {
    background-color: #0851A0;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 4px 0;
		margin: 0;
}
#toc_container p.toc_title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f03a";
    padding-right: 8px;
}
#toc_container ul.toc_list {
    width: 90%;
    display: block;
    margin: 24px auto;
}
#toc_container ul.toc_list ul li {
    margin-left: 0;
}
#toc_container ul.toc_list li {
    margin-left: 0;
}
#toc_container ul.toc_list li ul {
    margin-left: 24px;
}

/*もくじ*/
#blog .article-list {
    background-color: #fffce8;
    padding: 0;
    border: solid 2px #0851A0;
    margin-bottom: 2em;
}
#blog .article-list h2 {
    background-color: #0851A0;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 4px 0;
}
#blog .article-list ol {
    width: 96%;
    display: block;
    margin: 0 auto;
}
#blog .article-list ol li {
    font-size: 18px;
    font-size: 1.8rem;
}
#blog .article-list ol li h3 a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    color: #666666;
}

/*新着情報一覧ページページナビ*/
nav.navigation.pagination {
    border-bottom: unset;
    background: unset;
}
.tablenav {
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    padding: 40px 0;
}
a.page-numbers {
    color: #005e15;
    padding: 2px 8px;
    border: solid 1px #ccc;
    display: inline-flex;
    margin: auto;
}
.tablenav .current {
    color: #005e15;
    padding: 2px 8px;
    border: solid 1px #ccc;
    display: inline-flex;
    margin: auto;
}
a.page-numbers:hover {
    color: #666;
}
.tablenav .next, .tablenav .prev {
    border:0 none;
    background:transparent;
    text-decoration:underline;
    font-size:15px;
    font-size: 1.6rem;
    font-weight: 600;
}

#blog .mainContents p img{
	display:block;
	margin: 0 auto;
	width: 60%;
	height: auto;
}
#blog .mainContents dl{
	margin-bottom:16px;
}
#blog .mainContents dt{
	color: #0851A0;
	font-weight: 600;
	margin-top:8px;
}
#blog .mainContents ul{
	margin-bottom:16px;
}
#blog .btn-box .r-btn {
    display: block;
    margin: 40px auto;
    width: 240px;
    height: 40px;
    line-height: 40px;
}
blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #e6f3e8;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #80c598;
    font-size: 25px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    font-size: 0.9em;
}

/*これどこの？*/

/*
.blog-wrap a {
    display: unset;
    text-decoration: underline;
		color: #68a6b2;
}

.blog-wrap a:hover {
    color: #666;
    text-decoration: underline;
}
*/

/*==================================
特定の記事に反映するCSS（岡山さん依頼分）
====================================*/
.blog-details__content table,.blog-details__content th,.blog-details__content td{
    border-collapse: collapse;
    border:1px solid #333;
}
.blog-details__content td,.blog-details__content th{
    padding:0.5em;
}
/*postid-3359 */
.postid-3359 .blog-details__content .fail-starting01{
    background-color:#d9f0ff;
    padding:1em;
    width:fit-content;
    border-radius:0.5em;
}
.postid-3359 .blog-details__content span.feature01{
  background-color:#2a529d;
  color:#e5d75c;
  font-size:large;
  padding:0.2em 0.4em 0em 0.4em;
}
.postid-3359 .blog-details__content span.feature02{
  color:#2a529d;
  font-size:large;
}
.postid-3359 .blog-details__content .fail-starting02{
background-color:#d9f0ff;
padding:1em;
margin:15px;
width:fit-content;
border-radius:0.5em;
}
.postid-3359 .blog-details__content .fail-starting03{
background-color:# #CEF2E9;
padding:1em;
margin:15px;
width:fit-content;
border-radius:0.5em;
}
.postid-3359 .blog-details__content td{
text-align:right;
}
.postid-3359 .blog-details__content th{
  text-align:left;
}

.postid-3359 .blog-details__content tr.price-tokuten
 {
background-color:#FFF7C1;
}

.postid-3359 .blog-details__content td.price-tokyosmile
 {
background-color:# d9f0ff;
}

.postid-3359 .blog-details__content th.price-taxsupport
 {
background-color:#cdcfd7;
}
.postid-4187 .author-box.ohga{
  display: none;
}


/*==================================
これから会社設立を検討している皆さまへ
 ※TOPページに移動後(ui.css中身追記)
====================================*/
.mainContents-top {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.mainContents-top p{
	font-size: 18px;
    font-size: 1.8rem;
	text-align: left;
	font-weight: normal;	
}
.mainContents-top img {
	width:260px;
	float:right;
	padding: 0 10px 10px;
}
.mainContents-top a {
	color: #494949;
	text-decoration: underline;
}
/*共通*/
section.setsuritsu-kentou{
	color: #494949;
}
section.setsuritsu-kentou h3 {
	color: #fff;
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: url(../images/common/h2-bg.png) no-repeat top center;
	margin-bottom: 30px;
}
section.setsuritsu-kentou h4 {
    font-size: 20px;
    font-size: 2.0rem;
    height: 30px;
	border-bottom: dotted 2px #0851A0;
	border-left: 8px solid #0851A0;
	color: #0851A0;
    text-align: left;
    line-height: 30px;
    padding-left: 8px;
    margin-bottom: 20px;
	font-weight: normal;
}
section.setsuritsu-kentou h5 {
	color: #0851A0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    height: 20px;
	border-bottom: none;
}
section.setsuritsu-kentou p {
	font-size: 16px;
    font-size: 1.6rem;
	text-align: left;
	font-weight: normal;	
}
.mainContents-top dl {
	font-size: 20px;
    font-size: 2.0rem;
}
.mainContents-top dt, .mainContents-top dd {
	text-align: left;
}
.mainContents-top dt {
	padding: 12px 0;
	font-weight: 600;
}
.mainContents-top dd {
	font-size: 16px;
    font-size: 1.6rem;
	padding-left: 20px;
	margin-bottom: 10px;	
}
.mainContents-top ul {
	text-align: left;
	font-size: 16px;
    font-size: 1.6rem;
	padding:0 40px;
	}
.mainContents-top ul li.num {
	margin-left: -25px;
	font-weight: 600;
}
/*具体的な会社設立の流れはどうなっているのでしょうか？*/
.nagare-box {
	height: 170px;
}
.nagare-box h5{
	padding: 10px 0;
}
.nagare-box p {
	font-size: 18px!important;
    font-size: 1.8rem;
}
.mainContents-top .merit,
.mainContents-top .step,
.mainContents-top .prepare,
.mainContents-top .package {
	border: #EDF7D2 solid 1px;
	background-color: #EDF7D2;	
}
.mainContents-top .merit dl,
.mainContents-top .step dl,
.mainContents-top .prepare dl {
	padding: 10px;
}
.mainContents-top .prepare {
	margin-top: 30px;
}
.mainContents-top .package {
	overflow: hidden;
	padding: 20px 20px 0;
}
.mainContents-top .package ul {
	position: relative;
	display: block;
	padding: 15px;
	width: auto;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.8);
	z-index: 0;
}
/*設立書類作成～法務局に郵送するまで*/
.mainContents-top .package ul.mark {
	margin-bottom: 40px;
}
.mainContents-top .package ul.mark:before{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
.mainContents-top .package ul.mark:after{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #0851A0 transparent transparent transparent;
}
#info-list {
    background-color: #FFFFFF;
}

.btn-box .r-btn {
	display: block;
	margin: 0 auto 40px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: #0851A0;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}


/*ブログ記事内にも使用しています*/
#info-list .thumb {
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-size: 1.8rem;
}
#info-list .thumb dt {
    display: block;
    line-height: 1.6;
    margin-right: 16px;
    margin-bottom: 8px;
}
#info-list .thumb dd {
    width: 80%;
    display: block;
    margin-bottom: 8px;
    line-height: 1.6;
}

/*記事一覧ボタン*/
div.btn-box {
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
}
div.btn-box a.r-btn {
    width: 100%;
    border: 2px solid #0851A0;
    text-decoration: none;
}
div.btn-box a.r-btn:hover:after {
    color: #fff;
}
div.btn-box a.r-btn,
div.btn-box a.r-btn::before,
div.btn-box a.r-btn::after {
    transition: all .3s;
}
div.btn-box a.r-btn:hover {
    background: #f17430;
    border: #f17430 solid 2px;
    color: #fff
}



/*お客様用に作成したテンプレCSS*/
#blog .post .box-color{
    background-color: #F6F9EB;
    padding: 12px;
    margin: 24px auto;
}
#blog .post .box-color p{
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}
#blog .post .box-bdr{
    border: 1px solid #CBD5A0;
    padding: 12px;
    margin: 24px auto;
}
#blog .post .box-bdr p{
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
}
#blog .main {
    padding: 0;
}


/*スマホ*/
@media screen and (max-width:767px) {
#container.wpBG .post {
    padding: 8px 16px;
}
#blog .post p {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
}
#container #blog h3,#container #blog h4,#container #blog h5 {
    font-size: 20px;
    font-size: 2.0rem;
}

} /*メディアクエリ閉じ*/

/*iPadからスマホ*/
@media screen and (max-width:768px) {
#blog ul.breadcrumbs,#blog ul.breadcrumbs li {
    display: none;
}
#blog {
    padding-top: 8px;
}
#blog .post iframe {
    width: 100%;
}
#blog .author-wrap .img-box{
    width:70%;
    margin: 0 auto 20px;
}
#blog .author-wrap .author-title,
#blog .author-wrap .author-name,
#blog .author-wrap .bg-blue{
    text-align: center;
  }
#info-list .thumb dd {
    width: 100%;
}
} /*メディアクエリ閉じ*/

/*タブレットからPCモニター*/
@media screen and (min-width:769px) {
  #blog .author-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #blog .author-wrap .img-box{
    width:25%;
  }
  #blog   .author-wrap .about-author{
    width: 70%;
  }
} /*メディアクエリ閉じ*/

/*PCモニター*/
@media screen and (min-width:1025px) {
#blog .inner {
    width: 700px;
}
    
/*===========================
　記事共通
===========================*/
#info .time,
#blog .time{
	font-size: 13px;
	font-size: 1.3rem;

}
    
/*===========================
　記事詳細ページ　.blog-details
===========================*/
#blog.pages .blog-details__ttl{
    padding: 2.2em 2em;
    font-size: 24px;
    font-size: 2.4rem;
	    margin-bottom: 3.5rem;
}
.blog-details{
	padding: 3em;
}

    
/*ページ送り*/
p.prevnext {
    width: 100%;
    padding: 2em 0 0;
}
a.page-numbers, .tablenav .current {
    margin: 4px;
}
div.btn-box{
    width: 40%;
}
    
/*関連記事*/
.related-posts_wrap .related-ttl{
		margin-top: 3em;
}  
.author-wrap .img-box img {
    width: 100%;
    display: block;
}
    
} /*メディアクエリ閉じ*/
