/*
Theme Name: kintetsushopwp
Description: 名張近鉄ガスWeb見積もり WP テーマ
*/

body {
  margin: 0;
  color: #333;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 2;
  background-color: #009761;
  overflow-x: hidden !important;
}

/* 基本設定---------------------------------- */

header, main {
  background-color: #fff;
}


main {
  padding-bottom: 1rem;
	border-top: 1px solid #dadfe3;
}

img {
	max-width: 100%;
	height: auto;
}

/* 幅の制限 */

@media (min-width:992px) {
  .container-fluid {
    max-width: 992px;
    margin: 0 auto;
  transform: rotate(0.03deg); 
  }
  .container-fluid .container-fluid {
    padding: 0 0;
  }
}

/* ロゴ */

.logo {
  margin: 1.5rem 0;
  width: 280px;
}

/* IE11 */

@media all and (-ms-high-contrast:none){
.logo {
  width: auto;
}
}

.logo02 {
  margin-bottom: 0.5rem;
  width: 280px;
}

/* マテリアルアイコン */

.material-icons {
  margin-right: 0.5rem;
  font-size: 1.3rem;
  vertical-align: text-bottom;
}

/* 全体で共通の項目-------------------------------- */

em {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
}

strong {
  color: #f00;
}

.back {
  margin: 2rem 0 1rem;
  padding: 0.8rem 2rem;
}

/* リストアイコン */

ul.icon_list {
  padding-left: 20px;
  list-style-position: inside;
  list-style-image: url("images/list_icon.gif");
}

/* ヘッダ */

.header_area {
  padding: 15px 0;
}

.site_name {
  font-size: 1rem;
  text-align: center;
}

.header_area .row {
  margin: 0;
}

.header_area .container-fluid {
  padding: 0 5px;
}

.header_area a button {
	margin-left: 5px;
}

.col-auto {
  padding: 0;
}

/* メインメニュー　タブ */

.main_menu_area {
  background-color: #efede9;
}

ul.main_menu {
  display: flex;
  margin: 0;
  padding: 0 5px;
  list-style-type: none;
}

.main_menu li {
  flex: 1 1 calc(33% - 2px);
  margin: 10px 1px 0 1px;
  text-align: center;
}

.main_menu a {
  display: block;
  padding: 0.3rem 0;
  font-size: 1.1rem;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #3366cc;
}
.main_menu a:hover {
  background-color: #6699ff !important;
  color: #fff !important;
}

/* IE11 */

@media all and (-ms-high-contrast:none){
  
ul.main_menu {
	overflow: hidden;
  margin: 0;
  padding: 0 5px;
  list-style-type: none;
}

.main_menu li {
	float: left;
	width: 33.2%;
  margin: 10px 1px 0 1px;
  text-align: center;
}
	
}

/* ヘッダーボタン */

.btn {
  border: none;
}

.btn-danger {
  background-color: #cc3333;
}
.btn-danger:hover {
  background-color: #ba2020;
}

.btn-secondary {
  background-color: #6699ff;
}
.btn-secondary:hover {
  background-color: #3366cc;
}

.btn-primary {
  background-color: #6699ff;
}
.btn-primary:hover {
  background-color: #3366cc;
}

/* パン屑リスト */

.breadcrumbs {
  background-color: #fff;
  border-radius: 6px;
	padding: 0.5rem 0;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li::after {
  content: '>';
  padding: 0 1rem;
}

.breadcrumbs li:last-child::after {
  display: none;
}

/*見出し*/

h1 {
  margin: 0;
  padding: 3rem 10px;
  text-align: center;
  font-size: 2.5rem;
  /*display: inline-block;*/
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
}

h2 {
  margin: 1rem 0 1.5rem 0;
  padding: 0.5rem 0;
  color: #390;
  font-size: 1.6rem;
  border-bottom: 3px solid #6c3;
}

h3 {
  margin: 1rem 0;
  padding: 0.5rem 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(#6c3,#390);
  border-radius: 4px;
}

/* フッター */

footer {
  color: #fff;
}

.footer_menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer a {
	color: #fff;
}

address {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.8;
}

.admin_name {
  font-weight: bold;
  font-size: 1rem;
}

.copyright {
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5)
}

/* リンク色 */

a:link {
  color: #0033cc;
  text-decoration: none;
}

a:visited {
  color: #5ba2e9;
}

a:hover {
  color: #f30;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:active {
  color: #03f;
}

/* リンク色（dark_link） */

.dark_link a:link {
  color: #fff;
  text-decoration: none;
}

.dark_link a:visited {
  color: #fff;
}

.dark_link a:hover {
  color: #fc0;
}

.dark_link a:active {
  color: #f30;
}

/* ボタンリストの上のバー */
.tit_bar {
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
}

/* ボタンリストの中のa */

.btn_list a:link,.top_card a:link {
  color: #fff;
  text-decoration: none;
}

.btn_list a:visited,.top_card a:visited {
  color: #fff;
}

.btn_list a:hover,.top_card a:hover {
  color: #fff;
}

.btn_list a:active,.top_card a:active {
  color: #03f;
}

/* メインメニューリンク色 */

.main_menu a:link {
  color: #fff;
  text-decoration: none;
}

.main_menu a:visited {
  color: #fff;
}

.main_menu a:hover {
  color: #fff;
  background-color: #39f;
}

.main_menu a:active {
  color: #fff;
  background-color: #f00;
}

/* アクティブのタブ */

.main_menu a.active {
  color: #333;
  background-color: #fff;
}

/* トップページのみ-------------------------------- */

/* カルーセル */

.carousel-caption {
  padding: 0;
  bottom: 0;
}

.carousel-caption h5 {
  margin: 0;
  transform: translateY(-50%)
}

/* ニュース */

.news dt {
  float: left;
  color: #999;
  font-size: 0.8rem;
}

.news dt, .news dd {
  margin: 0;
}

.news dt {
  padding-right: 1rem;
}

.news-tab {}

.nav-tabs.news-tab {
  border-bottom: 3px solid #3366cc;
}

.nav-tabs.news-tab .nav-item {
  margin-bottom: -1px;
}

.nav-tabs.news-tab .nav-link {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #c4eeff;
	color: #3366cc;
	padding: 10px 0;
}

.nav-tabs.news-tab .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e1f6ff #e1f6ff #e1f6ff;
  background-color: #e1f6ff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}


.nav-tabs.news-tab .nav-link.active,
.nav-tabs.news-tab .nav-item.show .nav-link {
  color: #fff;
  background-color: #3366cc;
  border-color: #3366cc #3366cc #3366cc;
}
.newslist.tab-content {
  border-right: 2px solid #3366cc;
  border-bottom: 2px solid #3366cc;
  border-left: 2px solid #3366cc;
	padding: 10px 20px;
}

/*バナーエリア*/

.banner {
  padding: 1rem 0;
  background-color: #e8e3d9;
}

.banner img {
  margin: 0.5rem 0;
  width: 100%;
}

.slick02 img {
  width: 234px;
}



/* カテゴリトップ---------------------------- */

.tit-bg {background: rgb(26,176,101);
background: linear-gradient(90deg, rgba(26,176,101,1) 0%, rgba(135,192,90,1) 100%);
}
.tit-bg h1 {
	color: #fff;
} 
.tit-bg img {
	margin: 0 10px;
	background-color: #fff;
	border-radius: 50%;
}
.tit-bg img.reform-logo {
	max-width: 590px;
	border-radius: 0;
	background-color: #fff8ec;
}
.tit-bg .catch {
	color: #fff;
}

.cat-list {
	background-color: #efede9;
	margin-bottom: -1rem;
}

.cat-btn {
	border: 2px solid #1ab065;
	color: #000;
	text-align: center;
	border-radius: 5px !important;
	padding: 1rem 0 !important;
}
.cat-btn img {
	width: 120px !important;
}
.cat-btn h4 {
	color: #000;
	display: block;
}
.cat-btn h4 .material-icons {
	margin-left: 5px;
	margin-right: 5px;
	color: #6699ff;
	font-size: 126%;
}
.cat-btn.cat-btn-kiki {
	border: 2px solid #cdcdcd !important;
}

/* ボタン関係-------------------------------- */

/* 共通のボタンの動き */

.card:hover, .top_card:hover {
  background-color: #e7f3fc;
}

.card, .top_card, .form_btn {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.card:hover, .top_card:hover, .form_btn:hover {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.top_card.card_sale:hover {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

/* トップページのボタン */

.service {
  margin: 15px 0;
  padding: 30px 0 0 0;
  background-color: #f1f1f1;
}

.top_card {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.top_card a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top_card .row {
  padding: 10px;
}

.top_card h4 {
  margin: 0;
  padding: 10px;
  font-size: 1.2rem;
}

.top_card img {
  width: 100%;
  padding: 10px 0;
}

.top_card ul {
  margin: 0;
  padding: 0;
}

@media (max-width:768px) {
  .top_card img {
    width: 80px;
  }
  .top_card ul {
    margin-left: 25px;
    padding: 0;
  }
}

.top_card ul {
  line-height: 1.5;
}

/* 中ページのボタン */

.mb_30 {
  margin-bottom: 30px;
}

.card.card-mitsumori {
  padding: 10px 10px 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	text-align: center;
}
.card.card-mitsumori:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.card.card-mitsumori img {
	width: 100%;
}

.card .row {
  margin: 0 -5px;
}

.card .col-lg-3, .card .col-lg-9, .card .col-md-3, .card .col-md-9 {
  padding: 0 5px;
}

img.bar {
  width: 100%;
  height: 40px;
}

.card-body {
  padding: 10px;
}

.card h4 {
  margin: 0;
  padding: 1rem 0;
  font-size: 1.2rem;
}

.card img {
  width: 100%;
  height: auto;
}

@media (max-width:768px) {
  .card img {
    width: 80px;
  }
  img.bar {
    width: 100%;
    height: auto;
  }
}

/* フォームボタン */

.btn_list {
  margin-bottom: 1rem;
}

.form_btn {
  margin: 5px 0;
  padding: 1rem;
  background-color: #5ba2e9;
  border-radius: 10px;
  z-index: 1;
}

.form_btn h4 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.form_btn img {
  width: 60px;
  height: 60xp;
  margin: 10px 0;
}

.form_btn:hover {
  background: #3366cc;
}

.catch {
  color: #f90;
  font-size: 1.4rem;
}

.kakomi {
  padding: 1rem;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
}

.kakomi_iro {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #ffffe1;
  border: 2px solid #9c3;
  border-radius: 6px;
}

/* テーブル　スクロール */

.scroll_table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

/* テーブル */

table {

  border-collapse: collapse;
  border: 2px solid #9c3;
}

th, td {
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #9c3;
}

th {
  white-space: nowrap;
  background-color: #ffc;
}


/* 28日追加（未使用？） */

.content_area {
  padding-bottom: 2rem;
  background-color: #fafaeb;  
  background-image: url("images/bg.gif");
  background-repeat: repeat-x;
}

.waku {
  padding: 1rem 2rem;  
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
}

@media (max-width:768px) {
  .content_area {
    padding-bottom: 2rem;
    background-color: #fff;
    background-image: none;
  }

  .waku {
    padding: 0;
    border: unset;
    border-radius: unset;
  }

  h2:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}

.hoan {
background: linear-gradient(90deg, rgba(26,176,101,1) 0%, rgba(135,192,90,1) 100%);
  padding: 1rem 0;
}

/* だん暖料金 */

.dandan-a,
.dandan-b {
	border: 2px solid #6aca3f;
	margin-bottom: 20px;
}
.dandan-a h2,
.dandan-b h2 {
	padding: 18px;
	margin-top: 0;
	background-color: #ddfebd;
	border-bottom: 2px solid #6aca3f;
}
.dandan-a em,
.dandan-b em {
	font-size: 100%;
}
.dandan-a h2 span,
.dandan-b h2 span {
	font-size: 86%;
}
.dandan-waku {
	padding: 0 18px;
}
.dandan-waku input#txt01 {
	width: 80%;
	margin:0 1%;
}
.dandan-waku input#txt02,
.dandan-waku input#txt05 {
	width: 66%;
	margin:0 1%;
}

.buttons {
	text-align: center;
}

/* 安心快適料金 */

.planarea {
	max-width: 700px;
	margin: 0 auto;
}
.planarea p {
	margin: 0;
}
.planarea img {
	max-width: 100%;
	height: auto;
}
.plan_detail {
	padding: 18px;
	border-right:2px solid #0066cc;
	border-bottom:2px solid #0066cc;
	border-left:2px solid #0066cc;
}
.plan_detail h2 {
	margin-top: 0;
}
.plan_detail input#txt01 {
	width: 85%;
	margin:0 1%;
}
.plan_detail input#txt02,
.plan_detail input#txt05 {
	width: 78%;
	margin:0 1%;
}
.plan_btn {
	margin: 20px 0 0 0;
}
.plan_btn:hover {
	cursor: pointer;
}

/*料理教室*/

.kakomi_ryouri {
	padding: 30px 30px 10px 30px;
	background-color: #fff3cb;
	border-color: #efd99d;
}

.kakomi_ryouri img {
	width: auto;
	max-width: 150px;
	max-height: 150px;
}
.kakomi_ryouri .card-text {
	color: #333;
}
.badge {
	font-size: 90%;
	position: relative;
	display: inline-block;
	color: #fff;
}
.badge-bosyuu {
	background-color: #ff6600;
}

.kakomi_ryouri .badge-bosyuu:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ff6600;
}
.badge-entyou {
	background-color: #669900;
}
.kakomi_ryouri .badge-entyou:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #669900;
}
.badge-syuuryou {
	background-color: #cab794;
}
.kakomi_ryouri .badge-syuuryou:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #cab794;
		}
.badge-akiari {
	background-color: #9966cc;
}
.kakomi_ryouri .badge-akiari:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #9966cc;
		}

.ryouri-tit {
	background-color: #fff3cb;
}
.ryouri-tit .row {
	border-top: 3px dashed #efd99d;
	border-bottom: 3px dashed #efd99d;
	margin: 0 10px;
	padding: 20px 0;
}

.ryouri-tit h1 {
	color: #330000;
	margin: 0;
}
.table-ryouri {
	border-color: #efd99d;
}
.table-ryouri th {
	background-color: #77462f;
	color: #fff;
	border-color: #efd99d;
}
.table-ryouri td {
	border-color: #efd99d;
}

/*WEB見積りアイコン*/

p.otoku-icon {
	background-color: #fef688;
	font-size: 80%;
	margin: 0 auto;
	color: #333;
	padding: 1px 10px 1px 25px;
	border-radius: 50px;
	display: block;
	width: 110px;
	line-height: 20px;
	background-image: url("images/mitsumori_link.png");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

p.otoku-icon-lg {
	background-color: #fef688;
	font-size: 120%;
	margin: 0 auto;
	color: #333;
	padding: 4px 10px 4px 25px;
	border-radius: 50px;
	display: block;
	width: 220px;
	line-height: 20px;
	background-image: url("images/mitsumori_link.png");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 8px 7px;
	margin-top: 20px;
}

@media (max-width:768px) {

p.otoku-icon-lg {
	background-color: #fef688;
	font-size: 100%;
	margin: 0 auto;
	color: #333;
	padding: 4px 10px 4px 25px;
	border-radius: 50px;
	display: block;
	width: 125px;
	line-height: 20px;
	background-image: url("images/mitsumori_link.png");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 8px 7px;
	margin-top: 20px;
}

}

/*WEB見積りアイコン*/

p.mitsumori-icon {
	background-color: #fef688;
	font-size: 80%;
	margin: 0 auto;
	color: #333;
	padding: 1px 10px 1px 28px;
	border-radius: 50px;
	display: block;
	width: 130px;
	line-height: 20px;
	background-image: url("images/mitsumori_link.png");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

/*内部ページ*/

.tokucho {
	margin: 20px 0 20px 0;
	padding: 0;
}

.tokucho_ao {
    padding: 0 10px;
    margin: 0 8px 8px 0;
    font-weight: bold;
    color: #0099ff;
     border: solid 2px #0099ff;
    border-radius: 7px;
	display: inline-block;
}

.tokucho_midori {
    padding: 0 10px;
    margin: 0 8px 8px 0;
    font-weight: bold;
    color: #3bc53b;
     border: solid 2px #3bc53b;
    border-radius: 7px;
	display: inline-block;
}

.tokucho_orange {
    padding: 0 10px;
    margin: 0 8px 8px 0;
    font-weight: bold;
    color: #ff6600;
     border: solid 2px #ff6600;
    border-radius: 7px;
	display: inline-block;
}


.mitsumori-area {
	overflow:hidden;
}

.mitsumori-col {
	margin: 0 15px 15px 0;
	padding:5px 0 0 0;
	float:left;
	width:340px;
	height:495px;
	text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.mitsumori-col02 {
	margin: 0 15px 15px 0;
	padding:5px 0 0 0;
	float:left;
	width:340px;
	height:595px;
	text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.mitsumori-col03 {
	margin: 0 15px 15px 0;
	padding:5px 0 0 0;
	float:left;
	width:340px;
	height:620px;
	text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.mitsumori-col04 {
	margin: 0 15px 15px 0;
	padding:5px 0 0 0;
	float:left;
	width:340px;
	height:360px;
	text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.mitsumori-logo {
	margin-bottom: 20px;
}


.mitsumori-logo-left {
	margin-left: 16px;
	width: 160px;
	float: left;
}

.mitsumori-logo-left02 {
	margin: 0 0 -20px 0;
	padding: 0;
	width: 185px;
	float: left;
}

.mitsumori-logo-left02 p {
	font-size:126%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
}

.mitsumori-logo-right02 {
	width: 75px;
	float: right;
}

.mitsumori-logo-right {
	width: 80px;
	float: left;
}

.mitsumori-photo {
	width: 300px;
	float: left;
	margin: 0 0 15px 0;
}

.mitsumori-photo02 {
	width: 100px;
	float: left;
	margin: 0 0 0 30px;
}

.mitsumori-photo03 {
	width: 300px;
	float: right;
	margin: 0 40px 15px 0;
}

.ichirankakaku {
	line-height: 2;
}

.tenban {
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 10px;
	background-color: #bdffbd;
	color:#000;
	text-decoration:none;
}


.point ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 30px;
}

.point li {
	background-image: url("images/point.png");
	background-repeat: no-repeat;
	background-position: left 10px;
	line-height: 2;
	padding-left: 28px;
	font-size:120%;
}


.tantou-left {
	float: left;
	width: 80%;
}

.tantou-comment {
	background-color:#f3f3d9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
}

.tantou-comment strong {
	color:#336633;
}

.tantou-comment p {
	margin: 0;
	padding: 0;
}

.tantou-illust {
	background-image:url("images/fukidashi.png");
	background-position:left 20%;
	background-repeat:no-repeat;
	background-size:50px;
	text-align:right;
	width: 20%;
	float: left;
}

.tantou-illust p {
	margin: 0;
	padding: 0;
}

.tantou-illust img {
	width: 70%;
}

.syousai {
	width:320px;
	overflow:hidden;
}
.syousai-left {
	width: 230px;
	float: left;
}

.namae {
	font-size:130%;
	font-weight: bold;
	float: left;
}

.syousai-right {
	width: 90px;
	float: left;
}

.syousai img {
	width: 100%;
}


.link-kakomi {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0;
	border:10px solid #ff9900;
	background-color:#fff;
	overflow:hidden;
}

.link-kakomi h3 {
	font-size:120%;
	margin: 0 0 20px 0;
	padding: 4px 20px 11px 20px;
	border: 0px solid #ff9900;
	background-color: #ff9900;
	color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-image: none;
	text-align: center;
	font-weight: normal;
}

.link-kakomi ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.link-kakomi ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size:120%;
}

.link-kakomi ul.retsu-3 li {
	width: 32%;
}

.link-kakomi ul.retsu-2 li {
	width: 49%;
}

/* 外部リンクのアイコン */

a.gaibu-link {
	padding-right: 15px;
	background: url("images/gaibu.png") right center/11px auto no-repeat;
}



.text_s {
	font-size: 76%;
}
.text_ll {
	font-size: 126%;
}

/* 個別の設定---------------------------------------------------------------- */




/* 

.midashi_area {
  background-color: #ccc;
}




.customer {
  background-color: #ccc;
}

.other a {
  display: block;
  margin: 0.2rem 0;
  padding: 1rem 0;
  background-color: #fff;
  border: 1px solid #ccc;
}





.naka_img {
  position: relative;
}

.naka_img p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}




.card_list {
  margin: 15px 0;
  padding: 30px 0 0 0 ;
  background-color: #d8f0ff;
}

.form_btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.form_btn:hover {

  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}



*/





/* 1129スマホ用調整追加 */





@media (max-width:768px) {

  /* 幅の制限 */

  .container-fluid {
    padding: 0 25px;
  }
  .container-fluid .container-fluid {
    padding: 0 0;
  }

/* メインメニュー　タブ */

.main_menu_area .container-fluid {
	padding: 0 5px;
}

 /* ヘッダ */

.header_area {
  padding: 0 0 15px 0;
}

/* ヘッダーボタン */

.header_area .btn {
  border: none;
  font-size:0.8rem;
  padding:5px;
}

/* メインメニュー　タブ */

  ul.main_menu {
    padding: 0;
  }
  .main_menu li {
    margin: 5px 1px 0 1px;
  }
  .main_menu a {
    font-size: 0.8rem;
  }
	

.breadcrumbs {
	font-size: 0.8rem;
}

h1 {
	font-size: 1.8rem;
  padding: 1rem 0;
	margin: 20px 15px;
}
h2 {
	font-size: 1.4rem;
  margin: 1rem 0 1.5rem 0 !important;
}
h3 {
	font-size: 1.1rem;
}
.tit-bg .catch {
	font-size: 1em;
	line-height: 1.5;
	padding: 0 0.5rem;
}
.tit-bg .catch br {
	display: none;
}
.tit-bg img {
	width: 60px;
}
.row.align-items-center.justify-content-center img {
	width: 60px !important;
}
.tit-bg .row.align-items-center.justify-content-center img.reform-logo {
	width: 260px !important;
	display: block;
	margin: 30px;
}
.catch {
	font-size: 1.2em;
}
.card.cat-btn {
  padding: 0.5rem 0 0 0 !important;
}
.card.cat-btn img {
	width: 80px !important;
}
.card h4 {
  margin: 0;
  padding: 0.4rem 0 0.5rem 0;
  font-size: 1rem;
}
.form_btn h4 {
  margin: 0;
  padding: 0.4rem 0 0.5rem 0;
  font-size: 1rem;
}
.footer_menu {
  padding: 0 0;
}
	.footer_menu .nav {
		text-align: center;
	}

	.footer_menu .nav li.nav-item {
		display: block !important;
		width: 100%;
	}
	.footer_menu .nav li.nav-item+li.nav-item {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

}

h2 {
  margin: 1rem 0 1.5rem 0 !important;
}

.link-kakomi ul.retsu-3 li {
	width: 100%;
}

.link-kakomi ul.retsu-2 li {
	width: 100%;
}

.tantou-left {
	margin-top: 40px;
	margin-left: 0;
	margin-right: 0;
	float: none;
	width: 100%;
}

.tantou-comment {
	background-color:#f3f3d9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
}

.tantou-comment strong {
	color:#336633;
}

#content .tantou-comment p {
	margin: 0;
	padding: 0;
}

.tantou-illust {
	background-image:url("images/fukidashi_sp.png");
	background-position: top;
	background-repeat:no-repeat;
	background-size:50px;
	text-align: center;
	width: 100%;
}

.tantou-illust p {
	margin: 0 auto;
	width: 50%;
	padding: 0;
}

.tantou-illust img {
	margin-top: 30px;
	width: 30%;
}


  }

	
@media (max-width:576px) {

.nav-tabs.news-tab .nav-link {
	padding: 5px 0;
	font-size: 90%;
}
.nav-tabs.news-tab .nav-link {
	line-height: 3;
}
.nav-tabs.news-tab .nav-link#release-tab {
	line-height: 1.5;
}

}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}

/* Blog */

#wp-calendar {
	margin:0;
	width: 100%;
	border: none;
}
#wp-calendar th {
	font-size: 75%;
}
#wp-calendar td {
	font-size: 75%;
}
#wp-calendar caption {
	color: #222;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
	caption-side: top;
}
#wp-calendar thead {
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	padding: 0;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tfoot tr {
	border: none;
}
#wp-calendar tfoot td {
	border: none;
}

/* Web見積り追加 20210407 */
.denki-nagare-kakomi {
	font-size:100%;
	padding:20px;
	background-color:#c8efff;
	overflow:hidden;
	margin-bottom:20px;
}

.denki-btn a {
	padding:10px 20px 0 20px;
	margin-top:20px;
	border-style: none;
	padding:5px 10px 5px 25px;
	background-color:#fff2b5;
	background-image:url("images/icon_yajirushi02.png");
	background-repeat:no-repeat;
	background-position:10px center;
	color:#ff6600;
	text-decoration:none;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
}

.denki-btn a:hover {
	color:#000;
}

.mitsumori-btn02 {
	text-align: centert;
	margin: 30px 0 0 0;
}

.mitsumori-btn02 a {
    border-style: none;
	padding: 10px 30px 10px 30px;
	background-color: #fc6621;
	background-repeat:no-repeat;
	background-position:10px center;
	color:#fff;
	text-decoration:none;
	text-align: right;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.mitsumori-btn02 a:hover {
	color:#000;
}

.mb-20 {
	margin-bottom: 20px !important;
}

@media (max-width:768px) {

table.hyou {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

}

/* プルダウンメニュー */
select {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
	width: 100%;
}

.idoudenwa {
	font-size:1.5rem;
}


/* 移動機器追加 20210726 */

.bangou03{
  background-color: #ff9900;
  border-radius: 50px;
  padding: 4px 12px;
  margin: auto 10px auto 0;
  text-align:center;
  font-size:1.3rem;
  color: #ffffff;
}

.point02 ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding-left: 10px;
}

.point02 li {
	font-size:1.3rem;
	margin-bottom: 10px;
}

/* === フッター用新規追加24_0405 ========== */

.footer_add_area .col-4,
.footer_add_area .col-8 {
	margin: 10px 0 5px 0;
}

.footer_add_name {
	font-weight: bold;
	font-size: 1rem;
	text-align: right;
}

@media (min-width: 768px) {
	.footer_add_area .col-md-1,
	.footer_add_area .col-md-5,
	.footer_add_area .col-md-2,
	.footer_add_area .col-md-4 {
		margin: 10px 0;
		padding: 0;
	}
	.footer_add_area .row {
  display: flex;
	}
	.footer_add_area .col-md-1 {
		flex: 0 1 70px;
		padding-left: 16px;
	}
	.footer_add_area .col-md-2 {
		flex: 0 1 120px;
		padding-left: 20px;
	}

	.footer_add_name {
		text-align: left;
	}

	.footer_add_area br {
		display: none;
	}
}