@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */

/* ------------------------------
　　header
------------------------------ */
/* header最上部の説明文 */
.originalTop{
  font-size: 12px;
  padding:5px 0px 5px 0px;
  margin-bottom:0px;
	background-color: #05718e;
	text-align: center;
	color:#fff;
}

  @media screen and (min-width: 768px) and (max-width: 1024px){
    .originalTop{
      padding-top:48px;
    } }


}
/* ロゴマーク・PC表示の場合 */
@media (min-width:1024px){
  .header-logo{
    width:70%;
}}
/* ロゴマーク・タブレット表示の場合 */
@media screen and (min-width: 768px) and (max-width: 1024px){
.heade-logo{
  width:50%;
  margin-top:0px;
  padding-top: 0px;
}}
/* サイトネームの色*/
.site-name-text{
  color:#05718e;
}
/* サイトネームタブレット以上の文字サイズ */
@media (min-width: 767px){
  .site-name-text{
    font-size: 30px;
  }}
/* サイトネーム・タブレットの文字サイズ */
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .site-name-text{
      font-size: 1em;
    }}
/* ロゴマークのサイズ */
    .site-logo {
    width: 100px;
}
/* タブレット以上のロゴマークのサイズ */
@media (min-width: 768px){
.site-logo {
    width: 100px;
}}
/* スマホのロゴマークのサイズ */
@media screen and (max-width: 480px){
  .site-logo {
      width: 40px;
  }}
	p.site-name{
		margin-top:0px;
	}
.originalSubTitle{
	margin-top:1.5em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#ff8c00;
	font-weight: normal;
	font-size: 18px;
}

  /* header右側 ・PC以上*/
@media (min-width: 1024px){
.originalHeader{
  display: table-cell;
  width:30%;
  vertical-align: bottom;
}}
  /* header右側 ・タブレット*/
@media screen and (min-width: 768px) and (max-width: 1024px){
.originalHeader{
  display: table-cell;
  width:50%;
  vertical-align: middle;
  margin-top:0px;
  padding-top: 0px;
}}
  /* header右側 ・電話番号*/
.originalHeaderTel a,.originalHeaderTel{
  font-size:24px;
  color:#0068b8;
  font-weight: bold;
}
/* header右側 ・本社名*/
.originalHeaderCompany{
font-size:20px;
font-weight: bolder;
}
.banner-header-ul{
	margin-bottom: 0px;
}

  /* header右側 ・メール問合せ*/

.originalHeaderMail a,.originalHeaderMail{
  font-size:1.1em;
  color:#fff;
  font-weight: bolder;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .originalHeaderTel a,.originalHeaderTel{
   font-size:20px;
  }}

.originalHeaderAddress{
  padding-top: 0px;
  margin-top: 5px;
  padding-left:10px;
    font-size: 1.5em;
}
.header-fb-icon{
	text-align: right;
	margin-top:10px;
}
/* ページタイトルフォントの縁の色*/
.main-slider-main-copy,.main-slider-side-copy,.page-title-wrapper{
	text-shadow: 2px  2px 2px #05718e,
						2px  2px 2px #05718e,
						 2px  2px 2px #05718e,
						2px  2px 2px #05718e;
}


/* グローバルナビ*/
@media (min-width: 1024px) {
  .header-nav {
     display: block;
     width: 100%;
     margin:0 auto;
     padding: 5 5 5px;
     background: linear-gradient(#f8f8f8, #ffffff);
    }
  .navbar>ul {
       width: 100%;
     }
 /* グローバルナビ9個の場合・10個の場合は9%*/
.navbar>ul>li {
  width:10.2%;
  margin-left: 0px;
}
.navbar>ul>li>a {
margin: 0px;
padding: 0.5em 0;
border-right: 1px solid #fff;
color:#333;
}
 .navbar>ul>li:first-child a {
   border-left: 1px solid #fff;
  }
  .navbar>ul>li>ul {
  margin-left: 0;
}
.navbar li.stay a{
  border-bottom:3px solid #fff;
  color:#333;
}
.navbar li:hover a{
  border-bottom:3px solid #fff;
  color:#333;
}}
 /* 子カテゴリナビ*/
@media (min-width: 1024px){
.navbar li li {

    background: #f8f8ff;
    border-top: 1px solid #fff;
}}
.navbar li li a:hover {
	color: #333;
	border: 0;
	background: #add8e6;
}
/* ページのタイトルフィルタ*/
.page-title-filter {
background: rgba(0,0,0,0);
}
.topIndex a,.topIndex a:visited,.topIndex a:active,.topIndex a:hover{
  text-decoration: none;
}

.topIndexText1{
	font-weight: bold;
	color:#4169e1;
	font-size: 12px;
}
@media (min-width: 1024px){
	.topIndexText1{
		font-weight: bold;
		color:#4169e1;
		font-size: 18px;
	}}


/* 緊急連絡先バナー*/
.emergencyArea{
	border:6px solid #dcdcdc;
	background-color: #fff;
	max-width: 300px;
}
h2.emergencyTitle{
font-size: 26px;
text-align: center;
margin-bottom:0px;
}
.emergencyTime{
	font-weight: bolder;
	color:#4169e1;
	text-align: center;
	font-size: 22px;
	margin:0px;
	padding:0px;
}
p.emergencyText{
	margin-top:0px;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	font-size: 15px;
}
.emergencyTel{
	font-weight: bolder;
	color:#dc143c;
	text-align: center;
	font-size: 26px;
	margin-top:0px;
	padding-top:0px;
}
@media (max-width: 1023px){
.emergencyTel{
  	font-size: 20px;
} }

/* 引っ越し手続きバナー*/
.hikosiArea{
	position: relative;/* エリア全体をリンク設定するため*/
	border:3px solid #dcdcdc;
	background-color: #fff;
	max-width: 300px;
	background-image: url("../images/img_hikosi.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* エリア全体をリンク設定するため*/
.hikosiArea a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
h2.hikosiTitle{
font-size: 26px;
text-align: center;
margin-bottom:0px;
	color:#4169e1;
-webkit-margin-before: 0.5em;
}
@media (max-width: 1023px){
h2.hikosiTitle{
font-size: 20px;
}}
.hikosiArea img{
	float: left;
}
p.hikosiText{
	margin-top:0px;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
		font-size: 15px;
}
/* 集中監視システムバナー*/
.managementArea{
	position: relative;/* エリア全体をリンク設定するため*/
	border:3px solid #dcdcdc;
	background-color: #fff;
	max-width: 300px;
	background-image: url("../images/img_management.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* エリア全体をリンク設定するため*/
.managementArea a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
h2.managementTitle{
font-size: 22px;
text-align: center;
margin-bottom:0px;
	color:#4169e1;
-webkit-margin-before: 0.5em;
}
.management img{
	float: left;
}
p.managementText{
	margin-top:0px;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
		font-size: 15px;
}
/* 災害時発電機バナー*/
.disasterArea{
	position: relative;/* エリア全体をリンク設定するため*/
	border:3px solid #dcdcdc;
	background-color: #fff;
	max-width: 300px;
	background-image: url("../images/img_management.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* エリア全体をリンク設定するため*/
.disasterArea a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
h2.disasterTitle{
font-size: 22px;
text-align: center;
margin-bottom:0px;
	color:#4169e1;
-webkit-margin-before: 0.5em;
}
.disaster img{
	float: left;
}
p.disasterText{
	margin-top:0px;
	margin-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
		font-size: 15px;
}

.topMessage {
margin-bottom:20px;
}
.topMessageCom{
	color:#1e90ff;
}
.topMessageImage {
    display: block;
    white-space: nowrap;
    vertical-align: top;
		float:right;
}
.topMessageText {
    display: block;
    vertical-align: top;
	font-size: 18px;
float:left;
}
.topMessagePoint{
	font-weight: bold;
	font-size:20px;

}

.original h1{
	font-size: 38px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.original h2{
	color:#1e90ff;
		font-size: 36px;
		margin-top: 0px;
		margin-bottom:0px;
		font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

}
@media (max-width: 480px) {
	.original h1{
	font-size: 28px;
	}
.topTitleSub{
	font-size: 20px;
}
}
.topReform{
	margin-bottom:20px;
}
.acms-admin-img-caption{
    margin-right: -10px;
		font-size:16px;
		font-weight: bolder;
		    padding: 5px 5px 12px;
}
@media (max-width: 480px){
	.acms-admin-img-caption{
	    margin-right: 0px;
}}
.suggest-tel {
    color: #0068b8;
}
.company-about,.company-name,.company-detail,.company-detail a{
	color:#05718e;
}

.company-about2,.company-name2,.company-detail2,.company-detail2 a{
	color:#05718e;
}

.company-about3,.company-name3,.company-detail3,.company-detail3 a{
	color:#05718e;
}

.company-about4,.company-name4,.company-detail4,.company-detail4 a{
	color:#05718e;
}

.company-about5,.company-name5,.company-detail5,.company-detail5 a{
	color:#05718e;
}

.company-title{
	color:#05718e;
}

.company-title{
	    margin: 0 0 15px;
    font-size: 20px;
    font-style: normal;
}

.company-about2{
	margin-top: 0;
}

.line{
	display:flex;
}

.gp1,.gp2{
	align-items: flex-start;
	margin-right: 30px;
}

.company-detail2,.company-detail3,.company-detail4,.company-detail5{
	    margin: 0 0 5px;
    padding: 0;
}

.company-about2,.company-about3,.company-about4,.company-about5{
	font-style: normal;
}

.foot-wrapper{
	background-color: transparent;
	background-image: url("../images/img_footer.gif");
	background-repeat: repeat-x;
	background-position:bottom;
}

.footer-nav-title{
color: #05718e;
}
.footer-nav-list a {
    color: #05718e;
}
.copyright {
    color: #05718e;
}
.company-name{
	font-weight: bolder;
}
.company-title{
	font-weight: bolder;
}
/*pager.html前後のエントリーへの移動ボタン*/
.serial-nav {
  font-size: 18px;
}

/*見出し*/
h2.module-heading {
	position: relative;
	padding: .5em .75em;
	background-color: #f6f6f6;
}
h2.module-heading::before,
h2.module-heading::after {
	position: absolute;
	bottom: 8px;
	z-index: -1;
	content: '';
	width: 30%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}
h2.module-heading::before {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	left: .3em;
}
h2.module-heading::after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}
.module-header {
border-style: none;;
}

a.module-index-link {
    right: 10px;
}
.entry-column h2{
	position: relative;
	padding: .5em 1em .5em 1.5em;
	border: 1px solid #ccc;
	color:#333;
	font-size: 26px;
}
.entry-column h2::after{
	position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 6px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #3498db;
		border-radius: 4px;
}

.entry-column h3 {
    font-size: 26px;
    color: #1e90ff;
    background: #fff;
		font-weight: normal;
		border-bottom:2px solid #f5f5f5;
}
.entry-column h4{
	background-color: #f1f5fe;
	border-radius: 10px;
	padding:5px 15px;
	font-size: 18px;
}


/*top.html 3つの安心Start*/
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
	font-size: 20px;
}

.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}

.list10{
	counter-reset:li;
}

.list10 li{
	position:relative;
	display: block;
	padding:5px 0px 5px 30px;
	margin-left:0px !important;
}

li.list10-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 36px;
	color:#1e90ff;
	font-family: "Times New Roman" ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ 明朝" , "MS PMincho" , serif;
}
/*top.html 3つの安心End*/

/* ------------------------------
　　unit オリジナルリスト
------------------------------ */
.unitList
,.unitList li{
	padding:0px;
	margin:0px;
}

.unitList li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
				font-size: 18px !important;
}

.listCheck li{
	position:relative;
}

.listCheck li:after{
	display: block;
content: '';
position: absolute;
top: .5em;
left: -1em;
width: 10px;
height: 5px;
border-left: 2px solid #dc143c;
border-bottom: 2px solid #dc143c;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* ------------------------------
　　unit・定義リストオリジナル
------------------------------ */
dl.green-table dt {
  color: #cc0000;
  text-decoration: underline;
}



/* ------------------------------
　　unit
------------------------------ */
/*LPガス発電機合計数値*/
.hatsuden td{
text-align: center;
}
.totalFont{
	font-weight: bolder;
	font-size: 24px;
}
.leasePlice{
	font-weight: bolder;
	font-size: 26px;
	color:#dc143c;
}
em{
	font-weight: bolder;
}
strong{
	color:#dc143c;
}
/* ------------------------------
　　entryのTable
------------------------------ */
.entry-column th,.entry-column td{
  border:1px solid #e9effc;
}
.entry-column th{
background-color: #f1f5fe;

font-weight: normal;
}
@media screen and (min-width: 768px){
.entry-column td{
background-color: #fff;
}}

/* ページ下部　consulエリア*/
.consul{
  border:2px solid #0000cd;
  background-color: #ffffe0;
  border-radius: 5px;
  margin:10px;
	}
@media screen and (min-width: 1024px){
	.consul{
	  border:2px solid #05718e;
	  background-color: #ffffe0;
	  border-radius: 5px;
	  margin:40px;
	}}
.consul p{
  margin:0px;
  padding:5px;
 line-height:2em;
}
@media screen and (min-width: 1024px){
	.consul p{
	  margin:0px;
	  padding:0px;
	 text-align: center;
	       line-height:2em;
}}
.consul h3{
  border-style: none;
  background-color: #05718e;
  color:#fff;
  font-size: 20px;
  text-align: center;
 font-weight: bolder;
 margin:0px;
 padding:5px;
}
.consul p.tel{
  font-weight: bolder;
  color:#000;
     font-size: 30px;
     line-height:1em;
}
.consul .suggestBtn{
  padding-top:20px;
  padding-bottom:20px;

}
.consul .suggestBtn a,.consul .suggestBtn{
  color:#fff;
  text-decoration: none;
}
/* ページ下部　consulエリアEND*/

/* ------------------------------
　　よくある質問
------------------------------ */
p.faq-q,
p.faq-a{
     text-indent: -2.6em;
     padding: 0 20px 0px 50px;
}

p.faq-q{
     margin:0px;
		 font-weight: bold;
		 color:#0F78E1;
}

p.faq-q:first-letter,
p.faq-a:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:5px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}
p.faq-a{
     margin: 0px;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}
p.faq-q:first-letter{
     color: #0F78E1;
}
p.faq-a:first-letter{
     color: #ff6767;
}
/* ------------------------------
　　よくある質問-END
------------------------------ */

/* ------------------------------
　　施工事例 before/afuterラベル
------------------------------ */
.entry-column p.before{
	position: relative;
	color: #333333;
	text-shadow: 0 0 2px white;
	background: #e0f3ff;
	z-index: -4;
	border-radius: 0 10px 10px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:2px;
}
.entry-column p.before:before {
	content: "";
	position: absolute;
	background: #9de5ff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	}

	.entry-column p.after{
		position: relative;
		color: #333333;
		text-shadow: 0 0 2px white;
		background: #fff3b8;
		z-index: -4;
		border-radius: 0 10px 10px;
		font-size: 22px;
		font-weight: 900;
			letter-spacing:4px;
	}
	.entry-column p.after:before {
		content: "";
		position: absolute;
		background: #ffdc00;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		top: 50%;
		/* border: dashed 1px white; */
		left: -15px;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1;
		}

		/* ------------------------------
		　　リフォーム・選ばれる理由タイトル
		------------------------------ */
	.choosing01 h3,.choosing02 h3,.choosing03 h3{
		color:#fff;
				font-size: 24px;
			text-align: center;
			font-weight: bolder;
					padding:10px;
					margin-bottom:0px;
					border-radius: 10px 10px 0 0;
		}
		.choosing01 h3{
				background-color: #0a93ce;
			}
			.choosing02 h3{
					background-color: #f8a721;
				}
				.choosing03 h3{
						background-color: #9ccc08;
					}

	.choosing01 p,.choosing02 p,.choosing03 p{
		font-size: 18px;
		margin-top:0px;
		padding:5px 15px;
		background-color: #f3f3f3;
							border-radius: 0 0 10px 10px;
	}

.br:before{
  	content: "\A" ;
  	white-space: pre ;
  }
	/* ------------------------------
	　　リフォーム・選ばれる理由タイトル・END
	------------------------------ */
		/* ------------------------------
		　　エントリータイトル
		------------------------------ */
		h1.entry-title{
			position: relative;
			line-height: 1.4;
			padding:0.25em 1em;
			display: inline-block;
		}
h1.entry-title:before,h1.entry-title:after{
	content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}
h1.entry-title:after{
	border-right: solid 1px #ff5722;
   border-bottom: solid 1px #ff5722;
   bottom:0;
   right: 0;
 }
h1.entry-title:before{
	border-left: solid 1px #ff5722;
 border-top: solid 1px #ff5722;
 top:0;
 left: 0;
}
.acms-page-header {
    border-bottom: none;
}
/* ------------------------------
　　お問合せ
------------------------------ */
.acms-admin-panel {
    border: 1px solid #e6f2ff;
}
.acms-admin-panel-header {
    border-bottom: 1px solid #e6f2ff;
    background-color: #e6f2ff;
}
.acms-admin-panel-body+.acms-admin-panel-header {
    border-top: 1px solid #e6f2ff;
}
p.contact24hours{
	font-weight: bold;
	font-size: 20px;
	color:#cc0000;

	margin-top:0px;
}
p.contactTel{
	font-weight: bold;
	font-size: 24px;
	color: #0068b8;

			margin-top:0px;
}
p.contactComent{
	font-size: 18px;

			margin-top:0px;
}
/* ------------------------------
Entry_List (entry_list) エントリーリスト（サイド用）
＜左端に三角リストアイコン設置＞
------------------------------ */
.acms-list-group-item {
	text-indent: -1em;
	    margin-left: 0.5em;
}
.acms-list-group-item::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 0px;
    border: transparent solid 5px;
    border-left-color: #05718e;
    vertical-align: 0px;
}
/* ------------------------------
banner　ピックアップリスト
------------------------------ */
.pickup-title {
font-weight: bold;
padding:0px 3px 0px 5px;
margin-top:5px;
margin-bottom:3px;
}
@media (min-width: 1024px){
.pickup-list li{
  border:1px solid #e5e5e5;
  margin-bottom:10px;
  border-radius: 3px;
}}
@media (min-width: 1024px){
.pickup-list img{
  margin: auto;
}}
/* ------------------------------
エントリー・最後部電話番号入力エリア用
------------------------------ */
p.tel-area{
  padding:20px 10px;
  color:#fff;
  font-size: 2em;
  text-align: center;
  background-color:#0d98d8;
  margin-left:30px;
  margin-right:30px;
}
@media (max-width: 480px){
p.tel-area{
  text-align: left;
  padding:5px;
  font-size: 20px;
  margin-left:10px;
  margin-right:10px;
} }
p.tel-area a:link,p.tel-area a:visited,p.tel-area a:hover,p.tel-area a:active{
	color:#fff;
	text-decoration: none;
}

/* ------------------------------
スマホ-header
------------------------------ */
.site-header {
    border-top: 4px solid #05718e;
    border-bottom: 1px solid #05718e;
    background: #05718e;
}
.nav-menu-action-item,.nav-menu-action-item a {
    color: #fff;
    font-size: 28px;
}
.nav-menu-btn-text {
    font-size: 16px;
    color: #fff;
}
.acms-icon-sort{
  color:#fff;
}
@media (max-width: 1023px){
.js-acms-offcanvas-active .offcanvas-bar {
    background: #05718e;
}}
@media (max-width: 1023px){
.offcanvas-nav li.stay {
    background: #339999;
}}
@media (max-width: 1023px){
.offcanvas-bar .module-header {
    color: #666;
}}
/* ------------------------------
会社概要エントリーのみのpager部分
------------------------------ */
.companyPager,.companyPager a{
  margin:10px;
  font-size: 16px;
  text-align: right;
  text-decoration: none!important;
}

/* ------------------------------
PCの場合は電話リンクを無効にする
------------------------------ */
@media screen and (min-width: 768px){
  a[href^="tel:"] {
    pointer-events: none; /* リンクイベントを無効化 */
    color: inherit;       /* 親のテキストカラーを使用 */
    text-decoration: none;/* アンダーラインを消す */
  }}

  .formCheckList{
  display: list-item;
  list-style: none;
  }
/*ユニット・吹き出し*/
p.balloon {
  position: relative;
  padding: 8px 15px;
  margin-left: 40px;
  background: #def3ff;
  border-radius: 20px;
  font-size: 1.4em;
  font-weight: bold;
  margin-block-end: 0.5em;
}
p.balloon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #def3ff;
}
p.balloon::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #def3ff;
}
/*テキストユニット・チェック*/
p.text-check {
  position: relative;
  line-height: 1.5;
  padding: 1em;
  margin: 50px 30px;
   border: solid 2px #2196F3;;
  border-radius: 0 5px 5px 5px;
}

p.text-check::after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 10px 7px 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}

/*リストユニット・赤色チェック*/
ul.check {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  font-weight: bold;
}
ul.check li {
  line-height: 1.5;
  padding: 0.5em 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}
ul.check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #910002; /*アイコン色*/
}
/*ユニット・grayベースに緑の縁*/
p.ribbon-01 {
  position: relative;
  margin-top: 2em;
  padding: .5em 0.2em;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 2em;
  	font-weight: bold;
  	color:#05718e;
}
p.ribbon-01 a,p.ribbon-01 a:link,p.ribbon-01 a:hover,p.ribbon-01 a:visited,p.ribbon-01 a:active{
 	color:#05718e;
 	text-decoration: none;	
}
@media screen and (max-width: 480px){
p.ribbon-01{
	font-size: 1.6em;
}}
p.ribbon-01::before,
p.ribbon-01::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
p.ribbon-01::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #05718e;
}
p.ribbon-01::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #05718e;
}

/*ユニット・grayベースに緑の縁・h2用
カテゴリー：fair2022の秋の特選品フェアの商品ページの見出しに仕様*/
h2.ribbon-01 {
  position: relative;
  margin-top: 2em;
  padding: .5em 0.2em;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 2em;
  	font-weight: bold;
  	color:#05718e;
}
h2.ribbon-01 a,h2.ribbon-01 a:link,h2.ribbon-01 a:hover,h2.ribbon-01 a:visited,h2.ribbon-01 a:active{
 	color:#05718e;
 	text-decoration: none;	
}
@media screen and (max-width: 480px){
h2.ribbon-01{
	font-size: 1.6em;
}}
h2.ribbon-01::before,
h2.ribbon-01::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
h2.ribbon-01::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #05718e;
}
h2.ribbon-01::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #05718e;
}


/*ユニット・深緑のフォントセンター*/
p.ribbon-02 {
	margin-top: 2em;
  padding-bottom: .2em;
  border-bottom: 1px solid #ccc;
  color:#05718e;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 480px){
p.ribbon-02{
	font-size: 1.4em
}}
/*お問い合わせフォームの上部の電話番号欄*/
.acms-admin-thumbnail {
    display: table;
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
}
/*entry_summary*/
@media screen and (max-width: 767px){
.summary-default-entry-image-wrap img {
    width: 100px;
    height: auto;
}}
p.summary-title{
	font-weight: bolder;
	font-size: 1.4em;	
}
/*秋の特選品フェアのentry_summaryの見出し*/
.fair-item-title{
	font-weight: bolder;
	font-size: 2em;
}
.entry-column p.entry-btn-border{
	text-align: right;
}
.entry-column p.entry-btn-border a:hover, .entry-column p.entry-btn-border a:visited {
    color: #0d98d8;
    text-decoration: none;
}
.entry-column p.entry-btn-border a {
    background: #fff;
    font-weight: 700;
    color: #0d98d8;
    line-height: 1.5;
    border: solid 2px #0d98d8;
    display: inline-block;
    padding: 8px 5px;
    border-radius: 3px;
}
dl.left-border{
	overflow: hidden; 
}
dl.left-border dt{
	font-size: 1.2em;
	color:#0d98d8;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 15px 0 0;
	}
dl.left-border dd{
	border-bottom: 1px dotted #999;
	padding: 0 0 5px 0px;
	}

	/*秋フェア用ナビ*/
	@media (min-width: 1024px){
.fair .navbar>ul {
    float: right;
    list-style: none;
    padding: 10px 0px;
  }}

  @media (min-width: 1024px){
.fair .navbar li {
    float: left;
    position: relative;
    margin: 10px 10px;
    vertical-align: middle;
    text-align: center;
		}}

	.summaryTitle{
				font-weight: 700;	
				font-size: 1.2em;
	}
.entry-column p.summary-detail {
font-weight: 700;
font-size: 1.2em;
}

/* エントリー内ボタン（オレンジ） */
.entry-column p.entry-btn-attention a {
    padding: 10px 20px;
}
/* エントリー内ボタン（灰色）⇒緑系 */

.entry-column p.entry-btn a {
	background: #05718e;
	padding: 10px 20px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
	background: #878787;
}
/*本文（大・センタリング・下余白なし)*/
p.wide-center-nopadding{
	padding-bottom: 0px;
	margin-block-end: 0em;
}
/*本文（大・センタリング)・本文（大・センタリング・下余白なし)*/
p.wide-center,p.wide-center-nopadding{
	font-size: 1.4em;
	text-align: center;
}
@media screen and (max-width: 480px){
p.wide-center,p.wide-center-nopadding{
	text-align: left;
}	}



/*目次用見出しリンクボタン*/
ul.index-btn{
    list-style: none;
 
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
ul.index-btn li{
 margin: 4px;
}

ul.index-btn li:before {
    background: none;
}
ul.index-btn li a {
  display: block;
  width: 250px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 1s;
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  /*色替え部分*/
  color: #E0E0E0;
  border-left: 5px solid #0D47A1;
}

ul.index-btn li a:hover {
  /*色替え部分*/
  color: #1E88E5;
  border-left: 5px solid #1E88E5;
}
