/*  */ /* Theme Name : あなたの街の便利屋さん */ :root { --main_color:#3bb475; --background: #fffde3; --sab_color:#f67081; --text_color:#212121;
  --btn_color:#ffb95c;
}/*-----------------------------------
テーマ用CSS設定　
-----------------------------------*/
/* 全体 */
html,body,h1,h2,h3,h4,p,a,dl,ul,table {font-family: 'TsukuARdGothic-Regular','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO',sans-serif;font-size: 18px;}
body p { line-height: 1.9;}
.center {text-align: center; margin-inline: auto;}
.left {text-align: left;}
.right{text-align: right;}
.clearfix {display: block;}
#main { margin: 50px auto 0;}
ul, ol {list-style: none;}
section { display: block;}
strong {color: var(--main_color); font-weight: bold;}
.pg12 {padding: 12px;}
.mg20 {margin: 20px;}
.mg30 {margin: 30px;}
.mg40 {margin: 40px;}
.mg50 {margin: 50px;}
.mg60 {margin: 60px;}
.mg-top60 { margin-top: 60px;}
.mg-under60 { margin-bottom: 60px;}
/* 色指定 */
.red {color: red;}
.blue {color: blue;}
.widthMax {
    margin: 0 calc(50% - 50vw);
}
/* メインのボタン */
.btn,
a.btn,
button.btn {
  background: var(--btn_color);
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-transition: all 0.3s;
  vertical-align: middle;
}
.main_btn {
  width: 300px;
  margin: 2em auto 0;
  display: block!important;
}
.main_btn::after {
  content: "▶︎";
  text-align: right;
  padding-right: 5px;
  position: absolute;
  right: 10px;
}
.main_btn:hover {
  background: var(--sab_color);
}
.main_btn:hover:after{
  padding-right: 0;
}
/* LINEボタン */
a.btn-line{
  background: var(--main_color);
}
/* 背景色 */
.main_bg{
background: var(--background);
color:  var(--text_color);
padding: 4em 1em;
text-align: center;
}
/* 蛍光ペン風マーカー加工 */
.keikou {
background: linear-gradient(transparent 65%, #ffff66 50%);
border-radius:15px;
}
/* 見出しｈ１ */
h1.style1a {
  font-size: 2em;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em;
}
/* 見出しｈ２ */
h2.style2a {
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: var(--main_color);
  font-weight: bold;
}

h2.style2a span {
  font-size: 1rem;
  display: block;
  margin-bottom: .5em;
}

h2.style2a:before {
  position: absolute;
  bottom: -100px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: var(--main_color);
  margin-bottom: 2em;
}
h2.style2b {
  background: #dfefff;
  font-size: 2em;
  font-weight: bold;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin: 2em auto;
}
/* 見出しｈ３ */
h3.style3a {
  position: relative;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--main_color);
  width: 400px;
  margin-inline: auto;
}

h3.style3a::before,
h3.style3a::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}

h3.style3a::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}

h3.style3a::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
h3.style3b {
  position: relative;
  color: white;
  background: #2db9d5;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  font-size: 1.3em;
  margin: 1.5em auto;
}

h3.style3b::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

h3.style3c {
  position: relative;
	padding-left: 1.7em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
	font-size: 1.6em;/*サイズ*/
	font-weight: bold;
}

h3.style3c::before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.6em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -7px;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

/* 見出しｈ4 */
h4.style4a {
  color: var(--text_color);
  font-size: 1.2em;
  margin-top: -1em;
  margin-bottom: 2em;
  font-weight: bold;
  text-align: center;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media(max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  .btn, a.btn, button.btn { font-size: 1rem;}
  h2.style2a {
    font-size: 1.8em;
    padding: 0.5rem;
  }
  h2.style2a:before {
    bottom: -89px;
  }
	h2.style2b {
   font-size: 1.5em;
	}
  h3.style3a {
    font-size: 1.3rem;
    width: 100%;
  }
}

/*---------- ヘッダースタイル ----------*/

header.header-wrap {
	width: 100%;
}
header.header-wrap .header-inner {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
}
.header-wrap .tel_txt a {
  color: var(--main_color);
  font-size: 2em;
  position: absolute;
  width: 260px;
  font-weight: bold;
}
.header-wrap .tel_txt::after {
  position: relative;
  display: inline-block;
  content: "２４時間365日いつでも対応！";
  padding-top: 0.6rem;
  padding-left: 3.3em;
  width: 260px;
  color: var(--main_color);
}
.header-wrap .tel_txt .fa-phone {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:  var(--main_color);
  color: white;
  text-align:center;
  line-height: 40px;
  font-size: .7em;
}
.header-wrap .header_btn .btn {
  padding: 0.4em .7em;
  font-size: 1.4em;
  margin-top: 8px;
}
.header-wrap .header_btn .btn:hover {
  background: var(--sab_color) ;
}
.header-wrap .header-inner {
    padding: 24px 39px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrap .logo {
  width: 320px;
	padding-top: 10px;
}
.header-wrap .logo img {
  width: 320px;
}

.header-wrap .header-contact {
  display:flex;
  flex-wrap:wrap;
  width: 640px;
}
.header-contact p {
	font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.header_tel {
  width: 300px;
}
.header_btn {
  width: 160px;
}

/* メニュー　CSS */

nav {
  background: var(--background);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#menu-header ul.menu {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
#menu-header .menu > li{
  padding: 1.2em 0;
  position: relative;
  margin: 0;
  width: calc(100% / 7);
}
#menu-header .menu > li > a {
  display: block;
  color: var(--text_color);
  font-weight: bold;
  text-align: center;
}
#menu-header .menu > li:hover {
  background: #ec95a0ba;
}
#menu-header .menu > li:hover > a{
  color: #fff;
  display: block;
  opacity: 1;
}
.sub-menu {
  opacity: 0;/* ポイント！！ */
  pointer-events: none;/* ポイント！！ */
  position: absolute;
  top: 100%;/* ポイント！！ */
  left: 0;
  background: #f2f2f2;
  width: 130%;
  padding: 5px;
  z-index: 6;
}
.sub-menu li {
  border-bottom: 1px solid #ccc;
}
.sub-menu li:last-child {
  border-width: 0;
}
.sub-menu li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text_color);
  font-weight: bold;
}
#menu-header .menu li:hover a {
  transition: .5s;
}
#menu-header .menu li:hover .sub-menu{
  opacity: 1;
  pointer-events: auto;
  transition: .5s;
}
.sub-menu > li > a:hover {
  background: #ec95a0ba;
  color: white;
}

.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
}

.list_table > dt {
    background-color: #2db9d5;
    color: #fff;
}

.list_table > dd {
    background-color: #fff;
}

@media (min-width:768px){
  /* PCサイトでは、スマホ用ドロップダウンメニュー非表示 */
  #spnavi { display: none; }
  #dorp_menu_hidden { display: none!important; }
  .list_table {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #ddd;
  }
  .list_table > dt,
  .list_table > dd {
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-top: 1px solid #ddd;
  }
  .list_table > dt {
      width: 20%;
  }
  .list_table > dd {
      width: 80%;
      border-right: 1px solid #ddd;
  }
}

@media (min-width: 900px) and (max-width: 1140px){
  #menu-header ul.menu { max-width: 890px; }
}
.tb { display: none !important; }
/* タブレット用CSS　width:900px以下 */
@media (max-width: 900px){
  #menu-header .menu > li > a { font-size: 15px; }
  .sub-menu { width: 100%;}
  .header-wrap .logo { width: 15%;}
  .header-wrap .header-contact { width: 85%; }
  .header_tel { width: 48%;}
  .header_btn { width: 23%; }
  .header-contact  > div { margin-inline: 1%; }
  .tb { display: block !important; }
}
/* モバイル用CSS　width:768px以下 */

@media (max-width:768px) {
  header.header-wrap {
    display: block;
    min-width: 300px;
    width: 100%;
    margin: 5px auto;
		height: auto;
  }
  .header-wrap .header-inner {
    padding: 5px;
    display: block;
}
.header-wrap .logo { width: 98%;padding-right: 5px;max-width: 320px;margin: auto;}
  .header-wrap .header-contact { width: 265px;margin: auto; }
  .header_tel { width: 98%;}
  p.off_txt {padding: 1px;line-height: 0;margin: 0;font-size: 14px;width: 100%;}
  .header-wrap .tel_txt::after { padding-top: 0.2rem;}
  .header-wrap .tel_txt a {font-size: 1.7em;}
  .header_btn { width: 48%; }
  .header-wrap .header_btn .btn { font-size: 1em;}
  .header-wrap .header_btn .btn { padding: 0.4em 0.7em;}
  .tb { display: none!important; }
  /* ハンバーガーメニュー */
  #spnavi {
    height: 40px;
    background: var(--background);
    margin: 0;
  }
  @keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  #overlay-button {
    position: absolute;
    right: 41%;
    padding: 9px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
    display : block;
  }
  #overlay-button span {
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
  }
#overlay-button span::after {
    height: 16px;
    width: 16px;
    position: absolute;
    content: "▶︎";
    transition: all .2s ease-in-out;
  }

  input[type=checkbox] {
    display: none;
  }

  input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }

  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(90deg) translate(7px, -7px);
  }

  #overlay {
    height: 100vh;
    width: 100vw;
    background: var(--btn_color);
    z-index: 4;
    visibility: hidden;
    position: fixed;
  }
  #overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 70vh;
    padding-left: 0;
    list-style-type: none;
  }
  #overlay ul li {
    padding: 0.6em;
  }
  #overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display : block;
  }
  #overlay ul li a:hover {
    color: #000!important;
  }
  .list_table > dd {
      border: 1px solid #ddd;
      border-top: none;
  }
  .list_table > dt,
  .list_table > dd {
      text-align: center;
  }
  .list_table > dd > ul {
      text-align: left;
  }
}

/*---------- フッタースタイル -------------*/
#footer_top_inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#footer_top_inner h1 img { width: 380px;}

.f-banner {
  display: flex;
  margin-left: 6px;
  width: 320px;
  margin-inline: auto;
}
.f-banner__item {
  margin-right: 15px;
  margin-bottom: 10px;
}
#footer-nav {
  background: #fff;
}
.menu-footer-box ul{
   text-align: center;
}
.menu-footer-box li{
  display: inline;
  border-right: 1px solid #ccc;
  padding: 1px .6em;
  line-height: 1.6;
}
.menu-footer-box li:first-child {
  border-left: 1px solid #ccc;
}
.menu-footer-box li a {
  font-size: 14px;
  color: var(text_color);
}

#copyright {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: var(--sab_color);
}

@media (max-width:768px) {
  #footer_top_inner p {
    font-size: .8em;
  }
}


/*---------- トップページ ----------*/
#top-view {
  width: 100%;
}
section {
  display: block;
}
section.white-wrap {
  margin: 70px auto;
  max-width: 1040px;
  width: 100%;
}
section.color-wrap {
  background: var(--background);
}
section .color-wrap-box {
  margin: 70px auto;
  max-width: 1040px;
  width: 100%;
  padding-bottom: 4em;
  padding-top: 4em;
}
.container {
  margin: 3em auto;
  max-width: 1040px;
  width: 100%;
}

/* ランキング */
#content01 .col-md-6 {
  margin-bottom: 2em;
}
#content01 img, h4, p {
  width: 92%;
  margin: 0 4%;
}

#content01 h4 {
  font-size: 1.3em;
  font-weight: bold;
  background: var(--btn_color);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  position: relative;
}
#content01 h4::after {
  content: "▶︎";
  position: absolute;
  right: 0;
  top:15px;
  padding-right: 5px;
  font-size: .6em;
}
#content01 a {
  color: var(--text_color);
  display: block;
}
#content01 p.price {
  text-align: right;
  padding: 10px 8px;
  background: var(--background);
  font-weight: bold;
}
#content01 p .l-price {
  font-size: 1.5em;
}
#content01 p .s-price {
  font-size: .8em;
  font-weight: normal;
}
#content01 p .main_btn {
  width: 98%;
  margin-top: 1em;
}

/* タブの切り替え */
.tab_content_img {
  max-width: 111%;
  margin-top: 100px;
  z-index: 3;
  position: sticky;
}
.tab_menu {
  z-index: 2;
  position: relative;
  width: 30%;
  margin: 0 1% 15px;
  line-height: 3em;
  float: left;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
}
.tab_a {  background-color: #63b289;}
.tab_b {  background-color: #ffcf8f;}
.tab_c {  background-color: #f4b3b7;}
.tab_menu:hover {
  color: #838383;
}
.tab_menu:first-of-type{
margin: 0 2% 0 2%;
}
input:checked + .tab_menu {
  background-color: var(--background);
}
input:checked + .tab_a {
  background: var(--main_color);
}
input:checked + .tab_b {
  background: var(--btn_color);
}
input:checked + .tab_c {
  background: var(--sab_color);
}
input:checked + .tab_menu::before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 30%;
  margin-left: -15px;
  border: 12px solid transparent;
  z-index: 2;
}
input:checked + .tab_a::before{
  border-top: 12px solid var(--main_color);
}
input:checked + .tab_b::before{
  border-top: 12px solid var(--btn_color);
}
input:checked + .tab_c::before{
  border-top: 12px solid var(--sab_color);
}
input[name="tab_menu"] {
display: none;
}
.tab_content {
  display: none;
  z-index: 1;
  clear: both;
  line-height: 2.2;
  border-radius: 8px;
  padding: 3em 2em;
  margin: 0 0 30px 0;
  position: relative;
  top: -2px;
  background-color: white;
}
#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content,
#tab_c:checked ~ #tab_c_content {
  display: block;
}
@media (max-width:768px) {
  .tab_content_img {
    max-width: 100%;
    margin-top: 10px;
  }
  .tab_content {
    padding: 2em 1em;
  }
}

/* 事業案内一覧 */

#content02 .col-md-6 {
  margin-block: 20px;
}
#content02 a {
  color: var(--text_color);
}
.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
}
.card-title {
  background: var(--btn_color);
  padding: 10px 15px;
  position: relative;
  color: white;
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
}
.card-title::after {
  content: "▶︎";
  position: absolute;
  right: 5px;
}
.card-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 質問 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: var(--text_color);
  font-size: 1.3em;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.3em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: var(--background);
}
.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Ｑ.';
  color: var(--main_color);
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: var(--sab_color);
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 3.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1.7em;
	padding: 0;
	content: 'Ａ.';
  color: var(--sab_color);
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid var(--background);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color:  var(--sab_color);
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@media (max-width:768px) {
  .cp_qa .cp_actab { font-size: 1em; }
  .cp_qa .cp_actab label::after{
    font-size: 1.3em;
    width: 1.7em;
    height: 1.7em;
  }
  .cp_qa .cp_actab label::before {
    padding-right: 0.2em;
  }
}

/* インフォメーションバナー */
.info_box {
  background: var(--background);
  padding: 3rem;
  font-weight: bold;
}
.info_item_tel ,.info_item_line {
  background: white;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 1em 1.2em;
  height: 150px;
  color: var(--main_color);
}
.info_item_tel a {
  color: var(--sab_color);
  font-size: 2em;
  position: absolute;
}
.info_item_tel .tel_txt .fa-phone {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sab_color);
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: .7em;
}
.info_item_line {
  position: relative;
}
.info_item_line::after {
  content: url("img/info_img.png");
  bottom: -152px;
  right: -110px;
  transform: scale(0.5);
  position: absolute;
}
.info_item_line .btn-line {
  width: 190px;
}

.info_item_line .btn-line:hover {
  background: var(--sab_color);
  color:  var(--text_color);
}
@media (max-width:860px) {
  .info_box >.row {
    background: white;
  }
  .info_item_line::after {
    right: -130px;
  }
  .info_box {
    padding: 2rem;
  }
  .info_item_tel, .info_item_line {
    height: 136px;
  }
}
@media (max-width:400px) {
  .info_box { padding: 1rem;}
  h3.style3a { font-size: 1.2em; padding: 0.3rem;}
  h3.style3a::before, h3.style3a::after { top: 0;}
  h4.style4a { font-size: 1.1em; margin-top: 0;margin-bottom: 1em;}
  .info_item_tel a { font-size: 1.3em;}
  .info_item_tel, .info_item_line { padding: 1em;}
  .info_item_tel {padding-bottom: 0;    height: 100px;}
}

/* トップ加盟店欄 */
.member-stores_box {
  border-radius: 5px;
  border: 3px solid var(--text_color);
  padding: 1em;
}
.member-stores_box h2 {
  font-size: 2.5em;
  color: var(--sab_color);
  text-align: center;
  font-weight: bold;
}
.member-stores_box h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}
@media (max-width:768px) {
  .member-stores_box { margin: 5px; }
  .member-stores_box h2 { font-size: 2em;}
  .member-stores_box h4 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 2;
  }

}

/* 固定ページ */

#content .col-md-6 .card {
  margin-bottom: 30px;
}
p.price {
  font-size: 1.2em;
  text-align: right;
  font-weight: bold;
  background: var(--background);
  padding: .5em 1em;
  margin: 1em 0;
  width: 100%;
}
p.price .small {
  font-size: .6em;
}

a.btn-tag {
  padding: 1.25rem 2rem 1.25rem 80px;
  color: #fff;
  background: #f39800;
  width: 94%;
  margin: 3%
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
}

a.btn-tag:hover {
  color: #fff;
  background: #ffa50e;
}

a.btn-tag img {
  font-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  padding: 0.8rem 0;
  text-align: center;
  letter-spacing: 0;
}

table.company_table {
  width: 100%;
  border-collapse: collapse;
}

table.company_table tr{
  border-bottom: solid 2px white;
}

table.company_table tr:last-child{
  border-bottom: none;
}

table.company_table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: var(--main_color);
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.company_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid var(--main_color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.company_table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  line-height: 2;
}
@media (max-width: 640px) {
  table.company_table td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table.company_table {
    width: 100%;
  }
  table.company_table th,
  table.company_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	table.company_table th:after{
  		top: auto;
    right: auto;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
    border-top: 10px solid var(--main_color);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
	}
}
@media (max-width:400px) {
	p.price {
    padding: .5em;
	}
}

/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}

.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.table-contactform7 th{
  font-weight:bold;
}


.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }


@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}

  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
