@charset "utf-8";
/* CSS Document */

.p-entry__body p {
    line-height: 1.8;
}




.wp-show-posts-inner {
	border-color: #888;
	padding : 15px ;
	border: 1px solid #888888;
}

.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 1em;
}




.ekiten_reserve_button {
    display: block;
    margin: 0 auto;
    padding: 1em 0;
    border-radius: 6px;
    width: 100%;
    max-width: 750px;
    min-width: 120px;
    color: #fff!important;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    background: #689b9e;
    text-decoration: none;
}



/* スタッフアイキャッチ非表示 */


.p-article07__title {
	text-align: center;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}

.p-service-entry__header {
	border-top: none;
    margin-bottom: 40px;
}


.p-headline--lg {
   display: none ;
}



.l-contents--grid .l-contents__inner .l-secondary {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: sidebar;
}



body {
font-family: YakuHanJP, 'Murecho', sans-serif;
letter-spacing: 0.03em;
color: #333;
}

h3, h4, h5, h6, p, ol, ul {
 font-weight: 400!important;
}


.feeplan p{
 margin-bottom: 0px;
}


.p-btn a {
 font-weight: 400!important;
}

.rt-holder {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
    background: #FFF;
	margin: 0em 0em 1em 0em;
border: solid 1px #444;/*線*/
}



/* TOC+ */
#toc_container{
	margin:20px auto 30px;
	background-color:rgba(44,153,181,.04); /* 目次全体の背景カラー */
	border:3px solid rgba(64,105,144,.2); /* 目次全体の枠線 */
	border-radius:3px;
	box-sizing:border-box;
	padding:38px 52px;
	display:table;
	min-width: 68%;
	counter-reset:li;
}
 
/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list li::before{
	content:none;
	padding:0;
	margin:0;
	width:0;
	height:0;
	background:none;
	box-shadow:none;
}
 
/* 目次の見出しタイトル */
#toc_container .toc_title{
	text-align:center;
	font-weight:bold;
	font-size:118%;
	padding:0;
}
 
/* 見出しタイトル左のアイコン */
#toc_container .toc_title::before{
	position:relative;
	font-size:28px;
	content:"\2254";
	display:inline-block;
	width:40px;
	height:40px;
	line-height:34px;
	margin-right:8px;
	border-radius:50%;
	vertical-align:baseline;
	speak:none;
	-webkit-font-smoothing:antialiased;
	color:#fff;
	background-color:#5f7b96;
}
 
/* 表示／非表示トグル */
#toc_container .toc_toggle a{
	font-size:13px;
	font-weight:normal;
	padding:2px 4px;
}
 
/* 目次エリア */
#toc_container p.toc_title + ul.toc_list{
	padding:20px 0 0;
	margin:20px 0 0;
	border-top:1px solid rgba(0,0,0,.1);
}
 
/* リスト共通スタイル */
#toc_container ul.toc_list li{
	position:relative;
	padding:0;
	margin:0;
	list-style-type: none;
}

 
/* 目次リンク共通スタイル */
#toc_container ul.toc_list li a{
	position:relative;
	font-size:94%;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	line-height:1.6;
	padding:3px 0;
	margin:5px 0;
	transition:all .3s ease;
}
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited{
	color:#5f7b96; /* リンクカラー */
}
/* マウスオーバー時 */
#toc_container ul.toc_list li a:hover{
	text-decoration:none;
	box-shadow:0 2px;
}
 
/* 親の目次 */
#toc_container ul.toc_list > li > a{
	font-size:104%;
	font-weight:500;
	margin-left:40px;
}
 
/* 親の目次(左側の連番) */
#toc_container ul.toc_list > li::before,
#toc_container ul.toc_list > li::after{
	position:absolute;
	top:3px;
	left:0;
}
/* 連番背景 */
#toc_container ul.toc_list > li::before{
	content:'';
	display:inline-block;
	vertical-align:bottom;
	width:32px;
	height:32px;
	margin-right:7px;
	border-radius:16px;
	background-color:rgba(125,157,188,0.66);
}
/* 連番 */
#toc_container ul.toc_list > li::after{
	counter-increment:li;
	content:counter(li);
	width:32px;
	line-height:32px;
	font-family:'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo','Yu Gothic', san-serif;
	font-weight:400;
	text-align:center;
	color:#fff;
}
 
/* 子の目次 */
#toc_container ul.toc_list > li > ul{
	margin-left:40px;
}
 
/* 子の目次の左側のアイコン */
#toc_container ul.toc_list > li ul li::before{
	position:absolute;
	top:3px;
	left:0;
	content:'\2023';
	display: inline-block;
	width:14px;
	height:28px;
	line-height:28px;
	font-size:18px;
	color:#5f7b96;
}
#toc_container ul.toc_list > li ul li a{
	font-weight: normal;
	margin-left:16px;
}
 
/* レスポンシブ設定(667px幅以下) */
@media only screen and (max-width: 667px){
	#toc_container{
		padding:20px 3vw;
		min-width:auto;
		width:100%!important;
	}
	#toc_container p.toc_title + ul.toc_list{
		padding:20px 0 0;
	}
	#toc_container ul.toc_list > li > ul{
		margin-left:30px;
	}
}


/* 回り込み解除 */

@media screen and (max-width: 519px)  {
.p-entry__body img.alignleft,
    .wp-caption.alignleft {
			margin-bottom: 15px;
			width: 100%;
    }
.p-entry__body img.alignright,
    .wp-caption.alignright {
			margin-bottom: 15px;
			width: 100%;
    }
}



.grecaptcha-badge { visibility: hidden; }

/* top4カラム */

@media only screen and (min-width: 768px) {

.flexbox {
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top
}

.flexbox .box {
    width: 23%;  /* お好みの幅で指定 */
    padding:16px;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

/* 最後のコンテンツを左寄せにする指定 */
.flexbox:after {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.flexbox:before {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
}

@media only screen and (max-width: 767px) {

.flexbox {
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top
}

.flexbox .box {
    width: 46%;  /* お好みの幅で指定 */
    padding:16px;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

/* 最後のコンテンツを左寄せにする指定 */
.flexbox:after {
    content: "";
    display: block;
    width: 46%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.flexbox:before {
    content: "";
    display: block;
    width: 46%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
	

.p-index-content01__title {
margin-bottom: 20px;
}
	
}



/* 感想カテゴリーボタン */

.p-article06__cat {
    background: #1e73be;
}

.p-works-entry__cat {
    background: #1e73be;
}


/* 角丸ボックス */

.kadomru {
padding: 0.1em 1em;
    color: #6091d3;/*文字色*/
    background: #FFF;
border: solid 1px #6091d3;/*線*/
border-radius: 20px;/*角の丸み*/
font-size: 85% !important;
min-width: 120px;
margin: 0;
max-width: 34%;
text-align: center;
margin-bottom: 5px !important;
}

.kadomru p {
    color: #6091d3;/*文字色*/
	font-size: 75%;
}

.kadomru2 {
padding: 0.1em 1em;
    color: #6091d3;/*文字色*/
    background: #FFF;
border: solid 1px #6091d3;/*線*/
border-radius: 5px;/*角の丸み*/
font-size: 106% !important;
min-width: 120px;
margin: 0;
text-align: center;
margin-bottom: 10px !important;
}

.kadomru2 p {
    color: #6091d3;/*文字色*/
	font-size: 106%;
}

.rt-holderr{
    padding: 32px;
 background-color:#ebe8e0;
	border-radius:8px 8px 8px 8px;
}


.p-works-entry__header {
 border-bottom: none !important;
}

broken_link, a:hove.broken_link{
text-decoration: none !important;
}

.entry-title a {
    color: #111 !important;
}

.p-page-header__title, .p-cover__header-title {
	line-height: 1.4
}

.p-blog__title {
   font-family: 'Noto Serif JP', serif;
		font-weight: 500;
font-style: normal;
}

.p-latest-works h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
font-style: normal;
}


.p-entry__body h3, h4, h2, h1 {
    /* font-size: 108%; */
}

.p-entry__body p {
 font-size: 102%;
}

@media screen and (min-width: 768px) {
.menu-item-13.current-menu-ancestor a { background: #564c3f; color: #fff; }
}


@media only screen and (max-width: 1199px) {
.p-global-nav { width: 100%; }
}


.p-news-tab-list__tabs-item.is-active a, .p-news-tab-list__tabs-item a:hover {
    background: #0068b7;
    border-color: #0068b7;
    color: #fff;
}


.marker1 {
    background: linear-gradient(transparent 80%, #ffadad 80%);
    font-weight: bold;
}

img.scaled-image {
 border:1px !important;
    margin: 0px !important;
}





@media only screen and (max-width: 1199px){
.l-header {
    height: 85px;
}}


.p-index-content01__desc {
  font-size: 17px !important;
	line-height: 1.8 !important;
}

.boxline01 {
	padding: 8px;
	border: 1px solid #666;
}

.p-company-header {
    margin-bottom: 0px !important;
}


.arconix-faq-content h3{
	line-height: 1.6em !important;
	font-size: 110% !important;
}

.p-btn a{
    border-radius:30px !important;
    line-height: 40px !important;
    height: 40px !important;
}

/* 料金インデックス */

.p-cat-list__title {
font-size: 30px;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
}


/* rssブログ */

.wp_rss_retriever_title {
font-size: 18px !important;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
}


.wp_rss_retriever_title  {
     position: relative;
 padding:0.4em 0.5em 0.4em 1.5em !important; 
     border: 1px solid #513E25;
     border-radius: 5px;
border-left: 5px solid #000;
}




.wp_rss_retriever_title ::after {
     position: absolute;
     top: 50%;
     left:0.8em;
     transform:translateY(-50%);
     content: '';
     width: 3px;
     height:25px;
     background-color: #513E25;
}


.wp_rss_retriever_title  { 
color:#513E25;
margin-bottom: 1.2em !important;
margin-top: 0.7em !important;
}


.wp_rss_retriever_metadata {
	font-size: 85%;
	clear: both;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 25px;
}

/* ニュースタイトル */
.p-entry__title {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
}




/* フォント変更　タイトル */

.p-service-entry__title {
font-family: 'Noto Serif JP', serif;
font-weight: 500;
font-style: normal;
}


.p-headline--lg {
font-size: 22px;
font-weight: 700;
}



.p-article06__content h3 {
font-family: 'Noto Serif JP', serif;
font-weight: 500 !important; 
font-style: normal !important; 
}


.c-logo, .p-page-header__title, .p-banner__title, .p-cover__title, .p-archive-header__title, .p-article05__title, .p-article09__title, .p-cb__item-title, .p-article11__title, .p-article12__title, .p-index-content01__title, .p-header-content__title, .p-megamenu01__item-list > li > a, .p-article13__title, .p-megamenu02__title, .p-cover__header-title {
font-family: 'Noto Serif JP', serif;
font-weight: 500 !important; 
font-style: normal !important; 
}

p-entry__body h1  {
font-family: 'Noto Serif JP', serif;
font-weight: 500;
font-style: normal;
}

.style3a {
font-family: 'Noto Serif JP', serif;
font-weight: 500;
font-style: normal;
}

.p-entry__body h2, .p-entry__body h3, .p-entry__body h4, .p-entry__body h5, .p-entry__body h6 {
font-family: 'Noto Serif JP', serif;
font-weight: 500 !important; 
font-style: normal;
}


body {
	line-height: 1.6em;
}



.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6, p {
line-height: 1.7em;
letter-spacing: 0.05em
}

details summary {
	padding-bottom: 10px;
}

.repletion
{
	position: relative;
	background: #fff;
	border: 2px solid #FF0000;
	border-radius: 10px;
	margin: 5px;
	padding: 1.3em;
}

.repletion:before
{
	content: "POINT";
	position: absolute;
	border-radius: 4px;
	color: #fff;
	left: 25px;
	top: -15px;
	padding: 1px 10px 0px 10px;
	font-size: 100%;
	font-weight: bold;
	z-index: 1;
	background-color: #FF0000;
}


#header {
    border-top-color: #fff !important;
}

#index_topics {
	background-color: #a9cf52 !important; 
	opacity: 0.7 !important;
}

#index_content2 .headline {
    font-size: 38px !important;
color: #41210F !important;
}




#index_content1 {
    margin: 30px 0 60px 0;
}

.arconix-faq-title  {
    line-height: 150%;
}


#index_news .title a {
	padding-left: 156px;
}


.p-index-content01__title {
    max-width: 89%;
    margin-right: auto;
    margin-left: auto;
}



dl.interview dt {
    font-size: 20px;
}




.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}




#post_title {
    font-size: 20px;
}

.title h3 { 
	font-size: 16px;
}



.post_content h4 { 
	color:#111111;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top:5px;
}

@media only screen and (max-width: 750px) {
.post_content h4{
	font-size: 18px;
	}
}



.post_content h3 { 
padding-top:15px; color:#000;
padding-bottom: 8px;
}

.post_content p { 
color:#444;
letter-spacing: 0.05em;
margin: 0 0 2.0em 0;
line-height: 2.4em;
}



.tab-content h3 {
	color: #000000;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 170%;
}

.post_content h3 {
	color: #111111;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 180%;
}


@media only screen and (max-width: 767px) {
 .post_content h3 {
	color: #111111;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 180%;
	padding-bottom: 3px;
}
}

#post_title {
font-family: 'Noto Serif JP', serif;
font-weight: 700;
font-style: normal;
	font-size: 30px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	color: #111111 !important;
	line-height: 150%;
	margin-top: 1.6em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-top: 0.8em;
	padding-right: 0.2em;
	padding-bottom: 0.7em;
	padding-left: 0.2em;
	}


.deco {
     position: relative;
     padding:0.5em 0.5em 0.5em 1.7em !important; 
     border: 1px solid #513E25;
     border-radius: 5px;
}
 

.deco::after {
     position: absolute;
     top: 50%;
     left:0.8em;
     transform:translateY(-50%);
     content: '';
     width: 3px;
     height:25px;
     background-color: #513E25;
}


.deco { 
color:#513E25;
margin-bottom: 1.5em !important;
margin-top: 0.4em !important;
}


.deco2 {
     position: relative;
     padding:0.5em 0.5em 0.5em 1.7em !important; 
     border-radius: 5px;
}
 

.deco2::after {
     position: absolute;
     top: 50%;
     left:0.8em;
     transform:translateY(-50%);
     content: '';
     width: 3px;
     height:25px;
     background-color: #513E25;
}


.deco2 { 
padding-bottom:6px !important;
color:#513E25;
margin-bottom: 0.2em !important;
margin-top: 0.2em !important;
}


.deco3 {
     position: relative;
    padding: 1.3em 0.7em 1.4em 0.7em !important;
 border: 1px solid #284b78;
	color: #284b78 !important;
     border-radius: 5px;
}
 


.deco3 { 
color:#513E25;
margin-bottom: 0.2em !important;
margin-top: 0.5em !important;
}


@media only screen and (max-width: 767px) {
#post_title {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 16px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	color: #111111 !important;
	line-height: 150%;
	margin-top: 1.3em;
	margin-right: 0;
	margin-bottom: 1.0em;
	margin-left: 0;
	padding-top: 0.7em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	}
}



.post_content h2 {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 30px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	color: #111111;
	line-height: 150%;
	margin-top: 1.6em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-top: 0.8em;
	padding-right: 0.2em;
	padding-bottom: 0.7em;
	padding-left: 0.2em;
letter-spacing: 0.05em;
	}

@media only screen and (max-width: 767px) {
.post_content h2 {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 17px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	color: #111111;
	line-height: 150%;
	margin-top: 1.3em;
	margin-right: 0;
	margin-bottom: 1.0em;
	margin-left: 0;
	padding-top: 0.7em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	}


/* topコース */
.p-index-content04 .p-article12__title {
 font-size: 22px !important;
}
	
/* ブログタイトルなど */	
	
#poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h2, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h3, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h4, .rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
    margin: 0 0 14px;
font-size: 18px;
    padding: 0;
 line-height: 1.5;
}		
	
}

.post_content h1 {
	position: relative;
	background: #f1f8ff;
	border-left: solid 2em #5c9ee7;
	padding-top: 0.44em;
	padding-right: 0.5em;
	padding-bottom: 0.36em;
	padding-left: 0.5em;
	letter-spacing: 0.05em;
}



@media (min-width: 768px) {


/* topコース */
.p-index-content04 .p-article12__title {
 font-size: 22px !important;
}	
	
	
	
.p-entry__body h1 {
  display: flex;
  align-items: center;
	font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 30px;
margin-bottom: 2em;
	 padding: 0 60px;
}

.p-entry__body h1::before,
.p-entry__body h1::after {
  content: "";
  flex-grow: 1;
  margin: 0 3px;
 height: 2px;
 background: #111;
}

.p-entry__body h1::before {
 margin-right: 30px;
}
 
.p-entry__body h1::after {
 margin-left: 30px;
}

	/* 卒業生の声 */
	
.p-works-entry__header h1 {
  display: flex;
  align-items: center;
	font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 30px;
margin-bottom: 1em;
	 padding: 0 60px;
}

.p-works-entry__header h1::before,
.p-works-entry__header h1::after {
  content: "";
  flex-grow: 1;
  margin: 0 3px;
 height: 2px;
 background: #111;
}

.p-works-entry__header h1::before {
 margin-right: 30px;
}
 
.p-works-entry__header h1::after {
 margin-left: 30px;
}


.p-works-entry__header {
    border-bottom: none !important;
}	

/* コース */

	
.p-service-entry__header h1 {
  display: flex;
  align-items: center;
	font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 30px;
margin-bottom: 1em;
	 padding: 0 60px;
}

.p-service-entry__header h1::before,
.p-service-entry__header h1::after {
  content: "";
  flex-grow: 1;
  margin: 0 3px;
 height: 2px;
 background: #111;
}

.p-service-entry__header h1::before {
 margin-right: 30px;
}
 
.p-service-entry__header h1::after {
 margin-left: 30px;
}

/* ブログタイトルなど */	
	
#poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h2, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h3, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h4, .rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
    margin: 0 0 14px;
    font-size: 20px;
    padding: 0;
    line-height: 1.25;
}	
	
	
}




#side_col {
padding-top: 0.6em;
}

#left_col {
padding-top: 0.6em;
}



.post_content h1:before {
font-family: "Font Awesome 5 Free";
content: "\f058";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.50em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


.post_content h1{
font-family: 'Noto Serif JP', serif;
font-weight: 700;
font-style: normal;
	font-size: 34px;
	color: #111111;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
}


@media only screen and (max-width: 767px) {
.post_content h1 {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 24px;
	letter-spacing: 0.03em;
	text-align: center;
	padding-top: 25px;
}
	
.p-entry__body h1 {
	font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
	font-size: 24px;
	letter-spacing: 0.03em;
	text-align: center;
	padding-top: 25px;
}
	
.p-service-entry__title {
 font-size: 24px !important;
}
	
/* rssブログ */


.wp_rss_retriever_title {
font-size: 15px !important;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
font-style: normal;
}

.wp_rss_retriever_metadata {
	font-size: 85%;
	clear: both;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 15px;
}	
	
	
}


/*画像*/


.p-entry__body img {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}


.post_content ul {
	margin-left: 2.3em;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.03em;
}

/*枠*/

.balloon1 {
	position: relative;
	color: #333;
	font-size: 16px;
	background: #e0edff;
	border-radius: 8px;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

.balloon2 {
	position: relative;
	color: #333;
	font-size: 16px;
	background: #edf8df;
	border-radius: 8px;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.balloon2:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #edf8df;
}

.balloon2 p {
	margin: 0;
	padding: 0;
}

#box04 {
	padding-top: 20px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 95px;
	width: auto;
	padding-right: 20px;
	margin-bottom: 5px;
	background-image: url(http://iiroha.s105.coreserver.jp/urawa-law.jp/wp-content/uploads/2018/02/1.gif);
	background-repeat: no-repeat;
	background-position-y: center;
}

#box05 {
	padding-top: 20px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 95px;
	width: auto;
	padding-right: 20px;
	margin-bottom: 10px;
	background-image: url(http://iiroha.s105.coreserver.jp/urawa-law.jp/wp-content/uploads/2018/02/2.gif);
	background-repeat: no-repeat;
	background-position-y: center;
}

#box06 {
	padding-top: 20px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 95px;
	width: auto;
	padding-right: 20px;
	margin-bottom: 5px;
	background-image: url(http://iiroha.s105.coreserver.jp/urawa-law.jp/wp-content/uploads/2018/02/3.gif);
	background-repeat: no-repeat;
	background-position-y: center;
}

#box07 {
	padding-top: 20px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 95px;
	width: auto;
	padding-right: 20px;
	margin-bottom: 5px;
	background-image: url(http://iiroha.s105.coreserver.jp/urawa-law.jp/wp-content/uploads/2018/02/4.gif);
	background-repeat: no-repeat;
	background-position-y: center;
}

#box08 {
	padding-top: 20px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 95px;
	width: auto;
	padding-right: 20px;
	margin-bottom: 5px;
	background-image: url(http://iiroha.s105.coreserver.jp/urawa-law.jp/wp-content/uploads/2018/02/5.gif);
	background-repeat: no-repeat;
	background-position-y: center;
}

#box09 {
	padding-top: 20px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 95px;
	width: auto;
	padding-right: 20px;
	margin-bottom: 5px;
	background-image: url(http://iiroha.s105.coreserver.jp/urawa-law.jp/wp-content/uploads/2018/02/6.gif);
	background-repeat: no-repeat;
	background-position-y: center;
}

#box10 {
	padding-top: 20px;
	border: 1px solid #A5A5A5;
	height: auto;
	padding-bottom: 20px;
	padding-left: 95px;
	width: auto;
	padding-right: 20px;
	margin-bottom: 10px;
	background-image: url(http://iiroha.s105.coreserver.jp/urawa-law.jp/wp-content/uploads/2018/02/7.gif);
	background-repeat: no-repeat;
	background-position-y: center;
}

/*画像*/


.pc { display: block !important;
}
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.image {
    width: 100%;
}
.image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-right {margin-left: auto;}





.repletion {
    position: relative;
    margin: 2em 0;
    padding: 0.8em 1.3em;
    border: 2px solid #5ab80e;
    border-radius: 8px;
}
.repletion .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.repletion p {
    margin: 0; 
    padding: 0;
}


.flame23 {
position: relative;
margin: 2em auto;
width: 100%;
padding: 1em;
border: 2px solid #689b9e;
border-radius: 8px;
}
.flame23 .flame23-title {
position: absolute;
display: inline-block;
top: -13px;
left: 15px;
padding: 0 10px;
line-height: 1;
font-size: 18px;
background: #FFF;
color: #689b9e;
font-weight: nomal;
}
.flame23 p {
padding: 15px 5px;
margin: 0;
}



 
/*----------------------------------------------------
  .t01
----------------------------------------------------*/
@media (max-width: 480px) {
 .sp-scroll-table table{
   border-collapse: collapse;
   margin: 2em 0;
   max-width: 100%;
 }

 .sp-scroll-table th{
   background-color: #f8fcfe;
text-align: center;
color: #111;
   padding: 1em;
 }

 .sp-scroll-table td{
   border: solid 1px #ccc;
   padding: 1em;
   white-space: nowrap;
 }

 .sp-scroll-table {
   overflow-x: auto;
   margin-bottom: 1em;
   max-width: 770px;
 }
}

/* テーブル　法人 */

table.t01 {
margin-bottom: 55px;
}


.t01 td  { text-align: center; }
.t01 td:first-child  { text-align: center; }


.t01 th {
    background: #f8fcfe;
 font-weight: bold;
	text-align: center;
}



/* テーブル　個人 */
.t02 td  { text-align: center; }
.t02 td:first-child  { text-align: left; }

table.t02 {
 margin-bottom: 55px;
width: 100%;
}

.t02 th {
    background: #eef6fb;
    font-weight: normal;
}


/*topbox*/

.wrap{
	width: 100%;
}

.contents-wrap{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	max-width: 1180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 15px;
}

.contents-wrap h2 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	color: #41210F;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 25px;
}

.dammy-3 h3 {
	font-size: 16px;
	line-height: 160%;
	color: #333333;
	padding-bottom: 8px;
	border-bottom-color: #666;
	font-weight: normal;
}

.dammy-3 p {
	font-size: 14px;

}

.contents-wrap > div{
	float: left;
	margin-bottom: 35px;
	padding-right: 45px;
	padding-left: 20px;
}

.contents-inner-3{
	width: 27%;
}

.contents-inner-4{
	width: 28%;
}

.contents-inner-5{
	width: 28%;
}

.contents-wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.dammy-3{
	height: auto;
}

@media screen and (max-width: 960px) {
	.contents-inner-3{
		width: 95%;
	}
	.contents-inner-4{
		width: 95%;
	}
	.contents-inner-5{
		width: 95%;
	}
}
@media screen and (max-width: 764px) {
	.contents-inner-3{
		width: 95%;
	}
	.contents-inner-4{
		width: 95%;
	}
	.contents-inner-5{
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
		.contents-inner-3{
		width: 95%;
	}
	.contents-inner-4{
		width: 95%;
	}
	.contents-inner-5{
		width: 95%;
	}
}

.a-box {
	position: relative;
	border: solid 3px #95ccff;
	border-radius: 8px;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1.1em;
	padding-left: 1.1em;
}
.a-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    color: #95ccff;
    font-weight: bold;
}
.a-box p {
    margin: 0; 
    padding: 0;
}


/*結果*/
.res {
	position: relative;
    border: 2px solid #c53929;
    border-radius: 5px;
    padding:25px;
	margin-top:20px;
}
.res::before {
	content: "Results";
	position: absolute;
	top: -15px;
	left: 15px;
	font-size: 1.5rem;
	font-weight: 700;
    background-color: #ffffff;
    color: #c53929;
    padding: 0 10px;
}

.post_content .q_button {
	background-color: #FFFFFF!important;
	color: #06C!important;
	border: 1px solid #06C!important;
	box-shadow: none!important;
	margin-top: 20px!important;
}

.post_content .q_button a {
	color: #06C!important;
}

/*ボックス*/

.well5 {
	margin: 1em 0 30px;
	padding: 1em 1.5em;
	line-height: 2;
	border: 1px solid #fce6b6;
	background-color: #fffcf6;
}



/* 2カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
color: #111; /* 文字の色 */
text-align: center; /* 内容は中央配置 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 640px) {
	.col_2 > div{
		width: 100%;
	}
}


.col_2 p {
margin-bottom: 0px;
}



/*レスポンシブ3列ボックス*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 20px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

.col_3 h2{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #41210F;
	line-height: 160%;
	min-height: 64px;
}

/*レスポンシブ4列ボックス*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 23%;
padding: 10px;
	margin: 10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
	width: 45%;
	margin: 5px;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 100%;
	}
}




/*レスポンシブ1列ボックス*/

.col_1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_1 > div{
	width: 100%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_1 > div{
		width: 100%;
	}
}

.col_1 h2{
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #41210F;
	line-height: 160%;
	min-height: 64px;
}


.textwidget a:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}


.footer_widget.widget_nav_menu { width:190px; margin-right:10px; }

/*画像エフェクト*/

.img_wrap{
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}

/*画像エフェクト02*/

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

@media screen and (min-width:768px){
.sp02 {max-width: 60%;
        height: auto;}
}

/*画像*/


.pc02 { display: block !important;
}
.sp02 { display: none !important; }

@media only screen and (max-width: 768px) {
.pc02 { display: none !important; }
.sp02 { display: block !important;
	max-width: 80%;
        height: auto;}
}

/*ボタン*/

.p-entry__body .q_button {
	background-color: #fff!important;
	color: #007FC0 !important;
	border: 1px solid #007FC0 !important;
	box-shadow: none!important;
	margin-top: 20px!important;
}

.p-entry__body .q_button a {
	color: #3F3419!important;
}


.q_button {
	background-color: #689b9e!important;
}



/*囲み枠*/

.lineboxｰxl {
	padding-top: 1.0em;
	padding-right: 1.7em;
	padding-left: 1.5em;
	padding-bottom: 1.2em;
    margin: 2em 0;
    background: #FFF;
border: solid 1px #444;/*線*/
}


/*囲み枠*/

.lineboxｰx {
	padding-top: 0.5em;
	padding-right: 1.7em;
	padding-left: 1.5em;
	padding-bottom: 1.2em;
     margin: 0em 0em 2.5em 0em;
    background: #FFF;
border: solid 1px #444;/*線*/
}


.lineboxｰxl img {
border-radius: 8px;
}


.linebox3 {
 padding: 1em 1.5em;
    margin: 1em 0;
border: 1px solid #aaa;
	border-radius: 5px;
}

.linebox3 p {
 font-size: 90%;
	margin-bottom: 0em;
}

.linebox3 h4 {
 font-size: 100%;
	line-height: 1.7;
}

.linebox3 td {
    border: 0px none;
    padding: 15px;
}

.face {
	width: 22%;
}

.name {
	width: 78%;
}

.circle {
      border-radius: 50%;
      width: 110px;
      height: 110px;
	padding-bottom: 0px;
	
    }

@media screen and (max-width: 767.98px) {
	
.linebox3{
 padding: 0.8em 0.8em!important;
    margin: 1em 0;
    background: #FFF;
border: solid 1px #444;/*ç·š*/
}		
	
	
.linebox3 th,td {
     /* display: block; */
	width: 100%;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.linebox3 h4 {
 margin-bottom: 0px;
	font-size: 110%;
}

.linebox3 p {
 font-size: 100% !important;
	margin-bottom: 1em !important;
}
	
.face {
	width: 100%;
}

.name {
	width: 100%;
}	
	
	
}


/* Contact Form7 */
.must {
	background: #05a800;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 20px;
	font-size: 16px;
	margin-bottom: 1em;
	padding: 1px 15px;
	letter-spacing: 0.1em;
}


/* Contact Form7 */

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}

/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 74%;
	background-color: #66342e;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
border: 2px solid #66342e;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
		font-family: 'Murecho', sans-serif;
font-weight: 400;
font-style: normal;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #66342e; 
}

@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}

.btn_contact7 input {
	width: 50%;
	background-color: #FFF;
	color: #66342e; 
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 2px solid #66342e;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
		font-family: 'Murecho', sans-serif;
font-weight: 500;
font-style: normal;
}
.btn_contact7 input:hover {
	background-color: #66342e;
	color: #FFF;
}
}











/* トップ・個人料金・対応地域 */

.well {
	text-align: center;
	max-width: 96%;
	margin-right: auto;
	margin-left: auto;
}

/* top キャッチコピー上下余白*/
.p-index-content01 {
    padding: 65px 0 !important;
}

.top-area {
    font-size: 2rem;
}


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


.p-cb__item-header h1{
font-family: 'Noto Serif JP', serif;
font-size: 15px;
	}




/* TABEL */


.p-entry__body td, .p-entry__body th {
    border: 1px solid #aaa;
}

table.cost {
width: 100%;
}

table.cost,cost th,cost td  {
	border-top-style: solid;
	border: 1px solid #aaa;
 border-collapse: collapse;
}
  
table.cost th {
	width: 30%;
padding-top: 13px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 20px;
	font-weight:  bold;
}

table.cost td {
		width: 70%;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


@media only screen and (max-width:767px){

table.cost {
	border-collapse: collapse;
	width: 100%;
}
	
table.cost,cost th,cost td  {
	border-top-style: none;
	border: none;
 border-collapse: collapse;
}
	
table.cost td, table.cost th {
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
table.cost th {
	width: 100%;
	font-weight:  bold;
}
table.cost td {
	width: 100%;
text-align: center;
}
	
.cost ul {
    display: inline-block;
}
.cost li {
    text-align: left;
}
	
table.cost td li {
list-style-position: outside;
}
	
}

/* Workflow */


.tcd-workflow tr td.lb_lower {
    border-top: solid 1px #aaa;
}

.workflow_flow h2{
 margin-bottom: 0.1em;
}

.workflow_flow_headline h2{
 margin-bottom: 0.2em;
}

 .workflow_flow h3{
 margin-bottom: 0.1em;
	 font-size: 110%;
}






.grecaptcha-badge { visibility: hidden; }

/* 黒角丸文字3文字以内 */



.kadom{
padding:3px 30px;
	display: inline-block;
    position: relative;
    overflow: hidden;
margin:0px 0px 0px;
    border:1px solid #111;
color:#111;
    border-radius: 5em;
    background-color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
	margin-bottom: 10px !important;
}



/*20250425↓  */

/*画像用*/
@media screen and (max-width: 767px){
  .p-header-slider{
    height: auto;
  }
  .p-header-slider__item-img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
	object-fit: contain;
  }
}
 
/*動画用*/
@media screen and (max-width: 767px){
  .p-header-video{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
	object-fit: contain;
  }
.p-index-content01 {
    padding: 30px 0 !important;
}
}


@media screen and (max-width: 767px) {
    .p-header-slider__item--2 .p-header-slider__item--1 .p-header-content__title {
        color: #ffffff;
        font-size: 18px !important;
    }
}



/* ヘッダーTEL */


@media screen and (min-width: 1200px){

.l-header__inner {
    height: 125px;
}
}



.l-header__logo {
    margin-right: 5px;
    margin-bottom: 0;
}

.l-header__desc {
 color: #111111;
 font-size: 13px !important;
}


.l-header__desc {
padding-left: 100px;
}

.l-header__desc {

	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 300px 35px;
}

.l-header__desc {
    flex: 1;
}


@media only screen and (max-width: 1199px){
.l-header {
    height: 85px;
}}


.p-index-content01__desc {
  font-size: 17px !important;
	line-height: 1.8 !important;
}





/* ボタン */

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
max-width: 240px;
padding: 10px 25px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ff8d3d;
}

a.btn--radius {
border-radius: 0.3rem;
}

/* ボタンホットペッパービューティー */

.btn--hot,
a.btn--hot {
  color: #fff;
  background-color: #ae2b5b;
max-width: 240px;
padding: 10px 25px;
}
.btn--hot:hover,
a.btn--hot:hover {
  color: #fff;
  background: #de6591;
}

a.btn--radius {
border-radius: 0.3rem;
}


/* ボタンLINE */


.btn--line,
a.btn--line {
  color: #fff;
  background-color: #06c755;
max-width: 240px;
padding: 10px 25px;
}
.btn--line:hover,
a.btn--line:hover {
  color: #fff;
  background: #81ea52;
}

a.btn--radius {
border-radius: 0.3rem;
}


.l-header__desc ul{
 display: flex;
}
.l-header__desc li{
  list-style: none;
  margin-right: 10px;
}


/* ヘッダーTEL */
.l-header__desc h3 {
   font-family: 'Noto Serif JP', serif;
		font-weight: 500;
font-style: normal;
font-size: 200%;
margin-bottom: 15px;
}

/* SP */

@media only screen and (max-width: 767px) {
    .l-inner {
        padding: 10px 15px 10px 15px;
        width: 100%;
    }
	.flame23 p {
    padding: 5px 5px;
    margin: 0;
}
	
    .style4a {
        margin: 5px 0 15px !important;
		font-size: 18px !important;
    }
	
	.p-entry__body h1 {
        font-size: 154%;
    }
}


/* Pc */

.style4a {
    margin: 0px 0 15px !important;
}


/* マーカー*/
.marker1 {
    background: linear-gradient(transparent 80%, #ffadad 80%);
	 font-weight: 500;
}


.feeplan h3 {
        font-size: 140%;
	line-height: 1.6em;
	margin-bottom: 16px;
    }


.arconix-faq-content {
    margin-left: 10px;
    padding: 20px 10px !important;
}

@media screen and (max-width: 767px) {
.arconix-faq-content {
padding: 15px 5px !important;
margin-left: 0px !important;
}
	

}

/*flow*/

ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none !important; 
	margin-left: 0.5em !important; 
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc!important;
}
.stepflow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #007FC0;
	background-color: #007FC0;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #007FC0;
	background-color: #007FC0;
}
.stepflow_label {
	padding: 0px 0px 8px 0px;
	margin-bottom:8px;
	color: #777;
	font-size: .8em;
	font-weight: 500;
}
.stepflow_title {
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom:15px;
	font-family: 'Noto Serif JP', serif;
  font-style: normal;
}
.stepflow_content {
	font-size: 1em;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #cccccc;
}

/*見出し*/

.style3a {
    margin: 5px 0 35px !important;
    padding: 1.2em .15em;
    font-size: 22px !important;
    border-top: 1px solid #666 !important;
    border-bottom: 1px solid #666 !important;
}

/*クラス　SPトップ空白*/
@media screen and (max-width: 767px) {
    .p-cover {
        margin-top: 0px;
    }
	.p-works-entry__title {
        font-weight: 500;
		font-family: 'Noto Serif JP', serif;
    }
	 .tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
                margin-bottom: 0px;
            }
}

.p-info__desc {
padding: 5px 35px !important;
}



.p-index003-font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.style3a {
border-top: 1px solid #666 !important;
border-bottom: 1px solid #666 !important;
}

.well2 {
border: 1px solid #aaa !important;
}
}

/*フッター*/

.p-info { 
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
.p-footer-widgets__item.widget_nav_menu
 {
        width: 100%;
    }
}