/*
Theme Name: habakiri-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:100%;
	font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
	padding: 0px;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------共通ベース事項----------------------------- */ 
.pconly{
display:none;
}
@media screen and (min-width: 767px) {
.pconly{
display:block;
}
}




/* -----------------テーマ標準を改変----------------------------- */ 

/* -----------------オフキャンバス（タブ以下のハンバーガーメニュー表示部分）------------------------- */ 
.off-canvas-nav--dark {
    background-color: #1E73BE;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #2f2f2f;
}
.off-canvas-nav--dark a {
    color: #FFF !important;
    padding: 10px 20px;
}
.off-canvas-nav--dark a:visited {
    color: #FFF;
    padding: 10px 20px;
}


/* -----------------フッター------------------------- */ 

.copyright{
	background-color: #1E73BE;
	color: #FFF;
	font-size: 12px;
	padding: 15px 0
}
.copyright a{color:#FFF}


.widget_nav_menu ul li {
    padding: 4px;
	font-size:1.6rem;
	margin-left:20px;
}

/* -----------------パンくず------------------------- */ 
.breadcrumbs {
    margin-bottom: 0px;
    font-size: 12px;
    color: #777;
}







/*PR専用のデザイン等ここからカスタマイズ*/



/* -----------------基本フォント--------------------------- */ 
h1 {
	font-size: 2.2rem;
	color: #F60;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1.entry__title{
	font-size: 2.4rem;
	color: #021679;
	font-weight: bold;
	margin: 10px 0 20px 0;
	padding: 8px 0 5px 0px;
}



h2 {
	margin:60px 0px 20px 0px;
	color: #1F58A7;
	font-size: 2.0rem;
	font-weight: bold;
  position: relative;
  padding: 0.25em 0;
}
h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #64BFFB, #1E73BE);
  background: linear-gradient(to right, #64BFFB, #1E73BE);
}
h3 {
    color: #ea580c;
    background-color: #fff7ed;
    font-size: 2.0rem;
    display: block;
    max-width: 600px;
    margin: 30px auto 10px auto;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}

h4 {
	position: relative;
	padding: 0.5em;
	color: #333;
	background-color: #FFFFCC;
	margin:40px 5% 26px 0px
}
 h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #c6c6c6;
}

@media (min-width: 600px) {
h1.entry__title{
	font-size: 3rem;
}
h2 {
	font-size: 2.4rem;
}
h3 {
    max-width: 96%;
}
h4 {
	position: relative;
	padding: 0.5em;
	color: #333;
	background-color: #FFFFCC;
	margin:40px 20% 26px 0px
}
}





/* ---------- */ 
a{
    color:#0033cc;
}
a:link {/*未訪問のリンク*/
    color:#0033cc;
}
a:visited {/*訪問後のリンク*/
    color:#0033cc;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    text-decoration:underline;
}
a:active {/*クリック中*/
    color:#0033cc;
}

/* -----------------フォント----------------------------- */ 
.text-red-bold {font-size: 2.5em;	font-weight: bold;	color: #ff0000;	line-height:100%;}
.redbold {font-size: 1.0em;	font-weight: bold;	color: #ff0000;}
.text-red-bold2 {font-size: 1.5em;	font-weight: bold;	color: #ff0000;	line-height:100%}
.text-red{font-size: 100%; color: #ff0000;	line-height:100%}
.text-win-bold {font-size: 100%; font-weight: bold;	color: #990000}
.text-win{font-size: 100%; color: #CC0000;	line-height:100%}
.text-white-bold {font-weight: bold;color: #FFFFFF;	font-size: 110%;margin-bottom: 0px; padding-bottom: 0px;}
.text-white{font-size: 100%; color: #FFFFFF;	line-height:120%}
.text-navy-bold {font-size: 100%; font-weight: bold;	color: #006699; line-height:110%}
.text-navy{font-size: 100%;	color: #006699; line-height:120%}





/*---------- フッター誘導 ----------*/
.f_item{
	background-color: #31ABF8;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	margin:0px auto 20px auto;
	border-radius:5px;
}
.f_item a{
	display: block;
	background-color: #fff;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #D6D6D6;
	border-radius:5px;
	text-align:center;
	margin-top:10px;
}
.f_item a:hover{
	background-color: #FFC;
	color: #F60;
}

.f_order{
	background-color: #33CC66;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	margin:0px auto 20px auto;
	border-radius:5px;
}
.f_order a{
	display: block;
	background-color: #fff;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #D6D6D6;
	border-radius:5px;
	text-align:center;
	margin-top:10px;
}
.f_order a:hover{
	background-color: #FFC;
	color: #F60;
}

.f_contact{
	background-color: #FC9D00;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	margin:0px auto 20px auto;
	border-radius:5px;
}
.f_contact a{
	display: block;
	background-color: #fff;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #D6D6D6;
	border-radius:5px;
	text-align:center;
	margin-top:10px;
}
.f_contact a:hover{
	background-color: #FFC;
	color: #F60;
}


/*----------  ページトップへのボタン ----------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 80px;
    font-size: 80%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
	background-color: #FC9D00;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #FF6666;
}



/* -----------------トップページ------------------------- */ 
.visual{
	margin-bottom: 10px;
	text-align:center;
}


.tophead{
	padding:0px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.topfoot{
	padding:0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

/* -------ポイント部分------ */ 
.pointbox .title{
	padding:0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.pointbox .com{
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
}

/*---------- 最新情報 ----------*/
#news {
	border:solid 1px #ccc;
	text-align:left;
	margin-top: 0px;
	padding:20px;
}
#news li {
	list-style:none;
	margin-left:-30px;
}
#news li.glay {
	background-color:#F3F3F1;
}
#news a {
	text-decoration:none;
	display:block;
	padding:7px 0px 0px 20px;
}

.com2{
	padding:10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #FFCCFF;
}

/*---------- 制作実績 ----------*/
.works{
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.worksbox{
	float: left;
	width: 300px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* -----------------プラン紹介・料金----------------------------- */ 
.planbox{
	margin-left: 20px;
	margin-bottom: 20px;
}


.maintable{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-collapse:collapse;
	border:	#A6BDD7 solid 1px;
}
.maintable th{
	background-color: #F2F2F2;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A6BDD7;
	border-right-color: #A6BDD7;
	border-left-color: #A6BDD7;
	color: #666666;
}
.maintable td{
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A6BDD7;
	border-right-color: #A6BDD7;
	border-left-color: #A6BDD7;
}

.maintable .tdcolor{
	background-color: #EEF9FF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A6BDD7;
	border-right-color: #A6BDD7;
	border-left-color: #A6BDD7;
}


.plantitle{
	font-size: 1.8rem;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	background-color: #FFFFD9;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}


/* ---見本部分------- */ 
.mihonbox{
	margin-top:20px;
	padding-left:0px;
	overflow:hidden;
}

.mihonboxin .title{
	background-color: #FFFFCC;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2F6FD9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F6FD9;
}
.mihonbox .kakudai{
	font-size: 0.7em;
}
.mihonboxin{
	width:90%;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
	clear:both;
	overflow:hidden;
}
@media only screen and (min-width: 769px) {
.mihonboxin{
	width:48%;
	padding-right:5px;
	margin-left:0%;
	margin-right:1%;
	margin-bottom:20px;
	float:left;
	clear:none;
	overflow:hidden;
}	
}



/*-------------------会社概要-------------------------*/
.gaiyoutable{
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-left:10px;
	border-collapse: separate;
    border-spacing: 0px 8px;
}
.gaiyoutable th{
	color: #003399;
	background-color: #F2F2F2;
	padding: 5px;
	border-bottom:dotted 2px #D6D6D6;
	display: block;
}
.gaiyoutable td{
	padding: 5px;
	border-bottom:dotted 2px #D6D6D6;
	display: block;
}
@media screen and (min-width: 767px) {

.gaiyoutable{
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-left:20px;
	border-collapse: separate;
    border-spacing: 0px 8px;
}
.gaiyoutable th{
	display:table-cell;

}
.gaiyoutable td{
	display:table-cell;
}
}

/*-------------------プライバシーポリシー-------------------------*/
.policytable{
	line-height: 1.5em;
	margin-left:20px;
	margin-bottom: 20px;
	border-collapse: separate;
    border-spacing: 0px 8px;
}
.policytable th{
	color: #003399;
	background-color: #F2F2F2;
	padding: 10px;
	text-align: left;
	border-bottom:dotted 2px #D6D6D6;
}
.policytable td{
	paddingt: 10px;
	border-bottom:dotted 2px #D6D6D6;
}
.policytable ol{
	list-style-position: inside;
	padding-left: 20px;
}
.policytable ul{
	padding-left: 30px;
}

/*-------------------個人情報枠-------------------------*/
.policywaku{
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #E9EEFC;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B8CBF6;
	border-right-color: #92AEF1;
	border-bottom-color: #92AEF1;
	border-left-color: #B8CBF6;
	padding: 5px;
	margin-bottom: 20px;
}
.policytitle{
	font-size: 1.8rem;
	color: #003399;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92AEF1;
}

/*-------------------流れ-------------------------*/
.flowbox{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 100px;
	padding-bottom: 50px;
	background-image: url(../../../../images/image/flow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow:hidden;
}
.flowbox img{
	float: right;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 20px;
}

.flowbox2{
	overflow:hidden;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.flowbox2 img{
	float: right;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 20px;
}

/* ----------アバウト-格安ホームページマメ知識------ */ 
.aboutbox{
	padding:0px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow:hidden;
}
.aboutcom{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}


.redtitle{
	height: 30px;
	font-weight: bold;
	padding-top:3px;
	color: #FFFFFF;
	background-image: url(../../../../images/image/about_red.jpg);
	background-repeat: repeat-x;
	text-indent: 10px;
	font-size: 1.8rem;
	margin-top: 10px;
}
.bluetitle{
	height: 30px;
	font-weight: bold;
	padding-top:3px;
	color: #FFFFFF;
	background-image: url(../../../../images/image/about_blue.jpg);
	background-repeat: repeat-x;
	text-indent: 10px;
	font-size: 1.8rem;
	margin-top: 10px;
}


.orangetitle{
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #F60;
	font-size: 2.0rem;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	background-image:none !important;
}
.redimg{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B40000;
}

.blueimg{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0033CC;
}

@media screen and (min-width: 767px) {
.aboutcom{
	margin-left: 200px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.orangetitle{
	height: 32px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	color: #F60;
	font-size: 3.0rem;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
}
.redimg{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B40000;
}

.blueimg{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0033CC;
}
}

/* -----------------Q&A------------------------------------- */ 
.qabox *, .qabox *:after, .qabox *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
}
.qabox dl {
	margin: 0;
}
.qabox dt {
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0.2em 0.5em 0.5em 2em;
	color:#0B63C7;
	font-size: 1.8rem;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	background-color: #EEFFFF;
}
.qabox dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
.qabox dt::before,.qabox dd::before{
	font-size: 1.5em;
}
.qabox dt::before {
	margin: 0.3em 0.5em 0 -1.3em;
	padding: 0.2em 0.4em;
	content: 'Ｑ';
	border-radius: 0.2em;
	background: #FFF;
	color: #1D94C3;
}
.qabox dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'Ａ';
	border-radius: 0.2em;
	background: #FF6747;
	color: #ffffff;
}

/*---更新料金部分-----------*/
.faqtable{
	width:90%;
	margin-left: 10px;
	margin-bottom:20px;
}
.faqtable th{
	padding: 10px;
	display: block;
	white-space: nowrap;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8E8F8F;
}
.faqtable td{
	padding: 10px 0 10px 20px;
	margin-bottom:10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8E8F8F;
}


@media only screen and (min-width: 768px) {
.faqtable{
	width:90%;
	margin-left: 20px;
}
.faqtable th{
	display:table-cell;
}
.faqtable td{
	display:table-cell;
}
}



/* -----------------コンタクトフォーム用　https://sitemiru.com/2015/08/18/wordpress-contactform7-responsive/　------------------------- */ 
/*--フォームレスポンシブ-----------*/
.wpcf7-form{
	margin-left:20px;
}
.form-width { max-width: 100%;}

.messagebox{
	margin:20px;
}
/* プレースホルダー*/
/* 入力時消去 */
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
    transition: .1s;
}
/*  Chrome・Safari用 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    transition: .1s;
}
/*  Firefox18以前用 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
    transition: .1s;
}
/*  Firefox19以上用 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    transition: .1s;
}

/* 色変更 */
/* Chrome */
::-webkit-input-placeholder {
  color: #AAA;
}

/* Firefox */
::-moz-placeholder {
  color: #AAA;
}

/* IE */
:-ms-input-placeholder {
  color: #AAA;
}


/* -----------------テンプレート詳細 content-itemlist.php------------------------- */ 
.pagedesigntitle{
	font-size: 2.0rem;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin: 50px 0px 10px 0px;
	background-color: #1E73BE;
}

.orderbotton{
		font-size: 1em;
		margin:0 auto;
		text-align:center;
}

/* ---------- */ 
.backbtnbox{
	clear:both;
}
.backbtn{
	font-size: 1.4rem;
	padding: 2px 2px 2px 4px;
	border: 1px solid #FF6600;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	margin: 50px auto 5px;
	width: 200px;
	text-align: center;
}
.backbtn a{
	color: #00F;
}
.backbtn a:hover{
	display: block;
	color: #F66;
}
.backbtn a:visited{
	color: #00F;
}


/* -----------------　一覧表示画面 content-ichiran.php------------------------- */ 
.listbox{
	width:44%;
	margin:20px 2%;
	float:left;
}
.listthumnail{
	text-align:center;
}

@media screen and (min-width: 767px) {
.listbox{
	width:23%;
	margin:20px 5%;
	float:left;
}
.listthumnail{
	text-align:center;
}
}


.listtitle a{
	font-size:2.0rem;
	color:#999;
	text-decoration:none;
	margin:10px;
}
.listtitle a:hover{
	color:#999;
	text-decoration:underline;
}
.listtitle a:visited{
	font-size:2.0rem;
	color:#999;
	text-decoration:none;
	margin:10px;
}


.detailbtn{
	background-color: #ea7835;
	font-size: 1em;
	padding: 2px 2px 2px 2px;
	border: 1px solid #FF6600;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin-right: 20px;
	margin-left:5px;
	margin-top:2px;
	text-align: center;
}
.detailbtn a{
	color: #FFF;
}
.detailbtn a:hover{
	display:block;
	background-color: #ea9260;
	color: #FFF;
}
.detailbtn a:visited{
	color: #FFF;
}


/* -----------------　デザイン一覧表示画面での検索フォーム archive-itemlist.php------------------------- */ 
.tempsearch{
	margin-bottom:30px;
}

.tempsearch li{
	margin:0px 20px 20px 0px;
	
}




input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #ea7835;
border:1px #ea7835 solid;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #fff;
border:1px #ea7835 solid;
color:#ea7835;
}

*:first-child+html input[type="submit"]{padding:3px;}

    
    








/* -----------------　格安ホームページ制作の料金相場と選び方（比較ガイド）ページ用------------------------- */ 

.knowledge{
}
@media (min-width: 600px) {
.knowledge{
	max-width:900px;
	margin:0 auto;
}
}


.knowledge h2{
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 60px;
    color: #F60;
    font-size: 2.4rem;
    background-image: none !important;
}
.knowledge h3 {
	color: #1E59A7;
	font-size: 1.6rem;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 3px 0px 3px 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1E59A7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1E59A7;	
	font-weight: normal;
}


.knowledge h4 {
	position: relative;
	padding: 0.5em;
	color: #333;
	background-color: #FFFFCC;
	margin:40px 5% 26px 0px
}

.knowledge  h4::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #c6c6c6;
}
@media (min-width: 600px) {
.knowledge h2{
    margin-top: 60px;
    font-size: 3rem;
}
.knowledge h3 {
	font-size: 2.0rem;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.knowledge h4 {
	position: relative;
	padding: 0.5em;
	color: #333;
	background-color: #FFFFCC;
	margin:40px 20% 26px 0px
}
}
















 /* CTA部分 */
.cta-box {
  border: 1px solid #fcd34d;
  border-left: 6px solid #f97316;
  padding: 20px 24px;
  margin: 32px 0;
  border-radius: 12px;
  background: #fff7ed;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.cta-box h4 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ea580c;
}

.cta-box p {
  margin: 0 0 16px;
  line-height: 1.8;
  color: #374151;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.btn2 {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  border: 2px solid #f97316;
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.btn-primary {
  background: #f97316;
  color: #fff !important;
}
.btn-primary:hover {
  background: #fff;
  color: #f97316 !important;
  border:1px solid #f97316;
}
.btn-outline {
  background: #fff;
  color: #f97316;
}
.btn-outline:hover {
  background: #f97316;
  color: #fff;
  border:1px solid #fff;
}
.cta-muted {
  font-size: 0.9rem;
  color: #6b7280;
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
.btn2 {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
.btn2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
}

/* デスクトップ向けの調整 */
@media (min-width: 600px) {
  .cta-actions {
    flex-direction: row;
    justify-content: center;
    gap: 70px; /* ← PC時に広げる */
  }
.btn2 {
    width: auto;
    min-width: 180px;
  }
}



/* チェックリストのデザイン */
/* 表全体のデザイン */
  .checklist-table {
	width:330px;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 14px;
  }
@media (min-width: 600px) {
  .checklist-table {
	width:400px;
    margin: 20px auto 20px 20px;
}
}


  .checklist-table th {
    background-color: #f4f4f4; /* ヘッダー背景色 */
    padding: 10px 4px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 12px;
  }

  .checklist-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }

  /* 質問列だけ左寄せ */
  .checklist-table td.question {
    text-align: left;
  }

  /* ラジオボタンを中央に配置 */
  .checklist-table input[type="radio"] {
    display: inline-block;
    margin: 0 auto;
  }

  /* 「はい」が選ばれたセルの背景を変える */
  .yes-cell:has(input[type="radio"]:checked) {
    background-color: #d9f2d9; /* 薄いグリーン */
  }

  







/* 比較表のデザイン */
/* 表全体のデザイン */
.hikakuteble {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.hikakuteble th,
.hikakuteble td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
}
@media (min-width: 600px) {
.hikakuteble th,
.hikakuteble td {
  padding: 8px;
}
}
.hikakuteble thead {
  background-color: #f5f5f5;
}

.hikakuteble th {
  font-weight: bold;
	text-align:center;

}


/* ページ下部のCTAボタン */
.cta_btn a{
  padding: 20px 5px !important;
}


