/*
Template:neve
Theme Name:neve_child
*/

.content-area {
	margin-left: 5%;
	margin-right: 5%;
}
.container-inner {
	width: 90%;
}
.page .container {
	margin-left: 5%;
	margin-right: 5%;
}
.page .container {
	margin-top: 0px;
	max-width: -webkit-fill-available;
}


.strong {
	font-weight: bold;
}

.clear{clear:both}


/* ヘッダー系 */
/* ------------------------------------------------------------ */
.nav>li>a {
	font-size: 15px;
}
#site-desscription {
	font-size: 15px !important;
}

.entry-content {
	margin: 30px 0;
}

/* タイトルロゴ表示拡大 */
@media only screen and (min-width: 769px) {
	.site-title a img {
		max-height: 100%;
		padding: 10px 0px;
	}
}

/* スライダータイトル */
.feature_meta-inner h2 {
	font-size:5em;
	line-height:0.95em;
	font-weight:bold;
	text-shadow: 
		0.04em 0.02em 0 #B0BEC5, 
		0.08em 0.05em 0 rgba(255, 255, 255, 0.6);
}
/* ------------------------------------------------------------ */


/* アイコン */
.icon-mail:before{content:"\e901";font-size:24px;position:absolute;top:3px}
.icon-call:before{content:"\e902";font-size:24px;position:absolute;top:3px}
.icon-map-marker3:before{content:"\e943";font-size:24px;position:absolute;top:3px}
/* ------------------------------------------------------------ */

/* タイトル飾り */
.subheading {
    font-size: 18px;
}
/* ------------------------------------------------------------ */


/* 文字を丸の中へ */
.head_test-point {
	background-color: #FFCC42;	/* 背景色指定 */
	border-radius:  50%;		/* 丸くする */
	padding:  5px;				/* 余白指定 */
	font-size: 30px;			/* 文字サイズ指定 */
	color: #fff;				/* 文字色指定 */
	margin-right: 5px;			/* 周りの余白指定 */
}

.btn-box {
	float: left;
	width: 32%;
	margin: 5px;
	
}
@media (max-width: 768px) {
	.btn-box {
		width: 100%;
		margin: 5px;
	}
}
.btn-org {
	display: block;
	background: #ff931f;
	border: none;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 0.8em 1.0em;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
}
.btn-org:hover{
	opacity: 0.7;
	background: #ff931f;
}

.btn-blue {
	display: block;
	background: #1e73be;
	border: none;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 0.8em 1.0em;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
}
.btn-blue:hover{
	opacity: 0.7;
}

.btn-mail {
	font-size: 20px;
	font-weight: 500;
	padding-left: 30px;
	background: url(img/icon-mail.png) no-repeat left center;
}


/* ------------------------------------------------------------ */
/* グリッドウィジェットの上下に余白 ここから */
#grid-widgets {
	margin: 3% 0;
}
/* グリッドウィジェットの上下に余白 ここまで */


/* グリッドブロックのタイトル文字設定 ここから */
/*
.palla .widget-meta h2 {font-family: sans-serif;}
.glidbloc h2 {
	text-shadow: 0px 4px 5px #000;
}
*/

.glidbloc h2:first-letter {		/* 1文字目の装飾 */
	font-size: 1.5em;
/*	color: #FF0000;		*/
}
.glidbloc h2 {
	position:relative;
	margin:0 -1px;
/*	font:bold 30px/1.6 Arial, Helvetica, sans-serif;	*/
	padding: 15px 0;
	text-align:center;
	background:#f9f3ea;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
/*	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),
				30px 0 0 0 #f0e800,
				-30px 0 0 0 #f0e800;
*/
}
.subtitle {
	position:relative;
	margin:-1px -1px;
	padding-bottom: 5px;
	text-align:center;
	background:#f9f3ea;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
}

/* グリッドブロックのタイトル文字設定 ここまで */
/* ------------------------------------------------------------ */


/* リスト表示 ここから */
/* ------------------------------------------------------------ */
.entry li {
	margin-left: 25px;
}
.list-square {
	list-style-type: square;
}
.list-decimal {
	list-style-type: decimal;
}
/* ------------------------------------------------------------ */



/* ContentViwes ここから 
------------------------------------------------------------ */
.pt-cv-content-item {
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 5px #F9F3EA;
}
/* ------------------------------------------------------------ */



/* 共通タイトル ここから 
------------------------------------------------------------ */
.post-title {
	position: relative;
	padding: 10px 0 10px 60px;
	border-bottom: 3px solid #000;
}

.post-title:before,
.post-title:after{
	content: "■";
	position: absolute;
	font-size: 130%;
}

.post-title:before 
,h2.sub-title:before {
	left: 10px;
	top: 5px;
}

.post-title:after 
,h2.sub-title:after {
	left: 15px;
	top: 10px;
	color: #0d91e9;
}
h2.sub-title {
	position: relative;
	background-color:  #000000;
	padding: 10px 0 10px 50px;	/* 余白指定 */
	font-weight: unset;
	color: #ffffff;
}

h2.sub-title:before,
h2.sub-title:after{
	content: "□";
	position: absolute;
	font-size: 120%;
}

.title-border {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.title-border:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #0d91e9;
}

.news-title {
	text-align: center;
}

/*
.news-title:first-letter {
	font-size: 2em;
	color: #ff831e;
}
*/
/* お知らせをセンタリング */
#pt-cv-view-3d82d97cs7 {
	text-align: center;
}

/* タイトル色違いサンプル（会社概要ページ） */
h2.company-sub:before {
	left: 10px;
	top: 5px;
}
h2.company-sub:after {
	left: 15px;
	top: 10px;
	color: #ff931f;
}
h2.company-sub {
	position: relative;
	background-color:  #0A72B7;
	padding: 10px 0 10px 50px;	/* 余白指定 */
	font-weight: unset;
	color: #ffffff;
}

h2.company-sub:before,
h2.company-sub:after{
	content: "□";
	position: absolute;
	font-size: 120%;
}

/* ------------------------------------------------------------ */


/* デジタルサイネージページ ここから 
------------------------------------------------------------ */
.waku1 {
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 5px #F9F3EA;
	padding: 20px;
	margin-bottom: 30px;
}
.bold-color-orange {
	font-weight: bold;
	color: #ff831e;
	margin-bottom: 0.5em;
}
.bold-color-ttl {
	font-weight: bold;
	font-size: 28px;
	color: #ff831e;
	margin-bottom: 0.5em;
}
/* ------------------------------------------------------------ */


/* 横並び */
/* ------------------------------------------------------------ */
.flex-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-container > .flex-item2 {
	width: calc(50% - 10px);
	margin: 5px;
}
.flex-container > .flex-item3 {
	width: calc(33% - 10px);
	margin: 5px;
}
@media (max-width: 768px) {
	.flex-container > .flex-item2 {
		width: calc(100% - 10px);
		margin: 5px;
	}
	.flex-container > .flex-item3 {
		width: calc(100% - 10px);
		margin: 5px;
	}
}
/* ------------------------------------------------------------ */


/* お問い合わせ用 str 
------------------------------------------------------------ */
.btn-contact {
	color: #fff;
	background-color: #8c7459;
	border-color: #8c7459;
}
.btn-waku {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.5px;
	border-radius: 6px;
}
.bt-contact-subTxt {
	font-size: 14px;

}

.tel-num {
    font-size: 32px;
    font-weight: 500;
    padding-left: 30px;
	background: url(http://cosmo-hs.co.jp/wp-cosmo/wp-content/uploads/2020/09/icon-tel24h.png) no-repeat left center;
}

.your-year
, .your-month
, .your-day {
	width: 20%!important;
	display: inline-block!important;
	padding: 0px 5px!important;
}

input[type=text]
,input[type=password]
,input[type=email]
,select
,textarea
,input[type=tel] {
	background:#ffffff !important;
	border:1px dotted rgba(158,158,158,1.00);
	width:100%;
}

input {
    display: block !important;
}

form label {
    display: block;
}
/* お問い合わせ用 end
------------------------------------------------------------ */



.moredetails {
	font-size: 16px;
}
.flex {display: flex;}



/* ボタン横並び start */
/* ------------------------------------------------------------ */
.btn-columns {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	gap: 1rem;
}

@media(max-width:900px){
/* スマホの時は横並びを解除 */
.btn-columns {
	grid-auto-flow: row;
}


/* スマホの時は横並びを解除 */
.sp100 {
	width: 100%!important;
}

}

/* ボタン横並び end */
/* ------------------------------------------------------------ */





/* Contact Form7 str
------------------------------------------------------------ */
.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: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}
.wpcf7-not-valid-tip {
	top: auto;
}

.ajax-loader {
	display: none!important;
}

.wpcf7-response-output {
    font-size: 20px;
}


/* Contact Form7 end
------------------------------------------------------------ */


/* business-calendar str
------------------------------------------------------------ */
table#isp-business-calendar {
	color: #909090;
}
/* business-calendar end
------------------------------------------------------------ */

/* 蛍光ペン str
------------------------------------------------------------ */
.marker-P-blue {
	background: linear-gradient(transparent 60%, #9eceff 0%);
}
/* 蛍光ペン end
------------------------------------------------------------ */

/* Contact Form7カスタマイズ str
------------------------------------------------------------ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
	text-align:left;
	font-size:14px;
	color:#444;
	padding:1em 0.5em;
	width:0;
	background:#efefef;
	border:solid 1px #d7d7d7;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: #d7d7d7 !important;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
	font-size:13px;
	border:solid 1px #d7d7d7;
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}

.entry table tr.alt {
	background: transparent;
}
.entry table th {
	border-top: 1px solid #d7d7d7;
	padding: 10px 5px;
}
.entry table td, .entry table th {
	text-align: unset;
	border-bottom: 1px solid #d7d7d7;
}
.entry table td {
	text-align:left;
}
.wpcf7-response-output {
	text-align: center;
}
/* Contact Form7カスタマイズ end
------------------------------------------------------------ */

.fa-phone:before {
    content: "";
	display: inline-block;
	background-image: url('http://acs-1980k.com/test-cosmo/wp-content/uploads/2025/12/受話器のアイコン.png');
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: contain;
}
